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

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

Issue 2811343002: Dev compiler debugger related tweaks. (Closed)
Patch Set: Dev compiler debugger related tweaks. Created 3 years, 8 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 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 5871 matching lines...) Expand 10 before | Expand all | Expand 10 after
5882 Value: 5882 Value:
5883 [ 5883 [
5884 "ol", 5884 "ol",
5885 { 5885 {
5886 "style": "list-style-type: none;padding-left: 0px;margin-top: 0px;margin -bottom: 0px;margin-left: 12px;" 5886 "style": "list-style-type: none;padding-left: 0px;margin-top: 0px;margin -bottom: 0px;margin-left: 12px;"
5887 } 5887 }
5888 ] 5888 ]
5889 ----------------------------------- 5889 -----------------------------------
5890 Test: Test library Module header 5890 Test: Test library Module header
5891 Value: 5891 Value:
5892 null 5892 [
5893 "span",
5894 {
5895 "style": "background-color: #d9edf7;"
5896 },
5897 "Library Module: lib/html/debugger_test"
5898 ]
5893 ----------------------------------- 5899 -----------------------------------
5894 Test: Test library Module body 5900 Test: Test library Module body
5895 Value: 5901 Value:
5896 [ 5902 [
5897 "ol", 5903 "ol",
5898 { 5904 {
5899 "style": "list-style-type: none;padding-left: 0px;margin-top: 0px;margin -bottom: 0px;margin-left: 12px;" 5905 "style": "list-style-type: none;padding-left: 0px;margin-top: 0px;margin -bottom: 0px;margin-left: 12px;"
5900 }, 5906 },
5901 [ 5907 [
5902 "li", 5908 "li",
(...skipping 2904 matching lines...) Expand 10 before | Expand all | Expand 10 after
8807 "object": "<OBJECT>", 8813 "object": "<OBJECT>",
8808 "config": { 8814 "config": {
8809 "name": "asClass" 8815 "name": "asClass"
8810 } 8816 }
8811 } 8817 }
8812 ] 8818 ]
8813 ] 8819 ]
8814 ] 8820 ]
8815 ] 8821 ]
8816 ----------------------------------- 8822 -----------------------------------
8817
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698