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

Unified Diff: LayoutTests/fast/canvas/canvas-state-persistence-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: rename 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/canvas/canvas-state-persistence-no-dirty-expected.html
diff --git a/LayoutTests/fast/canvas/canvas-state-persistence-no-dirty-expected.html b/LayoutTests/fast/canvas/canvas-state-persistence-no-dirty-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f93e8be5fabd186d422896e7de0d611e854aa213
--- /dev/null
+++ b/LayoutTests/fast/canvas/canvas-state-persistence-no-dirty-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<canvas></canvas>
+<script>
+
+var canvas = document.querySelector("canvas");
+var context = canvas.getContext("2d");
+
+context.fillRect(0, 0, 40, 10);
+
+</script>
« no previous file with comments | « LayoutTests/fast/canvas/canvas-state-persistence-no-dirty.html ('k') | Source/platform/graphics/RecordingImageBufferSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698