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

Side by Side Diff: LayoutTests/fast/css/shorthands-four-values.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 <title>Test for WebKit bug 7987: Inspector displays incorrect summary for paddin g information</title> 4 <title>Test for WebKit bug 7987: Inspector displays incorrect summary for paddin g information</title>
5 <script src="../js/resources/js-test-pre.js"></script> 5 <script src="../js/resources/js-test-pre.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <p id="description">Test for WebKit bug <a href="https://bugs.webkit.org/show_bu g.cgi?id=7987">7987</a>: Inspector displays incorrect summary for padding inform ation</p> 8 <p id="description">Test for WebKit bug <a href="https://bugs.webkit.org/show_bu g.cgi?id=7987">7987</a>: Inspector displays incorrect summary for padding inform ation</p>
9 <div id="console"></div> 9 <div id="console"></div>
10 10
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 81
82 shouldBeEqualToString("test16.style.margin", "20px 20px 20px 25px"); 82 shouldBeEqualToString("test16.style.margin", "20px 20px 20px 25px");
83 shouldBeEqualToString("test17.style.margin", "20px 30px 20px 50px"); 83 shouldBeEqualToString("test17.style.margin", "20px 30px 20px 50px");
84 shouldBeEqualToString("test18.style.margin", "20px 30px 55px"); 84 shouldBeEqualToString("test18.style.margin", "20px 30px 55px");
85 shouldBeEqualToString("test19.style.margin", ""); 85 shouldBeEqualToString("test19.style.margin", "");
86 86
87 // clean up after ourselves 87 // clean up after ourselves
88 var tests_container = document.getElementById("tests_container"); 88 var tests_container = document.getElementById("tests_container");
89 tests_container.parentNode.removeChild(tests_container); 89 tests_container.parentNode.removeChild(tests_container);
90 </script> 90 </script>
91 <script src="../js/resources/js-test-post.js"></script>
92 </body> 91 </body>
93 </html> 92 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/shorthand-priority.html ('k') | LayoutTests/fast/css/sibling-selectors-dynamic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698