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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/dom-snapshot/dom-snapshot-getSnapshot-expected.txt

Issue 2882193002: [devtools] Add DOMSnapshot domain for dom+layout+style snapshots. (Closed)
Patch Set: add domain to schema agent Created 3 years, 7 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
(Empty)
1 Some Text
2 And More Text
3 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque sit amet e st sem. Aenean ut neque volutpat, posuere odio at, mollis nibh. Aenean sodales n ulla et ligula efficitur sollicitudin blandit sed lectus. Duis orci enim, sodale s ac lectus sed, hendrerit efficitur est. Quisque gravida facilisis viverra.
4
5 Lets have a span
6 Rotated text!
7
8 {
9 "domNodes": [
10 {
11 "nodeId": 5,
12 "parentId": 4,
13 "backendNodeId": "<number>",
14 "nodeType": 3,
15 "nodeName": "#text",
16 "localName": "",
17 "nodeValue": "\n@font-face {\n font-family: 'ahem';\n src: url(../../res ources/Ahem.ttf);\n}\n"
18 },
19 {
20 "nodeId": 4,
21 "parentId": 3,
22 "backendNodeId": "<number>",
23 "nodeType": 1,
24 "nodeName": "STYLE",
25 "localName": "style",
26 "nodeValue": "",
27 "childNodeCount": 1,
28 "children": [],
29 "attributes": []
30 },
31 {
32 "nodeId": 6,
33 "parentId": 3,
34 "backendNodeId": "<number>",
35 "nodeType": 1,
36 "nodeName": "SCRIPT",
37 "localName": "script",
38 "nodeValue": "",
39 "childNodeCount": 0,
40 "children": [],
41 "attributes": [
42 "type",
43 "text/javascript",
44 "src",
45 "../../http/tests/inspector-protocol/inspector-protocol-test.js"
46 ]
47 },
48 {
49 "nodeId": 8,
50 "parentId": 7,
51 "backendNodeId": "<number>",
52 "nodeType": 3,
53 "nodeName": "#text",
54 "localName": "",
55 "nodeValue": "\n\nfunction test()\n{\n InspectorTest.sendCommand(\"DOM. enable\", {});\n\n var whitelist = [\"transform\", \"transform-origin\", \"he ight\", \"width\", \"display\", \"outline-color\"];\n InspectorTest.sendComma ndOrDie(\"DOMSnapshot.getSnapshot\", {\"computedStyleWhitelist\": whitelist, \"d epth\": -1, \"pierce\": true}, onSnapshot);\n\n function onSnapshot(response) {\n function stabilize(key, value) {\n var unstableKeys = [\" backendNodeId\", \"documentURL\", \"baseURL\", \"frameId\"];\n if (un stableKeys.indexOf(key) !== -1)\n return \"<\" + typeof(value) + \">\";\n return value;\n }\n InspectorTest.log(JSON.str ingify(response, stabilize, 2));\n InspectorTest.completeTest();\n }\n }\n\n"
56 },
57 {
58 "nodeId": 7,
59 "parentId": 3,
60 "backendNodeId": "<number>",
61 "nodeType": 1,
62 "nodeName": "SCRIPT",
63 "localName": "script",
64 "nodeValue": "",
65 "childNodeCount": 1,
66 "children": [],
67 "attributes": []
68 },
69 {
70 "nodeId": 3,
71 "parentId": 2,
72 "backendNodeId": "<number>",
73 "nodeType": 1,
74 "nodeName": "HEAD",
75 "localName": "head",
76 "nodeValue": "",
77 "childNodeCount": 3,
78 "children": [],
79 "attributes": []
80 },
81 {
82 "nodeId": 12,
83 "parentId": 11,
84 "backendNodeId": "<number>",
85 "nodeType": 3,
86 "nodeName": "#text",
87 "localName": "",
88 "nodeValue": "Some Text"
89 },
90 {
91 "nodeId": 11,
92 "parentId": 10,
93 "backendNodeId": "<number>",
94 "nodeType": 1,
95 "nodeName": "DIV",
96 "localName": "div",
97 "nodeValue": "",
98 "childNodeCount": 1,
99 "children": [],
100 "attributes": [
101 "class",
102 "class1"
103 ]
104 },
105 {
106 "nodeId": 13,
107 "parentId": 10,
108 "backendNodeId": "<number>",
109 "nodeType": 3,
110 "nodeName": "#text",
111 "localName": "",
112 "nodeValue": " And More Text\n "
113 },
114 {
115 "nodeId": 16,
116 "parentId": 15,
117 "backendNodeId": "<number>",
118 "nodeType": 3,
119 "nodeName": "#text",
120 "localName": "",
121 "nodeValue": "\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque sit amet est sem.\n Aenean ut neque volutpat, posuere odio at, mollis nibh. Aenean sodales nulla et\n ligula efficitur sollici tudin blandit sed lectus. Duis orci enim, sodales ac lectus sed,\n hendre rit efficitur est. Quisque gravida facilisis viverra.\n "
122 },
123 {
124 "nodeId": 15,
125 "parentId": 14,
126 "backendNodeId": "<number>",
127 "nodeType": 1,
128 "nodeName": "P",
129 "localName": "p",
130 "nodeValue": "",
131 "childNodeCount": 1,
132 "children": [],
133 "attributes": []
134 },
135 {
136 "nodeId": 18,
137 "parentId": 17,
138 "backendNodeId": "<number>",
139 "nodeType": 1,
140 "nodeName": "LI",
141 "localName": "li",
142 "nodeValue": "",
143 "childNodeCount": 0,
144 "children": [],
145 "attributes": [
146 "class",
147 "class4"
148 ]
149 },
150 {
151 "nodeId": 20,
152 "parentId": 19,
153 "backendNodeId": "<number>",
154 "nodeType": 3,
155 "nodeName": "#text",
156 "localName": "",
157 "nodeValue": "Lets have a span"
158 },
159 {
160 "nodeId": 19,
161 "parentId": 17,
162 "backendNodeId": "<number>",
163 "nodeType": 1,
164 "nodeName": "SPAN",
165 "localName": "span",
166 "nodeValue": "",
167 "childNodeCount": 1,
168 "children": [],
169 "attributes": []
170 },
171 {
172 "nodeId": 17,
173 "parentId": 14,
174 "backendNodeId": "<number>",
175 "nodeType": 1,
176 "nodeName": "UL",
177 "localName": "ul",
178 "nodeValue": "",
179 "childNodeCount": 2,
180 "children": [],
181 "attributes": [
182 "class",
183 "class3"
184 ]
185 },
186 {
187 "nodeId": 14,
188 "parentId": 10,
189 "backendNodeId": "<number>",
190 "nodeType": 1,
191 "nodeName": "DIV",
192 "localName": "div",
193 "nodeValue": "",
194 "childNodeCount": 2,
195 "children": [],
196 "attributes": [
197 "style",
198 "display:inline-block; width: 200px"
199 ]
200 },
201 {
202 "nodeId": 22,
203 "parentId": 21,
204 "backendNodeId": "<number>",
205 "nodeType": 3,
206 "nodeName": "#text",
207 "localName": "",
208 "nodeValue": "Rotated text!"
209 },
210 {
211 "nodeId": 21,
212 "parentId": 10,
213 "backendNodeId": "<number>",
214 "nodeType": 1,
215 "nodeName": "DIV",
216 "localName": "div",
217 "nodeValue": "",
218 "childNodeCount": 1,
219 "children": [],
220 "attributes": [
221 "style",
222 "transform: rotateZ(90deg); width: 200px"
223 ]
224 },
225 {
226 "nodeId": 28,
227 "parentId": 27,
228 "backendNodeId": "<number>",
229 "nodeType": 3,
230 "nodeName": "#text",
231 "localName": "",
232 "nodeValue": "\n@font-face {\n font-family: 'ahem';\n src: url(../../../ resources/Ahem.ttf);\n}\n"
233 },
234 {
235 "nodeId": 27,
236 "parentId": 26,
237 "backendNodeId": "<number>",
238 "nodeType": 1,
239 "nodeName": "STYLE",
240 "localName": "style",
241 "nodeValue": "",
242 "childNodeCount": 1,
243 "children": [],
244 "attributes": []
245 },
246 {
247 "nodeId": 26,
248 "parentId": 25,
249 "backendNodeId": "<number>",
250 "nodeType": 1,
251 "nodeName": "HEAD",
252 "localName": "head",
253 "nodeValue": "",
254 "childNodeCount": 1,
255 "children": [],
256 "attributes": []
257 },
258 {
259 "nodeId": 31,
260 "parentId": 30,
261 "backendNodeId": "<number>",
262 "nodeType": 3,
263 "nodeName": "#text",
264 "localName": "",
265 "nodeValue": "\nHello from the iframe.\n"
266 },
267 {
268 "nodeId": 30,
269 "parentId": 29,
270 "backendNodeId": "<number>",
271 "nodeType": 1,
272 "nodeName": "DIV",
273 "localName": "div",
274 "nodeValue": "",
275 "childNodeCount": 1,
276 "children": [],
277 "attributes": [
278 "style",
279 "font-family: ahem;"
280 ]
281 },
282 {
283 "nodeId": 29,
284 "parentId": 25,
285 "backendNodeId": "<number>",
286 "nodeType": 1,
287 "nodeName": "BODY",
288 "localName": "body",
289 "nodeValue": "",
290 "childNodeCount": 1,
291 "children": [],
292 "attributes": []
293 },
294 {
295 "nodeId": 25,
296 "parentId": 24,
297 "backendNodeId": "<number>",
298 "nodeType": 1,
299 "nodeName": "HTML",
300 "localName": "html",
301 "nodeValue": "",
302 "childNodeCount": 2,
303 "children": [],
304 "attributes": [],
305 "frameId": "<string>"
306 },
307 {
308 "nodeId": 23,
309 "parentId": 10,
310 "backendNodeId": "<number>",
311 "nodeType": 1,
312 "nodeName": "IFRAME",
313 "localName": "iframe",
314 "nodeValue": "",
315 "childNodeCount": 0,
316 "children": [],
317 "attributes": [
318 "src",
319 "../dom/resources/simple-iframe.html",
320 "width",
321 "400",
322 "height",
323 "200"
324 ],
325 "frameId": "<string>",
326 "contentDocument": {
327 "nodeId": 24,
328 "backendNodeId": "<number>",
329 "nodeType": 9,
330 "nodeName": "#document",
331 "localName": "",
332 "nodeValue": "",
333 "childNodeCount": 1,
334 "children": [],
335 "documentURL": "<string>",
336 "baseURL": "<string>",
337 "xmlVersion": ""
338 }
339 },
340 {
341 "nodeId": 35,
342 "parentId": 34,
343 "backendNodeId": "<number>",
344 "nodeType": 3,
345 "nodeName": "#text",
346 "localName": "",
347 "nodeValue": "\n:host {\n color: red;\n}\n"
348 },
349 {
350 "nodeId": 34,
351 "parentId": 33,
352 "backendNodeId": "<number>",
353 "nodeType": 1,
354 "nodeName": "STYLE",
355 "localName": "style",
356 "nodeValue": "",
357 "childNodeCount": 1,
358 "children": [],
359 "attributes": []
360 },
361 {
362 "nodeId": 38,
363 "parentId": 37,
364 "backendNodeId": "<number>",
365 "nodeType": 3,
366 "nodeName": "#text",
367 "localName": "",
368 "nodeValue": "Hi!"
369 },
370 {
371 "nodeId": 37,
372 "parentId": 36,
373 "backendNodeId": "<number>",
374 "nodeType": 1,
375 "nodeName": "H1",
376 "localName": "h1",
377 "nodeValue": "",
378 "childNodeCount": 1,
379 "children": [],
380 "attributes": []
381 },
382 {
383 "nodeId": 36,
384 "parentId": 33,
385 "backendNodeId": "<number>",
386 "nodeType": 1,
387 "nodeName": "DIV",
388 "localName": "div",
389 "nodeValue": "",
390 "childNodeCount": 1,
391 "children": [],
392 "attributes": [
393 "style",
394 "font-family: ahem;"
395 ]
396 },
397 {
398 "nodeId": 32,
399 "parentId": 10,
400 "backendNodeId": "<number>",
401 "nodeType": 1,
402 "nodeName": "DIV",
403 "localName": "div",
404 "nodeValue": "",
405 "childNodeCount": 0,
406 "children": [],
407 "attributes": [
408 "id",
409 "shadow-host"
410 ],
411 "shadowRoots": [
412 {
413 "nodeId": 33,
414 "backendNodeId": "<number>",
415 "nodeType": 11,
416 "nodeName": "#document-fragment",
417 "localName": "",
418 "nodeValue": "",
419 "childNodeCount": 2,
420 "children": [],
421 "shadowRootType": "open"
422 }
423 ]
424 },
425 {
426 "nodeId": 40,
427 "parentId": 39,
428 "backendNodeId": "<number>",
429 "nodeType": 3,
430 "nodeName": "#text",
431 "localName": "",
432 "nodeValue": "\n var host = document.querySelector(\"#shadow-host\" ).createShadowRoot();\n var template = document.querySelector(\"#shadow-t emplate\");\n host.appendChild(template.content);\n template.remov e();\n window.onload = runTest;\n "
433 },
434 {
435 "nodeId": 39,
436 "parentId": 10,
437 "backendNodeId": "<number>",
438 "nodeType": 1,
439 "nodeName": "SCRIPT",
440 "localName": "script",
441 "nodeValue": "",
442 "childNodeCount": 1,
443 "children": [],
444 "attributes": [
445 "type",
446 "text/javascript"
447 ]
448 },
449 {
450 "nodeId": 10,
451 "parentId": 9,
452 "backendNodeId": "<number>",
453 "nodeType": 1,
454 "nodeName": "DIV",
455 "localName": "div",
456 "nodeValue": "",
457 "childNodeCount": 7,
458 "children": [],
459 "attributes": [
460 "style",
461 "font-family: ahem;"
462 ]
463 },
464 {
465 "nodeId": 9,
466 "parentId": 2,
467 "backendNodeId": "<number>",
468 "nodeType": 1,
469 "nodeName": "BODY",
470 "localName": "body",
471 "nodeValue": "",
472 "childNodeCount": 1,
473 "children": [],
474 "attributes": [
475 "class",
476 "body-class"
477 ]
478 },
479 {
480 "nodeId": 2,
481 "parentId": 1,
482 "backendNodeId": "<number>",
483 "nodeType": 1,
484 "nodeName": "HTML",
485 "localName": "html",
486 "nodeValue": "",
487 "childNodeCount": 2,
488 "children": [],
489 "attributes": [],
490 "frameId": "<string>"
491 },
492 {
493 "nodeId": 1,
494 "backendNodeId": "<number>",
495 "nodeType": 9,
496 "nodeName": "#document",
497 "localName": "",
498 "nodeValue": "",
499 "childNodeCount": 1,
500 "children": [],
501 "documentURL": "<string>",
502 "baseURL": "<string>",
503 "xmlVersion": ""
504 }
505 ],
506 "layoutTreeNodes": [
507 {
508 "nodeId": 1,
509 "boundingBox": {
510 "x": 0,
511 "y": 0,
512 "width": 785,
513 "height": 600
514 }
515 },
516 {
517 "nodeId": 2,
518 "boundingBox": {
519 "x": 0,
520 "y": 0,
521 "width": 785,
522 "height": 911
523 },
524 "styleIndex": 0
525 },
526 {
527 "nodeId": 9,
528 "boundingBox": {
529 "x": 8,
530 "y": 8,
531 "width": 769,
532 "height": 882
533 },
534 "styleIndex": 1
535 },
536 {
537 "nodeId": 10,
538 "boundingBox": {
539 "x": 8,
540 "y": 8,
541 "width": 769,
542 "height": 882
543 },
544 "styleIndex": 1
545 },
546 {
547 "nodeId": 11,
548 "boundingBox": {
549 "x": 8,
550 "y": 8,
551 "width": 769,
552 "height": 16
553 },
554 "styleIndex": 2
555 },
556 {
557 "nodeId": 12,
558 "boundingBox": {
559 "x": 8,
560 "y": 8,
561 "width": 144,
562 "height": 16
563 },
564 "layoutText": "Some Text",
565 "inlineTextNodes": [
566 {
567 "boundingBox": {
568 "x": 8,
569 "y": 8,
570 "width": 144,
571 "height": 16
572 },
573 "startCharacterIndex": 0,
574 "numCharacters": 9
575 }
576 ],
577 "styleIndex": 3
578 },
579 {
580 "nodeId": 13,
581 "boundingBox": {
582 "x": 8,
583 "y": 568,
584 "width": 224,
585 "height": 16
586 },
587 "layoutText": " And More Text\n ",
588 "inlineTextNodes": [
589 {
590 "boundingBox": {
591 "x": 8,
592 "y": 568,
593 "width": 224,
594 "height": 16
595 },
596 "startCharacterIndex": 1,
597 "numCharacters": 14
598 }
599 ],
600 "styleIndex": 3
601 },
602 {
603 "nodeId": 14,
604 "boundingBox": {
605 "x": 232,
606 "y": 24,
607 "width": 200,
608 "height": 576
609 },
610 "styleIndex": 4
611 },
612 {
613 "nodeId": 15,
614 "boundingBox": {
615 "x": 232,
616 "y": 40,
617 "width": 200,
618 "height": 480
619 },
620 "styleIndex": 5
621 },
622 {
623 "nodeId": 16,
624 "boundingBox": {
625 "x": 232,
626 "y": 40,
627 "width": 192,
628 "height": 480
629 },
630 "layoutText": "\n Lorem ipsum dolor sit amet, consectetur adipiscin g elit. Pellentesque sit amet est sem.\n Aenean ut neque volutpat, posuer e odio at, mollis nibh. Aenean sodales nulla et\n ligula efficitur sollic itudin blandit sed lectus. Duis orci enim, sodales ac lectus sed,\n hendr erit efficitur est. Quisque gravida facilisis viverra.\n ",
631 "inlineTextNodes": [
632 {
633 "boundingBox": {
634 "x": 232,
635 "y": 40,
636 "width": 176,
637 "height": 16
638 },
639 "startCharacterIndex": 9,
640 "numCharacters": 11
641 },
642 {
643 "boundingBox": {
644 "x": 232,
645 "y": 56,
646 "width": 144,
647 "height": 16
648 },
649 "startCharacterIndex": 21,
650 "numCharacters": 9
651 },
652 {
653 "boundingBox": {
654 "x": 232,
655 "y": 72,
656 "width": 80,
657 "height": 16
658 },
659 "startCharacterIndex": 31,
660 "numCharacters": 5
661 },
662 {
663 "boundingBox": {
664 "x": 232,
665 "y": 88,
666 "width": 176,
667 "height": 16
668 },
669 "startCharacterIndex": 37,
670 "numCharacters": 11
671 },
672 {
673 "boundingBox": {
674 "x": 232,
675 "y": 104,
676 "width": 160,
677 "height": 16
678 },
679 "startCharacterIndex": 49,
680 "numCharacters": 10
681 },
682 {
683 "boundingBox": {
684 "x": 232,
685 "y": 120,
686 "width": 80,
687 "height": 16
688 },
689 "startCharacterIndex": 60,
690 "numCharacters": 5
691 },
692 {
693 "boundingBox": {
694 "x": 232,
695 "y": 136,
696 "width": 192,
697 "height": 16
698 },
699 "startCharacterIndex": 66,
700 "numCharacters": 12
701 },
702 {
703 "boundingBox": {
704 "x": 232,
705 "y": 152,
706 "width": 192,
707 "height": 16
708 },
709 "startCharacterIndex": 79,
710 "numCharacters": 12
711 },
712 {
713 "boundingBox": {
714 "x": 232,
715 "y": 168,
716 "width": 80,
717 "height": 16
718 },
719 "startCharacterIndex": 92,
720 "numCharacters": 5
721 },
722 {
723 "boundingBox": {
724 "x": 312,
725 "y": 168,
726 "width": 96,
727 "height": 16
728 },
729 "startCharacterIndex": 105,
730 "numCharacters": 6
731 },
732 {
733 "boundingBox": {
734 "x": 232,
735 "y": 184,
736 "width": 128,
737 "height": 16
738 },
739 "startCharacterIndex": 112,
740 "numCharacters": 8
741 },
742 {
743 "boundingBox": {
744 "x": 232,
745 "y": 200,
746 "width": 144,
747 "height": 16
748 },
749 "startCharacterIndex": 121,
750 "numCharacters": 9
751 },
752 {
753 "boundingBox": {
754 "x": 232,
755 "y": 216,
756 "width": 192,
757 "height": 16
758 },
759 "startCharacterIndex": 131,
760 "numCharacters": 12
761 },
762 {
763 "boundingBox": {
764 "x": 232,
765 "y": 232,
766 "width": 160,
767 "height": 16
768 },
769 "startCharacterIndex": 144,
770 "numCharacters": 10
771 },
772 {
773 "boundingBox": {
774 "x": 232,
775 "y": 248,
776 "width": 192,
777 "height": 16
778 },
779 "startCharacterIndex": 155,
780 "numCharacters": 12
781 },
782 {
783 "boundingBox": {
784 "x": 232,
785 "y": 264,
786 "width": 112,
787 "height": 16
788 },
789 "startCharacterIndex": 168,
790 "numCharacters": 7
791 },
792 {
793 "boundingBox": {
794 "x": 232,
795 "y": 280,
796 "width": 128,
797 "height": 16
798 },
799 "startCharacterIndex": 176,
800 "numCharacters": 8
801 },
802 {
803 "boundingBox": {
804 "x": 232,
805 "y": 296,
806 "width": 96,
807 "height": 16
808 },
809 "startCharacterIndex": 193,
810 "numCharacters": 6
811 },
812 {
813 "boundingBox": {
814 "x": 232,
815 "y": 312,
816 "width": 144,
817 "height": 16
818 },
819 "startCharacterIndex": 200,
820 "numCharacters": 9
821 },
822 {
823 "boundingBox": {
824 "x": 232,
825 "y": 328,
826 "width": 192,
827 "height": 16
828 },
829 "startCharacterIndex": 210,
830 "numCharacters": 12
831 },
832 {
833 "boundingBox": {
834 "x": 232,
835 "y": 344,
836 "width": 176,
837 "height": 16
838 },
839 "startCharacterIndex": 223,
840 "numCharacters": 11
841 },
842 {
843 "boundingBox": {
844 "x": 232,
845 "y": 360,
846 "width": 192,
847 "height": 16
848 },
849 "startCharacterIndex": 235,
850 "numCharacters": 12
851 },
852 {
853 "boundingBox": {
854 "x": 232,
855 "y": 376,
856 "width": 160,
857 "height": 16
858 },
859 "startCharacterIndex": 248,
860 "numCharacters": 10
861 },
862 {
863 "boundingBox": {
864 "x": 232,
865 "y": 392,
866 "width": 160,
867 "height": 16
868 },
869 "startCharacterIndex": 259,
870 "numCharacters": 10
871 },
872 {
873 "boundingBox": {
874 "x": 232,
875 "y": 408,
876 "width": 176,
877 "height": 16
878 },
879 "startCharacterIndex": 270,
880 "numCharacters": 11
881 },
882 {
883 "boundingBox": {
884 "x": 232,
885 "y": 424,
886 "width": 144,
887 "height": 16
888 },
889 "startCharacterIndex": 290,
890 "numCharacters": 9
891 },
892 {
893 "boundingBox": {
894 "x": 232,
895 "y": 440,
896 "width": 144,
897 "height": 16
898 },
899 "startCharacterIndex": 300,
900 "numCharacters": 9
901 },
902 {
903 "boundingBox": {
904 "x": 232,
905 "y": 456,
906 "width": 192,
907 "height": 16
908 },
909 "startCharacterIndex": 310,
910 "numCharacters": 12
911 },
912 {
913 "boundingBox": {
914 "x": 232,
915 "y": 472,
916 "width": 112,
917 "height": 16
918 },
919 "startCharacterIndex": 323,
920 "numCharacters": 7
921 },
922 {
923 "boundingBox": {
924 "x": 232,
925 "y": 488,
926 "width": 144,
927 "height": 16
928 },
929 "startCharacterIndex": 331,
930 "numCharacters": 9
931 },
932 {
933 "boundingBox": {
934 "x": 232,
935 "y": 504,
936 "width": 128,
937 "height": 16
938 },
939 "startCharacterIndex": 341,
940 "numCharacters": 8
941 }
942 ],
943 "styleIndex": 3
944 },
945 {
946 "nodeId": 17,
947 "boundingBox": {
948 "x": 232,
949 "y": 536,
950 "width": 200,
951 "height": 48
952 },
953 "styleIndex": 6
954 },
955 {
956 "nodeId": 18,
957 "boundingBox": {
958 "x": 272,
959 "y": 536,
960 "width": 160,
961 "height": 16
962 },
963 "styleIndex": 7
964 },
965 {
966 "nodeId": 19,
967 "boundingBox": {
968 "x": 272,
969 "y": 552,
970 "width": 144,
971 "height": 32
972 },
973 "styleIndex": 8
974 },
975 {
976 "nodeId": 20,
977 "boundingBox": {
978 "x": 272,
979 "y": 552,
980 "width": 144,
981 "height": 32
982 },
983 "layoutText": "Lets have a span",
984 "inlineTextNodes": [
985 {
986 "boundingBox": {
987 "x": 272,
988 "y": 552,
989 "width": 144,
990 "height": 16
991 },
992 "startCharacterIndex": 0,
993 "numCharacters": 9
994 },
995 {
996 "boundingBox": {
997 "x": 272,
998 "y": 568,
999 "width": 96,
1000 "height": 16
1001 },
1002 "startCharacterIndex": 10,
1003 "numCharacters": 6
1004 }
1005 ],
1006 "styleIndex": 8
1007 },
1008 {
1009 "nodeId": 21,
1010 "boundingBox": {
1011 "x": 92,
1012 "y": 516,
1013 "width": 32,
1014 "height": 200
1015 },
1016 "styleIndex": 9
1017 },
1018 {
1019 "nodeId": 22,
1020 "boundingBox": {
1021 "x": 92,
1022 "y": 516,
1023 "width": 32,
1024 "height": 112
1025 },
1026 "layoutText": "Rotated text!",
1027 "inlineTextNodes": [
1028 {
1029 "boundingBox": {
1030 "x": 108,
1031 "y": 516,
1032 "width": 16,
1033 "height": 112
1034 },
1035 "startCharacterIndex": 0,
1036 "numCharacters": 7
1037 },
1038 {
1039 "boundingBox": {
1040 "x": 92,
1041 "y": 516,
1042 "width": 16,
1043 "height": 80
1044 },
1045 "startCharacterIndex": 8,
1046 "numCharacters": 5
1047 }
1048 ],
1049 "styleIndex": 10
1050 },
1051 {
1052 "nodeId": 25,
1053 "boundingBox": {
1054 "x": 10,
1055 "y": 634,
1056 "width": 400,
1057 "height": 200
1058 },
1059 "styleIndex": 11
1060 },
1061 {
1062 "nodeId": 29,
1063 "boundingBox": {
1064 "x": 18,
1065 "y": 642,
1066 "width": 384,
1067 "height": 184
1068 },
1069 "styleIndex": 12
1070 },
1071 {
1072 "nodeId": 30,
1073 "boundingBox": {
1074 "x": 18,
1075 "y": 642,
1076 "width": 384,
1077 "height": 16
1078 },
1079 "styleIndex": 13
1080 },
1081 {
1082 "nodeId": 31,
1083 "boundingBox": {
1084 "x": 8,
1085 "y": 8,
1086 "width": 352,
1087 "height": 16
1088 },
1089 "layoutText": "\nHello from the iframe.\n",
1090 "inlineTextNodes": [
1091 {
1092 "boundingBox": {
1093 "x": 8,
1094 "y": 8,
1095 "width": 352,
1096 "height": 16
1097 },
1098 "startCharacterIndex": 1,
1099 "numCharacters": 22
1100 }
1101 ],
1102 "styleIndex": 3
1103 },
1104 {
1105 "nodeId": 23,
1106 "boundingBox": {
1107 "x": 8,
1108 "y": 632,
1109 "width": 404,
1110 "height": 204
1111 },
1112 "styleIndex": 14
1113 },
1114 {
1115 "nodeId": 36,
1116 "boundingBox": {
1117 "x": 8,
1118 "y": 857,
1119 "width": 769,
1120 "height": 33
1121 },
1122 "styleIndex": 15
1123 },
1124 {
1125 "nodeId": 37,
1126 "boundingBox": {
1127 "x": 8,
1128 "y": 857,
1129 "width": 769,
1130 "height": 33
1131 },
1132 "styleIndex": 15
1133 },
1134 {
1135 "nodeId": 38,
1136 "boundingBox": {
1137 "x": 8,
1138 "y": 857,
1139 "width": 96,
1140 "height": 33
1141 },
1142 "layoutText": "Hi!",
1143 "inlineTextNodes": [
1144 {
1145 "boundingBox": {
1146 "x": 8,
1147 "y": 857.4375,
1148 "width": 96,
1149 "height": 32
1150 },
1151 "startCharacterIndex": 0,
1152 "numCharacters": 3
1153 }
1154 ],
1155 "styleIndex": 16
1156 },
1157 {
1158 "nodeId": 32,
1159 "boundingBox": {
1160 "x": 8,
1161 "y": 857,
1162 "width": 769,
1163 "height": 33
1164 },
1165 "styleIndex": 15
1166 }
1167 ],
1168 "computedStyles": [
1169 {
1170 "properties": [
1171 {
1172 "name": "transform",
1173 "value": "none"
1174 },
1175 {
1176 "name": "transform-origin",
1177 "value": "392.5px 455.438px"
1178 },
1179 {
1180 "name": "height",
1181 "value": "910.875px"
1182 },
1183 {
1184 "name": "width",
1185 "value": "785px"
1186 },
1187 {
1188 "name": "display",
1189 "value": "block"
1190 },
1191 {
1192 "name": "outline-color",
1193 "value": "rgb(0, 0, 0)"
1194 }
1195 ]
1196 },
1197 {
1198 "properties": [
1199 {
1200 "name": "transform",
1201 "value": "none"
1202 },
1203 {
1204 "name": "transform-origin",
1205 "value": "384.5px 440.719px"
1206 },
1207 {
1208 "name": "height",
1209 "value": "881.438px"
1210 },
1211 {
1212 "name": "width",
1213 "value": "769px"
1214 },
1215 {
1216 "name": "display",
1217 "value": "block"
1218 },
1219 {
1220 "name": "outline-color",
1221 "value": "rgb(0, 0, 0)"
1222 }
1223 ]
1224 },
1225 {
1226 "properties": [
1227 {
1228 "name": "transform",
1229 "value": "none"
1230 },
1231 {
1232 "name": "transform-origin",
1233 "value": "384.5px 8px"
1234 },
1235 {
1236 "name": "height",
1237 "value": "16px"
1238 },
1239 {
1240 "name": "width",
1241 "value": "769px"
1242 },
1243 {
1244 "name": "display",
1245 "value": "block"
1246 },
1247 {
1248 "name": "outline-color",
1249 "value": "rgb(0, 0, 0)"
1250 }
1251 ]
1252 },
1253 {
1254 "properties": [
1255 {
1256 "name": "transform",
1257 "value": "none"
1258 },
1259 {
1260 "name": "transform-origin",
1261 "value": "0px 0px"
1262 },
1263 {
1264 "name": "height",
1265 "value": "auto"
1266 },
1267 {
1268 "name": "width",
1269 "value": "auto"
1270 },
1271 {
1272 "name": "display",
1273 "value": "block"
1274 },
1275 {
1276 "name": "outline-color",
1277 "value": "rgb(0, 0, 0)"
1278 }
1279 ]
1280 },
1281 {
1282 "properties": [
1283 {
1284 "name": "transform",
1285 "value": "none"
1286 },
1287 {
1288 "name": "transform-origin",
1289 "value": "100px 288px"
1290 },
1291 {
1292 "name": "height",
1293 "value": "576px"
1294 },
1295 {
1296 "name": "width",
1297 "value": "200px"
1298 },
1299 {
1300 "name": "display",
1301 "value": "inline-block"
1302 },
1303 {
1304 "name": "outline-color",
1305 "value": "rgb(0, 0, 0)"
1306 }
1307 ]
1308 },
1309 {
1310 "properties": [
1311 {
1312 "name": "transform",
1313 "value": "none"
1314 },
1315 {
1316 "name": "transform-origin",
1317 "value": "100px 240px"
1318 },
1319 {
1320 "name": "height",
1321 "value": "480px"
1322 },
1323 {
1324 "name": "width",
1325 "value": "200px"
1326 },
1327 {
1328 "name": "display",
1329 "value": "block"
1330 },
1331 {
1332 "name": "outline-color",
1333 "value": "rgb(0, 0, 0)"
1334 }
1335 ]
1336 },
1337 {
1338 "properties": [
1339 {
1340 "name": "transform",
1341 "value": "none"
1342 },
1343 {
1344 "name": "transform-origin",
1345 "value": "100px 24px"
1346 },
1347 {
1348 "name": "height",
1349 "value": "48px"
1350 },
1351 {
1352 "name": "width",
1353 "value": "160px"
1354 },
1355 {
1356 "name": "display",
1357 "value": "block"
1358 },
1359 {
1360 "name": "outline-color",
1361 "value": "rgb(0, 0, 0)"
1362 }
1363 ]
1364 },
1365 {
1366 "properties": [
1367 {
1368 "name": "transform",
1369 "value": "none"
1370 },
1371 {
1372 "name": "transform-origin",
1373 "value": "80px 8px"
1374 },
1375 {
1376 "name": "height",
1377 "value": "16px"
1378 },
1379 {
1380 "name": "width",
1381 "value": "160px"
1382 },
1383 {
1384 "name": "display",
1385 "value": "list-item"
1386 },
1387 {
1388 "name": "outline-color",
1389 "value": "rgb(0, 0, 0)"
1390 }
1391 ]
1392 },
1393 {
1394 "properties": [
1395 {
1396 "name": "transform",
1397 "value": "none"
1398 },
1399 {
1400 "name": "transform-origin",
1401 "value": "0px 0px"
1402 },
1403 {
1404 "name": "height",
1405 "value": "auto"
1406 },
1407 {
1408 "name": "width",
1409 "value": "auto"
1410 },
1411 {
1412 "name": "display",
1413 "value": "inline"
1414 },
1415 {
1416 "name": "outline-color",
1417 "value": "rgb(0, 0, 0)"
1418 }
1419 ]
1420 },
1421 {
1422 "properties": [
1423 {
1424 "name": "transform",
1425 "value": "matrix(6.12323e-17, 1, -1, 6.12323e-17, 0, 0)"
1426 },
1427 {
1428 "name": "transform-origin",
1429 "value": "100px 16px"
1430 },
1431 {
1432 "name": "height",
1433 "value": "32px"
1434 },
1435 {
1436 "name": "width",
1437 "value": "200px"
1438 },
1439 {
1440 "name": "display",
1441 "value": "block"
1442 },
1443 {
1444 "name": "outline-color",
1445 "value": "rgb(0, 0, 0)"
1446 }
1447 ]
1448 },
1449 {
1450 "properties": [
1451 {
1452 "name": "transform",
1453 "value": "matrix(6.12323e-17, 1, -1, 6.12323e-17, 0, 0)"
1454 },
1455 {
1456 "name": "transform-origin",
1457 "value": "0px 0px"
1458 },
1459 {
1460 "name": "height",
1461 "value": "auto"
1462 },
1463 {
1464 "name": "width",
1465 "value": "auto"
1466 },
1467 {
1468 "name": "display",
1469 "value": "block"
1470 },
1471 {
1472 "name": "outline-color",
1473 "value": "rgb(0, 0, 0)"
1474 }
1475 ]
1476 },
1477 {
1478 "properties": [
1479 {
1480 "name": "transform",
1481 "value": "none"
1482 },
1483 {
1484 "name": "transform-origin",
1485 "value": "200px 100px"
1486 },
1487 {
1488 "name": "height",
1489 "value": "200px"
1490 },
1491 {
1492 "name": "width",
1493 "value": "400px"
1494 },
1495 {
1496 "name": "display",
1497 "value": "block"
1498 },
1499 {
1500 "name": "outline-color",
1501 "value": "rgb(0, 0, 0)"
1502 }
1503 ]
1504 },
1505 {
1506 "properties": [
1507 {
1508 "name": "transform",
1509 "value": "none"
1510 },
1511 {
1512 "name": "transform-origin",
1513 "value": "192px 92px"
1514 },
1515 {
1516 "name": "height",
1517 "value": "184px"
1518 },
1519 {
1520 "name": "width",
1521 "value": "384px"
1522 },
1523 {
1524 "name": "display",
1525 "value": "block"
1526 },
1527 {
1528 "name": "outline-color",
1529 "value": "rgb(0, 0, 0)"
1530 }
1531 ]
1532 },
1533 {
1534 "properties": [
1535 {
1536 "name": "transform",
1537 "value": "none"
1538 },
1539 {
1540 "name": "transform-origin",
1541 "value": "192px 8px"
1542 },
1543 {
1544 "name": "height",
1545 "value": "16px"
1546 },
1547 {
1548 "name": "width",
1549 "value": "384px"
1550 },
1551 {
1552 "name": "display",
1553 "value": "block"
1554 },
1555 {
1556 "name": "outline-color",
1557 "value": "rgb(0, 0, 0)"
1558 }
1559 ]
1560 },
1561 {
1562 "properties": [
1563 {
1564 "name": "transform",
1565 "value": "none"
1566 },
1567 {
1568 "name": "transform-origin",
1569 "value": "202px 102px"
1570 },
1571 {
1572 "name": "height",
1573 "value": "200px"
1574 },
1575 {
1576 "name": "width",
1577 "value": "400px"
1578 },
1579 {
1580 "name": "display",
1581 "value": "inline"
1582 },
1583 {
1584 "name": "outline-color",
1585 "value": "rgb(0, 0, 0)"
1586 }
1587 ]
1588 },
1589 {
1590 "properties": [
1591 {
1592 "name": "transform",
1593 "value": "none"
1594 },
1595 {
1596 "name": "transform-origin",
1597 "value": "384.5px 16px"
1598 },
1599 {
1600 "name": "height",
1601 "value": "32px"
1602 },
1603 {
1604 "name": "width",
1605 "value": "769px"
1606 },
1607 {
1608 "name": "display",
1609 "value": "block"
1610 },
1611 {
1612 "name": "outline-color",
1613 "value": "rgb(255, 0, 0)"
1614 }
1615 ]
1616 },
1617 {
1618 "properties": [
1619 {
1620 "name": "transform",
1621 "value": "none"
1622 },
1623 {
1624 "name": "transform-origin",
1625 "value": "0px 0px"
1626 },
1627 {
1628 "name": "height",
1629 "value": "auto"
1630 },
1631 {
1632 "name": "width",
1633 "value": "auto"
1634 },
1635 {
1636 "name": "display",
1637 "value": "block"
1638 },
1639 {
1640 "name": "outline-color",
1641 "value": "rgb(255, 0, 0)"
1642 }
1643 ]
1644 }
1645 ]
1646 }
1647
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698