Chromium Code Reviews| Index: LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-named-properties-expected.txt |
| diff --git a/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-named-properties-expected.txt b/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-named-properties-expected.txt |
| index e8bf63455905e70af5c00b351d1afdbf9ea808a6..e6372fe16e5d55d22a431686e914f93033234bb2 100644 |
| --- a/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-named-properties-expected.txt |
| +++ b/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-named-properties-expected.txt |
| @@ -1,7 +1,7 @@ |
| 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 constructor assert_equals: expected (function) function "function Window() { [native code] }" but got (object) object "[object Window]" |
| +FAIL constructor assert_equals: expected false but got true |
|
haraken
2015/08/25 07:04:52
Just to confirm: This FAIL line is expected, right
Yuki
2015/08/25 08:03:52
Yes, it's caused because we don't have WindowPrope
|
| PASS Dynamic name |
| PASS Ghost name |
| Harness: the test ran to completion. |