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

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

Issue 2221693002: Auto-rebaseline for r410222 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/fast/repaint/resize-iframe-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/resize-iframe-text-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/resize-iframe-text-expected.txt
similarity index 83%
rename from third_party/WebKit/LayoutTests/fast/repaint/resize-iframe-text-expected.txt
rename to third_party/WebKit/LayoutTests/platform/win/fast/repaint/resize-iframe-text-expected.txt
index 5f10ddb2141c6a878e615c63f66ebf8befab9f52..5d98ea15950e0bdf2def3400d586604c3e5e1300 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/resize-iframe-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/resize-iframe-text-expected.txt
@@ -1,50 +1,55 @@
{
"name": "Content Root Layer",
- "bounds": [800, 800],
+ "bounds": [800, 728],
"children": [
{
"name": "LayoutView #document",
- "bounds": [800, 800],
+ "bounds": [800, 728],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutIFrame (positioned) IFRAME",
- "rect": [0, 0, 800, 800],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 800, 759],
+ "rect": [0, 0, 800, 728],
"reason": "forced by layout"
},
{
"object": "LayoutView #document",
- "rect": [0, 600, 800, 200],
+ "rect": [0, 600, 800, 128],
"reason": "incremental"
},
{
"object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 800, 36],
+ "rect": [0, 0, 800, 34],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 785, 728],
"reason": "forced by layout"
},
{
"object": "LayoutBlockFlow BODY",
- "rect": [8, 8, 784, 20],
+ "rect": [8, 8, 784, 18],
"reason": "forced by layout"
},
{
"object": "LayoutBlockFlow H1",
- "rect": [8, 700, 600, 37],
+ "rect": [8, 700, 600, 28],
"reason": "bounds change"
},
{
"object": "LayoutText #text",
- "rect": [8, 8, 324, 19],
+ "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],
"reason": "scroll"
}
@@ -81,10 +86,6 @@
"reason": "forced by layout"
},
{
- "object": "VerticalScrollbar",
- "reason": "scroll"
- },
- {
"object": "LayoutBlockFlow HTML",
"reason": "forced by layout"
},
@@ -99,6 +100,10 @@
{
"object": "LayoutView #document",
"reason": "scroll"
+ },
+ {
+ "object": "VerticalScrollbar",
+ "reason": "scroll"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698