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