Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / regions / webkit-flow-parsing.html
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 property 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>