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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/resize-iframe-text-expected.txt

Issue 2735233003: Auto-rebaseline for r455266 (Closed)
Patch Set: Created 3 years, 9 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/resize-iframe-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/resize-iframe-text-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/resize-iframe-text-expected.txt
index f3fbb352dae86022232d959d5e5bd353b62c70b5..d20a405f8ad71ced4b0e339a0f7cad8a834c0afc 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/resize-iframe-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/resize-iframe-text-expected.txt
@@ -2,58 +2,33 @@
"layers": [
{
"name": "LayoutView #document",
- "bounds": [800, 728],
+ "bounds": [500, 400],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutIFrame (positioned) IFRAME",
- "rect": [0, 0, 800, 728],
+ "rect": [0, 0, 500, 400],
"reason": "forced by layout"
},
{
"object": "LayoutView #document",
- "rect": [0, 600, 800, 128],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 800, 34],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 785, 728],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutView #document",
- "rect": [0, 600, 785, 128],
+ "rect": [0, 200, 500, 200],
"reason": "incremental"
},
{
"object": "LayoutBlockFlow BODY",
- "rect": [8, 8, 784, 18],
+ "rect": [8, 8, 484, 18],
"reason": "forced by layout"
},
{
- "object": "LayoutBlockFlow H1",
- "rect": [8, 700, 600, 28],
+ "object": "LayoutBlockFlow H3",
+ "rect": [8, 300, 400, 22],
"reason": "became visible"
},
{
- "object": "LayoutText #text",
- "rect": [8, 8, 346, 17],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutView #document",
- "rect": [785, 0, 15, 728],
- "reason": "scroll"
- },
- {
"object": "LayoutView #document",
- "rect": [785, 0, 15, 600],
+ "rect": [485, 0, 15, 200],
"reason": "scroll"
}
]
@@ -65,10 +40,6 @@
"reason": "incremental"
},
{
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
- },
- {
"object": "LayoutBlockFlow BODY",
"reason": "forced by layout"
},
@@ -89,27 +60,19 @@
"reason": "forced by layout"
},
{
- "object": "HorizontalScrollbar",
- "reason": "scroll"
- },
- {
- "object": "LayoutView #document",
+ "object": "VerticalScrollbar",
"reason": "scroll"
},
{
- "object": "VerticalScrollbar",
+ "object": "HorizontalScrollbar",
"reason": "scroll"
},
{
"object": "LayoutView #document",
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
+ "reason": "scroll"
},
{
- "object": "LayoutBlockFlow H1",
+ "object": "LayoutBlockFlow H3",
"reason": "became visible"
},
{

Powered by Google App Engine
This is Rietveld 408576698