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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/outline-containing-image-in-non-standard-mode-expected.txt

Issue 2134413002: Fix LayoutInline::visualOverflowRect() with outline in non-standard mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NeedsRebaseline Created 4 years, 5 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/outline-containing-image-in-non-standard-mode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/positioned-list-offset-change-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/outline-containing-image-in-non-standard-mode-expected.txt
similarity index 64%
copy from third_party/WebKit/LayoutTests/platform/linux/fast/repaint/positioned-list-offset-change-repaint-expected.txt
copy to third_party/WebKit/LayoutTests/paint/invalidation/outline-containing-image-in-non-standard-mode-expected.txt
index 093e48150dd656176c68f2b5a1c96268ce5ad283..28ceb6437d3b0f158c045fa92e35548aa438c5a9 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/positioned-list-offset-change-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/outline-containing-image-in-non-standard-mode-expected.txt
@@ -9,13 +9,13 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutListItem (positioned) LI",
- "rect": [8, 64, 214, 237],
- "reason": "forced by layout"
+ "object": "LayoutInline SPAN id='target'",
+ "rect": [6, 6, 204, 58],
+ "reason": "style change"
},
{
"object": "LayoutImage IMG",
- "rect": [8, 64, 214, 232],
+ "rect": [8, 8, 200, 50],
"reason": "forced by layout"
}
]
@@ -23,7 +23,7 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutListItem (positioned) LI",
+ "object": "LayoutBlockFlow BODY",
"reason": "forced by layout"
},
{
@@ -31,16 +31,16 @@
"reason": "forced by layout"
},
{
- "object": "LayoutListMarker (anonymous)",
- "reason": "forced by layout"
+ "object": "LayoutInline SPAN id='target'",
+ "reason": "style change"
},
{
- "object": "LayoutImage IMG",
- "reason": "forced by layout"
+ "object": "InlineFlowBox",
+ "reason": "style change"
},
{
- "object": "LayoutText #text",
- "reason": "none"
+ "object": "LayoutImage IMG",
+ "reason": "forced by layout"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698