Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: LayoutTests/fast/html/imports/import-script-prototypes-expected.txt

Issue 19762002: [HTML Imports] Let script of imported document running. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Made a test more robust. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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 null
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
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/imports/import-script-prototypes.html ('k') | LayoutTests/fast/html/imports/resources/script-leaf.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698