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

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

Issue 1540743002: Auto-rebaseline for r366291 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 784x99
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 267: "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 (266,72) width 300: "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 (565,72) width 219: "The code was incorrectly calculating"
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 777: "the PaintInfo::rect (damage rect) when passing it through LayoutBlockFlow and render block was (correctly) clipping out some of"
58 text run at (0,112) width 156: "the lineboxes during paint." 58 text run at (0,112) width 156: "the lineboxes during paint."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698