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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/compositing/squashing/squash-transform-repainting-child-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt
index 6a14ccbd86e8787da2f472f97de2c9c844910214..9a1cf96ffcc5b617b4801763c8e2cc6a3aa3240f 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt
@@ -72,8 +72,12 @@ CASE 2, hovering over the outer div
[0, 0, 1, 0],
[0, 0, 0, 1]
],
- "repaintRects": [
- [0, 0, 100, 100]
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV class='box middle'",
+ "rect": [0, 0, 100, 100],
+ "reason": "style change"
+ }
]
},
{
@@ -118,9 +122,17 @@ CASE 3, hovering over the inner div
[0, 0, 1, 0],
[0, 0, 0, 1]
],
- "repaintRects": [
- [20, 25, 50, 50],
- [0, 0, 100, 100]
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV class='box middle'",
+ "rect": [0, 0, 100, 100],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV class='smallbox'",
+ "rect": [20, 25, 50, 50],
+ "reason": "style change"
+ }
]
},
{

Powered by Google App Engine
This is Rietveld 408576698