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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt

Issue 2643723009: Revert of Remove obsolete code that invalidates document element on LayoutView resize (patchset #3 … (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/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
index 3be2d608d177add4115fd97fa56d5aefe79e88d6..24b1d65ca1a678d1893d39c0a2b33c139f87dc37 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
@@ -7,6 +7,11 @@
"drawsContent": true,
"paintInvalidations": [
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 913, 235],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutView #document",
"rect": [0, 0, 913, 235],
"reason": "bounds change"
@@ -37,6 +42,11 @@
"reason": "scroll"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [483, 0, 430, 500],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow BODY",
"rect": [491, 8, 414, 484],
"reason": "forced by layout"
@@ -59,6 +69,10 @@
"reason": "bounds change"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow BODY",
"reason": "forced by layout"
},
@@ -269,6 +283,11 @@
"reason": "full"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [-513, 0, 913, 235],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutView #document",
"rect": [-513, 0, 913, 235],
"reason": "bounds change"
@@ -294,6 +313,11 @@
"reason": "scroll"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [39, 0, 361, 600],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow BODY",
"rect": [47, 8, 345, 584],
"reason": "forced by layout"
@@ -316,6 +340,10 @@
"reason": "bounds change"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow BODY",
"reason": "forced by layout"
},
@@ -363,6 +391,16 @@
"reason": "incremental"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [439, 0, 361, 600],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "rect": [39, 0, 361, 600],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow BODY",
"rect": [447, 8, 345, 584],
"reason": "forced by layout"
@@ -391,6 +429,10 @@
"reason": "incremental"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow BODY",
"reason": "forced by layout"
},

Powered by Google App Engine
This is Rietveld 408576698