Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: LayoutTests/fast/regions/flow-body-in-html.html

Issue 18080016: [CSS Regions] Elements in a region should be assignable to a named flow (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed failing test (fullscreen issue), added SVG test Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/regions/flow-body-in-html-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..4065803f25ebb7adf82a720f707719afb73403f9
--- /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;
+ }
+ </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>
« no previous file with comments | « no previous file | LayoutTests/fast/regions/flow-body-in-html-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698