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

Side by Side Diff: LayoutTests/fast/html/object-border.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 <html xmlns='http://www.w3.org/1999/xhtml'> 1 <html xmlns='http://www.w3.org/1999/xhtml'>
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../js/resources/js-test-pre.js"></script>
4 <title>OBJECT - border=pixel</title> 4 <title>OBJECT - border=pixel</title>
5 </head> 5 </head>
6 <p id="description"></p> 6 <p id="description"></p>
7 <table border=""> 7 <table border="">
8 <thead> 8 <thead>
9 <tr> 9 <tr>
10 <th> Title </th> 10 <th> Title </th>
(...skipping 28 matching lines...) Expand all
39 testPassed(prop + " is " + "50px."); 39 testPassed(prop + " is " + "50px.");
40 else 40 else
41 testFailed(prop + " should be " + "50px" + ". Was " + value); 41 testFailed(prop + " should be " + "50px" + ". Was " + value);
42 } 42 }
43 43
44 startTests("border-top-width"); 44 startTests("border-top-width");
45 startTests("border-left-width"); 45 startTests("border-left-width");
46 startTests("border-bottom-width"); 46 startTests("border-bottom-width");
47 startTests("border-right-width"); 47 startTests("border-right-width");
48 </script> 48 </script>
49 <script src="../js/resources/js-test-post.js"></script>
50 </body> 49 </body>
51 </html> 50 </html>
52 51
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/meter-user-modify.html ('k') | LayoutTests/fast/html/progress-user-modify.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698