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

Unified Diff: LayoutTests/fast/repaint/bugzilla-6278-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/bugzilla-6278-expected.txt
diff --git a/LayoutTests/fast/repaint/bugzilla-6278-expected.txt b/LayoutTests/fast/repaint/bugzilla-6278-expected.txt
index 64a2ae7ff1d06ae38d0f1d66c78337ed46c40073..494e1d44f15a715b4c9d0d893c73cb711a304634 100644
--- a/LayoutTests/fast/repaint/bugzilla-6278-expected.txt
+++ b/LayoutTests/fast/repaint/bugzilla-6278-expected.txt
@@ -1,26 +1,26 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 304.00 132.00 2.00 199.00)
- (rect 254.00 132.00 52.00 235.00)
- (rect 10.00 317.00 242.00 50.00)
- (rect 10.00 281.00 292.00 50.00)
- (rect 10.00 132.00 292.00 199.00)
- (rect 10.00 132.00 292.00 144.00)
- (rect 10.00 132.00 242.00 235.00)
- (rect 10.00 132.00 242.00 180.00)
- (rect 8.00 333.00 784.00 36.00)
- (rect 8.00 333.00 300.00 36.00)
- (rect 8.00 333.00 300.00 36.00)
- (rect 8.00 331.00 300.00 36.00)
- (rect 0.00 341.00 800.00 36.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [304, 132, 2, 199],
+ [254, 132, 52, 235],
+ [10, 317, 242, 50],
+ [10, 281, 292, 50],
+ [10, 132, 292, 199],
+ [10, 132, 292, 144],
+ [10, 132, 242, 235],
+ [10, 132, 242, 180],
+ [8, 333, 784, 36],
+ [8, 333, 300, 36],
+ [8, 333, 300, 36],
+ [8, 331, 300, 36],
+ [0, 341, 800, 36]
+ ]
+ }
+ ]
+}
« no previous file with comments | « LayoutTests/fast/repaint/bugzilla-3509-expected.txt ('k') | LayoutTests/fast/repaint/bugzilla-6388-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698