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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 10 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 Found 20 tests. 17 PASS 3 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS add on DOMTokenList must enqueue an attributeChanged reaction when adding a n attribute 3 PASS add on DOMTokenList must enqueue an attributeChanged reaction when adding a n attribute
3 PASS add on DOMTokenList must not enqueue an attributeChanged reaction when addi ng an unobserved attribute 4 PASS add on DOMTokenList must not enqueue an attributeChanged reaction when addi ng an unobserved attribute
4 PASS add on DOMTokenList must enqueue an attributeChanged reaction when adding a value to an existing attribute 5 PASS add on DOMTokenList must enqueue an attributeChanged reaction when adding a value to an existing attribute
5 PASS add on DOMTokenList must not enqueue an attributeChanged reaction when addi ng a value to an unobserved attribute 6 PASS add on DOMTokenList must not enqueue an attributeChanged reaction when addi ng a value to an unobserved attribute
6 PASS add on DOMTokenList must enqueue exactly one attributeChanged reaction when adding multiple values to an attribute 7 PASS add on DOMTokenList must enqueue exactly one attributeChanged reaction when adding multiple values to an attribute
7 PASS remove on DOMTokenList must enqueue an attributeChanged reaction when remov ing a value from an attribute 8 PASS remove on DOMTokenList must enqueue an attributeChanged reaction when remov ing a value from an attribute
8 PASS remove on DOMTokenList must enqueue exactly one attributeChanged reaction w hen removing multiple values to an attribute 9 PASS remove on DOMTokenList must enqueue exactly one attributeChanged reaction w hen removing multiple values to an attribute
9 PASS remove on DOMTokenList must enqueue an attributeChanged reaction even when removing a non-existent value from an attribute 10 PASS remove on DOMTokenList must enqueue an attributeChanged reaction even when removing a non-existent value from an attribute
10 PASS remove on DOMTokenList must not enqueue an attributeChanged reaction when r emoving a value from an unobserved attribute 11 PASS remove on DOMTokenList must not enqueue an attributeChanged reaction when r emoving a value from an unobserved attribute
11 PASS toggle on DOMTokenList must enqueue an attributeChanged reaction when addin g a value to an attribute 12 PASS toggle on DOMTokenList must enqueue an attributeChanged reaction when addin g a value to an attribute
12 PASS toggle on DOMTokenList must enqueue an attributeChanged reaction when remov ing a value from an attribute 13 PASS toggle on DOMTokenList must enqueue an attributeChanged reaction when remov ing a value from an attribute
13 PASS remove on DOMTokenList must not enqueue an attributeChanged reaction when r emoving a value from an unobserved attribute 14 PASS remove on DOMTokenList must not enqueue an attributeChanged reaction when r emoving a value from an unobserved attribute
14 FAIL replace on DOMTokenList must enqueue an attributeChanged reaction when repl acing a value in an attribute instance.classList.replace is not a function 15 FAIL replace on DOMTokenList must enqueue an attributeChanged reaction when repl acing a value in an attribute instance.classList.replace is not a function
15 FAIL replace on DOMTokenList must not enqueue an attributeChanged reaction when the token to replace does not exist in the attribute instance.classList.replace is not a function 16 FAIL replace on DOMTokenList must not enqueue an attributeChanged reaction when the token to replace does not exist in the attribute instance.classList.replace is not a function
16 FAIL replace on DOMTokenList must not enqueue an attributeChanged reaction when replacing a value in an unobserved attribute instance.classList.replace is not a function 17 FAIL replace on DOMTokenList must not enqueue an attributeChanged reaction when replacing a value in an unobserved attribute instance.classList.replace is not a function
17 PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction w hen adding an observed attribute 18 PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction w hen adding an observed attribute
18 PASS the stringifier of DOMTokenList must not enqueue an attributeChanged reacti on when adding an unobserved attribute 19 PASS the stringifier of DOMTokenList must not enqueue an attributeChanged reacti on when adding an unobserved attribute
19 PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction w hen mutating the value of an observed attribute 20 PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction w hen mutating the value of an observed attribute
20 PASS the stringifier of DOMTokenList must not enqueue an attributeChanged reacti on when mutating the value of an unobserved attribute 21 PASS the stringifier of DOMTokenList must not enqueue an attributeChanged reacti on when mutating the value of an unobserved attribute
21 PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction w hen the setter is called with the original value of the attribute 22 PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction w hen the setter is called with the original value of the attribute
22 Harness: the test ran to completion. 23 Harness: the test ran to completion.
23 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698