Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/defaultView-on-detached-document-expected.txt

Issue 2617733004: binding: Changes the association among global-proxy/global/window-instance. (Closed)
Patch Set: Fixed Document.defaultView Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 Tests that document.defaultView on a detached document doesn't crash. 1 Tests that document.defaultView on a detached document doesn't crash.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS testFrameUnloaded is true 6 PASS testFrameUnloaded is true
7 PASS cachedDocument.defaultView is undefined. 7 PASS cachedDocument.defaultView is null
8 PASS successfullyParsed is true 8 PASS successfullyParsed is true
9 9
10 TEST COMPLETE 10 TEST COMPLETE
11 11
OLDNEW

Powered by Google App Engine