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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 36 tests. 30 PASS 6 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS cssText on CSSStyleDeclaration must enqueue an attributeChanged reaction wh en it adds the observed style attribute 3 PASS cssText on CSSStyleDeclaration must enqueue an attributeChanged reaction wh en it adds the observed style attribute
3 PASS cssText on CSSStyleDeclaration must not enqueue an attributeChanged reactio n when it adds the style attribute but the style attribute is not observed 4 PASS cssText on CSSStyleDeclaration must not enqueue an attributeChanged reactio n when it adds the style attribute but the style attribute is not observed
4 PASS cssText on CSSStyleDeclaration must enqueue an attributeChanged reaction wh en it mutates the observed style attribute 5 PASS cssText on CSSStyleDeclaration must enqueue an attributeChanged reaction wh en it mutates the observed style attribute
5 PASS cssText on CSSStyleDeclaration must not enqueue an attributeChanged reactio n when it mutates the style attribute but the style attribute is not observed 6 PASS cssText on CSSStyleDeclaration must not enqueue an attributeChanged reactio n when it mutates the style attribute but the style attribute is not observed
6 PASS setProperty on CSSStyleDeclaration must enqueue an attributeChanged reactio n when it adds the observed style attribute 7 PASS setProperty on CSSStyleDeclaration must enqueue an attributeChanged reactio n when it adds the observed style attribute
7 PASS setProperty on CSSStyleDeclaration must not enqueue an attributeChanged rea ction when it adds the style attribute but the style attribute is not observed 8 PASS setProperty on CSSStyleDeclaration must not enqueue an attributeChanged rea ction when it adds the style attribute but the style attribute is not observed
8 PASS setProperty on CSSStyleDeclaration must enqueue an attributeChanged reactio n when it mutates the observed style attribute 9 PASS setProperty on CSSStyleDeclaration must enqueue an attributeChanged reactio n when it mutates the observed style attribute
9 PASS setProperty on CSSStyleDeclaration must not enqueue an attributeChanged rea ction when it mutates the style attribute but the style attribute is not observe d 10 PASS setProperty on CSSStyleDeclaration must not enqueue an attributeChanged rea ction when it mutates the style attribute but the style attribute is not observe d
10 PASS setProperty on CSSStyleDeclaration must enqueue an attributeChanged reactio n when it makes a property important and the style attribute is observed 11 PASS setProperty on CSSStyleDeclaration must enqueue an attributeChanged reactio n when it makes a property important and the style attribute is observed
11 PASS setProperty on CSSStyleDeclaration must enqueue an attributeChanged reactio n when it makes a property important but the style attribute is not observed 12 PASS setProperty on CSSStyleDeclaration must enqueue an attributeChanged reactio n when it makes a property important but the style attribute is not observed
(...skipping 18 matching lines...) Expand all
30 PASS A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaratio n must enqueue an attributeChanged reaction when it adds the observed style attr ibute 31 PASS A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaratio n must enqueue an attributeChanged reaction when it adds the observed style attr ibute
31 PASS A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaratio n must not enqueue an attributeChanged reaction when it adds the style attribute but the style attribute is not observed 32 PASS A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaratio n must not enqueue an attributeChanged reaction when it adds the style attribute but the style attribute is not observed
32 PASS A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaratio n must enqueue an attributeChanged reaction when it mutates the observed style a ttribute 33 PASS A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaratio n must enqueue an attributeChanged reaction when it mutates the observed style a ttribute
33 PASS A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaratio n must not enqueue an attributeChanged reaction when it mutates the style attrib ute but the style attribute is not observed 34 PASS A webkit prefixed camel case attribute (webkitFilter) on CSSStyleDeclaratio n must not enqueue an attributeChanged reaction when it mutates the style attrib ute but the style attribute is not observed
34 PASS A webkit prefixed dashed property (-webkit-filter) on CSSStyleDeclaration m ust enqueue an attributeChanged reaction when it adds the observed style attribu te 35 PASS A webkit prefixed dashed property (-webkit-filter) on CSSStyleDeclaration m ust enqueue an attributeChanged reaction when it adds the observed style attribu te
35 PASS A webkit prefixed dashed property (-webkit-filter) on CSSStyleDeclaration m ust not enqueue an attributeChanged reaction when it adds the style attribute bu t the style attribute is not observed 36 PASS A webkit prefixed dashed property (-webkit-filter) on CSSStyleDeclaration m ust not enqueue an attributeChanged reaction when it adds the style attribute bu t the style attribute is not observed
36 PASS A webkit prefixed dashed property (-webkit-filter) on CSSStyleDeclaration m ust enqueue an attributeChanged reaction when it mutates the observed style attr ibute 37 PASS A webkit prefixed dashed property (-webkit-filter) on CSSStyleDeclaration m ust enqueue an attributeChanged reaction when it mutates the observed style attr ibute
37 PASS A webkit prefixed dashed property (-webkit-filter) on CSSStyleDeclaration m ust not enqueue an attributeChanged reaction when it mutates the style attribute but the style attribute is not observed 38 PASS A webkit prefixed dashed property (-webkit-filter) on CSSStyleDeclaration m ust not enqueue an attributeChanged reaction when it mutates the style attribute but the style attribute is not observed
38 Harness: the test ran to completion. 39 Harness: the test ran to completion.
39 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698