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

Side by Side Diff: LayoutTests/fast/canvas/canvas-display-list-state-stack-no-dirty-expected.html

Issue 588403003: Fix a rendering bug when frames have no dirty rect on display list mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove js-test.js Created 6 years, 3 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
(Empty)
1 <!DOCTYPE html>
2 <canvas></canvas>
3 <script>
4
5 var canvas = document.querySelector("canvas");
6 var context = canvas.getContext("2d");
7
8 context.fillRect(0, 0, 40, 10);
9
10 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698