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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/text/text-repaint-rects-expected.txt

Issue 1867243003: Auto-rebaseline for r386022 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 unified diff | Download patch
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x155 3 layer at (0,0) size 800x155
4 LayoutBlockFlow {html} at (0,0) size 800x155 4 LayoutBlockFlow {html} at (0,0) size 800x155
5 LayoutBlockFlow {body} at (8,16) size 784x123 5 LayoutBlockFlow {body} at (8,16) size 784x123
6 LayoutBlockFlow {p} at (0,0) size 784x123 6 LayoutBlockFlow {p} at (0,0) size 784x123
7 LayoutText {#text} at (0,33) size 226x18 7 LayoutText {#text} at (0,33) size 226x18
8 text run at (0,33) width 226: "The alphabet A through M is here: " 8 text run at (0,33) width 226: "The alphabet A through M is here: "
9 LayoutSVGRoot {svg} at (233,17) size 501x46 9 LayoutSVGRoot {svg} at (233,17) size 501x46
10 LayoutSVGContainer {g} at (233,17) size 501x46 [transform={m=((1.00,0. 00)(0.00,1.00)) t=(0.00,47.00)}] 10 LayoutSVGContainer {g} at (233,17) size 501x46 [transform={m=((1.00,0. 00)(0.00,1.00)) t=(0.00,47.00)}]
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 LayoutSVGText {text} at (0,-46) size 31x59 contains 1 chunk(s) 44 LayoutSVGText {text} at (0,-46) size 31x59 contains 1 chunk(s)
45 LayoutSVGInlineText {#text} at (0,0) size 31x59 45 LayoutSVGInlineText {#text} at (0,0) size 31x59
46 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 30.54: "L" 46 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 30.54: "L"
47 LayoutSVGText {text} at (0,-46) size 45x59 contains 1 chunk(s) 47 LayoutSVGText {text} at (0,-46) size 45x59 contains 1 chunk(s)
48 LayoutSVGInlineText {#text} at (0,0) size 45x59 48 LayoutSVGInlineText {#text} at (0,0) size 45x59
49 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 44.46: "M" 49 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 44.46: "M"
50 LayoutText {#text} at (725,33) size 779x90 50 LayoutText {#text} at (725,33) size 779x90
51 text run at (725,33) width 5: " " 51 text run at (725,33) width 5: " "
52 text run at (729,33) width 50: "this test" 52 text run at (729,33) width 50: "this test"
53 text run at (0,51) width 771: "case is specially constructed so that w hen the view is sized to 800x600 (the default for DumpRenderTree) the text wraps " 53 text run at (0,51) width 771: "case is specially constructed so that w hen the view is sized to 800x600 (the default for DumpRenderTree) the text wraps "
54 text run at (0,69) width 339: "and not all of the text in the SVG is d rawn correctly. " 54 text run at (0,69) width 340: "and not all of the text in the SVG is d rawn correctly. "
55 text run at (338,69) width 319: "You should see all of A-L (and half o f M) above. " 55 text run at (339,69) width 319: "You should see all of A-L (and half o f M) above. "
56 text run at (656,69) width 89: "The code was" 56 text run at (657,69) width 89: "The code was"
57 text run at (0,87) width 774: "incorrectly calculating the PaintInfo:: rect (damage rect) when passing it through LayoutBlockFlow and render block was" 57 text run at (0,87) width 774: "incorrectly calculating the PaintInfo:: rect (damage rect) when passing it through LayoutBlockFlow and render block was"
58 text run at (0,105) width 379: "(correctly) clipping out some of the l ineboxes during paint." 58 text run at (0,105) width 379: "(correctly) clipping out some of the l ineboxes during paint."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698