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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/canvas-composite-repaint-by-all-imagesource-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/canvas-composite-repaint-by-all-imagesource-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/canvas-composite-repaint-by-all-imagesource-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/canvas-composite-repaint-by-all-imagesource-expected.txt
index fa45300f12d9b9b971817f7759a2a4441fce788b..bbe89d1efe6f8769d82c52b682608e54c3b276fb 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/canvas-composite-repaint-by-all-imagesource-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/canvas-composite-repaint-by-all-imagesource-expected.txt
@@ -1,7 +1,5 @@
{
- "name": "Content Root Layer",
- "bounds": [785, 928],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [785, 928],
@@ -229,32 +227,28 @@
"rect": [175, 63, 50, 40],
"reason": "invalidate paint rectangle"
}
- ],
- "children": [
- {
- "name": "LayoutVideo VIDEO id='video'",
- "position": [15, 854],
- "bounds": [150, 60]
- },
- {
- "name": "Squashing Containment Layer",
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "LayoutFlexibleBox (relative positioned) DIV",
- "position": [15, 854],
- "bounds": [150, 60],
- "drawsContent": true
- },
- {
- "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relative positioned) DIV)",
- "position": [15, 854],
- "bounds": [150, 18],
- "drawsContent": true
- }
- ]
- }
]
+ },
+ {
+ "name": "LayoutVideo VIDEO id='video'",
+ "position": [15, 854],
+ "bounds": [150, 60]
+ },
+ {
+ "name": "Squashing Containment Layer",
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "LayoutFlexibleBox (relative positioned) DIV",
+ "position": [15, 854],
+ "bounds": [150, 60],
+ "drawsContent": true
+ },
+ {
+ "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relative positioned) DIV)",
+ "position": [15, 854],
+ "bounds": [150, 18],
+ "drawsContent": true
}
],
"objectPaintInvalidations": [

Powered by Google App Engine
This is Rietveld 408576698