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

Side by Side Diff: LayoutTests/platform/linux/fast/text/drawBidiText-expected.txt

Issue 931423003: Rename rendering/RenderList* to layout/LayoutList* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove spurious LayoutLayerModelObject reference Created 5 years, 10 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 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 5 RenderBody {BODY} at (8,8) size 784x584
6 RenderBlock {P} at (0,0) size 784x20 6 RenderBlock {P} at (0,0) size 784x20
7 RenderText {#text} at (0,0) size 264x19 7 RenderText {#text} at (0,0) size 264x19
8 text run at (0,0) width 264: "This tests GraphicsContext::drawBidiText ()." 8 text run at (0,0) width 264: "This tests GraphicsContext::drawBidiText ()."
9 layer at (8,44) size 327x209 clip at (9,45) size 310x207 9 layer at (8,44) size 327x209 clip at (9,45) size 310x207
10 RenderListBox {SELECT} at (0,36) size 327x209 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)] 10 LayoutListBox {SELECT} at (0,36) size 327x209 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)]
11 RenderBlock {OPTION} at (1,1) size 310x23 11 RenderBlock {OPTION} at (1,1) size 310x23
12 RenderText {#text} at (2,0) size 199x21 12 RenderText {#text} at (2,0) size 199x21
13 text run at (2,0) width 40: "First " 13 text run at (2,0) width 40: "First "
14 text run at (42,0) width 60 RTL: ") \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\ x{5EA}" 14 text run at (42,0) width 60 RTL: ") \x{5E8}\x{5D1}\x{5D9}\x{5E2}\x{5D9}\ x{5EA}"
15 text run at (102,0) width 20: "03" 15 text run at (102,0) width 20: "03"
16 text run at (122,0) width 45 RTL: "\x{5E9}\x{5E0}\x{5D9}\x{5D4} (" 16 text run at (122,0) width 45 RTL: "\x{5E9}\x{5E0}\x{5D9}\x{5D4} ("
17 text run at (167,0) width 34: " fifth" 17 text run at (167,0) width 34: " fifth"
18 RenderBlock {OPTION} at (1,24) size 310x23 18 RenderBlock {OPTION} at (1,24) size 310x23
19 RenderText {#text} at (109,0) size 199x21 19 RenderText {#text} at (109,0) size 199x21
20 text run at (109,0) width 29: "fifth" 20 text run at (109,0) width 29: "fifth"
(...skipping 22 matching lines...) Expand all
43 text run at (92,0) width 74 RTL override: "\x{202E}overrides" 43 text run at (92,0) width 74 RTL override: "\x{202E}overrides"
44 text run at (166,0) width 118: "\x{202C} are confusing." 44 text run at (166,0) width 118: "\x{202C} are confusing."
45 RenderBlock {OPTION} at (1,185) size 310x23 45 RenderBlock {OPTION} at (1,185) size 310x23
46 RenderText {#text} at (2,0) size 306x21 46 RenderText {#text} at (2,0) size 306x21
47 text run at (2,0) width 82: "She said \x{201C}" 47 text run at (2,0) width 82: "She said \x{201C}"
48 text run at (84,0) width 67 RTL: " \x{5D1}\x{5DE}\x{5D6}\x{5D5}\x{5D5}\x {5D3}\x{5D4}!" 48 text run at (84,0) width 67 RTL: " \x{5D1}\x{5DE}\x{5D6}\x{5D5}\x{5D5}\x {5D3}\x{5D4}!"
49 text run at (151,0) width 37: "TNT" 49 text run at (151,0) width 37: "TNT"
50 text run at (188,0) width 22 RTL: "\x{202B}\x{5D9}\x{5E9} " 50 text run at (188,0) width 22 RTL: "\x{202B}\x{5D9}\x{5E9} "
51 text run at (210,0) width 98: "\x{202C}\x{201D} and ran off" 51 text run at (210,0) width 98: "\x{202C}\x{201D} and ran off"
52 layer at (8,253) size 365x18 clip at (9,254) size 348x16 52 layer at (8,253) size 365x18 clip at (9,254) size 348x16
53 RenderListBox {SELECT} at (0,245) size 365x18 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)] 53 LayoutListBox {SELECT} at (0,245) size 365x18 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)]
54 RenderBlock {OPTION} at (1,1) size 348x16 54 RenderBlock {OPTION} at (1,1) size 348x16
55 RenderText {#text} at (2,0) size 344x15 55 RenderText {#text} at (2,0) size 344x15
56 text run at (2,0) width 344: "There are two ways to measure text: my way and the wrong way" 56 text run at (2,0) width 344: "There are two ways to measure text: my way and the wrong way"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698