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

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: Generator & test nits Created 7 years, 4 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
(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
This is Rietveld 408576698