Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <head> | |
| 3 <title>228566 - [CSS Regions] Elements in a region should be assignable to a named flow</title> | |
| 4 <style type="text/css"> | |
| 5 body { | |
| 6 -webkit-flow-into: foo; | |
| 7 } | |
| 8 html { | |
| 9 -webkit-flow-from: foo; | |
|
esprehn
2013/06/28 20:29:36
Whitespace is still wrong in these tests. I had th
| |
| 10 } | |
| 11 </style> | |
| 12 <script type="text/javascript"> | |
| 13 if (window.testRunner) | |
| 14 testRunner.dumpAsText() | |
| 15 </script> | |
| 16 </head> | |
| 17 <body> | |
| 18 PASS: the body tag has flow-into while the html has flow-from. | |
| 19 | |
| 20 <p><a href="http://code.google.com/p/chromium/issues/detail?id=228566">Bug 228566</a> - [CSS Regions] Elements in a region should be assignable to a named flow</p> | |
| 21 </body> | |
| 22 </html> | |
| OLD | NEW |