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

Unified Diff: third_party/WebKit/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt

Issue 1971493002: Auto-rebaseline for r392652 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/svg/repaint/remove-outline-property-on-root-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt
index e2758cad8315974c56605fe1439039c0605494c7..f7030eb24e21c1a526233e55816b6ba42374b1f5 100644
--- a/third_party/WebKit/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt
@@ -7,14 +7,9 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow HTML",
- "rect": [-2, -2, 802, 122],
- "reason": "bounds change"
- },
- {
"object": "LayoutBlockFlow BODY",
- "rect": [-2, -2, 794, 120],
- "reason": "bounds change"
+ "rect": [8, -2, 784, 120],
+ "reason": "invalidate paint rectangle"
},
{
"object": "LayoutSVGRoot svg",
@@ -28,10 +23,6 @@
{
"object": "RootInlineBox",
"reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698