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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: 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
(Empty)
1 This is a testharness.js-based test.
2 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 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 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 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 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 remov ing a value from an attribute
13 FAIL replace on DOMTokenList must enqueue an attributeChanged reaction when repl acing a value in an attribute instance.classList.replace is not a function
14 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
15 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
16 PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction w hen adding an observed attribute
17 PASS the stringifier of DOMTokenList must not enqueue an attributeChanged reacti on when adding an unobserved attribute
18 PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction w hen mutating the value of an observed attribute
19 PASS the stringifier of DOMTokenList must not enqueue an attributeChanged reacti on when mutating the value of an unobserved attribute
20 PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction w hen the setter is called with the original value of the attribute
21 Harness: the test ran to completion.
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698