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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/child-of-sub-pixel-offset-composited-layer-expected.txt

Issue 2406733002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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/paint/invalidation/child-of-sub-pixel-offset-composited-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/child-of-sub-pixel-offset-composited-layer-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/child-of-sub-pixel-offset-composited-layer-expected.txt
index 0475953ce843427e4c88d733ac5341efa8f62c8f..3b84a3bca754ef420ac2bab04c04b12547bc0503 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/child-of-sub-pixel-offset-composited-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/child-of-sub-pixel-offset-composited-layer-expected.txt
@@ -1,27 +1,23 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV class='container'",
+ "position": [101, 100],
+ "transformOrigin": [0, 0],
+ "bounds": [14, 14],
"drawsContent": true,
- "children": [
+ "backgroundColor": "#FF0000",
+ "paintInvalidations": [
{
- "name": "LayoutBlockFlow (positioned) DIV class='container'",
- "position": [101, 100],
- "transformOrigin": [0, 0],
- "bounds": [14, 14],
- "drawsContent": true,
- "backgroundColor": "#FF0000",
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow (positioned) DIV id='target' class='green'",
- "rect": [-1, 0, 15, 14],
- "reason": "style change"
- }
- ]
+ "object": "LayoutBlockFlow (positioned) DIV id='target' class='green'",
+ "rect": [-1, 0, 15, 14],
+ "reason": "style change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698