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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/overflow-into-content-expected.txt

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/overflow-into-content-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-into-content-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-into-content-expected.txt
index f887412989b69e5fb57a013b5b20fa24f0516521..00559850340d81c6dd2a22d1ea71b0f21d32d28f 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-into-content-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/overflow-into-content-expected.txt
@@ -5,19 +5,37 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [111, 8, 3, 106],
- [61, 8, 53, 106],
- [8, 388, 100, 20],
- [8, 308, 100, 100],
- [8, 261, 106, 3],
- [8, 211, 106, 53]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='target3'",
- "LayoutBlockFlow (positioned) DIV",
- "LayoutBlockFlow (positioned) DIV",
- "LayoutBlockFlow DIV"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV",
+ "rect": [111, 8, 3, 106],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV",
+ "rect": [61, 8, 53, 106],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV",
+ "rect": [8, 261, 106, 3],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV",
+ "rect": [8, 211, 106, 53],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [8, 308, 100, 100],
+ "reason": "became invisible"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target3'",
+ "rect": [8, 388, 100, 20],
+ "reason": "layoutObject removal"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698