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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/create-layer-repaint-expected.txt

Issue 2747693002: Auto-rebaseline for r456277 (Closed)
Patch Set: Created 3 years, 9 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/linux/virtual/disable-spinvalidation/paint/invalidation/create-layer-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/create-layer-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/create-layer-repaint-expected.txt
similarity index 60%
copy from third_party/WebKit/LayoutTests/paint/invalidation/create-layer-repaint-expected.txt
copy to third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/create-layer-repaint-expected.txt
index abb2baf27f2907a8e682d7f5db04d82dbcd7ecb4..4c352c66c65a61a0688583d001a8115683451eae 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/create-layer-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/create-layer-repaint-expected.txt
@@ -8,7 +8,12 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow DIV id='test' class='stretchy'",
- "rect": [28, 54, 500, 50],
+ "rect": [28, 56, 500, 50],
+ "reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='test' class='stretchy'",
+ "rect": [28, 56, 250, 50],
"reason": "subtree"
}
]
@@ -18,6 +23,10 @@
{
"object": "LayoutBlockFlow DIV id='test' class='stretchy'",
"reason": "subtree"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='test' class='stretchy'",
+ "reason": "subtree"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698