Commit 7853c572 authored by Xianzhu Wang's avatar Xianzhu Wang Committed by Commit Bot

Rebaseline paint/invalidation/selection/selection-partial-invalidation-between-blocks.html

Some failures are caused by changed but valid results instead of the bug.
Rebaseline so that we can track real flakiness.

TBR=yoichio@chromium.org

Bug: 774437
Change-Id: If7f5664902b67700bd18ab70a209cbc160e028d5
Reviewed-on: https://chromium-review.googlesource.com/1213269Reviewed-by: default avatarXianzhu Wang <wangxianzhu@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589663}
parent a5e5f9e8
...@@ -18,12 +18,12 @@ ...@@ -18,12 +18,12 @@
"backgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF",
"paintInvalidations": [ "paintInvalidations": [
{ {
"object": "LayoutText #text", "object": "InlineTextBox 'Second cell'",
"rect": [11, 35, 73, 19], "rect": [11, 35, 73, 19],
"reason": "selection" "reason": "selection"
}, },
{ {
"object": "LayoutText #text", "object": "InlineTextBox 'First cell'",
"rect": [11, 11, 58, 19], "rect": [11, 11, 58, 19],
"reason": "geometry" "reason": "geometry"
} }
......
...@@ -18,12 +18,12 @@ ...@@ -18,12 +18,12 @@
"backgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF",
"paintInvalidations": [ "paintInvalidations": [
{ {
"object": "LayoutText #text", "object": "InlineTextBox 'Second cell'",
"rect": [11, 33, 75, 18], "rect": [11, 33, 75, 18],
"reason": "selection" "reason": "selection"
}, },
{ {
"object": "LayoutText #text", "object": "InlineTextBox 'First cell'",
"rect": [11, 11, 61, 18], "rect": [11, 11, 61, 18],
"reason": "geometry" "reason": "geometry"
} }
......
...@@ -18,12 +18,12 @@ ...@@ -18,12 +18,12 @@
"backgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF",
"paintInvalidations": [ "paintInvalidations": [
{ {
"object": "LayoutText #text", "object": "InlineTextBox 'Second cell'",
"rect": [11, 35, 70, 19], "rect": [11, 35, 70, 19],
"reason": "selection" "reason": "selection"
}, },
{ {
"object": "LayoutText #text", "object": "InlineTextBox 'First cell'",
"rect": [11, 11, 55, 19], "rect": [11, 11, 55, 19],
"reason": "geometry" "reason": "geometry"
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment