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

Side by Side Diff: LayoutTests/fast/css/variables/cssom-computed-style-expected.txt

Issue 21006006: Add forEach() to CSSVariablesMap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased onto callback change Created 7 years, 3 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 | Annotate | Revision Log
OLDNEW
1 Computed variables declaration: [object CSSVariablesMap] 1 Computed variables declaration: [object CSSVariablesMap]
2 Equal variables declaration objects on multiple accesses: pass
2 Create variable: NoModificationAllowedError: Failed to set the 'create' property on a computed 'CSSStyleDeclaration': computed styles are read-only. 3 Create variable: NoModificationAllowedError: Failed to set the 'create' property on a computed 'CSSStyleDeclaration': computed styles are read-only.
3 Count variables: 3 4 Count variables: 3
4 Count empty variables: 0 5 Count empty variables: 0
5 Read stylesheet variable: pass 6 Read stylesheet variable: pass
6 Read inherited variable: pass 7 Read inherited variable: pass
7 Read inline variable: pass 8 Read inline variable: pass
8 Read non-existent variable: pass 9 Read non-existent variable: pass
10 Enumerate variables:
11 inherited: pass
12 inline: pass
13 stylesheet: pass
14 Enumerate empty variables: pass
9 Update variable: NoModificationAllowedError: Failed to set the 'inline' property on a computed 'CSSStyleDeclaration': computed styles are read-only. 15 Update variable: NoModificationAllowedError: Failed to set the 'inline' property on a computed 'CSSStyleDeclaration': computed styles are read-only.
10 Delete variable: Not deleted 16 Delete variable: Not deleted
11 Clear variables: NoModificationAllowedError: Failed to clear variables from a co mputed 'CSSStyleDeclaration': computed styles are read-only. 17 Clear variables: NoModificationAllowedError: Failed to clear variables from a co mputed 'CSSStyleDeclaration': computed styles are read-only.
12 Set cssText: NoModificationAllowedError: Failed to set the 'cssText' property on a computed 'CSSStyleDeclaration': computed styles are read-only. 18 Set cssText: NoModificationAllowedError: Failed to set the 'cssText' property on a computed 'CSSStyleDeclaration': computed styles are read-only.
13 Read deleted variable: pass 19 Read deleted variable: pass
14 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698