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

Side by Side Diff: LayoutTests/platform/win-xp/svg/hixie/error/013-expected.txt

Issue 933953003: Move the remaining rendering/svg/RenderSVG* files to layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE ERROR: line 10: Error: Invalid negative value for <svg> attribute width= "-100" 1 CONSOLE ERROR: line 10: Error: Invalid negative value for <svg> attribute width= "-100"
2 layer at (0,0) size 800x600 2 layer at (0,0) size 800x600
3 RenderView at (0,0) size 800x600 3 RenderView at (0,0) size 800x600
4 layer at (0,0) size 800x105 4 layer at (0,0) size 800x105
5 RenderBlock {html} at (0,0) size 800x105 5 RenderBlock {html} at (0,0) size 800x105
6 RenderBody {body} at (8,8) size 784x81 6 RenderBody {body} at (8,8) size 784x81
7 RenderBlock (anonymous) at (0,0) size 784x25 7 RenderBlock (anonymous) at (0,0) size 784x25
8 RenderSVGRoot {svg} at (8,8) size 0x0 8 LayoutSVGRoot {svg} at (8,8) size 0x0
9 LayoutSVGText {text} at (10,20) size 126x12 contains 1 chunk(s) 9 LayoutSVGText {text} at (10,20) size 126x12 contains 1 chunk(s)
10 LayoutSVGInlineText {#text} at (0,0) size 126x12 10 LayoutSVGInlineText {#text} at (0,0) size 126x12
11 chunk 1 text run 1 at (10.00,30.00) startOffset 0 endOffset 30 wid th 126.00: "FAIL (This should not render.)" 11 chunk 1 text run 1 at (10.00,30.00) startOffset 0 endOffset 30 wid th 126.00: "FAIL (This should not render.)"
12 RenderText {#text} at (0,0) size 0x0 12 RenderText {#text} at (0,0) size 0x0
13 RenderBlock {p} at (0,41) size 784x40 [color=#008000] 13 RenderBlock {p} at (0,41) size 784x40 [color=#008000]
14 RenderText {#text} at (0,0) size 768x39 14 RenderText {#text} at (0,0) size 768x39
15 text run at (0,0) width 393: "This line should be green, the word \"FA IL\" should not appear on " 15 text run at (0,0) width 393: "This line should be green, the word \"FA IL\" should not appear on "
16 text run at (393,0) width 375: "this page, but a highly perceivable in dication of error should be" 16 text run at (393,0) width 375: "this page, but a highly perceivable in dication of error should be"
17 text run at (0,20) width 121: "present somewhere." 17 text run at (0,20) width 121: "present somewhere."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698