| OLD | NEW |
| 1 This test checks the behavior of table styles when changing certain table attrib
utes. | 1 This test checks the behavior of table styles when changing certain table attrib
utes. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS getComputedStyle(table, '').borderLeftWidth is '0px' | 6 PASS getComputedStyle(table, '').borderLeftWidth is '0px' |
| 7 PASS getComputedStyle(table, '').borderRightWidth is '0px' | 7 PASS getComputedStyle(table, '').borderRightWidth is '0px' |
| 8 PASS getComputedStyle(table, '').borderTopWidth is '0px' | 8 PASS getComputedStyle(table, '').borderTopWidth is '0px' |
| 9 PASS getComputedStyle(table, '').borderBottomWidth is '0px' | 9 PASS getComputedStyle(table, '').borderBottomWidth is '0px' |
| 10 PASS getComputedStyle(table, '').borderLeftStyle is 'none' | 10 PASS getComputedStyle(table, '').borderLeftStyle is 'none' |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 PASS getComputedStyle(cell, '').borderTopWidth is '1px' | 116 PASS getComputedStyle(cell, '').borderTopWidth is '1px' |
| 117 PASS getComputedStyle(cell, '').borderBottomWidth is '1px' | 117 PASS getComputedStyle(cell, '').borderBottomWidth is '1px' |
| 118 PASS getComputedStyle(cell, '').borderLeftStyle is 'none' | 118 PASS getComputedStyle(cell, '').borderLeftStyle is 'none' |
| 119 PASS getComputedStyle(cell, '').borderRightStyle is 'none' | 119 PASS getComputedStyle(cell, '').borderRightStyle is 'none' |
| 120 PASS getComputedStyle(cell, '').borderTopStyle is 'solid' | 120 PASS getComputedStyle(cell, '').borderTopStyle is 'solid' |
| 121 PASS getComputedStyle(cell, '').borderBottomStyle is 'solid' | 121 PASS getComputedStyle(cell, '').borderBottomStyle is 'solid' |
| 122 PASS getComputedStyle(cell, '').borderLeftColor is red | 122 PASS getComputedStyle(cell, '').borderLeftColor is red |
| 123 PASS getComputedStyle(cell, '').borderRightColor is red | 123 PASS getComputedStyle(cell, '').borderRightColor is red |
| 124 PASS getComputedStyle(cell, '').borderTopColor is red | 124 PASS getComputedStyle(cell, '').borderTopColor is red |
| 125 PASS getComputedStyle(cell, '').borderBottomColor is red | 125 PASS getComputedStyle(cell, '').borderBottomColor is red |
| 126 PASS getComputedStyle(table, '').borderLeftWidth is '3px' |
| 127 PASS getComputedStyle(table, '').borderRightWidth is '3px' |
| 128 PASS getComputedStyle(table, '').borderTopWidth is '3px' |
| 129 PASS getComputedStyle(table, '').borderBottomWidth is '3px' |
| 130 PASS getComputedStyle(table, '').borderLeftStyle is 'solid' |
| 131 PASS getComputedStyle(table, '').borderRightStyle is 'solid' |
| 132 PASS getComputedStyle(table, '').borderTopStyle is 'solid' |
| 133 PASS getComputedStyle(table, '').borderBottomStyle is 'solid' |
| 134 PASS getComputedStyle(table, '').borderLeftColor is yellow |
| 135 PASS getComputedStyle(table, '').borderRightColor is yellow |
| 136 PASS getComputedStyle(table, '').borderTopColor is yellow |
| 137 PASS getComputedStyle(table, '').borderBottomColor is yellow |
| 126 PASS successfullyParsed is true | 138 PASS successfullyParsed is true |
| 127 | 139 |
| 128 TEST COMPLETE | 140 TEST COMPLETE |
| 129 | 141 |
| OLD | NEW |