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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/flexbox/scrollbars-changed-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 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/platform/win/paint/invalidation/flexbox/scrollbars-changed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/flexbox/scrollbars-changed-expected.txt
similarity index 81%
rename from third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt
rename to third_party/WebKit/LayoutTests/platform/win/paint/invalidation/flexbox/scrollbars-changed-expected.txt
index 5b225831766266c45268ae0b0654bf079330ce2a..b11b1c0c1f559f7de9a1b69e08be19fc4853b3c5 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/flexbox/scrollbars-changed-expected.txt
@@ -14,12 +14,12 @@
{
"object": "LayoutBlockFlow DIV id='scroller'",
"rect": [185, 0, 15, 100],
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutText #text",
"rect": [0, 5, 15, 15],
- "reason": "layoutObject removal"
+ "reason": "disappeared"
}
]
}
@@ -27,11 +27,11 @@
"objectPaintInvalidations": [
{
"object": "LayoutText #text",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "VerticalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutBlockFlow DIV id='dynamic' class='content'",
@@ -43,11 +43,11 @@
},
{
"object": "LayoutText #text",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "InlineTextBox 'z'",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698