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

Side by Side Diff: LayoutTests/fast/canvas/canvas-state-persistence-no-dirty-expected.html

Issue 1161463007: De-flaking some tests in virtual/gpu/fast/canvas (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: undo previous patch (wrong issue) Created 5 years, 6 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <canvas></canvas> 2 <canvas></canvas>
3 <script src="resources/asyncpaintguard.js"></script>
3 <script> 4 <script>
4 5
5 var canvas = document.querySelector("canvas"); 6 var canvas = document.querySelector("canvas");
6 var context = canvas.getContext("2d"); 7 var context = canvas.getContext("2d");
7 8
8 context.fillRect(0, 0, 40, 10); 9 context.fillRect(0, 0, 40, 10);
9 10
10 </script> 11 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/canvas-state-persistence-no-dirty.html ('k') | LayoutTests/fast/canvas/canvas-text-baseline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698