OLD | NEW |
---|---|
(Empty) | |
1 <!doctype html> | |
2 <html> | |
3 <head> | |
4 <title>74144 - [CSS Regions] Universal child selector on region breaks the r endering of its content</title> | |
5 <style> | |
6 body { | |
7 -webkit-flow-into: foo; | |
8 } | |
9 html { | |
10 -webkit-flow-from: foo; | |
esprehn
2013/06/17 21:41:02
Indentation is wrong for this CSS.
| |
11 } | |
12 </style> | |
13 <script> | |
14 if (window.testRunner) | |
15 testRunner.dumpAsText() | |
16 </script> | |
17 </head> | |
18 <body> | |
19 PASS: the body tag has flow-into while the html has flow-from. | |
20 | |
21 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=74144">Bug 74144</a> - [CSS Regions] Elements in a region should be assignable to a named flow</p> | |
22 </body> | |
23 </html> | |
OLD | NEW |