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

Unified Diff: LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt

Issue 347223003: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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: LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt
diff --git a/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt b/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt
index 7ec85e11868e7dd626e4cc2d8b7b4091442eae5d..1d31fd0e928e8927bc0d69d97ebdc266e42263d9 100644
--- a/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt
+++ b/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt
@@ -1,33 +1,33 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 50.00 50.00)
- (bounds 300.00 300.00)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (bounds 300.00 300.00)
- (children 1
- (GraphicsLayer
- (bounds 285.00 300.00)
- (children 1
- (GraphicsLayer
- (bounds 285.00 1000.00)
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [50, 50],
+ "bounds": [300, 300],
+ "drawsContent": true,
+ "children": [
+ {
+ "bounds": [300, 300],
+ "children": [
+ {
+ "bounds": [285, 300],
+ "children": [
+ {
+ "bounds": [285, 1000]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698