Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
fast
/
css
/
display-compact-ignored.html
blob: ade36a73c732554b44d6e7f7b7aa22f849802951 [
file
] [
edit
]
<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>