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

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

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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-frameset-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-frameset-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-frameset-expected.txt
index 388f44bf2458f63b1dbdfba6e6d46ec674a4deba..3245b761ca64c96dfaf6eeabf25afa8300cca7af 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-frameset-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-frameset-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutFrameSet FRAMESET",
"rect": [0, 0, 600, 500],
- "reason": "border box change"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
@@ -26,19 +26,19 @@
},
{
"object": "LayoutFrameSet FRAMESET",
- "reason": "border box change"
+ "reason": "geometry"
},
{
"object": "LayoutFrame FRAME",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutFrame FRAME",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutFrame FRAME",
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}
@@ -53,7 +53,7 @@
{
"object": "LayoutFrameSet FRAMESET",
"rect": [0, 0, 600, 250],
- "reason": "border box change"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
@@ -70,43 +70,43 @@
},
{
"object": "LayoutFrameSet FRAMESET",
- "reason": "border box change"
+ "reason": "geometry"
},
{
"object": "LayoutFrame FRAME",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutFrame FRAME",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutFrame FRAME",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow HTML",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow BODY",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow HTML",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow BODY",
- "reason": "location change"
+ "reason": "geometry"
}
]
}
@@ -121,7 +121,7 @@
{
"object": "LayoutFrameSet FRAMESET",
"rect": [0, 0, 400, 600],
- "reason": "border box change"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
@@ -138,19 +138,19 @@
},
{
"object": "LayoutFrameSet FRAMESET",
- "reason": "border box change"
+ "reason": "geometry"
},
{
"object": "LayoutFrame FRAME",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutFrame FRAME",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutFrame FRAME",
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}
@@ -165,7 +165,7 @@
{
"object": "LayoutFrameSet FRAMESET",
"rect": [0, 0, 800, 600],
- "reason": "border box change"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
@@ -182,43 +182,43 @@
},
{
"object": "LayoutFrameSet FRAMESET",
- "reason": "border box change"
+ "reason": "geometry"
},
{
"object": "LayoutFrame FRAME",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutFrame FRAME",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutFrame FRAME",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow HTML",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow BODY",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow HTML",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow BODY",
- "reason": "location change"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698