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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/transform-focus-ring-repaint-expected.txt

Issue 2402833002: 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/platform/win/paint/invalidation/svg/transform-focus-ring-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/transform-focus-ring-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/transform-focus-ring-repaint-expected.txt
index 833d9000fa686e754a26426fbfcf353b0734b1ba..5604acb395cee3975841a986d2a631cce4bfd920 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/transform-focus-ring-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/transform-focus-ring-repaint-expected.txt
@@ -1,48 +1,44 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='target'",
+ "position": [7, 57],
+ "bounds": [402, 542],
"drawsContent": true,
- "children": [
+ "backfaceVisibility": "hidden",
+ "backgroundColor": "#FFFF00",
+ "paintInvalidations": [
{
- "name": "LayoutBlockFlow (positioned) DIV id='target'",
- "position": [7, 57],
- "bounds": [402, 542],
- "drawsContent": true,
- "backfaceVisibility": "hidden",
- "backgroundColor": "#FFFF00",
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow (positioned) DIV id='target'",
- "rect": [0, 0, 402, 542],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV id='target'",
- "rect": [0, 0, 200, 200],
- "reason": "full"
- }
- ]
+ "object": "LayoutBlockFlow (positioned) DIV id='target'",
+ "rect": [0, 0, 402, 542],
+ "reason": "style change"
},
{
- "name": "LayoutBlockFlow (positioned) DIV",
- "position": [108, 158],
- "transformOrigin": [150, 150],
- "bounds": [440, 300],
- "drawsContent": true,
- "backgroundColor": "#0000FF",
- "transform": [
- [0, 1, 0, 0],
- [-1, 0, 0, 0],
- [0, 0, 1, 0],
- [0, 0, 0, 1]
- ]
+ "object": "LayoutBlockFlow (positioned) DIV id='target'",
+ "rect": [0, 0, 200, 200],
+ "reason": "full"
}
]
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV",
+ "position": [108, 158],
+ "transformOrigin": [150, 150],
+ "bounds": [440, 300],
+ "drawsContent": true,
+ "backgroundColor": "#0000FF",
+ "transform": [
+ [0, 1, 0, 0],
+ [-1, 0, 0, 0],
+ [0, 0, 1, 0],
+ [0, 0, 0, 1]
+ ]
}
],
"objectPaintInvalidations": [

Powered by Google App Engine
This is Rietveld 408576698