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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/css3/flexbox/repaint-expected.txt

Issue 1971493002: Auto-rebaseline for r392652 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/css3/flexbox/repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/css3/flexbox/repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/win/css3/flexbox/repaint-expected.txt
index 02f78785354d7c433c6b017215876c0228941666..0a936aa53f21fe5281479047c3afb1a8ea75ad18 100644
--- a/third_party/WebKit/LayoutTests/platform/win/css3/flexbox/repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/css3/flexbox/repaint-expected.txt
@@ -8,12 +8,12 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow DIV id='content'",
- "rect": [137, 116, 655, 90],
+ "rect": [138, 116, 654, 90],
"reason": "style change"
},
{
"object": "LayoutBlockFlow P",
- "rect": [137, 116, 655, 90],
+ "rect": [138, 116, 654, 90],
"reason": "forced by layout"
},
{
@@ -23,22 +23,22 @@
},
{
"object": "LayoutBlockFlow DIV id='content'",
- "rect": [147, 116, 645, 108],
+ "rect": [148, 116, 644, 108],
"reason": "style change"
},
{
"object": "LayoutBlockFlow DIV id='content'",
- "rect": [147, 116, 645, 108],
+ "rect": [148, 116, 644, 108],
"reason": "style change"
},
{
"object": "LayoutBlockFlow P",
- "rect": [147, 116, 645, 108],
+ "rect": [148, 116, 644, 108],
"reason": "forced by layout"
},
{
"object": "LayoutBlockFlow P",
- "rect": [147, 116, 645, 108],
+ "rect": [148, 116, 644, 108],
"reason": "forced by layout"
},
{
@@ -52,21 +52,21 @@
"reason": "bounds change"
},
{
- "object": "LayoutBlockFlow DIV id='content'",
+ "object": "LayoutText #text",
"rect": [399, 116, 393, 162],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='content'",
+ "rect": [400, 116, 392, 162],
"reason": "style change"
},
{
"object": "LayoutBlockFlow P",
- "rect": [399, 116, 393, 162],
+ "rect": [400, 116, 392, 162],
"reason": "forced by layout"
},
{
- "object": "LayoutText #text",
- "rect": [399, 116, 393, 162],
- "reason": "bounds change"
- },
- {
"object": "LayoutBlockFlow DIV id='left'",
"rect": [8, 224, 392, 54],
"reason": "incremental"

Powered by Google App Engine
This is Rietveld 408576698