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

Side by Side Diff: LayoutTests/fast/shapes/parsing/parsing-shape-margin.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('Test parsing of the CSS shape-margin property.'); 9 description('Test parsing of the CSS shape-margin property.');
10 10
(...skipping 21 matching lines...) Expand all
32 32
33 applyToEachArglist( 33 applyToEachArglist(
34 testNotInheritedShapeChildProperty, 34 testNotInheritedShapeChildProperty,
35 [// [property, parentValue, childValue, expectedChildValue] 35 [// [property, parentValue, childValue, expectedChildValue]
36 ["shape-margin", "0", "0", "0px"], 36 ["shape-margin", "0", "0", "0px"],
37 ["shape-margin", "0", "1px", "1px"], 37 ["shape-margin", "0", "1px", "1px"],
38 ["shape-margin", "1px", "-1em", "0px"], 38 ["shape-margin", "1px", "-1em", "0px"],
39 ["shape-margin", "2px", "1px", "1px"]] 39 ["shape-margin", "2px", "1px", "1px"]]
40 ); 40 );
41 </script> 41 </script>
42 <script src="../../js/resources/js-test-post.js"></script>
43 </body> 42 </body>
44 </html> 43 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/shapes/parsing/parsing-shape-lengths.html ('k') | LayoutTests/fast/shapes/parsing/parsing-shape-outside.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698