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

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

Issue 2543073004: Manually rebaseline some paint/invalidation tests (Closed)
Patch Set: Created 4 years 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/mac-retina/paint/invalidation/resize-iframe-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-retina/paint/invalidation/resize-iframe-text-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-retina/paint/invalidation/resize-iframe-text-expected.txt
index 75dea153153ebd0c6e87e9cb4b4fcd39329ae1e0..1efff71c7ed3f52a816d90248075e12246d9a4f4 100644
--- a/third_party/WebKit/LayoutTests/platform/mac-retina/paint/invalidation/resize-iframe-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac-retina/paint/invalidation/resize-iframe-text-expected.txt
@@ -1,7 +1,5 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 800],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 800],
@@ -14,39 +12,19 @@
"reason": "forced by layout"
},
{
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 800, 759],
- "reason": "forced by layout"
- },
- {
"object": "LayoutView #document",
"rect": [0, 600, 800, 200],
"reason": "incremental"
},
{
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 800, 34],
- "reason": "forced by layout"
- },
- {
"object": "LayoutBlockFlow BODY",
"rect": [8, 8, 784, 18],
"reason": "forced by layout"
},
{
- "object": "LayoutBlockFlow H1",
- "rect": [8, 700, 600, 37],
- "reason": "bounds change"
- },
- {
"object": "LayoutText #text",
"rect": [8, 8, 346, 18],
"reason": "forced by layout"
- },
- {
- "object": "LayoutView #document",
- "rect": [785, 0, 15, 600],
- "reason": "scroll"
}
]
}
@@ -57,10 +35,6 @@
"reason": "incremental"
},
{
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
- },
- {
"object": "LayoutBlockFlow BODY",
"reason": "forced by layout"
},
@@ -81,23 +55,7 @@
"reason": "forced by layout"
},
{
- "object": "VerticalScrollbar",
- "reason": "scroll"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow H1",
- "reason": "bounds change"
- },
- {
- "object": "RootInlineBox",
- "reason": "bounds change"
- },
- {
- "object": "LayoutView #document",
+ "object": "HorizontalScrollbar",
"reason": "scroll"
}
]

Powered by Google App Engine
This is Rietveld 408576698