| Index: third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt b/third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt
|
| index a942d94e52375b6ba704ef692d8e9496468af023..0d3526e91c2dbba8c7f59e23eaff59adb38d62d7 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt
|
| @@ -7,13 +7,13 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutBlockFlow DIV class='flex-item'",
|
| - "rect": [70, 20, 10, 50],
|
| - "reason": "location change"
|
| + "object": "LayoutBlockFlow DIV id='flex-item-1' class='flex-item width'",
|
| + "rect": [30, 20, 40, 50],
|
| + "reason": "incremental"
|
| },
|
| {
|
| "object": "LayoutBlockFlow DIV class='flex-item'",
|
| - "rect": [110, 20, 10, 50],
|
| + "rect": [160, 20, 10, 50],
|
| "reason": "location change"
|
| },
|
| {
|
| @@ -23,13 +23,13 @@
|
| },
|
| {
|
| "object": "LayoutBlockFlow DIV class='flex-item'",
|
| - "rect": [160, 20, 10, 50],
|
| + "rect": [110, 20, 10, 50],
|
| "reason": "location change"
|
| },
|
| {
|
| - "object": "LayoutBlockFlow DIV id='flex-item-1' class='flex-item width'",
|
| - "rect": [30, 20, 40, 50],
|
| - "reason": "incremental"
|
| + "object": "LayoutBlockFlow DIV class='flex-item'",
|
| + "rect": [70, 20, 10, 50],
|
| + "reason": "location change"
|
| }
|
| ]
|
| }
|
|
|