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

Side by Side Diff: LayoutTests/fast/canvas/canvas-bg-multiple-removal.html

Issue 6150004: Merge 75007 - Merge 73927 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 9 years, 11 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
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/canvas-bg-multiple-removal-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <script> 2 <script>
3 if (window.layoutTestController) { 3 if (window.layoutTestController) {
4 layoutTestController.dumpAsText(); 4 layoutTestController.dumpAsText();
5 layoutTestController.waitUntilDone(); 5 layoutTestController.waitUntilDone();
6 } 6 }
7 7
8 window.onload = function() 8 window.onload = function()
9 { 9 {
10 if (location.hash == "#2") { 10 if (location.hash == "#2") {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 } 53 }
54 54
55 function finishTest() 55 function finishTest()
56 { 56 {
57 document.body.appendChild(element1); 57 document.body.appendChild(element1);
58 setTimeout(function () { location.reload() }, 0); 58 setTimeout(function () { location.reload() }, 0);
59 } 59 }
60 60
61 </script> 61 </script>
62 </html> 62 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/canvas-bg-multiple-removal-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698