Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / html / imports / import-script-prototypes-expected.txt
1 This test ensures each import and master is in same JS context.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS stringInMaster.__proto__ is stringInImport.__proto__
7 PASS thisDocument !== document is true
8 PASS thisDocument.__proto__ is document.__proto__
9 PASS thisDocument.head.__proto__ is document.head.__proto__
10 PASS thisDocument.defaultView is document.defaultView
11 PASS (new Image()).ownerDocument is document
12 PASS thisDocument.createElement('div').ownerDocument is thisDocument
13 PASS document.createElement('div').ownerDocument is document
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17