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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (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/fast/repaint/window-resize-percent-width-height-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt
index 971388e36c1147896e0245c49e585422861dbb4d..ead8d54b395937ccf909a28c969fb58be1d7b55a 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt
@@ -1,7 +1,9 @@
{
+ "name": "Content Root Layer",
"bounds": [600, 250],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [600, 250],
"contentsOpaque": true,
"drawsContent": true,
@@ -15,19 +17,31 @@
"object": "LayoutBlockFlow (positioned) DIV",
"rect": [0, 125, 300, 125],
"reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV",
+ "reason": "incremental"
+ }
]
}
{
+ "name": "Content Root Layer",
"bounds": [400, 250],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [400, 250],
"contentsOpaque": true,
"drawsContent": true,
@@ -46,19 +60,35 @@
"object": "LayoutBlockFlow (positioned) DIV",
"rect": [200, 0, 100, 125],
"reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV",
+ "reason": "incremental"
+ }
]
}
{
+ "name": "Content Root Layer",
"bounds": [400, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [400, 600],
"contentsOpaque": true,
"drawsContent": true,
@@ -77,19 +107,35 @@
"object": "LayoutBlockFlow (positioned) DIV",
"rect": [0, 125, 200, 175],
"reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV",
+ "reason": "incremental"
+ }
]
}
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
@@ -108,13 +154,27 @@
"object": "LayoutBlockFlow (positioned) DIV",
"rect": [200, 0, 200, 300],
"reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "reason": "full"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV",
+ "reason": "incremental"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698