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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties-expected.txt

Issue 2429343004: [CachedAccessor] for window.document. (Closed)
Patch Set: Review feedback (and rebase) Created 4 years, 2 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
Index: third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties-expected.txt
index c85612e5b054644c974e4c0e4022ba7458cf4d8a..cc3eff754eeb09ec9bb64d018f0d6e01e1d02e69 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties-expected.txt
@@ -138,7 +138,7 @@ FAIL Window attribute: onunload assert_equals: expected "function" but got "unde
FAIL Window attribute: onvolumechange assert_equals: expected "function" but got "undefined"
FAIL Window attribute: onwaiting assert_equals: expected "function" but got "undefined"
FAIL Window unforgeable attribute: window assert_equals: expected "function" but got "undefined"
-FAIL Window unforgeable attribute: document assert_equals: expected "function" but got "undefined"
+PASS Window unforgeable attribute: document
FAIL Window unforgeable attribute: location assert_equals: expected "function" but got "undefined"
FAIL Window unforgeable attribute: top assert_equals: expected "function" but got "undefined"
FAIL Window replaceable attribute: self assert_equals: expected "function" but got "undefined"

Powered by Google App Engine
This is Rietveld 408576698