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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-percent-html-expected.txt

Issue 2620603002: Run virtual/stable/paint/invalidation for non-SlimmingPaintInvalidation (Closed)
Patch Set: - Created 3 years, 11 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/window-resize-percent-html-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-percent-html-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-percent-html-expected.txt
index 5513527098d137d9aea4ced4ebec07468e60df41..b12c2338232d3058c40ce50eabc53fa355cc5f48 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-percent-html-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-percent-html-expected.txt
@@ -13,8 +13,8 @@
},
{
"object": "LayoutBlockFlow DIV",
- "rect": [0, 62, 300, 63],
- "reason": "incremental"
+ "rect": [0, 0, 300, 125],
+ "reason": "border box change"
}
]
}
@@ -26,7 +26,7 @@
},
{
"object": "LayoutBlockFlow DIV",
- "reason": "incremental"
+ "reason": "border box change"
}
]
}
@@ -39,13 +39,13 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutView #document",
- "rect": [400, 0, 200, 250],
- "reason": "incremental"
+ "object": "LayoutBlockFlow DIV",
+ "rect": [0, 0, 300, 63],
+ "reason": "border box change"
},
{
- "object": "LayoutBlockFlow DIV",
- "rect": [200, 0, 100, 63],
+ "object": "LayoutView #document",
+ "rect": [400, 0, 200, 250],
"reason": "incremental"
}
]
@@ -58,7 +58,7 @@
},
{
"object": "LayoutBlockFlow DIV",
- "reason": "incremental"
+ "reason": "border box change"
}
]
}
@@ -77,8 +77,8 @@
},
{
"object": "LayoutBlockFlow DIV",
- "rect": [0, 62, 200, 88],
- "reason": "incremental"
+ "rect": [0, 0, 200, 150],
+ "reason": "border box change"
}
]
}
@@ -90,7 +90,7 @@
},
{
"object": "LayoutBlockFlow DIV",
- "reason": "incremental"
+ "reason": "border box change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698