OLD | NEW |
1 Test that seamless iframes inherit styles from their parent iframe, and dymanica
lly update when their parent document's styles update. | 1 Test that seamless iframes inherit styles from their parent iframe, and dymanica
lly update when their parent document's styles update. |
| 2 PASS successfullyParsed is true |
| 3 |
| 4 TEST COMPLETE |
2 PASS window.getComputedStyle(one).color is "rgb(255, 255, 0)" | 5 PASS window.getComputedStyle(one).color is "rgb(255, 255, 0)" |
3 PASS window.getComputedStyle(two).color is "rgb(128, 0, 128)" | 6 PASS window.getComputedStyle(two).color is "rgb(128, 0, 128)" |
4 PASS window.getComputedStyle(three).color is "rgb(255, 255, 255)" | 7 PASS window.getComputedStyle(three).color is "rgb(255, 255, 255)" |
5 PASS window.getComputedStyle(rootElement).color is "rgb(255, 165, 0)" | 8 PASS window.getComputedStyle(rootElement).color is "rgb(255, 165, 0)" |
6 PASS window.getComputedStyle(rootElement).color is "rgb(1, 2, 3)" | 9 PASS window.getComputedStyle(rootElement).color is "rgb(1, 2, 3)" |
7 PASS window.getComputedStyle(one).color is "rgb(3, 2, 1)" | 10 PASS window.getComputedStyle(one).color is "rgb(3, 2, 1)" |
8 PASS window.getComputedStyle(one).color is "rgb(0, 0, 0)" | 11 PASS window.getComputedStyle(one).color is "rgb(0, 0, 0)" |
9 PASS window.getComputedStyle(two).color is "rgb(128, 0, 128)" | 12 PASS window.getComputedStyle(two).color is "rgb(128, 0, 128)" |
10 PASS window.getComputedStyle(three).color is "rgb(0, 0, 0)" | 13 PASS window.getComputedStyle(three).color is "rgb(0, 0, 0)" |
11 PASS successfullyParsed is true | |
12 | 14 |
13 TEST COMPLETE | |
14 | |
OLD | NEW |