| OLD | NEW |
| 1 Test that frames with inherited security origins can still be seamless. | 1 Test that frames with inherited security origins can still be seamless. |
| 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).width is "200px" | 6 PASS window.getComputedStyle(iframe).width is "200px" |
| 4 PASS window.getComputedStyle(iframe).height is "0px" | 7 PASS window.getComputedStyle(iframe).height is "0px" |
| 5 PASS window.getComputedStyle(iframe).width is "200px" | 8 PASS window.getComputedStyle(iframe).width is "200px" |
| 6 PASS window.getComputedStyle(iframe).height is "100px" | 9 PASS window.getComputedStyle(iframe).height is "100px" |
| 7 | 10 |
| OLD | NEW |