Sign in
webkit
/
WebKit
/
15e4da4b5ce83fcfe6de6863df44c60571019d5f
/
.
/
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>