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

Side by Side Diff: LayoutTests/fast/css/style-enumerate-properties-expected.txt

Issue 714693002: Don't require getPropertyCSSValue in fast/css tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | « LayoutTests/fast/css/style-enumerate-properties.html ('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 This test makes sure that CSSStyleDeclaration enumerates JavaScript properties f or defined and non-defined CSS properties, indexed properties, and properties de fined on the prototype. See Bug 23946. 1 This test makes sure that CSSStyleDeclaration enumerates JavaScript properties f or defined and non-defined CSS properties, indexed properties, and properties de fined on the prototype. See Bug 23946.
2 PASS document.body.style.length is 4 2 PASS document.body.style.length is 4
3 PASS '0' in document.body.style is true 3 PASS '0' in document.body.style is true
4 PASS '1' in document.body.style is true 4 PASS '1' in document.body.style is true
5 PASS 'textDecoration' in document.body.style is true 5 PASS 'textDecoration' in document.body.style is true
6 PASS 'textDecorationLine' in document.body.style is true 6 PASS 'textDecorationLine' in document.body.style is true
7 PASS 'textDecorationStyle' in document.body.style is true 7 PASS 'textDecorationStyle' in document.body.style is true
8 PASS 'textDecorationColor' in document.body.style is true 8 PASS 'textDecorationColor' in document.body.style is true
9 PASS 'borderTopColor' in document.body.style is true 9 PASS 'borderTopColor' in document.body.style is true
10 PASS 'border' in document.body.style is true 10 PASS 'border' in document.body.style is true
11 PASS 'font' in document.body.style is true 11 PASS 'font' in document.body.style is true
12 PASS 'webkitTransform' in document.body.style is true 12 PASS 'webkitTransform' in document.body.style is true
13 PASS 'WebkitTransform' in document.body.style is true 13 PASS 'WebkitTransform' in document.body.style is true
14 PASS 'bogus-random-String' in document.body.style is false 14 PASS 'bogus-random-String' in document.body.style is false
15 PASS 'cssText' in document.body.style is true 15 PASS 'cssText' in document.body.style is true
16 PASS 'getPropertyCSSValue' in document.body.style is true
17 PASS The CSS property order is correct 16 PASS The CSS property order is correct
18 PASS successfullyParsed is true 17 PASS successfullyParsed is true
19 18
20 TEST COMPLETE 19 TEST COMPLETE
21 20
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/style-enumerate-properties.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698