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

Unified Diff: LayoutTests/platform/win/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: Rebase against ToT 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/win/svg/custom/dynamic-svg-document-creation-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/dynamic-svg-document-creation-expected.txt b/LayoutTests/platform/win/svg/custom/dynamic-svg-document-creation-expected.txt
deleted file mode 100644
index fd877f690e029a4a3906a83bb5f74a4c87c24622..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/win/svg/custom/dynamic-svg-document-creation-expected.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
- RenderSVGRoot {svg} at (0,0) size 800x600
- RenderSVGForeignObject {foreignObject} at (0,0) size 800x600
- RenderBlock {html} at (0,0) size 800x200
- RenderBlock {div} at (0,0) size 800x200
- RenderBlock (anonymous) at (0,0) size 800x20
- RenderText {#text} at (0,0) size 509x19
- text run at (0,0) width 509: "This tests assures dynamic SVGDocument creation via DOMParser interface works."
- RenderBlock {div} at (0,20) size 800x20
- RenderText {#text} at (0,0) size 601x19
- text run at (0,0) width 601: "DOMParser.parseFromString returned: [object SVGDocument] should be: [object SVGDocument]"
- RenderBlock {div} at (0,40) size 800x20
- RenderText {#text} at (0,0) size 579x19
- text run at (0,0) width 579: "SVGDocument's rootElement: [object SVGSVGElement] should be: [object SVGSVGElement]"
- RenderBlock {div} at (0,60) size 800x20
- RenderText {#text} at (0,0) size 340x19
- text run at (0,0) width 340: "SVGDocument's rootElement width: 400 should be: 400"
- RenderBlock {div} at (0,80) size 800x20
- RenderText {#text} at (0,0) size 342x19
- text run at (0,0) width 342: "SVGDocument's rootElement height: 400 should be: 400"
- RenderBlock {div} at (0,100) size 800x20
- RenderText {#text} at (0,0) size 597x19
- text run at (0,0) width 597: "SVGDocument's rootElement first child: [object SVGGElement] should be: [object SVGGElement]"
- RenderBlock {div} at (0,120) size 800x60
- RenderText {#text} at (0,0) size 798x59
- text run at (0,0) width 700: "XMLSerializer.serializeToString returned: <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"400\" height=\"400\"><g"
- 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"
- text run at (0,40) width 654: "185 130 150 80 150 80 S 115 25 50 25 m 0 105 c 65 0 100 -50 100 -50 s 35 -55 100 -55\"/></g></svg>"
- RenderBlock {div} at (0,180) size 800x20
- RenderText {#text} at (0,0) size 645x19
- text run at (0,0) width 645: "Imported the SVGGElement into our document: [object SVGGElement] should be: [object SVGGElement]"
- RenderSVGContainer {g} at (193,231) size 217x218 [transform={m=((0.71,0.71)(-0.71,0.71)) t=(250.00,250.00)}]
- RenderSVGContainer {g} at (193,231) size 217x218 [transform={m=((1.00,0.00)(0.00,1.00)) t=(-50.00,-50.00)}]
- RenderSVGPath {path} at (193,231) size 217x218 [stroke={[type=SOLID] [color=#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 185 25 250 25"]
« no previous file with comments | « LayoutTests/platform/win/svg/custom/dynamic-svg-document-creation-expected.png ('k') | LayoutTests/svg/custom/clone-node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698