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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/shift-relative-positioned-container-with-image-addition-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/shift-relative-positioned-container-with-image-addition-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt
index 16c08a5e512e90b8bb7bcca8993f88142eef9c4c..13fcba8ab7b23cd6e055c762256d57fca5e62167 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt
@@ -7,6 +7,11 @@
"drawsContent": true,
"paintInvalidations": [
{
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 785, 829],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutView #document",
"rect": [0, 735, 785, 94],
"reason": "incremental"
@@ -29,7 +34,7 @@
{
"object": "LayoutBlockFlow HTML",
"rect": [10, 88, 728, 90],
- "reason": "layoutObject insertion"
+ "reason": "forced by layout"
},
{
"object": "LayoutView #document",
@@ -60,6 +65,10 @@
"reason": "incremental"
},
{
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutIFrame IFRAME id='iframe'",
"reason": "layoutObject insertion"
},
@@ -89,7 +98,7 @@
},
{
"object": "LayoutBlockFlow HTML",
- "reason": "layoutObject insertion"
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow BODY",

Powered by Google App Engine
This is Rietveld 408576698