OLD | NEW |
1 Check frameset frameborder and border attribute inheritance | 1 Check frameset frameborder and border attribute inheritance |
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 missing frameborder attribute should inherit it | 6 missing frameborder attribute should inherit it |
7 PASS frames[0].offsetWidth is 150 | 7 PASS frames[0].offsetWidth is 150 |
8 PASS frames[1].offsetWidth is 150 | 8 PASS frames[1].offsetWidth is 150 |
9 | 9 |
10 | 10 |
(...skipping 14 matching lines...) Expand all Loading... |
25 | 25 |
26 bordercolor should inherit even if frameborder=0 | 26 bordercolor should inherit even if frameborder=0 |
27 PASS frames[0].offsetWidth is 145 | 27 PASS frames[0].offsetWidth is 145 |
28 PASS frames[1].offsetWidth is 145 | 28 PASS frames[1].offsetWidth is 145 |
29 PASS getComputedStyle(frameset).borderColor is "rgb(0, 128, 0)" | 29 PASS getComputedStyle(frameset).borderColor is "rgb(0, 128, 0)" |
30 | 30 |
31 | 31 |
32 PASS successfullyParsed is true | 32 PASS successfullyParsed is true |
33 | 33 |
34 TEST COMPLETE | 34 TEST COMPLETE |
35 | 35 |
OLD | NEW |