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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/defaultView-on-detached-document.html

Issue 2690943002: Revert of binding: Changes the association among global-proxy/global/window-instance. (Closed)
Patch Set: Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/defaultView-on-detached-document-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/dom/defaultView-on-detached-document.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/defaultView-on-detached-document.html b/third_party/WebKit/LayoutTests/fast/dom/defaultView-on-detached-document.html
index 0a143019894a8f0baa5f2c5761aca8cfbe56f0d9..b5095d2d88625b93ecceacb3f528a750baa59396 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/defaultView-on-detached-document.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/defaultView-on-detached-document.html
@@ -40,7 +40,7 @@
function finishTest()
{
shouldBeTrue("testFrameUnloaded");
- shouldBeNull("cachedDocument.defaultView");
+ shouldBeUndefined("cachedDocument.defaultView");
finishJSTest();
}
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/defaultView-on-detached-document-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698