tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / platform / gtk / fast / dom / dom-parse-serialize-expected.txt
1 layer at (0,0) size 800x600
2   RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600
4   RenderBlock {HTML} at (0,0) size 800x600
5     RenderBody {BODY} at (8,8) size 784x584
6       RenderBlock {H1} at (0,0) size 784x37
7         RenderText {#text} at (0,0) size 440x36
8           text run at (0,0) width 440: "DOMParser/XMLSerializer test"
9       RenderBlock {DIV} at (0,58) size 784x36
10         RenderText {#text} at (0,0) size 719x35
11           text run at (0,0) width 719: "The \"text to parse\" and \"document object serialized\" boxes should show the same text, and it should be an XML"
12           text run at (0,18) width 231: "document, not \"@@No result@@\"."
13       RenderBlock {DIV} at (0,94) size 784x166 [border: (1px solid #000000)]
14         RenderBlock (anonymous) at (1,1) size 782x18
15           RenderInline {SPAN} at (0,0) size 85x17 [color=#800000]
16             RenderText {#text} at (0,0) size 85x17
17               text run at (0,0) width 85: "text to parse"
18           RenderText {#text} at (0,0) size 0x0
19         RenderBlock {PRE} at (27,32) size 756x120
20           RenderText {#text} at (0,0) size 562x120
21             text run at (0,0) width 164: "<?xml version=\"1.0\"?>"
22             text run at (163,0) width 1: " "
23             text run at (0,15) width 118: "<!DOCTYPE doc ["
24             text run at (117,15) width 1: " "
25             text run at (0,30) width 211: "<!ATTLIST d id ID #IMPLIED>"
26             text run at (210,30) width 1: " "
27             text run at (0,45) width 16: "]>"
28             text run at (15,45) width 1: " "
29             text run at (0,60) width 40: "<doc>"
30             text run at (39,60) width 1: " "
31             text run at (0,75) width 523: "  <foo xmlns=\"foobar\">One</foo> <x:bar xmlns:x=\"barfoo\">Two</x:bar>"
32             text run at (522,75) width 1: " "
33             text run at (0,90) width 180: "  <d id=\"id3\">Three</d>"
34             text run at (179,90) width 1: " "
35             text run at (0,105) width 562: "<f id=\"&amp;&lt;&gt;\">Four&amp;&lt;&gt;</f><empty/><empty></empty></doc>"
36             text run at (561,105) width 1: " "
37       RenderBlock {DIV} at (0,268) size 784x61 [border: (1px solid #000000)]
38         RenderBlock (anonymous) at (1,1) size 782x18
39           RenderInline {SPAN} at (0,0) size 114x17 [color=#800000]
40             RenderText {#text} at (0,0) size 114x17
41               text run at (0,0) width 114: "document object"
42           RenderText {#text} at (0,0) size 0x0
43         RenderBlock {PRE} at (27,32) size 756x15
44           RenderText {#text} at (0,0) size 133x15
45             text run at (0,0) width 133: "[object Document]"
46       RenderBlock {DIV} at (0,337) size 784x106 [border: (1px solid #000000)]
47         RenderBlock (anonymous) at (1,1) size 782x18
48           RenderInline {SPAN} at (0,0) size 183x17 [color=#800000]
49             RenderText {#text} at (0,0) size 183x17
50               text run at (0,0) width 183: "document object serialized"
51           RenderText {#text} at (0,0) size 0x0
52         RenderBlock {PRE} at (27,32) size 756x60
53           RenderText {#text} at (0,0) size 523x60
54             text run at (0,0) width 149: "<!DOCTYPE doc><doc>"
55             text run at (148,0) width 1: " "
56             text run at (0,15) width 523: "  <foo xmlns=\"foobar\">One</foo> <x:bar xmlns:x=\"barfoo\">Two</x:bar>"
57             text run at (522,15) width 1: " "
58             text run at (0,30) width 180: "  <d id=\"id3\">Three</d>"
59             text run at (179,30) width 1: " "
60             text run at (0,45) width 508: "<f id=\"&amp;&lt;&gt;\">Four&amp;&lt;&gt;</f><empty/><empty/></doc>"