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

Unified Diff: LayoutTests/fast/box-shadow/shadow-box-resize-expected.txt

Issue 347393007: Fix shadow repaint issue in vertical-rl mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix bug first. Refactor later. Created 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/box-shadow/shadow-box-resize-expected.txt
diff --git a/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly-expected.txt b/LayoutTests/fast/box-shadow/shadow-box-resize-expected.txt
similarity index 60%
copy from LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly-expected.txt
copy to LayoutTests/fast/box-shadow/shadow-box-resize-expected.txt
index 2b09e774e4799fff34613473155c2ecea9a469de..8f0d71e3335e35662eea8e1be228bec44ef87dd0 100644
--- a/LayoutTests/css3/filters/effect-reference-repaint-gaussianblur-xonly-expected.txt
+++ b/LayoutTests/fast/box-shadow/shadow-box-resize-expected.txt
@@ -6,8 +6,10 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [1, 50, 314, 200],
- [1, 50, 314, 200]
+ [390, 100, 50, 120],
+ [300, 370, 140, 50],
+ [240, 100, 50, 120],
+ [100, 420, 140, 50]
]
}
]
« no previous file with comments | « LayoutTests/fast/box-shadow/shadow-box-resize.html ('k') | LayoutTests/fast/box-shadow/shadow-box-resize-writing-mode.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698