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

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..3b8ac8dc762291cd5d4344cbf320099311203fc9 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": [264, 258, 165, 67],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGPath polygon id='polygon'",
+ "rect": [264, 218, 164, 107],
"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