Sign in
webkit
/
WebKit
/
c2f2fa42ebe8a8c9c6d270e2cd2a34bf149396f4
/
.
/
LayoutTests
/
fast
/
multicol
/
newmulticol
/
spanner-nested-dynamic-expected.html
blob: 82d7d509703ecef5b91432cff9dd04237346fef0 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
Nested spanner (not allowed)
</title>
<script>
if
(
window
.
internals
)
internals
.
settings
.
setRegionBasedColumnsEnabled
(
true
);
</script>
</head>
<body>
<p>
There should be nothing below.
</p>
</body>
</html>