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

Side by Side Diff: LayoutTests/svg/custom/dynamic-svg-document-creation-expected.txt

Issue 146193003: Remove SVGDocument binding (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix getSVGDocument to return SVGDocument Created 6 years, 11 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 RenderSVGRoot {svg} at (0,0) size 800x600 4 RenderSVGRoot {svg} at (0,0) size 800x600
5 RenderSVGForeignObject {foreignObject} at (0,0) size 800x600 5 RenderSVGForeignObject {foreignObject} at (0,0) size 800x600
6 RenderBlock {html} at (0,0) size 800x180 6 RenderBlock {html} at (0,0) size 800x200
arv (Not doing code reviews) 2014/01/24 14:46:52 Maybe this test should be dumpAsText?
7 RenderBlock {div} at (0,0) size 800x180 7 RenderBlock {div} at (0,0) size 800x200
8 RenderBlock (anonymous) at (0,0) size 800x18 8 RenderBlock (anonymous) at (0,0) size 800x20
9 RenderText {#text} at (0,0) size 532x18 9 RenderText {#text} at (0,0) size 509x19
10 text run at (0,0) width 532: "This tests assures dynamic SVGDocume nt creation via DOMParser interface works." 10 text run at (0,0) width 509: "This tests assures dynamic SVGDocume nt creation via DOMParser interface works."
11 RenderBlock {div} at (0,18) size 800x18 11 RenderBlock {div} at (0,20) size 800x20
12 RenderText {#text} at (0,0) size 625x18 12 RenderText {#text} at (0,0) size 607x19
13 text run at (0,0) width 625: "DOMParser.parseFromString returned: [object SVGDocument] should be: [object SVGDocument]" 13 text run at (0,0) width 607: "DOMParser.parseFromString returned: [object XMLDocument] should be: [object XMLDocument]"
14 RenderBlock {div} at (0,36) size 800x18 14 RenderBlock {div} at (0,40) size 800x20
15 RenderText {#text} at (0,0) size 610x18 15 RenderText {#text} at (0,0) size 579x19
16 text run at (0,0) width 610: "SVGDocument's rootElement: [object S VGSVGElement] should be: [object SVGSVGElement]" 16 text run at (0,0) width 579: "SVGDocument's rootElement: [object S VGSVGElement] should be: [object SVGSVGElement]"
17 RenderBlock {div} at (0,54) size 800x18 17 RenderBlock {div} at (0,60) size 800x20
18 RenderText {#text} at (0,0) size 358x18 18 RenderText {#text} at (0,0) size 340x19
19 text run at (0,0) width 358: "SVGDocument's rootElement width: 400 should be: 400" 19 text run at (0,0) width 340: "SVGDocument's rootElement width: 400 should be: 400"
20 RenderBlock {div} at (0,72) size 800x18 20 RenderBlock {div} at (0,80) size 800x20
21 RenderText {#text} at (0,0) size 361x18 21 RenderText {#text} at (0,0) size 342x19
22 text run at (0,0) width 361: "SVGDocument's rootElement height: 40 0 should be: 400" 22 text run at (0,0) width 342: "SVGDocument's rootElement height: 40 0 should be: 400"
23 RenderBlock {div} at (0,90) size 800x18 23 RenderBlock {div} at (0,100) size 800x20
24 RenderText {#text} at (0,0) size 631x18 24 RenderText {#text} at (0,0) size 597x19
25 text run at (0,0) width 631: "SVGDocument's rootElement first chil d: [object SVGGElement] should be: [object SVGGElement]" 25 text run at (0,0) width 597: "SVGDocument's rootElement first chil d: [object SVGGElement] should be: [object SVGGElement]"
26 RenderBlock {div} at (0,108) size 800x54 26 RenderBlock {div} at (0,120) size 800x60
27 RenderText {#text} at (0,0) size 796x54 27 RenderText {#text} at (0,0) size 798x59
28 text run at (0,0) width 752: "XMLSerializer.serializeToString retu rned: <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"400\" height=\"400\"><g" 28 text run at (0,0) width 700: "XMLSerializer.serializeToString retu rned: <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"400\" height=\"400\"><g"
29 text run at (0,18) width 796: "transform=\"translate(-50, -50)\">< path id=\"path\" onclick=\"mouseHandler(evt)\" fill=\"#FF0000\" stroke=\"#00C000 \" d=\"M 250" 29 text run at (0,20) width 798: "transform=\"translate(-50, -50)\">< path id=\"path\" onclick=\"mouseHandler(evt)\" fill=\"#FF0000\" stroke=\"#00C000 \" d=\"M 250 130 C"
30 text run at (0,36) width 699: "130 C 185 130 150 80 150 80 S 115 2 5 50 25 m 0 105 c 65 0 100 -50 100 -50 s 35 -55 100 -55\"/></g></svg>" 30 text run at (0,40) width 654: "185 130 150 80 150 80 S 115 25 50 2 5 m 0 105 c 65 0 100 -50 100 -50 s 35 -55 100 -55\"/></g></svg>"
31 RenderBlock {div} at (0,162) size 800x18 31 RenderBlock {div} at (0,180) size 800x20
32 RenderText {#text} at (0,0) size 679x18 32 RenderText {#text} at (0,0) size 645x19
33 text run at (0,0) width 679: "Imported the SVGGElement into our do cument: [object SVGGElement] should be: [object SVGGElement]" 33 text run at (0,0) width 645: "Imported the SVGGElement into our do cument: [object SVGGElement] should be: [object SVGGElement]"
34 RenderSVGContainer {g} at (193,231) size 217x218 [transform={m=((0.71,0.71)( -0.71,0.71)) t=(250.00,250.00)}] 34 RenderSVGContainer {g} at (193,231) size 217x218 [transform={m=((0.71,0.71)( -0.71,0.71)) t=(250.00,250.00)}]
35 RenderSVGContainer {g} at (193,231) size 217x218 [transform={m=((1.00,0.00 )(0.00,1.00)) t=(-50.00,-50.00)}] 35 RenderSVGContainer {g} at (193,231) size 217x218 [transform={m=((1.00,0.00 )(0.00,1.00)) t=(-50.00,-50.00)}]
36 RenderSVGPath {path} at (193,231) size 217x218 [stroke={[type=SOLID] [co lor=#00C000]}] [fill={[type=SOLID] [color=#FF0000]}] [data="M 250 130 C 185 130 150 80 150 80 C 150 80 115 25 50 25 M 50 130 C 115 130 150 80 150 80 C 150 80 18 5 25 250 25"] 36 RenderSVGPath {path} at (193,231) size 217x218 [stroke={[type=SOLID] [co lor=#00C000]}] [fill={[type=SOLID] [color=#FF0000]}] [data="M 250 130 C 185 130 150 80 150 80 C 150 80 115 25 50 25 M 50 130 C 115 130 150 80 150 80 C 150 80 18 5 25 250 25"]
37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698