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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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 800x164 3 layer at (0,0) size 800x164
4 LayoutBlockFlow {html} at (0,0) size 800x164 4 LayoutBlockFlow {html} at (0,0) size 800x164
5 LayoutBlockFlow {body} at (8,16) size 784x132 5 LayoutBlockFlow {body} at (8,16) size 784x132
6 LayoutBlockFlow {p} at (0,0) size 784x132 6 LayoutBlockFlow {p} at (0,0) size 784x132
7 LayoutText {#text} at (0,32) size 210x19 7 LayoutText {#text} at (0,32) size 210x19
8 text run at (0,32) width 210: "The alphabet A through M is here: " 8 text run at (0,32) width 210: "The alphabet A through M is here: "
9 LayoutSVGRoot {svg} at (218,18) size 500x45 9 LayoutSVGRoot {svg} at (218,18) size 500x45
10 LayoutSVGContainer {g} at (218,18) size 500x45 [transform={m=((1.00,0. 00)(0.00,1.00)) t=(0.00,47.00)}] 10 LayoutSVGContainer {g} at (218,18) size 500x45 [transform={m=((1.00,0. 00)(0.00,1.00)) t=(0.00,47.00)}]
(...skipping 29 matching lines...) Expand all
40 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 19.00: "J" 40 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 19.00: "J"
41 LayoutSVGText {text} at (0,-45) size 37x57 contains 1 chunk(s) 41 LayoutSVGText {text} at (0,-45) size 37x57 contains 1 chunk(s)
42 LayoutSVGInlineText {#text} at (0,0) size 37x57 42 LayoutSVGInlineText {#text} at (0,0) size 37x57
43 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 35.00: "K" 43 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 35.00: "K"
44 LayoutSVGText {text} at (0,-45) size 30x57 contains 1 chunk(s) 44 LayoutSVGText {text} at (0,-45) size 30x57 contains 1 chunk(s)
45 LayoutSVGInlineText {#text} at (0,0) size 30x57 45 LayoutSVGInlineText {#text} at (0,0) size 30x57
46 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 30.00: "L" 46 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 30.00: "L"
47 LayoutSVGText {text} at (0,-45) size 44x57 contains 1 chunk(s) 47 LayoutSVGText {text} at (0,-45) size 44x57 contains 1 chunk(s)
48 LayoutSVGInlineText {#text} at (0,0) size 44x57 48 LayoutSVGInlineText {#text} at (0,0) size 44x57
49 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 44.00: "M" 49 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 widt h 44.00: "M"
50 LayoutText {#text} at (710,32) size 784x99 50 LayoutText {#text} at (710,32) size 773x99
51 text run at (710,32) width 4: " " 51 text run at (710,32) width 4: " "
52 text run at (714,32) width 45: "this test" 52 text run at (714,32) width 45: "this test"
53 text run at (0,52) width 773: "case is specially constructed so that w hen the view is sized to 800x600 (the default for DumpRenderTree) the text wraps and not" 53 text run at (0,52) width 773: "case is specially constructed so that w hen the view is sized to 800x600 (the default for DumpRenderTree) the text wraps and not"
54 text run at (0,72) width 267: "all of the text in the SVG is drawn cor rectly. " 54 text run at (0,72) width 268: "all of the text in the SVG is drawn cor rectly. "
55 text run at (266,72) width 300: "You should see all of A-L (and half o f M) above. " 55 text run at (268,72) width 299: "You should see all of A-L (and half o f M) above. "
56 text run at (565,72) width 219: "The code was incorrectly calculating" 56 text run at (566,72) width 153: "The code was incorrectly"
57 text run at (0,92) width 777: "the PaintInfo::rect (damage rect) when passing it through LayoutBlockFlow and render block was (correctly) clipping out some of" 57 text run at (0,92) width 768: "calculating the PaintInfo::rect (damage rect) when passing it through LayoutBlockFlow and render block was (correctly) clipping"
58 text run at (0,112) width 156: "the lineboxes during paint." 58 text run at (0,112) width 231: "out some of the lineboxes during paint ."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698