OLD | NEW |
1 Test that a quirks-mode document inside a seamless iframe sizes correctly. | 1 Test that a quirks-mode document inside a seamless iframe sizes correctly. |
| 2 PASS successfullyParsed is true |
| 3 |
| 4 TEST COMPLETE |
2 PASS iframe.seamless is true | 5 PASS iframe.seamless is true |
3 PASS iframe.contentDocument.compatMode is "BackCompat" | 6 PASS iframe.contentDocument.compatMode is "BackCompat" |
4 PASS window.getComputedStyle(iframe).width is "200px" | 7 PASS window.getComputedStyle(iframe).width is "200px" |
5 PASS window.getComputedStyle(iframe).height is "100px" | 8 PASS window.getComputedStyle(iframe).height is "100px" |
6 PASS successfullyParsed is true | |
7 | 9 |
8 TEST COMPLETE | |
9 | |
OLD | NEW |