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

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

Issue 2593973002: Queue custom element attribute reactions for no-op sets, removes (Closed)
Patch Set: Rebaseline MutationObserver test. (Thanks!) Created 3 years, 12 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/DOMTokenList-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS setter on DOMStringMap must enqueue an attributeChanged reaction when addin g an observed data attribute
3 PASS setter on DOMStringMap must not enqueue an attributeChanged reaction when a dding an unobserved data attribute
4 PASS setter on DOMStringMap must enqueue an attributeChanged reaction when mutat ing the value of an observed data attribute
5 FAIL setter on DOMStringMap must enqueue an attributeChanged reaction when mutat ing the value of an observed data attribute to the same value assert_array_equal s: lengths differ, expected 1 got 0
6 PASS setter on DOMStringMap must not enqueue an attributeChanged reaction when m utating the value of an unobserved data attribute
7 PASS deleter on DOMStringMap must enqueue an attributeChanged reaction when remo ving an observed data attribute
8 PASS deleter on DOMStringMap must not enqueue an attributeChanged reaction when removing an unobserved data attribute
9 PASS deleter on DOMStringMap must not enqueue an attributeChanged reaction when it does not remove a data attribute
10 Harness: the test ran to completion.
11
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/DOMTokenList-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698