Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.52
/
.
/
LayoutTests
/
fast
/
table
/
table-with-caption-assert-in-min-max.html
blob: d70712d4ef34d60e8fa9417b69f63a5a14f952d7 [
file
] [
edit
]
<style>
table
{
position
:
absolute
;
}
</style>
<div
style
=
"
width
:
max-content
"
><table><caption>
PASS if no crash.
</caption></table></div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>