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

Side by Side Diff: LayoutTests/fast/regions/webkit-flow-parsing.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>CSS Regions Parsing Test: Parse webkit-flow-into property</title>
5 <link rel="author" title="Jacob Goldstein" href="mailto:jacobg@adobe.com "/>
6 <link rel="help" href="http://www.w3.org/TR/css3-regions/#properties-and -rules"/>
7 <meta name="flags" content=""/>
8 <meta name="assert" content="Value specified for the webkit-flow-into pr operty should be parsed correctly."/>
9 <script src="../../resources/testharness.js"></script>
10 <script src="../../resources/testharnessreport.js"></script>
11 </head>
12 <body>
13 <span>This test verifies that the webkit-flow-into property is correctly parsed</span>
14 <div id="log"></div>
15 <script src="script-tests/webkit-flow-parsing.js"></script>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698