Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / frameElement-accessor-context-expected.txt
blobcfd7bd2e5a58a3b9432a6a614bc4e5c43a01ba25
1 Accessing window.frameElement from inside an iframe should not cause the <iframe>'s prototype to come from its own context.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS iframe instanceof HTMLIFrameElement is true
7 PASS iframe instanceof iframe.contentWindow.HTMLIFrameElement is false
8 PASS successfullyParsed is true
10 TEST COMPLETE