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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/Window/lookup-behavior-expected.txt

Issue 1386843002: bindings: Implements the named properties object (WindowProperties). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
1 1
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 PASS Named access test. Window's members should have priority over named proper ties. 3 PASS Named access test. Window's members should have priority over named proper ties.
4 FAIL WindowProperties object should exist. assert_equals: expected "[object Wind owProperties]" but got "[object Object]" 4 FAIL WindowProperties object should exist. assert_equals: expected "[object Wind owProperties]" but got "[object Object]"
5 FAIL WindowProperties object should provide named access. assert_equals: Named a ccess shouldn't work when WindowProperties is not available. expected (undefined ) undefined but got (object) Element node <a id="myAnchor"></a> 5 PASS WindowProperties object should provide named access.
6 PASS Window's members should be own members. 6 PASS Window's members should be own members.
7 Harness: the test ran to completion. 7 Harness: the test ran to completion.
8 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698