Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt |
| index a9e23107f21cd027e63eef208238c290b0b7e08c..13dfa2fec1cd3034361dfc41726113c5a2bee6bd 100644 |
| --- a/third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt |
| @@ -145,7 +145,7 @@ PASS MutationObserver interface object length |
| PASS MutationObserver interface object name |
| FAIL MutationObserver interface: existence and properties of interface prototype object assert_equals: class string of MutationObserver.prototype expected "[object MutationObserverPrototype]" but got "[object MutationObserver]" |
| PASS MutationObserver interface: existence and properties of interface prototype object's "constructor" property |
| -FAIL MutationObserver interface: operation observe(Node,MutationObserverInit) assert_equals: property has wrong .length expected 1 but got 2 |
|
foolip
2017/02/07 15:49:36
Ah, right, the change is also visible in the funct
|
| +PASS MutationObserver interface: operation observe(Node,MutationObserverInit) |
| PASS MutationObserver interface: operation disconnect() |
| PASS MutationObserver interface: operation takeRecords() |
| PASS MutationRecord interface: existence and properties of interface object |