| Index: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Element-getElementsByTagName-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Element-getElementsByTagName-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Element-getElementsByTagName-expected.txt
|
| index efd83edb46f60921305da9afa4545166cc2b1f53..8310187a7a7f53ad320876e1adead19eb41536bd 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Element-getElementsByTagName-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Element-getElementsByTagName-expected.txt
|
| @@ -1,11 +1,8 @@
|
| This is a testharness.js-based test.
|
| PASS Interfaces
|
| PASS Caching is allowed
|
| -FAIL Shouldn't be able to set unsigned properties on a HTMLCollection (non-strict mode) assert_equals: expected (undefined) undefined but got (string) "foopy"
|
| -FAIL Shouldn't be able to set unsigned properties on a HTMLCollection (strict mode) assert_throws: function "function () {
|
| - "use strict";
|
| - l[5] = "foopy"
|
| - }" did not throw
|
| +PASS Shouldn't be able to set unsigned properties on a HTMLCollection (non-strict mode)
|
| +PASS Shouldn't be able to set unsigned properties on a HTMLCollection (strict mode)
|
| PASS Should be able to set expando shadowing a proto prop (item)
|
| PASS Should be able to set expando shadowing a proto prop (namedItem)
|
| FAIL hasOwnProperty, getOwnPropertyDescriptor, getOwnPropertyNames assert_true: desc.enumerable expected true got false
|
|
|