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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-filter-liveness-expected.html

Issue 1886063002: Make canvas filters use the font size in effect when the filter is set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/LayoutTests/fast/canvas/canvas-filter-liveness-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-filter-liveness-expected.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-filter-liveness-expected.html
index f917dad34e14490ebee4f80b2a9e041f73973168..e35800e91a42d7a82146aef8cc63e2a13aa7a2e2 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-filter-liveness-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-filter-liveness-expected.html
@@ -5,5 +5,5 @@ var ctx = canvas.getContext('2d');
ctx.fillStyle = '#0f0';
ctx.fillRect(25, 25, 50, 40);
ctx.fillStyle = '#000';
-ctx.fillRect(25, 65, 50, 10);
+ctx.fillRect(25, 65, 50, 5);
</script>

Powered by Google App Engine
This is Rietveld 408576698