| Index: third_party/WebKit/LayoutTests/external/wpt/custom-elements/reactions/HTMLElement-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/custom-elements/reactions/HTMLElement-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/custom-elements/reactions/HTMLElement-expected.txt
|
| index 4c0d293a57883f06bf94f654be02327449e84748..002ceb98590937c205267dff84492e4e1fb37b71 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/custom-elements/reactions/HTMLElement-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/custom-elements/reactions/HTMLElement-expected.txt
|
| @@ -17,8 +17,8 @@ PASS draggable on HTMLElement must enqueue an attributeChanged reaction when add
|
| PASS draggable on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute
|
| FAIL dropzone on HTMLElement must enqueue an attributeChanged reaction when adding dropzone content attribute assert_array_equals: lengths differ, expected 1 got 0
|
| FAIL dropzone on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute assert_array_equals: lengths differ, expected 2 got 1
|
| -FAIL contextMenu on HTMLElement must enqueue an attributeChanged reaction when adding contextmenu content attribute Failed to set the 'contextMenu' property on 'HTMLElement': The provided value is not of type 'HTMLMenuElement'.
|
| -FAIL contextMenu on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute Failed to set the 'contextMenu' property on 'HTMLElement': The provided value is not of type 'HTMLMenuElement'.
|
| +FAIL contextMenu on HTMLElement must enqueue an attributeChanged reaction when adding contextmenu content attribute assert_array_equals: lengths differ, expected 1 got 0
|
| +FAIL contextMenu on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute assert_array_equals: lengths differ, expected 2 got 1
|
| PASS spellcheck on HTMLElement must enqueue an attributeChanged reaction when adding spellcheck content attribute
|
| PASS spellcheck on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute
|
| PASS innerText on HTMLElement must enqueue a disconnected reaction
|
|
|