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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-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/composited-vertical-rl-overflow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt
index e3af9a061da91cc1c3e5e9c986d7bcfefbc035ff..989ebefb23b4800b973280afb34209ccf4452af7 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-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 id='div'",
+ "position": [50, 100],
+ "transformOrigin": [100, 50],
+ "bounds": [150, 100],
"drawsContent": true,
- "children": [
+ "backgroundColor": "#0000FF",
+ "paintInvalidations": [
{
- "name": "LayoutBlockFlow (positioned) DIV id='div'",
- "position": [50, 100],
- "transformOrigin": [100, 50],
- "bounds": [150, 100],
- "drawsContent": true,
- "backgroundColor": "#0000FF",
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow (positioned) DIV id='div'",
- "rect": [0, 0, 150, 100],
- "reason": "style change"
- }
- ]
+ "object": "LayoutBlockFlow (positioned) DIV id='div'",
+ "rect": [0, 0, 150, 100],
+ "reason": "style change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698