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

Side by Side Diff: third_party/WebKit/LayoutTests/html/tabular_data/table_border_invalid.html

Issue 2785963002: Move tests for table elements to LayoutTests/html/tabular_data/. (Closed)
Patch Set: Created 3 years, 8 months 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 </script> 6 </script>
7 <script src="../../../resources/js-test.js"></script> 7 <script src="../../resources/js-test.js"></script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <p>https://bugs.webkit.org/show_bug.cgi?id=102112: There should be a black b ox below. <br> 10 <p>https://bugs.webkit.org/show_bug.cgi?id=102112: There should be a black b ox below. <br>
11 11
12 <table border="djska" width="100%" height="100%"> 12 <table border="djska" width="100%" height="100%">
13 <tr> 13 <tr>
14 <td height="26"></td> 14 <td height="26"></td>
15 </tr> 15 </tr>
16 </table> 16 </table>
17 <div id="console"></div> 17 <div id="console"></div>
18 18
19 <script> 19 <script>
20 shouldBeEqualToString('getComputedStyle(document.querySelector("table")).bor derTopWidth', "1px"); 20 shouldBeEqualToString('getComputedStyle(document.querySelector("table")).bor derTopWidth', "1px");
21 </script> 21 </script>
22 </body> 22 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698