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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-5699-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/fast/repaint/bugzilla-5699-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-5699-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-5699-expected.txt
index 5cb5209ac8de59b85cbb96c7556118c964e98c41..0df1e379bfd65a4b5185df9bac6873508bc610b4 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-5699-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-5699-expected.txt
@@ -10,23 +10,18 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow P",
- "rect": [8, 136, 784, 67],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutBlockFlow P",
- "rect": [8, 176, 784, 28],
- "reason": "incremental"
+ "rect": [8, 136, 784, 68],
+ "reason": "forced by layout"
},
{
"object": "LayoutText #text",
"rect": [8, 184, 32, 19],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutText #text",
"rect": [8, 156, 32, 19],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutInline SPAN id='d'",
@@ -48,28 +43,12 @@
],
"objectPaintInvalidations": [
{
- "object": "InlineTextBox ''",
- "reason": "full"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "LayoutBlockFlow P",
- "reason": "incremental"
- },
- {
"object": "LayoutBlockFlow P",
- "reason": "invalidate paint rectangle"
+ "reason": "forced by layout"
},
{
"object": "RootInlineBox",
- "reason": "incremental"
+ "reason": "forced by layout"
},
{
"object": "LayoutInline SPAN id='d'",
@@ -89,27 +68,27 @@
},
{
"object": "LayoutBR BR",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "InlineTextBox '\n'",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutText #text",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "InlineTextBox 'Hello'",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutBR BR",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "InlineTextBox '\n'",
- "reason": "bounds change"
+ "reason": "forced by layout"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698