blob: 4de1d1e1c6923b2de7924ef87107080ea5ab3ff5 [file] [log] [blame]
<!-- webkit-test-runner [ InlineFormattingContextIntegrationEnabled=false ] -->
<html>
<head>
<title>This tests that we properly bail out of simple line layout when first-line pseudo class is present.</title>
<style>
.outer::first-line{
color: red;
}
div {
color : blue;
}
</style>
</head>
<body>
<div class=outer><div><div><div>First line has color red<br> while this second line has color blue.</div></div></div></div>
</body>
</html>