/home/clopez/webkit/webkit/layout-test-results/svg/custom/manually-parsed-embedded-svg-allowed-in-dashboard-actual.txt

1 This test makes sure we can add manually parsed SVG to the document when in dashboard compatibility mode. It can not be tested manually.
2 
3 Parsing of the document isn't prevented and produces a [object XMLDocument]
4 The circle element is of type [object SVGCircleElement]
5 PASS: Managed to insert SVG element into tree
6 
 1CONSOLE MESSAGE: line 12: TypeError: testRunner.setUseDashboardCompatibilityMode is not a function. (In 'testRunner.setUseDashboardCompatibilityMode(true)', 'testRunner.setUseDashboardCompatibilityMode' is undefined)
 2layer at (0,0) size 785x713
 3 RenderView at (0,0) size 785x600
 4layer at (0,0) size 785x713
 5 RenderBlock {HTML} at (0,0) size 785x713
 6 RenderBody {BODY} at (8,8) size 769x692
 7 RenderBlock {P} at (0,0) size 769x34
 8 RenderText {#text} at (0,0) size 768x34
 9 text run at (0,0) width 709: "This test makes sure we can add manually parsed SVG to the document when in dashboard compatibility mode. "
 10 text run at (709,0) width 59: "It can not"
 11 text run at (0,17) width 121: "be tested manually."
 12 RenderBlock {DIV} at (0,50) size 769x584
 13 RenderBlock {HTML} at (0,0) size 769x584
 14 RenderBody {BODY} at (8,0) size 753x584
 15 RenderSVGRoot {svg} at (16,58) size 100x100
 16 RenderSVGEllipse {circle} at (16,58) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [cx=50.00] [cy=50.00] [r=50.00]
 17 RenderBlock {PRE} at (0,647) size 769x45
 18 RenderText {#text} at (0,0) size 600x15
 19 text run at (0,0) width 600: "Parsing of the document isn't prevented and produces a [object XMLDocument]"
 20 RenderText {#text} at (0,15) size 440x15
 21 text run at (0,15) width 440: "The circle element is of type [object SVGCircleElement]"
 22 RenderText {#text} at (0,30) size 360x15
 23 text run at (0,30) width 360: "PASS: Managed to insert SVG element into tree"