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

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

Issue 1167013003: Revert of De-flaking some tests in virtual/gpu/fast/canvas (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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>
4 <script> 3 <script>
5 4
6 var canvas = document.querySelector("canvas"); 5 var canvas = document.querySelector("canvas");
7 var context = canvas.getContext("2d"); 6 var context = canvas.getContext("2d");
8 7
9 context.fillRect(0, 0, 40, 10); 8 context.fillRect(0, 0, 40, 10);
10 9
11 </script> 10 </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