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

Unified Diff: third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-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/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt b/third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt
index 76a9b27c4099288475f91026faf33896f2eae8b5..e4195a92f541aced1eb90bea3af2cbd74d8064ee 100644
--- a/third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt
@@ -1,41 +1,31 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow (positioned) DIV id='outer'",
- "position": [50, 50],
- "bounds": [300, 300],
- "drawsContent": true,
- "children": [
- {
- "name": "Child Containment Layer",
- "bounds": [300, 300],
- "children": [
- {
- "name": "Ancestor Clipping Layer",
- "bounds": [285, 300],
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "LayoutBlockFlow DIV id='content'",
- "bounds": [285, 1000],
- "contentsOpaque": true,
- "drawsContent": true
- }
- ]
- }
- ]
- }
- ]
- }
- ]
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='outer'",
+ "position": [50, 50],
+ "bounds": [300, 300],
+ "drawsContent": true
+ },
+ {
+ "name": "Child Containment Layer",
+ "bounds": [300, 300]
+ },
+ {
+ "name": "Ancestor Clipping Layer",
+ "bounds": [285, 300],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='content'",
+ "bounds": [285, 1000],
+ "contentsOpaque": true,
+ "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698