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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-repaint-expected.txt

Issue 2406733002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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/paint/invalidation/compositing/resize-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-repaint-expected.txt
index d4bb6aff1c5c273c4e5e27bd2727de45984b32d4..88ea991cfc2f4746e94a6ca408572ec18a2273df 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-repaint-expected.txt
@@ -1,40 +1,36 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='resizing'",
+ "position": [8, 8],
+ "bounds": [402, 207],
"drawsContent": true,
- "children": [
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='resizing'",
+ "rect": [0, 104, 402, 103],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='resizing'",
+ "rect": [0, 105, 402, 102],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [2, 155, 398, 50],
+ "reason": "layoutObject insertion"
+ },
{
- "name": "LayoutBlockFlow DIV id='resizing'",
- "position": [8, 8],
- "bounds": [402, 207],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='resizing'",
- "rect": [0, 104, 402, 103],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV id='resizing'",
- "rect": [0, 105, 402, 102],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [2, 155, 398, 50],
- "reason": "layoutObject insertion"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "rect": [2, 104, 398, 50],
- "reason": "layoutObject insertion"
- }
- ]
+ "object": "LayoutBlockFlow DIV",
+ "rect": [2, 104, 398, 50],
+ "reason": "layoutObject insertion"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698