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

Unified Diff: LayoutTests/platform/win/svg/custom/relative-sized-use-without-attributes-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
« no previous file with comments | « LayoutTests/platform/win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/platform/win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt b/LayoutTests/platform/win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt
index 2b2707a8f3b9df632d2f589ccf9905f70c3c9cd0..828ede41f0e786af1426d46e3796aa02f4938de7 100644
--- a/LayoutTests/platform/win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt
+++ b/LayoutTests/platform/win/svg/custom/relative-sized-use-without-attributes-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 27.00 69.00 364.00 364.00)
- (rect 27.00 69.00 364.00 364.00)
- (rect 27.00 69.00 364.00 364.00)
- (rect 27.00 69.00 364.00 364.00)
- (rect 13.00 207.00 92.00 91.00)
- (rect 13.00 207.00 92.00 91.00)
- (rect 13.00 207.00 92.00 91.00)
- (rect 13.00 207.00 92.00 91.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": [
+ [27, 67, 364, 364],
+ [27, 67, 364, 364],
+ [27, 67, 364, 364],
+ [27, 67, 364, 364],
+ [13, 205, 92, 91],
+ [13, 205, 92, 91],
+ [13, 205, 92, 91],
+ [13, 205, 92, 91],
+ [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"
+ ]
+ }
+ ]
+}
« no previous file with comments | « LayoutTests/platform/win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698