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

Side by Side Diff: LayoutTests/fast/css/variables/cssom-foreach-update.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <head><script src="../../js/resources/js-test-pre.js"></script></head> 2 <head><script src="../../js/resources/js-test-pre.js"></script></head>
3 3
4 <div id="test"></div> 4 <div id="test"></div>
5 5
6 <script> 6 <script>
7 description('This tests expected behaviour when modifying variables in a CSSVari ablesMap during a forEach() loop.'); 7 description('This tests expected behaviour when modifying variables in a CSSVari ablesMap during a forEach() loop.');
8 8
9 // Test adding variable in forEach: pass 9 // Test adding variable in forEach: pass
10 // Test deleting in forEach: pass 10 // Test deleting in forEach: pass
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 shouldBeEqualToString('log[5]', 'Add variable (var-inner-added: pass)'); 193 shouldBeEqualToString('log[5]', 'Add variable (var-inner-added: pass)');
194 shouldBeEqualToString('log[6]', 'Nested iteration (var-inner-added: pass)'); 194 shouldBeEqualToString('log[6]', 'Nested iteration (var-inner-added: pass)');
195 shouldBeEqualToString('log[7]', 'Iteration (var-inner-added: pass)'); 195 shouldBeEqualToString('log[7]', 'Iteration (var-inner-added: pass)');
196 shouldBeEqualToString('log[8]', 'Call forEach()'); 196 shouldBeEqualToString('log[8]', 'Call forEach()');
197 shouldBeEqualToString('log[9]', 'Nested iteration (var-existing-a: pass)'); 197 shouldBeEqualToString('log[9]', 'Nested iteration (var-existing-a: pass)');
198 shouldBeEqualToString('log[10]', 'Nested iteration (var-inner-added: pass)'); 198 shouldBeEqualToString('log[10]', 'Nested iteration (var-inner-added: pass)');
199 shouldBe('log.length', '11'); 199 shouldBe('log.length', '11');
200 200
201 debug(''); 201 debug('');
202 </script> 202 </script>
203 <script src="../../js/resources/js-test-post.js"></script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/variables/cssom-foreach.html ('k') | LayoutTests/fast/css/variables/cssom-read.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698