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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/block-layout-inline-children-replaced-expected.txt

Issue 2239113002: Deflake and rebaseline fast/repaint/block-layout-inline-children-replaced.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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/fast/repaint/block-layout-inline-children-replaced-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/search-field-cancel-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/block-layout-inline-children-replaced-expected.txt
similarity index 62%
copy from third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/search-field-cancel-expected.txt
copy to third_party/WebKit/LayoutTests/fast/repaint/block-layout-inline-children-replaced-expected.txt
index 942b26068a790fc2674757d37477f8a02124e599..630d1f13fddda9dd495233d8f279dc556ebe70fe 100644
--- a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/search-field-cancel-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/block-layout-inline-children-replaced-expected.txt
@@ -9,13 +9,13 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow DIV id='inner-editor'",
- "rect": [12, 45, 105, 13],
+ "object": "LayoutBlockFlow DIV id='target' class='target'",
+ "rect": [0, 116, 402, 152],
"reason": "forced by layout"
},
{
- "object": "LayoutText #text",
- "rect": [12, 45, 54, 13],
+ "object": "LayoutImage IMG",
+ "rect": [151, 117, 100, 100],
"reason": "layoutObject insertion"
}
]
@@ -23,7 +23,7 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "object": "LayoutBlockFlow DIV id='target' class='target'",
"reason": "forced by layout"
},
{
@@ -31,11 +31,7 @@
"reason": "forced by layout"
},
{
- "object": "LayoutText #text",
- "reason": "layoutObject insertion"
- },
- {
- "object": "InlineTextBox 'some text'",
+ "object": "LayoutImage IMG",
"reason": "layoutObject insertion"
}
]

Powered by Google App Engine
This is Rietveld 408576698