Bug 152599

Summary: Simple line layout: Nested block with pseudo first-line parent should bail out of simple line layout.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, koivisto, kondapallykalyan, mmaxfield, simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+

Description zalan 2015-12-30 14:09:50 PST
div::first-line {
   color: red;
 }
<div><div>first line should be red</div></div>

This should trigger normal line layout.
Comment 1 zalan 2015-12-30 14:34:38 PST
Created attachment 268010 [details]
Patch
Comment 2 zalan 2015-12-31 11:28:19 PST
Committed r194461: <http://trac.webkit.org/changeset/194461>