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

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

Issue 2903333002: Update DDC libraries to match SDK, and debugger_test golden file (Closed)
Patch Set: 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
« no previous file with comments | « pkg/dev_compiler/tool/sdk_expected_errors.txt ('k') | no next file » | 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 6898 matching lines...) Expand 10 before | Expand all | Expand 10 after
6909 ] 6909 ]
6910 ] 6910 ]
6911 ], 6911 ],
6912 [ 6912 [
6913 "li", 6913 "li",
6914 { 6914 {
6915 "style": "padding-left: 13px;" 6915 "style": "padding-left: 13px;"
6916 }, 6916 },
6917 [ 6917 [
6918 "span", 6918 "span",
6919 {},
6920 [
6921 "span",
6922 {
6923 "style": "color: rgb(136, 19, 145); margin-right: -13px"
6924 },
6925 "dataTransfer: "
6926 ],
6927 [
6928 "span",
6929 {
6930 "style": "margin-left: 13px"
6931 },
6932 "null"
6933 ]
6934 ]
6935 ],
6936 [
6937 "li",
6938 {
6939 "style": "padding-left: 13px;"
6940 },
6941 [
6942 "span",
6919 { 6943 {
6920 "style": "color: rgb(136, 19, 145); margin-right: -13px" 6944 "style": "color: rgb(136, 19, 145); margin-right: -13px"
6921 }, 6945 },
6922 "fromElement: " 6946 "fromElement: "
6923 ], 6947 ],
6924 [ 6948 [
6925 "span", 6949 "span",
6926 { 6950 {
6927 "style": "margin-left: 13px" 6951 "style": "margin-left: 13px"
6928 }, 6952 },
(...skipping 1840 matching lines...) Expand 10 before | Expand all | Expand 10 after
8769 "object": "<OBJECT>", 8793 "object": "<OBJECT>",
8770 "config": { 8794 "config": {
8771 "name": "asClass" 8795 "name": "asClass"
8772 } 8796 }
8773 } 8797 }
8774 ] 8798 ]
8775 ] 8799 ]
8776 ] 8800 ]
8777 ] 8801 ]
8778 ----------------------------------- 8802 -----------------------------------
OLDNEW
« no previous file with comments | « pkg/dev_compiler/tool/sdk_expected_errors.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698