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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-changes-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-changes-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-changes-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-changes-expected.txt
index fc6905a1212211a00a38f264e8aa0c692b37ec08..c1c26ee9a712d0d642968a62a7593905b647894c 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-changes-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/js-update-polygon-changes-expected.txt
@@ -8,7 +8,12 @@
"paintInvalidations": [
{
"object": "LayoutSVGPath polygon id='polygon'",
- "rect": [265, 219, 162, 105],
+ "rect": [264, 218, 164, 107],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGPath polygon id='polygon'",
+ "rect": [264, 208, 164, 107],
"reason": "full"
},
{
@@ -17,11 +22,6 @@
"reason": "bounds change"
},
{
- "object": "LayoutSVGPath polygon id='polygon'",
- "rect": [265, 209, 162, 105],
- "reason": "full"
- },
- {
"object": "LayoutSVGRoot svg",
"rect": [265, 209, 162, 105],
"reason": "bounds change"

Powered by Google App Engine
This is Rietveld 408576698