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

Side by Side Diff: sky/tests/mutation-observer/observe-attributes-expected.txt

Issue 697773002: Remove Element#attributes. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix template binding. Created 6 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
« no previous file with comments | « sky/tests/mutation-observer/observe-attributes.sky ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Running 15 tests 1 Running 14 tests
2 ok 1 MutationObserver.observe on attributes should handle basic aspects of attri bute observation 2 ok 1 MutationObserver.observe on attributes should handle basic aspects of attri bute observation
3 ok 2 MutationObserver.observe on attributes should not notify of attribute chang es without asking 3 ok 2 MutationObserver.observe on attributes should not notify of attribute chang es without asking
4 ok 3 MutationObserver.observe on attributes re-observing the same node with the same observer has the effect of resetting the options 4 ok 3 MutationObserver.observe on attributes re-observing the same node with the same observer has the effect of resetting the options
5 ok 4 MutationObserver.observe on attributes multiple observers can be registered to a given node and both receive mutations 5 ok 4 MutationObserver.observe on attributes multiple observers can be registered to a given node and both receive mutations
6 ok 5 MutationObserver.observe on attributes should deliver mutations on modifica tions to node properties which delegate to attribute storage 6 ok 5 MutationObserver.observe on attributes should deliver mutations on modifica tions to node properties which delegate to attribute storage
7 ok 6 MutationObserver.observe on attributes should handle basic oldValue deliver y 7 ok 6 MutationObserver.observe on attributes should handle basic oldValue deliver y
8 ok 7 MutationObserver.observe on attributes should deliver oldValue when needed 8 ok 7 MutationObserver.observe on attributes should deliver oldValue when needed
9 ok 8 MutationObserver.observe on attributes should give attributeOldValue if any entries request it with multiple observers 9 ok 8 MutationObserver.observe on attributes should give attributeOldValue if any entries request it with multiple observers
10 ok 9 MutationObserver.observe on attributes should handle setting an attribute v ia reflected IDL attribute 10 ok 9 MutationObserver.observe on attributes should handle setting an attribute v ia reflected IDL attribute
11 ok 10 MutationObserver.observe on attributes should respect attributeFilter on H TML elements 11 ok 10 MutationObserver.observe on attributes should respect attributeFilter on H TML elements
12 ok 11 MutationObserver.observe on attributes should respect different attributeF ilters when observing multiple subtree nodes 12 ok 11 MutationObserver.observe on attributes should respect different attributeF ilters when observing multiple subtree nodes
13 ok 12 MutationObserver.observe on attributes should create records for the style property 13 ok 12 MutationObserver.observe on attributes should create records for the style property
14 ok 13 MutationObserver.observe on attributes should have oldValue for style prop erty mutations 14 ok 13 MutationObserver.observe on attributes should have oldValue for style prop erty mutations
15 ok 14 MutationObserver.observe on attributes should not create records for noop style property mutation 15 ok 14 MutationObserver.observe on attributes should not create records for noop style property mutation
16 ok 15 MutationObserver.observe on attributes should create records when mutating through the attribute collection 16 14 tests
17 15 tests 17 14 pass
18 15 pass
19 0 fail 18 0 fail
OLDNEW
« no previous file with comments | « sky/tests/mutation-observer/observe-attributes.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698