RESOLVED INVALID 66202
CSSRegions: Multiple selector matches breaks flow content
https://bugs.webkit.org/show_bug.cgi?id=66202
Summary CSSRegions: Multiple selector matches breaks flow content
Alan Stearns
Reported 2011-08-13 19:36:47 PDT
Created attachment 103872 [details] Test file If you have two selectors that match the same element and try to add that element to a region flow, no flow content displays in the region. The test file should display "A" in the region, but the second copy of the selector causes this to fail.
Attachments
Test file (280 bytes, text/html)
2011-08-13 19:36 PDT, Alan Stearns
no flags
Alexandru Chiculita
Comment 1 2011-08-16 00:16:06 PDT
There's a missing openning brace after the second ".a". The bug doesn't seem to reproduce if I fix the test file. .a{ -webkit-flow: "thread"; } .a <----- here -webkit-flow: "thread"; }
Alan Stearns
Comment 2 2011-08-16 06:16:16 PDT
You are correct. I'd replicated the problem with multiple versions of the file, but they all must have had that typo that I missed.
Note You need to log in before you can comment on or make changes to this bug.