Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLObjectElement / object-as-frame-expected.txt
blobb8cc17dbac7d4c09e8ae746bc25e28b3a021110e
1 PASS successfullyParsed is true
3 TEST COMPLETE
4 PASS window.frames.length is 2
5 PASS window.frames[0].frameElement.name is "frame"
6 PASS window.frames[1].frameElement.name is "obj"
7 Loading 'data:text/html,Updated contents of iframe' in iframe...
8 Loading 'data:text/html,Updated contents of object' in object...
9 PASS window.frames[0].location.toString() is "data:text/html,Updated contents of iframe"
10 PASS window.frames[1].location.toString() is "data:text/html,Updated contents of object"