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

Side by Side Diff: LayoutTests/css3/calc/table-calcs.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 <script src="../../fast/js/resources/js-test-pre.js"></script> 2 <script src="../../fast/js/resources/js-test-pre.js"></script>
3 <style> 3 <style>
4 table { 4 table {
5 border-spacing: 0px; 5 border-spacing: 0px;
6 } 6 }
7 7
8 .width-test { 8 .width-test {
9 padding: 0px; 9 padding: 0px;
10 width: 256px; 10 width: 256px;
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 cell.style.backgroundColor = "green"; 73 cell.style.backgroundColor = "green";
74 cell.innerHTML += " => PASS"; 74 cell.innerHTML += " => PASS";
75 } else { 75 } else {
76 cell.style.backgroundColor = "red"; 76 cell.style.backgroundColor = "red";
77 cell.innerHTML += " => FAIL: " + error.join(", "); 77 cell.innerHTML += " => FAIL: " + error.join(", ");
78 } 78 }
79 } 79 }
80 if (window.testRunner) 80 if (window.testRunner)
81 document.body.removeChild(document.getElementById("test")); 81 document.body.removeChild(document.getElementById("test"));
82 </script> 82 </script>
83 <script src="../../fast/js/resources/js-test-post.js"></script>
OLDNEW
« no previous file with comments | « LayoutTests/css3/calc/table-border-spacing.html ('k') | LayoutTests/css3/calc/zoom-with-em.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698