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

Unified Diff: LayoutTests/platform/win/svg/custom/relative-sized-use-on-symbol-expected.txt

Issue 1215823003: Remove old NeedsRebaseline entries (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 5 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/platform/win/svg/custom/relative-sized-use-on-symbol-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/relative-sized-use-on-symbol-expected.txt b/LayoutTests/platform/win/svg/custom/relative-sized-use-on-symbol-expected.txt
index 2ab28e4e0217fb692658ff0b5e516f8606a35270..d9db50278b86cb4c8a14456e3a184159178ddd6d 100644
--- a/LayoutTests/platform/win/svg/custom/relative-sized-use-on-symbol-expected.txt
+++ b/LayoutTests/platform/win/svg/custom/relative-sized-use-on-symbol-expected.txt
@@ -1,23 +1,32 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 45.00 87.00 328.00 328.00)
- (rect 45.00 87.00 328.00 328.00)
- (rect 45.00 87.00 328.00 328.00)
- (rect 45.00 87.00 328.00 328.00)
- (rect 18.00 211.00 82.00 83.00)
- (rect 18.00 211.00 82.00 83.00)
- (rect 18.00 211.00 82.00 83.00)
- (rect 18.00 211.00 82.00 83.00)
- (rect 8.00 52.00 402.00 405.00)
- (rect 8.00 52.00 102.00 405.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [45, 85, 328, 328],
+ [45, 85, 328, 328],
+ [45, 85, 328, 328],
+ [45, 85, 328, 328],
+ [18, 209, 82, 83],
+ [18, 209, 82, 83],
+ [18, 209, 82, 83],
+ [18, 209, 82, 83],
+ [8, 50, 402, 404],
+ [8, 50, 102, 404]
+ ],
+ "paintInvalidationClients": [
+ "RootInlineBox",
+ "InlineBox",
+ "LayoutBlockFlow div id='contentBox'",
+ "LayoutSVGRoot svg",
+ "LayoutSVGContainer use",
+ "LayoutSVGViewportContainer svg id='gamesBorder'",
+ "LayoutSVGPath path"
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698