Sign in
webkit
/
WebKit
/
4607ef70b24b852e8d4bdab2b8233fa12bf018e4
/
.
/
LayoutTests
/
fast
/
css
/
display-compact-ignored.html
blob: ade36a73c732554b44d6e7f7b7aa22f849802951 [
file
] [
log
] [
blame
]
<script
src
=
"../../resources/js-test-pre.js"
></script>
<span
id
=
test
style
=
"
display
:
compact
"
></span>
<script>
shouldBeEqualToString
(
"getComputedStyle(test).display"
,
"inline"
);
</script>
<script
src
=
"../../resources/js-test-post.js"
></script>