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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/css/css-getLayoutTreeNodes-expected.txt

Issue 2413693002: Rename DOM.getLayoutTreeNodes to CSS.getLayoutTreeAndStyles (Closed)
Patch Set: Fix iframe path and drop font-family from test since it's different on mac Created 4 years, 2 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 Some Text 1 Some Text
2 And More 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. 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 4
5 Lets have a span 5 Lets have a span
6 Rotated text! 6 Rotated text!
7 7
8 8
9 LayoutTreeNodes result: 9 LayoutTreeNodes result:
10 { 10 {
11 "layoutTreeNodes": [ 11 "layoutTreeNodes": [
12 { 12 {
13 "backendNodeId": 1, 13 "backendNodeId": 1,
14 "boundingBox": { 14 "boundingBox": {
15 "x": 0, 15 "x": 0,
16 "y": 0, 16 "y": 0,
17 "width": 785, 17 "width": 785,
18 "height": 600 18 "height": 600
19 } 19 },
20 "styleIndex": 0
20 }, 21 },
21 { 22 {
22 "backendNodeId": 2, 23 "backendNodeId": 2,
23 "boundingBox": { 24 "boundingBox": {
24 "x": 0, 25 "x": 0,
25 "y": 0, 26 "y": 0,
26 "width": 785, 27 "width": 785,
27 "height": 860 28 "height": 911
28 } 29 },
30 "styleIndex": 1
29 }, 31 },
30 { 32 {
31 "backendNodeId": 3, 33 "backendNodeId": 3,
32 "boundingBox": { 34 "boundingBox": {
33 "x": 8, 35 "x": 8,
34 "y": 8, 36 "y": 8,
35 "width": 769, 37 "width": 769,
36 "height": 844 38 "height": 882
37 } 39 },
40 "styleIndex": 2
38 }, 41 },
39 { 42 {
40 "backendNodeId": 4, 43 "backendNodeId": 4,
41 "boundingBox": { 44 "boundingBox": {
42 "x": 8, 45 "x": 8,
43 "y": 8, 46 "y": 8,
44 "width": 769, 47 "width": 769,
45 "height": 844 48 "height": 882
46 } 49 },
50 "styleIndex": 2
47 }, 51 },
48 { 52 {
49 "backendNodeId": 5, 53 "backendNodeId": 5,
50 "boundingBox": { 54 "boundingBox": {
51 "x": 8, 55 "x": 8,
52 "y": 8, 56 "y": 8,
53 "width": 769, 57 "width": 769,
54 "height": 16 58 "height": 16
55 } 59 },
60 "styleIndex": 3
56 }, 61 },
57 { 62 {
58 "backendNodeId": 6, 63 "backendNodeId": 6,
59 "boundingBox": { 64 "boundingBox": {
60 "x": 8, 65 "x": 8,
61 "y": 8, 66 "y": 8,
62 "width": 144, 67 "width": 144,
63 "height": 16 68 "height": 16
64 }, 69 },
65 "layoutText": "Some Text", 70 "layoutText": "Some Text",
66 "inlineTextNodes": [ 71 "inlineTextNodes": [
67 { 72 {
68 "boundingBox": { 73 "boundingBox": {
69 "x": 8, 74 "x": 8,
70 "y": 8, 75 "y": 8,
71 "width": 144, 76 "width": 144,
72 "height": 16 77 "height": 16
73 }, 78 },
74 "startCharacterIndex": 0, 79 "startCharacterIndex": 0,
75 "numCharacters": 9 80 "numCharacters": 9
76 } 81 }
77 ] 82 ],
83 "styleIndex": 4
78 }, 84 },
79 { 85 {
80 "backendNodeId": 7, 86 "backendNodeId": 7,
81 "boundingBox": { 87 "boundingBox": {
82 "x": 8, 88 "x": 8,
83 "y": 568, 89 "y": 568,
84 "width": 224, 90 "width": 224,
85 "height": 16 91 "height": 16
86 }, 92 },
87 "layoutText": " And More Text\n ", 93 "layoutText": " And More Text\n ",
88 "inlineTextNodes": [ 94 "inlineTextNodes": [
89 { 95 {
90 "boundingBox": { 96 "boundingBox": {
91 "x": 8, 97 "x": 8,
92 "y": 568, 98 "y": 568,
93 "width": 224, 99 "width": 224,
94 "height": 16 100 "height": 16
95 }, 101 },
96 "startCharacterIndex": 1, 102 "startCharacterIndex": 1,
97 "numCharacters": 14 103 "numCharacters": 14
98 } 104 }
99 ] 105 ],
106 "styleIndex": 4
100 }, 107 },
101 { 108 {
102 "backendNodeId": 8, 109 "backendNodeId": 8,
103 "boundingBox": { 110 "boundingBox": {
104 "x": 232, 111 "x": 232,
105 "y": 24, 112 "y": 24,
106 "width": 200, 113 "width": 200,
107 "height": 576 114 "height": 576
108 } 115 },
116 "styleIndex": 5
109 }, 117 },
110 { 118 {
111 "backendNodeId": 9, 119 "backendNodeId": 9,
112 "boundingBox": { 120 "boundingBox": {
113 "x": 232, 121 "x": 232,
114 "y": 40, 122 "y": 40,
115 "width": 200, 123 "width": 200,
116 "height": 480 124 "height": 480
117 } 125 },
126 "styleIndex": 6
118 }, 127 },
119 { 128 {
120 "backendNodeId": 10, 129 "backendNodeId": 10,
121 "boundingBox": { 130 "boundingBox": {
122 "x": 232, 131 "x": 232,
123 "y": 40, 132 "y": 40,
124 "width": 192, 133 "width": 192,
125 "height": 480 134 "height": 480
126 }, 135 },
127 "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 ", 136 "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 ",
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 { 438 {
430 "boundingBox": { 439 "boundingBox": {
431 "x": 232, 440 "x": 232,
432 "y": 504, 441 "y": 504,
433 "width": 128, 442 "width": 128,
434 "height": 16 443 "height": 16
435 }, 444 },
436 "startCharacterIndex": 341, 445 "startCharacterIndex": 341,
437 "numCharacters": 8 446 "numCharacters": 8
438 } 447 }
439 ] 448 ],
449 "styleIndex": 4
440 }, 450 },
441 { 451 {
442 "backendNodeId": 11, 452 "backendNodeId": 11,
443 "boundingBox": { 453 "boundingBox": {
444 "x": 232, 454 "x": 232,
445 "y": 536, 455 "y": 536,
446 "width": 200, 456 "width": 200,
447 "height": 48 457 "height": 48
448 } 458 },
459 "styleIndex": 7
449 }, 460 },
450 { 461 {
451 "backendNodeId": 12, 462 "backendNodeId": 12,
452 "boundingBox": { 463 "boundingBox": {
453 "x": 272, 464 "x": 272,
454 "y": 536, 465 "y": 536,
455 "width": 160, 466 "width": 160,
456 "height": 16 467 "height": 16
457 } 468 },
469 "styleIndex": 8
458 }, 470 },
459 { 471 {
460 "backendNodeId": 13, 472 "backendNodeId": 13,
461 "boundingBox": { 473 "boundingBox": {
462 "x": 272, 474 "x": 272,
463 "y": 552, 475 "y": 552,
464 "width": 144, 476 "width": 144,
465 "height": 32 477 "height": 32
466 } 478 },
479 "styleIndex": 9
467 }, 480 },
468 { 481 {
469 "backendNodeId": 14, 482 "backendNodeId": 14,
470 "boundingBox": { 483 "boundingBox": {
471 "x": 272, 484 "x": 272,
472 "y": 552, 485 "y": 552,
473 "width": 144, 486 "width": 144,
474 "height": 32 487 "height": 32
475 }, 488 },
476 "layoutText": "Lets have a span", 489 "layoutText": "Lets have a span",
(...skipping 11 matching lines...) Expand all
488 { 501 {
489 "boundingBox": { 502 "boundingBox": {
490 "x": 272, 503 "x": 272,
491 "y": 568, 504 "y": 568,
492 "width": 96, 505 "width": 96,
493 "height": 16 506 "height": 16
494 }, 507 },
495 "startCharacterIndex": 10, 508 "startCharacterIndex": 10,
496 "numCharacters": 6 509 "numCharacters": 6
497 } 510 }
498 ] 511 ],
512 "styleIndex": 9
499 }, 513 },
500 { 514 {
501 "backendNodeId": 15, 515 "backendNodeId": 15,
502 "boundingBox": { 516 "boundingBox": {
503 "x": 0, 517 "x": 0,
504 "y": 0, 518 "y": 0,
505 "width": 0, 519 "width": 0,
506 "height": 0 520 "height": 0
507 }, 521 },
508 "layoutText": "\n " 522 "layoutText": "\n ",
523 "styleIndex": 4
509 }, 524 },
510 { 525 {
511 "backendNodeId": 16, 526 "backendNodeId": 16,
512 "boundingBox": { 527 "boundingBox": {
513 "x": 0, 528 "x": 0,
514 "y": 0, 529 "y": 0,
515 "width": 0, 530 "width": 0,
516 "height": 0 531 "height": 0
517 }, 532 },
518 "layoutText": "\n " 533 "layoutText": "\n ",
534 "styleIndex": 4
519 }, 535 },
520 { 536 {
521 "backendNodeId": 17, 537 "backendNodeId": 17,
522 "boundingBox": { 538 "boundingBox": {
523 "x": 92, 539 "x": 92,
524 "y": 516, 540 "y": 516,
525 "width": 32, 541 "width": 32,
526 "height": 200 542 "height": 200
527 } 543 },
544 "styleIndex": 10
528 }, 545 },
529 { 546 {
530 "backendNodeId": 18, 547 "backendNodeId": 18,
531 "boundingBox": { 548 "boundingBox": {
532 "x": 92, 549 "x": 92,
533 "y": 516, 550 "y": 516,
534 "width": 32, 551 "width": 32,
535 "height": 112 552 "height": 112
536 }, 553 },
537 "layoutText": "Rotated text!", 554 "layoutText": "Rotated text!",
(...skipping 11 matching lines...) Expand all
549 { 566 {
550 "boundingBox": { 567 "boundingBox": {
551 "x": 92, 568 "x": 92,
552 "y": 516, 569 "y": 516,
553 "width": 16, 570 "width": 16,
554 "height": 80 571 "height": 80
555 }, 572 },
556 "startCharacterIndex": 8, 573 "startCharacterIndex": 8,
557 "numCharacters": 5 574 "numCharacters": 5
558 } 575 }
559 ] 576 ],
577 "styleIndex": 11
560 }, 578 },
561 { 579 {
562 "backendNodeId": 19, 580 "backendNodeId": 19,
563 "boundingBox": { 581 "boundingBox": {
564 "x": 10, 582 "x": 10,
565 "y": 634, 583 "y": 634,
566 "width": 400, 584 "width": 400,
567 "height": 200 585 "height": 200
568 } 586 },
587 "styleIndex": 12
569 }, 588 },
570 { 589 {
571 "backendNodeId": 20, 590 "backendNodeId": 20,
572 "boundingBox": { 591 "boundingBox": {
573 "x": 18, 592 "x": 18,
574 "y": 642, 593 "y": 642,
575 "width": 384, 594 "width": 384,
576 "height": 184 595 "height": 184
577 } 596 },
597 "styleIndex": 13
578 }, 598 },
579 { 599 {
580 "backendNodeId": 21, 600 "backendNodeId": 21,
581 "boundingBox": { 601 "boundingBox": {
582 "x": 18, 602 "x": 18,
583 "y": 642, 603 "y": 642,
584 "width": 384, 604 "width": 384,
585 "height": 16 605 "height": 16
586 } 606 },
607 "styleIndex": 14
587 }, 608 },
588 { 609 {
589 "backendNodeId": 22, 610 "backendNodeId": 22,
590 "boundingBox": { 611 "boundingBox": {
591 "x": 8, 612 "x": 8,
592 "y": 8, 613 "y": 8,
593 "width": 352, 614 "width": 352,
594 "height": 16 615 "height": 16
595 }, 616 },
596 "layoutText": "\nHello from the iframe.\n", 617 "layoutText": "\nHello from the iframe.\n",
597 "inlineTextNodes": [ 618 "inlineTextNodes": [
598 { 619 {
599 "boundingBox": { 620 "boundingBox": {
600 "x": 8, 621 "x": 8,
601 "y": 8, 622 "y": 8,
602 "width": 352, 623 "width": 352,
603 "height": 16 624 "height": 16
604 }, 625 },
605 "startCharacterIndex": 1, 626 "startCharacterIndex": 1,
606 "numCharacters": 22 627 "numCharacters": 22
607 } 628 }
608 ] 629 ],
630 "styleIndex": 4
609 }, 631 },
610 { 632 {
611 "backendNodeId": 23, 633 "backendNodeId": 23,
612 "boundingBox": { 634 "boundingBox": {
613 "x": 8, 635 "x": 8,
614 "y": 632, 636 "y": 632,
615 "width": 404, 637 "width": 404,
616 "height": 204 638 "height": 204
617 } 639 },
640 "styleIndex": 15
618 }, 641 },
619 { 642 {
620 "backendNodeId": 24, 643 "backendNodeId": 24,
621 "boundingBox": { 644 "boundingBox": {
622 "x": 0, 645 "x": 0,
623 "y": 0, 646 "y": 0,
624 "width": 0, 647 "width": 0,
625 "height": 0 648 "height": 0
626 }, 649 },
627 "layoutText": "\n " 650 "layoutText": "\n ",
651 "styleIndex": 4
628 }, 652 },
629 { 653 {
630 "backendNodeId": 25, 654 "backendNodeId": 25,
631 "boundingBox": { 655 "boundingBox": {
632 "x": 8, 656 "x": 8,
633 "y": 836, 657 "y": 857,
634 "width": 769, 658 "width": 769,
635 "height": 16 659 "height": 33
636 } 660 },
661 "styleIndex": 16
637 }, 662 },
638 { 663 {
639 "backendNodeId": 26, 664 "backendNodeId": 26,
640 "boundingBox": { 665 "boundingBox": {
641 "x": 8, 666 "x": 8,
642 "y": 836, 667 "y": 857,
643 "width": 48, 668 "width": 769,
644 "height": 16 669 "height": 33
670 },
671 "styleIndex": 16
672 },
673 {
674 "backendNodeId": 27,
675 "boundingBox": {
676 "x": 8,
677 "y": 857,
678 "width": 96,
679 "height": 33
645 }, 680 },
646 "layoutText": "Hi!", 681 "layoutText": "Hi!",
647 "inlineTextNodes": [ 682 "inlineTextNodes": [
648 { 683 {
649 "boundingBox": { 684 "boundingBox": {
650 "x": 8, 685 "x": 8,
651 "y": 836, 686 "y": 857.4375,
652 "width": 48, 687 "width": 96,
653 "height": 16 688 "height": 32
654 }, 689 },
655 "startCharacterIndex": 0, 690 "startCharacterIndex": 0,
656 "numCharacters": 3 691 "numCharacters": 3
657 } 692 }
658 ] 693 ],
659 }, 694 "styleIndex": 17
660 { 695 },
661 "backendNodeId": 27, 696 {
697 "backendNodeId": 28,
662 "boundingBox": { 698 "boundingBox": {
663 "x": 8, 699 "x": 8,
664 "y": 836, 700 "y": 857,
665 "width": 769, 701 "width": 769,
666 "height": 16 702 "height": 33
667 } 703 },
704 "styleIndex": 16
705 }
706 ],
707 "computedStyles": [
708 {
709 "properties": [
710 {
711 "name": "transform",
712 "value": ""
713 },
714 {
715 "name": "transform-origin",
716 "value": ""
717 },
718 {
719 "name": "height",
720 "value": ""
721 },
722 {
723 "name": "width",
724 "value": ""
725 },
726 {
727 "name": "display",
728 "value": ""
729 },
730 {
731 "name": "outline-color",
732 "value": ""
733 }
734 ]
735 },
736 {
737 "properties": [
738 {
739 "name": "transform",
740 "value": "none"
741 },
742 {
743 "name": "transform-origin",
744 "value": "392.5px 455.438px"
745 },
746 {
747 "name": "height",
748 "value": "910.875px"
749 },
750 {
751 "name": "width",
752 "value": "785px"
753 },
754 {
755 "name": "display",
756 "value": "block"
757 },
758 {
759 "name": "outline-color",
760 "value": "rgb(0, 0, 0)"
761 }
762 ]
763 },
764 {
765 "properties": [
766 {
767 "name": "transform",
768 "value": "none"
769 },
770 {
771 "name": "transform-origin",
772 "value": "384.5px 440.719px"
773 },
774 {
775 "name": "height",
776 "value": "881.438px"
777 },
778 {
779 "name": "width",
780 "value": "769px"
781 },
782 {
783 "name": "display",
784 "value": "block"
785 },
786 {
787 "name": "outline-color",
788 "value": "rgb(0, 0, 0)"
789 }
790 ]
791 },
792 {
793 "properties": [
794 {
795 "name": "transform",
796 "value": "none"
797 },
798 {
799 "name": "transform-origin",
800 "value": "384.5px 8px"
801 },
802 {
803 "name": "height",
804 "value": "16px"
805 },
806 {
807 "name": "width",
808 "value": "769px"
809 },
810 {
811 "name": "display",
812 "value": "block"
813 },
814 {
815 "name": "outline-color",
816 "value": "rgb(0, 0, 0)"
817 }
818 ]
819 },
820 {
821 "properties": [
822 {
823 "name": "transform",
824 "value": "none"
825 },
826 {
827 "name": "transform-origin",
828 "value": "0px 0px"
829 },
830 {
831 "name": "height",
832 "value": "auto"
833 },
834 {
835 "name": "width",
836 "value": "auto"
837 },
838 {
839 "name": "display",
840 "value": "block"
841 },
842 {
843 "name": "outline-color",
844 "value": "rgb(0, 0, 0)"
845 }
846 ]
847 },
848 {
849 "properties": [
850 {
851 "name": "transform",
852 "value": "none"
853 },
854 {
855 "name": "transform-origin",
856 "value": "100px 288px"
857 },
858 {
859 "name": "height",
860 "value": "576px"
861 },
862 {
863 "name": "width",
864 "value": "200px"
865 },
866 {
867 "name": "display",
868 "value": "inline-block"
869 },
870 {
871 "name": "outline-color",
872 "value": "rgb(0, 0, 0)"
873 }
874 ]
875 },
876 {
877 "properties": [
878 {
879 "name": "transform",
880 "value": "none"
881 },
882 {
883 "name": "transform-origin",
884 "value": "100px 240px"
885 },
886 {
887 "name": "height",
888 "value": "480px"
889 },
890 {
891 "name": "width",
892 "value": "200px"
893 },
894 {
895 "name": "display",
896 "value": "block"
897 },
898 {
899 "name": "outline-color",
900 "value": "rgb(0, 0, 0)"
901 }
902 ]
903 },
904 {
905 "properties": [
906 {
907 "name": "transform",
908 "value": "none"
909 },
910 {
911 "name": "transform-origin",
912 "value": "100px 24px"
913 },
914 {
915 "name": "height",
916 "value": "48px"
917 },
918 {
919 "name": "width",
920 "value": "160px"
921 },
922 {
923 "name": "display",
924 "value": "block"
925 },
926 {
927 "name": "outline-color",
928 "value": "rgb(0, 0, 0)"
929 }
930 ]
931 },
932 {
933 "properties": [
934 {
935 "name": "transform",
936 "value": "none"
937 },
938 {
939 "name": "transform-origin",
940 "value": "80px 8px"
941 },
942 {
943 "name": "height",
944 "value": "16px"
945 },
946 {
947 "name": "width",
948 "value": "160px"
949 },
950 {
951 "name": "display",
952 "value": "list-item"
953 },
954 {
955 "name": "outline-color",
956 "value": "rgb(0, 0, 0)"
957 }
958 ]
959 },
960 {
961 "properties": [
962 {
963 "name": "transform",
964 "value": "none"
965 },
966 {
967 "name": "transform-origin",
968 "value": "0px 0px"
969 },
970 {
971 "name": "height",
972 "value": "auto"
973 },
974 {
975 "name": "width",
976 "value": "auto"
977 },
978 {
979 "name": "display",
980 "value": "inline"
981 },
982 {
983 "name": "outline-color",
984 "value": "rgb(0, 0, 0)"
985 }
986 ]
987 },
988 {
989 "properties": [
990 {
991 "name": "transform",
992 "value": "matrix(6.12323e-17, 1, -1, 6.12323e-17, 0, 0)"
993 },
994 {
995 "name": "transform-origin",
996 "value": "100px 16px"
997 },
998 {
999 "name": "height",
1000 "value": "32px"
1001 },
1002 {
1003 "name": "width",
1004 "value": "200px"
1005 },
1006 {
1007 "name": "display",
1008 "value": "block"
1009 },
1010 {
1011 "name": "outline-color",
1012 "value": "rgb(0, 0, 0)"
1013 }
1014 ]
1015 },
1016 {
1017 "properties": [
1018 {
1019 "name": "transform",
1020 "value": "matrix(6.12323e-17, 1, -1, 6.12323e-17, 0, 0)"
1021 },
1022 {
1023 "name": "transform-origin",
1024 "value": "0px 0px"
1025 },
1026 {
1027 "name": "height",
1028 "value": "auto"
1029 },
1030 {
1031 "name": "width",
1032 "value": "auto"
1033 },
1034 {
1035 "name": "display",
1036 "value": "block"
1037 },
1038 {
1039 "name": "outline-color",
1040 "value": "rgb(0, 0, 0)"
1041 }
1042 ]
1043 },
1044 {
1045 "properties": [
1046 {
1047 "name": "transform",
1048 "value": "none"
1049 },
1050 {
1051 "name": "transform-origin",
1052 "value": "200px 100px"
1053 },
1054 {
1055 "name": "height",
1056 "value": "200px"
1057 },
1058 {
1059 "name": "width",
1060 "value": "400px"
1061 },
1062 {
1063 "name": "display",
1064 "value": "block"
1065 },
1066 {
1067 "name": "outline-color",
1068 "value": "rgb(0, 0, 0)"
1069 }
1070 ]
1071 },
1072 {
1073 "properties": [
1074 {
1075 "name": "transform",
1076 "value": "none"
1077 },
1078 {
1079 "name": "transform-origin",
1080 "value": "192px 92px"
1081 },
1082 {
1083 "name": "height",
1084 "value": "184px"
1085 },
1086 {
1087 "name": "width",
1088 "value": "384px"
1089 },
1090 {
1091 "name": "display",
1092 "value": "block"
1093 },
1094 {
1095 "name": "outline-color",
1096 "value": "rgb(0, 0, 0)"
1097 }
1098 ]
1099 },
1100 {
1101 "properties": [
1102 {
1103 "name": "transform",
1104 "value": "none"
1105 },
1106 {
1107 "name": "transform-origin",
1108 "value": "192px 8px"
1109 },
1110 {
1111 "name": "height",
1112 "value": "16px"
1113 },
1114 {
1115 "name": "width",
1116 "value": "384px"
1117 },
1118 {
1119 "name": "display",
1120 "value": "block"
1121 },
1122 {
1123 "name": "outline-color",
1124 "value": "rgb(0, 0, 0)"
1125 }
1126 ]
1127 },
1128 {
1129 "properties": [
1130 {
1131 "name": "transform",
1132 "value": "none"
1133 },
1134 {
1135 "name": "transform-origin",
1136 "value": "202px 102px"
1137 },
1138 {
1139 "name": "height",
1140 "value": "200px"
1141 },
1142 {
1143 "name": "width",
1144 "value": "400px"
1145 },
1146 {
1147 "name": "display",
1148 "value": "inline"
1149 },
1150 {
1151 "name": "outline-color",
1152 "value": "rgb(0, 0, 0)"
1153 }
1154 ]
1155 },
1156 {
1157 "properties": [
1158 {
1159 "name": "transform",
1160 "value": "none"
1161 },
1162 {
1163 "name": "transform-origin",
1164 "value": "384.5px 16px"
1165 },
1166 {
1167 "name": "height",
1168 "value": "32px"
1169 },
1170 {
1171 "name": "width",
1172 "value": "769px"
1173 },
1174 {
1175 "name": "display",
1176 "value": "block"
1177 },
1178 {
1179 "name": "outline-color",
1180 "value": "rgb(255, 0, 0)"
1181 }
1182 ]
1183 },
1184 {
1185 "properties": [
1186 {
1187 "name": "transform",
1188 "value": "none"
1189 },
1190 {
1191 "name": "transform-origin",
1192 "value": "0px 0px"
1193 },
1194 {
1195 "name": "height",
1196 "value": "auto"
1197 },
1198 {
1199 "name": "width",
1200 "value": "auto"
1201 },
1202 {
1203 "name": "display",
1204 "value": "block"
1205 },
1206 {
1207 "name": "outline-color",
1208 "value": "rgb(255, 0, 0)"
1209 }
1210 ]
668 } 1211 }
669 ] 1212 ]
670 } 1213 }
671 1214
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698