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

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

Issue 2434563008: Import wpt@26c8d4e87448d1c4e5ebf2ddb4917c0633c201db (Closed)
Patch Set: Mark one more test as potentially timing out Created 4 years, 1 month 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
(Empty)
1 This is a testharness.js-based test.
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
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
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
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
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
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
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
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
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
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'.
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'.
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
24 FAIL innerText on HTMLElement must enqueue a disconnected reaction assert_array_ equals: lengths differ, expected 1 got 0
25 FAIL outerText on HTMLElement must enqueue a disconnected reaction assert_array_ equals: lengths differ, expected 1 got 0
26 Harness: the test ran to completion.
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698