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

Side by Side Diff: LayoutTests/fast/shapes/parsing/parsing-shape-outside.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <script src="parsing-test-utils.js"></script> 7 <script src="parsing-test-utils.js"></script>
8 <script> 8 <script>
9 description('Testing parsing of the shape-outside property.'); 9 description('Testing parsing of the shape-outside property.');
10 10
(...skipping 19 matching lines...) Expand all
30 testNotInheritedShapeProperty, 30 testNotInheritedShapeProperty,
31 [// [property, parentValue, childValue, expectedValue] 31 [// [property, parentValue, childValue, expectedValue]
32 ["shape-outside", "auto", "rectangle(10px, 20px, 30px, 40px)", "parent: aut o, child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)"], 32 ["shape-outside", "auto", "rectangle(10px, 20px, 30px, 40px)", "parent: aut o, child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)"],
33 ["shape-outside", "rectangle(10px, 20px, 30px, 40px)", "initial", "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: auto"], 33 ["shape-outside", "rectangle(10px, 20px, 30px, 40px)", "initial", "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: auto"],
34 ["shape-outside", "rectangle(10px, 20px, 30px, 40px)", "", "parent: rectang le(10px, 20px, 30px, 40px, 0px, 0px), child: auto"], 34 ["shape-outside", "rectangle(10px, 20px, 30px, 40px)", "", "parent: rectang le(10px, 20px, 30px, 40px, 0px, 0px), child: auto"],
35 ["shape-outside", "rectangle(10px, 20px, 30px, 40px)", "inherit", "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)"], 35 ["shape-outside", "rectangle(10px, 20px, 30px, 40px)", "inherit", "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)"],
36 ["shape-outside", "", "inherit", "parent: auto, child: auto"], 36 ["shape-outside", "", "inherit", "parent: auto, child: auto"],
37 ["shape-outside", "auto", "inherit", "parent: auto, child: auto"]] 37 ["shape-outside", "auto", "inherit", "parent: auto, child: auto"]]
38 ); 38 );
39 </script> 39 </script>
40 <script src="../../js/resources/js-test-post.js"></script>
41 </body> 40 </body>
42 </html> 41 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/shapes/parsing/parsing-shape-margin.html ('k') | LayoutTests/fast/shapes/parsing/parsing-shape-padding.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698