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

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

Issue 2442983002: Import wpt@c5a14f553cba5f197743b9af605a84eddd8692a2 (Closed)
Patch Set: Created 4 years, 2 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 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

Powered by Google App Engine
This is Rietveld 408576698