Sign in
webkit
/
WebKit
/
f769e514944504ab0f19dbc22e4bc75842cebc49
/
.
/
LayoutTests
/
fast
/
css
/
display-contents-document-element.html
blob: 8ad1239bc40600564c4c8a61e36f3abb38dfd3b8 [
file
] [
log
] [
blame
]
<html>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<style>
html
{
display
:
contents
;
overflow-x
:
auto
;
direction
:
rtl
;
}
</style>
This shouldn't crash.