Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/custom-elements/reactions/HTMLElement-expected.txt

Issue 2905763003: Rollback ContextMenu (Closed)
Patch Set: Rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS title on HTMLElement must enqueue an attributeChanged reaction when adding title content attribute 2 PASS title on HTMLElement must enqueue an attributeChanged reaction when adding title content attribute
3 PASS title on HTMLElement must enqueue an attributeChanged reaction when replaci ng an existing attribute 3 PASS title on HTMLElement must enqueue an attributeChanged reaction when replaci ng an existing attribute
4 PASS lang on HTMLElement must enqueue an attributeChanged reaction when adding l ang content attribute 4 PASS lang on HTMLElement must enqueue an attributeChanged reaction when adding l ang content attribute
5 PASS lang on HTMLElement must enqueue an attributeChanged reaction when replacin g an existing attribute 5 PASS lang on HTMLElement must enqueue an attributeChanged reaction when replacin g an existing attribute
6 PASS translate on HTMLElement must enqueue an attributeChanged reaction when add ing translate content attribute 6 PASS translate on HTMLElement must enqueue an attributeChanged reaction when add ing translate content attribute
7 PASS translate on HTMLElement must enqueue an attributeChanged reaction when rep lacing an existing attribute 7 PASS translate on HTMLElement must enqueue an attributeChanged reaction when rep lacing an existing attribute
8 PASS dir on HTMLElement must enqueue an attributeChanged reaction when adding di r content attribute 8 PASS dir on HTMLElement must enqueue an attributeChanged reaction when adding di r content attribute
9 PASS dir on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute 9 PASS dir on HTMLElement must enqueue an attributeChanged reaction when replacing an existing attribute
10 PASS hidden on HTMLElement must enqueue an attributeChanged reaction when adding hidden content attribute 10 PASS hidden on HTMLElement must enqueue an attributeChanged reaction when adding hidden content attribute
11 PASS hidden on HTMLElement must enqueue an attributeChanged reaction when replac ing an existing attribute 11 PASS hidden on HTMLElement must enqueue an attributeChanged reaction when replac ing an existing attribute
12 PASS tabIndex on HTMLElement must enqueue an attributeChanged reaction when addi ng tabindex content attribute 12 PASS tabIndex on HTMLElement must enqueue an attributeChanged reaction when addi ng tabindex content attribute
13 PASS tabIndex on HTMLElement must enqueue an attributeChanged reaction when repl acing an existing attribute 13 PASS tabIndex on HTMLElement must enqueue an attributeChanged reaction when repl acing an existing attribute
14 PASS accessKey on HTMLElement must enqueue an attributeChanged reaction when add ing accesskey content attribute 14 PASS accessKey on HTMLElement must enqueue an attributeChanged reaction when add ing accesskey content attribute
15 PASS accessKey on HTMLElement must enqueue an attributeChanged reaction when rep lacing an existing attribute 15 PASS accessKey on HTMLElement must enqueue an attributeChanged reaction when rep lacing an existing attribute
16 PASS draggable on HTMLElement must enqueue an attributeChanged reaction when add ing draggable content attribute 16 PASS draggable on HTMLElement must enqueue an attributeChanged reaction when add ing draggable content attribute
17 PASS draggable on HTMLElement must enqueue an attributeChanged reaction when rep lacing an existing attribute 17 PASS draggable on HTMLElement must enqueue an attributeChanged reaction when rep lacing an existing attribute
18 FAIL dropzone on HTMLElement must enqueue an attributeChanged reaction when addi ng dropzone content attribute assert_array_equals: lengths differ, expected 1 go t 0 18 FAIL dropzone on HTMLElement must enqueue an attributeChanged reaction when addi ng dropzone content attribute assert_array_equals: lengths differ, expected 1 go t 0
19 FAIL dropzone on HTMLElement must enqueue an attributeChanged reaction when repl acing an existing attribute assert_array_equals: lengths differ, expected 2 got 1 19 FAIL dropzone on HTMLElement must enqueue an attributeChanged reaction when repl acing an existing attribute assert_array_equals: lengths differ, expected 2 got 1
20 FAIL contextMenu on HTMLElement must enqueue an attributeChanged reaction when a dding contextmenu content attribute Failed to set the 'contextMenu' property on 'HTMLElement': The provided value is not of type 'HTMLMenuElement'. 20 FAIL contextMenu on HTMLElement must enqueue an attributeChanged reaction when a dding contextmenu content attribute assert_array_equals: lengths differ, expecte d 1 got 0
21 FAIL contextMenu on HTMLElement must enqueue an attributeChanged reaction when r eplacing an existing attribute Failed to set the 'contextMenu' property on 'HTML Element': The provided value is not of type 'HTMLMenuElement'. 21 FAIL contextMenu on HTMLElement must enqueue an attributeChanged reaction when r eplacing an existing attribute assert_array_equals: lengths differ, expected 2 g ot 1
22 PASS spellcheck on HTMLElement must enqueue an attributeChanged reaction when ad ding spellcheck content attribute 22 PASS spellcheck on HTMLElement must enqueue an attributeChanged reaction when ad ding spellcheck content attribute
23 PASS spellcheck on HTMLElement must enqueue an attributeChanged reaction when re placing an existing attribute 23 PASS spellcheck on HTMLElement must enqueue an attributeChanged reaction when re placing an existing attribute
24 PASS innerText on HTMLElement must enqueue a disconnected reaction 24 PASS innerText on HTMLElement must enqueue a disconnected reaction
25 PASS outerText on HTMLElement must enqueue a disconnected reaction 25 PASS outerText on HTMLElement must enqueue a disconnected reaction
26 Harness: the test ran to completion. 26 Harness: the test ran to completion.
27 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698