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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-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/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"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698