Chromium Code Reviews| Index: LayoutTests/fast/regions/flow-body-in-html.html |
| diff --git a/LayoutTests/fast/regions/flow-body-in-html.html b/LayoutTests/fast/regions/flow-body-in-html.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8ca4ce57ccff7e57c555fbb5d3f8fafd4db5a996 |
| --- /dev/null |
| +++ b/LayoutTests/fast/regions/flow-body-in-html.html |
| @@ -0,0 +1,22 @@ |
| +<html> |
| + <head> |
| + <title>228566 - [CSS Regions] Elements in a region should be assignable to a named flow</title> |
| + <style type="text/css"> |
| + body { |
| + -webkit-flow-into: foo; |
| + } |
| + html { |
| + -webkit-flow-from: foo; |
|
esprehn
2013/06/28 20:29:36
Whitespace is still wrong in these tests. I had th
|
| + } |
| + </style> |
| + <script type="text/javascript"> |
| + if (window.testRunner) |
| + testRunner.dumpAsText() |
| + </script> |
| + </head> |
| + <body> |
| + PASS: the body tag has flow-into while the html has flow-from. |
| + |
| + <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> |
| + </body> |
| +</html> |