Chromium Code Reviews

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

Issue 21006006: Add forEach() to CSSVariablesMap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More generator changes Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 Test calling forEach with no parameters: TypeError: Not enough arguments
2 Test calling forEach with non-function as first argument: TypeError: Type error
3 Test calling forEach with thisArg specified: pass
4 Test adding variable in forEach: pass
5 Test deleting in forEach: pass
6 Test clearing in forEach: pass
7 Test adding then deleting in forEach: pass
8 Test adding then clearing in forEach: pass
9 Test deleting then adding in forEach: pass
10 Test clearing then adding in forEach: pass
11 Test updating visited variable in forEach: pass
12 Test nested forEach calls with addition and deletion: pass
13
OLDNEW

Powered by Google App Engine