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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/table-with-invalid-border.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
(Empty)
1 <!DOCTYPE html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 <script src="../../../resources/js-test.js"></script>
8 </head>
9 <body>
10 <p>https://bugs.webkit.org/show_bug.cgi?id=102112: There should be a black b ox below. <br>
11
12 <table border="djska" width="100%" height="100%">
13 <tr>
14 <td height="26"></td>
15 </tr>
16 </table>
17 <div id="console"></div>
18
19 <script>
20 shouldBeEqualToString('getComputedStyle(document.querySelector("table")).bor derTopWidth', "1px");
21 </script>
22 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698