| OLD | NEW |
| 1 PASS successfullyParsed is true |
| 2 |
| 3 TEST COMPLETE |
| 1 PASS window.frames.length is 2 | 4 PASS window.frames.length is 2 |
| 2 PASS window.frames[0].frameElement.name is "frame" | 5 PASS window.frames[0].frameElement.name is "frame" |
| 3 PASS window.frames[1].frameElement.name is "obj" | 6 PASS window.frames[1].frameElement.name is "obj" |
| 4 Loading 'data:text/html,Updated contents of iframe' in iframe... | 7 Loading 'data:text/html,Updated contents of iframe' in iframe... |
| 5 Loading 'data:text/html,Updated contents of object' in object... | 8 Loading 'data:text/html,Updated contents of object' in object... |
| 6 PASS window.frames[0].location.toString() is "data:text/html,Updated contents of
iframe" | 9 PASS window.frames[0].location.toString() is "data:text/html,Updated contents of
iframe" |
| 7 PASS window.frames[1].location.toString() is "data:text/html,Updated contents of
object" | 10 PASS window.frames[1].location.toString() is "data:text/html,Updated contents of
object" |
| 8 | 11 |
| OLD | NEW |