| OLD | NEW |
| 1 PASS successfullyParsed is true |
| 2 |
| 3 TEST COMPLETE |
| 1 PASS iframe1.seamless is true | 4 PASS iframe1.seamless is true |
| 2 PASS iframe2.seamless is true | 5 PASS iframe2.seamless is true |
| 3 PASS window.getComputedStyle(iframe1).width is "200px" | 6 PASS window.getComputedStyle(iframe1).width is "200px" |
| 4 PASS window.getComputedStyle(iframe1).height is "100px" | 7 PASS window.getComputedStyle(iframe1).height is "100px" |
| 5 PASS window.getComputedStyle(iframe2).width is "300px" | 8 PASS window.getComputedStyle(iframe2).width is "300px" |
| 6 PASS window.getComputedStyle(iframe2).height is "150px" | 9 PASS window.getComputedStyle(iframe2).height is "150px" |
| 7 | 10 |
| 8 | 11 |
| OLD | NEW |