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

Unified Diff: LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal-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/shift-relative-positioned-container-with-image-removal-expected.txt
diff --git a/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt b/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt
index b384eeab6bcaf06b168fb7c424591de18c1443f0..92bb25b19aae92edf4f358e8bd96040e0b1a3c0c 100644
--- a/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt
+++ b/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt
@@ -1,20 +1,20 @@
-(GraphicsLayer
- (bounds 785.00 735.00)
- (children 1
- (GraphicsLayer
- (bounds 785.00 735.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 8.00 727.00 769.00 98.00)
- (rect 8.00 184.00 769.00 641.00)
- (rect 8.00 86.00 769.00 641.00)
- (rect 8.00 86.00 769.00 98.00)
- (rect 8.00 86.00 769.00 98.00)
- (rect 8.00 86.00 732.00 94.00)
- (rect 0.00 735.00 785.00 98.00)
- )
- )
- )
-)
+{
+ "bounds": [785, 735],
+ "children": [
+ {
+ "bounds": [785, 735],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [8, 727, 769, 98],
+ [8, 184, 769, 641],
+ [8, 86, 769, 641],
+ [8, 86, 769, 98],
+ [8, 86, 769, 98],
+ [8, 86, 732, 94],
+ [0, 735, 785, 98]
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698