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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/positioned-document-element-expected.txt

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) Created 4 years, 8 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/positioned-document-element-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/positioned-document-element-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/positioned-document-element-expected.txt
index 93be92e97247ae0c11701c4461b7dabde32e6c8d..993653619059ae30fb42110bb298e3d7333d0ef6 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/positioned-document-element-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/positioned-document-element-expected.txt
@@ -8,14 +8,9 @@
"backgroundColor": "#008000",
"paintInvalidations": [
{
- "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
- "rect": [0, 0, 0, 0],
- "reason": "full"
- },
- {
- "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
- "rect": [0, 0, 0, 0],
- "reason": "location change"
+ "object": "LayoutView #document",
+ "rect": [0, 0, 800, 600],
+ "reason": "style change"
},
{
"object": "LayoutBlockFlow (positioned) HTML class='changed'",
@@ -23,27 +18,32 @@
"reason": "location change"
},
{
- "object": "LayoutBlockFlow (positioned) HTML class='changed'",
- "rect": [100, 100, 452, 50],
+ "object": "LayoutBlockFlow BODY",
+ "rect": [8, 16, 784, 18],
"reason": "location change"
},
{
- "object": "LayoutBlockFlow BODY",
+ "object": "LayoutBlockFlow P",
"rect": [8, 16, 784, 18],
"reason": "location change"
},
{
+ "object": "LayoutBlockFlow (positioned) HTML class='changed'",
+ "rect": [100, 100, 452, 50],
+ "reason": "location change"
+ },
+ {
"object": "LayoutBlockFlow BODY",
"rect": [108, 116, 436, 18],
"reason": "location change"
},
{
"object": "LayoutBlockFlow P",
- "rect": [8, 16, 784, 18],
+ "rect": [108, 116, 436, 18],
"reason": "location change"
},
{
- "object": "LayoutBlockFlow P",
+ "object": "LayoutText #text",
"rect": [108, 116, 436, 18],
"reason": "location change"
},
@@ -53,23 +53,19 @@
"reason": "location change"
},
{
- "object": "LayoutText #text",
- "rect": [108, 116, 436, 18],
- "reason": "location change"
+ "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
+ "reason": "full"
},
{
- "object": "LayoutView #document",
- "rect": [0, 0, 800, 600],
- "reason": "style change"
+ "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
+ "reason": "location change"
},
{
"object": "RootInlineBox",
- "rect": [0, 0, 0, 0],
"reason": "full"
},
{
"object": "RootInlineBox",
- "rect": [0, 0, 0, 0],
"reason": "full"
}
]

Powered by Google App Engine
This is Rietveld 408576698