Upstream version 10.39.225.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 (new Image()).ownerDocument is document
11 PASS thisDocument.createElement('div').ownerDocument is thisDocument
12 PASS document.createElement('div').ownerDocument is document
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16