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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/squash-transform-repainting-transformed-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-transformed-child-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-transform-repainting-transformed-child-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/squash-transform-repainting-transformed-child-expected.txt
index 5ca2940a6542118d6216f5eebf9ee6e38e163846..74aefc2bb44e8fe98c3451573e430fe00b7025db 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-transform-repainting-transformed-child-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-transform-repainting-transformed-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": [
- [12, 17, 66, 66],
- [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": [12, 17, 66, 66],
+ "reason": "style change"
+ }
]
},
{

Powered by Google App Engine
This is Rietveld 408576698