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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/selection/selection-within-composited-scroller-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/paint/selection/selection-within-composited-scroller-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/selection/selection-within-composited-scroller-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/selection/selection-within-composited-scroller-expected.txt
index fed8d5611e40f0448008f4fa5e66d79328c1be72..687e78dbf8ebf4454b3bf30aa4d374edcad46819 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/selection/selection-within-composited-scroller-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/selection/selection-within-composited-scroller-expected.txt
@@ -8,12 +8,10 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow BODY",
- "rect": [0, 0, 0, 0],
"reason": "selection"
},
{
"object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 0, 0],
"reason": "selection"
}
],
@@ -27,23 +25,20 @@
"backgroundColor": "#D3D3D3",
"paintInvalidations": [
{
- "object": "InlineTextBox 'test'",
- "rect": [0, 0, 0, 0],
+ "object": "LayoutText #text",
+ "rect": [0, 160, 23, 17],
"reason": "selection"
},
{
- "object": "LayoutBlockFlow DIV id='scroller'",
- "rect": [0, 0, 0, 0],
+ "object": "InlineTextBox 'test'",
"reason": "selection"
},
{
- "object": "LayoutBlockFlow DIV id='target'",
- "rect": [0, 0, 0, 0],
+ "object": "LayoutBlockFlow DIV id='scroller'",
"reason": "selection"
},
{
- "object": "LayoutText #text",
- "rect": [0, 160, 23, 17],
+ "object": "LayoutBlockFlow DIV id='target'",
"reason": "selection"
}
],
@@ -57,23 +52,20 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "InlineTextBox 'test'",
- "rect": [0, 0, 0, 0],
+ "object": "LayoutText #text",
+ "rect": [0, 610, 23, 17],
"reason": "selection"
},
{
- "object": "LayoutBlockFlow DIV id='scroller'",
- "rect": [0, 0, 0, 0],
+ "object": "InlineTextBox 'test'",
"reason": "selection"
},
{
- "object": "LayoutBlockFlow DIV id='target'",
- "rect": [0, 0, 0, 0],
+ "object": "LayoutBlockFlow DIV id='scroller'",
"reason": "selection"
},
{
- "object": "LayoutText #text",
- "rect": [0, 610, 23, 17],
+ "object": "LayoutBlockFlow DIV id='target'",
"reason": "selection"
}
]

Powered by Google App Engine
This is Rietveld 408576698