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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/use-setAttribute-crash-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/platform/linux/paint/invalidation/svg/use-setAttribute-crash-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/use-setAttribute-crash-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/use-setAttribute-crash-expected.txt
index 52ff218e2b8ece366a7acd191a9eb9401ac86683..5e88782103bb279441ba7f6b0bc5a8345500a687 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/use-setAttribute-crash-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/use-setAttribute-crash-expected.txt
@@ -12,14 +12,14 @@
"reason": "forced by layout"
},
{
- "object": "LayoutSVGContainer svg:use id='use'",
- "rect": [33, 33, 50, 50],
- "reason": "full"
+ "object": "LayoutSVGEllipse svg:circle id='circle'",
+ "rect": [32, 32, 52, 52],
+ "reason": "layoutObject insertion"
},
{
- "object": "LayoutSVGEllipse svg:circle id='circle'",
+ "object": "LayoutSVGContainer svg:use id='use'",
"rect": [33, 33, 50, 50],
- "reason": "layoutObject insertion"
+ "reason": "full"
},
{
"object": "LayoutSVGRoot svg:svg id='svg'",
@@ -33,12 +33,12 @@
},
{
"object": "LayoutSVGEllipse svg:circle id='circle'",
- "rect": [8, 8, 25, 25],
+ "rect": [7, 7, 27, 27],
"reason": "full"
},
{
"object": "LayoutSVGEllipse svg:circle id='circle'",
- "rect": [53, 53, 10, 10],
+ "rect": [52, 52, 12, 12],
"reason": "layoutObject removal"
},
{

Powered by Google App Engine
This is Rietveld 408576698