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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-named-properties-expected.txt

Issue 1386843002: bindings: Implements the named properties object (WindowProperties). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated IDL test results. Created 5 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/web-platform-tests/html/browsers/the-window-object/window-named-properties-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-named-properties-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-named-properties-expected.txt
index e6372fe16e5d55d22a431686e914f93033234bb2..d2065d06a74564924b10b0ba22d250b4c719767b 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-named-properties-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-named-properties-expected.txt
@@ -1,6 +1,6 @@
This is a testharness.js-based test.
PASS Static name
-FAIL Static name on the prototype assert_false: Window.prototype.hasOwnProperty("bar") expected false got true
+FAIL Static name on the prototype assert_equals: expected false but got true
FAIL constructor assert_equals: expected false but got true
PASS Dynamic name
PASS Ghost name

Powered by Google App Engine
This is Rietveld 408576698