OLD | NEW |
1 Test basic seamless auto-sizing-to-content functionality. | 1 Test basic seamless auto-sizing-to-content functionality. |
| 2 PASS successfullyParsed is true |
| 3 |
| 4 TEST COMPLETE |
2 PASS iframe.seamless is true | 5 PASS iframe.seamless is true |
3 PASS window.getComputedStyle(iframe).display is "block" | 6 PASS window.getComputedStyle(iframe).display is "block" |
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 window.getComputedStyle(iframe).height is "200px" | 9 PASS window.getComputedStyle(iframe).height is "200px" |
7 PASS window.getComputedStyle(iframe).width is "100px" | 10 PASS window.getComputedStyle(iframe).width is "100px" |
8 PASS successfullyParsed is true | |
9 | 11 |
10 TEST COMPLETE | |
11 | |
OLD | NEW |