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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt

Issue 1881903002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/mac/paint/selection/selection-within-composited-scroller-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt
index ed0e5248cb56833a0b8b8caa906121529be3de3f..1df10fd8d113c740ab86bb58ec3be8e2a8b4119e 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt
@@ -5,9 +5,17 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "paintInvalidationClients": [
- "LayoutBlockFlow HTML",
- "LayoutBlockFlow BODY"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ }
],
"children": [
{
@@ -17,14 +25,27 @@
"shouldFlattenTransform": false,
"drawsContent": true,
"backgroundColor": "#D3D3D3",
- "repaintRects": [
- [0, 160, 23, 18]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='scroller'",
- "LayoutBlockFlow DIV id='target'",
- "LayoutText #text",
- "InlineTextBox 'test'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox 'test'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='scroller'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 160, 23, 18],
+ "reason": "selection"
+ }
],
"children": [
{
@@ -34,14 +55,27 @@
{
"bounds": [200, 1620],
"drawsContent": true,
- "repaintRects": [
- [0, 610, 23, 18]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='scroller'",
- "LayoutBlockFlow DIV id='target'",
- "LayoutText #text",
- "InlineTextBox 'test'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox 'test'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='scroller'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 610, 23, 18],
+ "reason": "selection"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698