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

Unified Diff: LayoutTests/fast/repaint/window-resize-vertical-writing-mode-expected.txt

Issue 331713005: 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/window-resize-vertical-writing-mode-expected.txt
diff --git a/LayoutTests/fast/repaint/window-resize-vertical-writing-mode-expected.txt b/LayoutTests/fast/repaint/window-resize-vertical-writing-mode-expected.txt
index 957736ee60e20a011af0dc11dea2708cb396a67c..7631f66f989aa36baf389894438d1720ace07716 100644
--- a/LayoutTests/fast/repaint/window-resize-vertical-writing-mode-expected.txt
+++ b/LayoutTests/fast/repaint/window-resize-vertical-writing-mode-expected.txt
@@ -1,57 +1,57 @@
-(GraphicsLayer
- (bounds 200.00 300.00)
- (children 1
- (GraphicsLayer
- (bounds 200.00 300.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 0.00 0.00 200.00 200.00)
- (rect 0.00 0.00 200.00 200.00)
- )
- )
- )
-)
-(GraphicsLayer
- (bounds 300.00 300.00)
- (children 1
- (GraphicsLayer
- (bounds 300.00 300.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 0.00 0.00 200.00 300.00)
- (rect 0.00 0.00 200.00 300.00)
- )
- )
- )
-)
-(GraphicsLayer
- (bounds 300.00 250.00)
- (children 1
- (GraphicsLayer
- (bounds 300.00 250.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 0.00 0.00 300.00 300.00)
- (rect 0.00 0.00 300.00 250.00)
- )
- )
- )
-)
-(GraphicsLayer
- (bounds 250.00 250.00)
- (children 1
- (GraphicsLayer
- (bounds 250.00 250.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 0.00 0.00 300.00 250.00)
- (rect 0.00 0.00 250.00 250.00)
- )
- )
- )
-)
+{
+ "bounds": [200, 300],
+ "children": [
+ {
+ "bounds": [200, 300],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [0, 0, 200, 200],
+ [0, 0, 200, 200]
+ ]
+ }
+ ]
+}
+{
+ "bounds": [300, 300],
+ "children": [
+ {
+ "bounds": [300, 300],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [0, 0, 200, 300],
+ [0, 0, 200, 300]
+ ]
+ }
+ ]
+}
+{
+ "bounds": [300, 250],
+ "children": [
+ {
+ "bounds": [300, 250],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [0, 0, 300, 300],
+ [0, 0, 300, 250]
+ ]
+ }
+ ]
+}
+{
+ "bounds": [250, 250],
+ "children": [
+ {
+ "bounds": [250, 250],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [0, 0, 300, 250],
+ [0, 0, 250, 250]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698