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

Unified Diff: LayoutTests/fast/repaint/composited-iframe-scroll-repaint-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/repaint/composited-iframe-scroll-repaint-expected.txt
diff --git a/LayoutTests/fast/repaint/composited-iframe-scroll-repaint-expected.txt b/LayoutTests/fast/repaint/composited-iframe-scroll-repaint-expected.txt
index edcd9de31879e058f16532e07a0f04799b629f97..b8d0a86a1d0b387823f90c2beebeb20fded0c8c9 100644
--- a/LayoutTests/fast/repaint/composited-iframe-scroll-repaint-expected.txt
+++ b/LayoutTests/fast/repaint/composited-iframe-scroll-repaint-expected.txt
@@ -1,18 +1,18 @@
-(GraphicsLayer
- (bounds 300.00 516.00)
- (children 1
- (GraphicsLayer
- (bounds 300.00 516.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 8.00 8.00)
- (bounds 284.00 500.00)
- (drawsContent 1)
- )
- )
- )
- )
-)
+{
+ "bounds": [300, 516],
+ "children": [
+ {
+ "bounds": [300, 516],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "children": [
+ {
+ "position": [8, 8],
+ "bounds": [284, 500],
+ "drawsContent": true
+ }
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698