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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/browsers/the-window-object/window-named-properties-expected.txt

Issue 2753773003: v8bindings: Reverts crrev.com/2606723002 with minimum changes. (Closed)
Patch Set: Updated tests and their expectations. Created 3 years, 9 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Static name 2 PASS Static name
3 PASS Static name on the prototype 3 PASS Static name on the prototype
4 FAIL constructor assert_false: gsp.hasOwnProperty("constructor") expected false got true 4 FAIL constructor assert_false: gsp.hasOwnProperty("constructor") expected false got true
5 FAIL duplicate property names assert_equals: expected 1 but got 0 5 FAIL duplicate property names assert_equals: expected 1 but got 0
6 FAIL Dynamic name assert_true: foo not in window expected true got false 6 PASS Dynamic name
7 PASS Ghost name 7 PASS Ghost name
8 Harness: the test ran to completion. 8 Harness: the test ran to completion.
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698