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

Side by Side Diff: tests/lib_strong/html/debugger_test_golden.txt

Issue 2905223002: Cherry-picks of multiple html CLs
Patch Set: Created 3 years, 6 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
« no previous file with comments | « tests/html/svgelement_test.dart ('k') | tests/lib_strong/html/svgelement_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test: List<String> formatting header 1 Test: List<String> formatting header
2 Value: 2 Value:
3 [ 3 [
4 "span", 4 "span",
5 { 5 {
6 "style": "background-color: #d9edf7;" 6 "style": "background-color: #d9edf7;"
7 }, 7 },
8 "JSArray<String> length 3" 8 "JSArray<String> length 3"
9 ] 9 ]
10 ----------------------------------- 10 -----------------------------------
(...skipping 7482 matching lines...) Expand 10 before | Expand all | Expand 10 after
7493 ] 7493 ]
7494 ] 7494 ]
7495 ], 7495 ],
7496 [ 7496 [
7497 "li", 7497 "li",
7498 { 7498 {
7499 "style": "padding-left: 13px;" 7499 "style": "padding-left: 13px;"
7500 }, 7500 },
7501 [ 7501 [
7502 "span", 7502 "span",
7503 {},
7504 [
7505 "span",
7506 {
7507 "style": "color: rgb(136, 19, 145); margin-right: -13px"
7508 },
7509 "_webkitMovementX: "
7510 ],
7511 [
7512 "span",
7513 {
7514 "style": "margin-left: 13px"
7515 },
7516 "null"
7517 ]
7518 ]
7519 ],
7520 [
7521 "li",
7522 {
7523 "style": "padding-left: 13px;"
7524 },
7525 [
7526 "span",
7527 {},
7528 [
7529 "span",
7530 {
7531 "style": "color: rgb(136, 19, 145); margin-right: -13px"
7532 },
7533 "_webkitMovementY: "
7534 ],
7535 [
7536 "span",
7537 {
7538 "style": "margin-left: 13px"
7539 },
7540 "null"
7541 ]
7542 ]
7543 ],
7544 [
7545 "li",
7546 {
7547 "style": "padding-left: 13px;"
7548 },
7549 [
7550 "span",
7551 { 7503 {
7552 "style": "color: rgb(136, 19, 145); margin-right: -13px" 7504 "style": "color: rgb(136, 19, 145); margin-right: -13px"
7553 }, 7505 },
7554 "[[class]]: " 7506 "[[class]]: "
7555 ], 7507 ],
7556 [ 7508 [
7557 "span", 7509 "span",
7558 { 7510 {
7559 "style": "margin-left: 13px" 7511 "style": "margin-left: 13px"
7560 }, 7512 },
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
7681 [ 7633 [
7682 "li", 7634 "li",
7683 { 7635 {
7684 "style": "padding-left: 13px;" 7636 "style": "padding-left: 13px;"
7685 }, 7637 },
7686 [ 7638 [
7687 "span", 7639 "span",
7688 { 7640 {
7689 "style": "color: rgb(136, 19, 145); margin-right: -13px" 7641 "style": "color: rgb(136, 19, 145); margin-right: -13px"
7690 }, 7642 },
7643 "getModifierState: "
7644 ],
7645 [
7646 "span",
7647 {
7648 "style": "margin-left: 13px"
7649 },
7650 [
7651 "object",
7652 {
7653 "object": "<OBJECT>",
7654 "config": {
7655 "name": "none"
7656 }
7657 }
7658 ]
7659 ]
7660 ],
7661 [
7662 "li",
7663 {
7664 "style": "padding-left: 13px;"
7665 },
7666 [
7667 "span",
7668 {
7669 "style": "color: rgb(136, 19, 145); margin-right: -13px"
7670 },
7691 "_initMouseEvent: " 7671 "_initMouseEvent: "
7692 ], 7672 ],
7693 [ 7673 [
7694 "span", 7674 "span",
7695 { 7675 {
7696 "style": "margin-left: 13px" 7676 "style": "margin-left: 13px"
7697 }, 7677 },
7698 [ 7678 [
7699 "object", 7679 "object",
7700 { 7680 {
(...skipping 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after
8813 "object": "<OBJECT>", 8793 "object": "<OBJECT>",
8814 "config": { 8794 "config": {
8815 "name": "asClass" 8795 "name": "asClass"
8816 } 8796 }
8817 } 8797 }
8818 ] 8798 ]
8819 ] 8799 ]
8820 ] 8800 ]
8821 ] 8801 ]
8822 ----------------------------------- 8802 -----------------------------------
OLDNEW
« no previous file with comments | « tests/html/svgelement_test.dart ('k') | tests/lib_strong/html/svgelement_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698