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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/DOMStringMap-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 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