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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-removal-expected.txt

Issue 2444593002: Introduce Layout*::adjustVisualRectForRasterEffects and use it for SVG hairlines. (Closed)
Patch Set: none Created 4 years, 2 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/paint/invalidation/svg/js-update-polygon-removal-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-removal-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-removal-expected.txt
index 82572a1bbcad4f52d3eb97b8411feb4cf9c4c53a..3a66e41a2545d111aa052d1751ba7e41f16874fd 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-removal-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-removal-expected.txt
@@ -8,7 +8,12 @@
"paintInvalidations": [
{
"object": "LayoutSVGPath polygon id='polygon'",
- "rect": [265, 259, 163, 65],
+ "rect": [263, 257, 167, 69],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGPath polygon id='polygon'",
+ "rect": [263, 217, 166, 109],
"reason": "full"
},
{
@@ -17,11 +22,6 @@
"reason": "bounds change"
},
{
- "object": "LayoutSVGPath polygon id='polygon'",
- "rect": [265, 219, 162, 105],
- "reason": "full"
- },
- {
"object": "LayoutSVGRoot svg",
"rect": [265, 219, 162, 105],
"reason": "bounds change"

Powered by Google App Engine
This is Rietveld 408576698