Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
fast
/
css-generated-content
/
text-before-table-col-crash.html
blob: 76abfdfeb07b568430b774c5ea66d40c97a95139 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
div
::
before
{
display
:
table-column-group
;
content
:
"Before Generated Content"
}
</style>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</head>
<body>
<div>
PASS
</div>
</body>
</html>