| Index: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-getElementsByTagName-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-getElementsByTagName-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-getElementsByTagName-expected.txt
|
| index 59d6457973d839d4246e5c289a9f5036a2da0564..9b84c84db8a0a0d330e237cadc499d9e502b6a52 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-getElementsByTagName-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-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
|
|
|