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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/fast/repaint/relative-margin-change-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt
index 3528b0ee7f10ab53ee50532e6b0e69395c6153c1..4018e422c43bc9ac819b8fa94fefd2da5893b7a9 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt
@@ -9,26 +9,6 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow BODY",
- "rect": [0, 20, 800, 400],
- "reason": "bounds change"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "rect": [0, 0, 800, 400],
- "reason": "bounds change"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV id='container'",
- "rect": [0, 60, 200, 400],
- "reason": "bounds change"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV id='container'",
- "rect": [0, 40, 200, 400],
- "reason": "bounds change"
- },
- {
"object": "LayoutBlockFlow (relative positioned) DIV id='test'",
"rect": [0, 60, 100, 100],
"reason": "bounds change"
@@ -43,12 +23,8 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutBlockFlow BODY",
- "reason": "bounds change"
- },
- {
"object": "LayoutBlockFlow (relative positioned) DIV id='container'",
- "reason": "bounds change"
+ "reason": "location change"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV id='test'",

Powered by Google App Engine
This is Rietveld 408576698