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

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

Issue 2634613002: Revert of Remove obsolete code that invalidates document element on LayoutView resize (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 b12c2338232d3058c40ce50eabc53fa355cc5f48..2a0f7d84da66cfb6ce93866b3630d9c708d340b6 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
@@ -12,6 +12,11 @@
"reason": "incremental"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 600, 250],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow DIV",
"rect": [0, 0, 300, 125],
"reason": "border box change"
@@ -25,6 +30,10 @@
"reason": "incremental"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow DIV",
"reason": "border box change"
}
@@ -39,6 +48,11 @@
"drawsContent": true,
"paintInvalidations": [
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 600, 125],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow DIV",
"rect": [0, 0, 300, 63],
"reason": "border box change"
@@ -57,6 +71,10 @@
"reason": "incremental"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow DIV",
"reason": "border box change"
}
@@ -76,6 +94,11 @@
"reason": "incremental"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 400, 300],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow DIV",
"rect": [0, 0, 200, 150],
"reason": "border box change"
@@ -89,6 +112,10 @@
"reason": "incremental"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow DIV",
"reason": "border box change"
}
@@ -103,6 +130,11 @@
"drawsContent": true,
"paintInvalidations": [
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 800, 300],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutView #document",
"rect": [400, 0, 400, 600],
"reason": "incremental"
@@ -121,6 +153,10 @@
"reason": "incremental"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow DIV",
"reason": "incremental"
}

Powered by Google App Engine
This is Rietveld 408576698