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

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

Issue 2468053002: Import wpt@9fcccf38b6be00f71ffa6bd6e29c5aa1ef25ee8c (Closed)
Patch Set: Skip cssom and svg/shapes, remove unwanted baseline 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 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 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 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 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 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 FAIL setPropertyValue on CSSStyleDeclaration must enqueue an attributeChanged re action when it adds the observed style attribute instance.style.setPropertyValue is not a function
13 FAIL setPropertyValue on CSSStyleDeclaration must not enqueue an attributeChange d reaction when it adds the style attribute but the style attribute is not obser ved instance.style.setPropertyValue is not a function
14 FAIL setPropertyValue on CSSStyleDeclaration must enqueue an attributeChanged re action when it mutates the observed style attribute instance.style.setPropertyVa lue is not a function
15 FAIL setPropertyValue on CSSStyleDeclaration must not enqueue an attributeChange d reaction when it mutates the style attribute but the style attribute is not ob served instance.style.setPropertyValue is not a function
16 FAIL setPropertyPriority on CSSStyleDeclaration must enqueue an attributeChanged reaction when it makes a property important and the style attribute is observed instance.style.setPropertyPriority is not a function
17 FAIL setPropertyPriority on CSSStyleDeclaration must enqueue an attributeChanged reaction when it makes a property important but the style attribute is not obse rved instance.style.setPropertyPriority is not a function
18 PASS removeProperty on CSSStyleDeclaration must enqueue an attributeChanged reac tion when it removes a property from the observed style attribute
19 PASS removeProperty on CSSStyleDeclaration must not enqueue an attributeChanged reaction when it removes a property from the style attribute but the style attri bute is not observed
20 PASS cssFloat on CSSStyleDeclaration must enqueue an attributeChanged reaction w hen it adds the observed style attribute
21 PASS cssFloat on CSSStyleDeclaration must not enqueue an attributeChanged reacti on when it adds the style attribute but the style attribute is not observed
22 PASS A camel case attribute (borderWidth) on CSSStyleDeclaration must enqueue an attributeChanged reaction when it adds the observed style attribute
23 PASS A camel case attribute (borderWidth) on CSSStyleDeclaration must not enqueu e an attributeChanged reaction when it adds the style attribute but the style at tribute is not observed
24 PASS A camel case attribute (borderWidth) on CSSStyleDeclaration must enqueue an attributeChanged reaction when it mutates the observed style attribute
25 PASS A camel case attribute (borderWidth) on CSSStyleDeclaration must not enqueu e an attributeChanged reaction when it mutates the style attribute but the style attribute is not observed
26 PASS A dashed property (border-width) on CSSStyleDeclaration must enqueue an att ributeChanged reaction when it adds the observed style attribute
27 PASS A dashed property (border-width) on CSSStyleDeclaration must not enqueue an attributeChanged reaction when it adds the style attribute but the style attrib ute is not observed
28 PASS A dashed property (border-width) on CSSStyleDeclaration must enqueue an att ributeChanged reaction when it mutates the observed style attribute
29 PASS A dashed property (border-width) on CSSStyleDeclaration must not enqueue an attributeChanged reaction when it mutates the style attribute but the style att ribute is not observed
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 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 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 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 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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698