OLD | NEW |
1 There should be no red below. | 1 There should be no red below. |
2 The bordercolor attribute on a cell or row should have no effect. | 2 The bordercolor attribute on a cell or row should have no effect. |
3 https://bugs.webkit.org/show_bug.cgi?id=101677 | 3 https://bugs.webkit.org/show_bug.cgi?id=101677 |
4 | 4 |
5 PASS document.defaultView.getComputedStyle(cell, null).getPropertyValue("border-
top-color") is "rgb(0, 0, 0)" | 5 PASS document.defaultView.getComputedStyle(cell, null).getPropertyValue("border-
top-color") is "rgb(0, 0, 0)" |
6 PASS document.defaultView.getComputedStyle(cell, null).getPropertyValue("border-
top-width") is "0px" | 6 PASS document.defaultView.getComputedStyle(cell, null).getPropertyValue("border-
top-width") is "0px" |
7 PASS document.defaultView.getComputedStyle(table, null).getPropertyValue("border
-top-color") is "rgb(128, 128, 128)" | 7 PASS document.defaultView.getComputedStyle(table, null).getPropertyValue("border
-top-color") is "rgb(128, 128, 128)" |
8 PASS document.defaultView.getComputedStyle(table, null).getPropertyValue("border
-top-width") is "0px" | 8 PASS document.defaultView.getComputedStyle(table, null).getPropertyValue("border
-top-width") is "0px" |
9 PASS document.defaultView.getComputedStyle(cell2, null).getPropertyValue("border
-top-color") is "rgb(128, 128, 128)" | 9 PASS document.defaultView.getComputedStyle(cell2, null).getPropertyValue("border
-top-color") is "rgb(128, 128, 128)" |
10 PASS document.defaultView.getComputedStyle(cell2, null).getPropertyValue("border
-top-width") is "1px" | 10 PASS document.defaultView.getComputedStyle(cell2, null).getPropertyValue("border
-top-width") is "1px" |
(...skipping 12 matching lines...) Expand all Loading... |
23 PASS document.defaultView.getComputedStyle(table5, null).getPropertyValue("borde
r-top-color") is "rgb(128, 128, 128)" | 23 PASS document.defaultView.getComputedStyle(table5, null).getPropertyValue("borde
r-top-color") is "rgb(128, 128, 128)" |
24 PASS document.defaultView.getComputedStyle(table5, null).getPropertyValue("borde
r-top-width") is "2px" | 24 PASS document.defaultView.getComputedStyle(table5, null).getPropertyValue("borde
r-top-width") is "2px" |
25 PASS document.defaultView.getComputedStyle(tbody6, null).getPropertyValue("borde
r-top-color") is "rgb(128, 128, 128)" | 25 PASS document.defaultView.getComputedStyle(tbody6, null).getPropertyValue("borde
r-top-color") is "rgb(128, 128, 128)" |
26 PASS document.defaultView.getComputedStyle(tbody6, null).getPropertyValue("borde
r-top-width") is "0px" | 26 PASS document.defaultView.getComputedStyle(tbody6, null).getPropertyValue("borde
r-top-width") is "0px" |
27 PASS document.defaultView.getComputedStyle(table6, null).getPropertyValue("borde
r-top-color") is "rgb(128, 128, 128)" | 27 PASS document.defaultView.getComputedStyle(table6, null).getPropertyValue("borde
r-top-color") is "rgb(128, 128, 128)" |
28 PASS document.defaultView.getComputedStyle(table6, null).getPropertyValue("borde
r-top-width") is "2px" | 28 PASS document.defaultView.getComputedStyle(table6, null).getPropertyValue("borde
r-top-width") is "2px" |
29 PASS document.defaultView.getComputedStyle(col7, null).getPropertyValue("border-
top-color") is "rgb(0, 0, 0)" | 29 PASS document.defaultView.getComputedStyle(col7, null).getPropertyValue("border-
top-color") is "rgb(0, 0, 0)" |
30 PASS document.defaultView.getComputedStyle(col7, null).getPropertyValue("border-
top-width") is "0px" | 30 PASS document.defaultView.getComputedStyle(col7, null).getPropertyValue("border-
top-width") is "0px" |
31 PASS document.defaultView.getComputedStyle(table7, null).getPropertyValue("borde
r-top-color") is "rgb(128, 128, 128)" | 31 PASS document.defaultView.getComputedStyle(table7, null).getPropertyValue("borde
r-top-color") is "rgb(128, 128, 128)" |
32 PASS document.defaultView.getComputedStyle(table7, null).getPropertyValue("borde
r-top-width") is "2px" | 32 PASS document.defaultView.getComputedStyle(table7, null).getPropertyValue("borde
r-top-width") is "2px" |
| 33 PASS successfullyParsed is true |
33 | 34 |
| 35 TEST COMPLETE |
| 36 |
OLD | NEW |