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

Unified Diff: LayoutTests/platform/mac/fast/repaint/caret-with-transformation-expected.txt

Issue 1271253005: Auto-rebaseline for r200178 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/platform/mac/fast/repaint/caret-with-transformation-expected.txt
diff --git a/LayoutTests/platform/mac/fast/repaint/caret-with-transformation-expected.txt b/LayoutTests/platform/mac/fast/repaint/caret-with-transformation-expected.txt
index 686239ba8244e87308241d465632cd88cdc8a2f3..4d7deace3122f929cfda5e003dd2d70adc544eff 100644
--- a/LayoutTests/platform/mac/fast/repaint/caret-with-transformation-expected.txt
+++ b/LayoutTests/platform/mac/fast/repaint/caret-with-transformation-expected.txt
@@ -1,15 +1,19 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 335.00 205.00 14.00 19.00)
- (rect 41.00 35.00 13.00 19.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [345, 210, 13, 20],
+ [41, 35, 13, 19]
+ ],
+ "paintInvalidationClients": [
+ "LayoutBlockFlow DIV id='div'",
+ "LayoutBlockFlow DIV id='div'"
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698