RESOLVED DUPLICATE of bug 74144 103685
[CSS Regions] Universal child selector on region breaks the rendering of its content
https://bugs.webkit.org/show_bug.cgi?id=103685
Summary [CSS Regions] Universal child selector on region breaks the rendering of its ...
Rebecca Hauck
Reported 2012-11-29 16:35:43 PST
Found in Version 25.0.1335.0 canary 1. Open the attached file in a brower. It contains: <style type="text/css"> .region > * { -webkit-flow-into: foo; } .region { -webkit-flow-from: foo; } </style> </head> <body> <div class="region"> <p>Hello World!</p> </div> </body> Result: Nothing is rendered
Attachments
test case to reproduce bug (371 bytes, text/html)
2012-11-29 16:36 PST, Rebecca Hauck
no flags
Rebecca Hauck
Comment 1 2012-11-29 16:36:18 PST
Created attachment 176847 [details] test case to reproduce bug
Mihai Balan
Comment 2 2013-02-21 10:02:59 PST
This is actually a subset of bug 74144. Closing it as a duplicate. *** This bug has been marked as a duplicate of bug 74144 ***
Note You need to log in before you can comment on or make changes to this bug.