Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / json-balanced-tokenizer-expected.txt
blobf1829038801723dd55878781c8f32a59d6954a5e
1 Test WebInspector.TextUtils.BalancedJSONTokenizer.
3 Running: testMatchQuotes
5 Parsing {"odd back slashes with text around":"tes\\\"t"}
6 {"odd back slashes with text around":"tes\\\"t"}
8 Parsing {"escaped double quotes":"\"test\""}
9 {"escaped double quotes":"\"test\""}
11 Parsing {"escaped back slash before double quote":"test\\"}
12 {"escaped back slash before double quote":"test\\"}
14 Parsing {"1":2}
15 {"1":2}
17 Parsing {"":""}
18 {"":""}
20 Parsing {"nested brackets":{}}
21 {"nested brackets":{}}
23 Parsing {"nested brackets with double quotes":{"":""}}
24 {"nested brackets with double quotes":{"":""}}
26 Parsing {"etc":{"\\":"\""}}
27 {"etc":{"\\":"\""}}
29 Parsing {"etc":{"\\\\":"\\"}}
30 {"etc":{"\\\\":"\\"}}
32 Parsing {"etc":{"\\\\\"":"\\\\\""}}
33 {"etc":{"\\\\\"":"\\\\\""}}
35 Running: testMatchSequenceUsingOneShot
37 Parsing {"one":"one"}
38 {"one":"one"}
40 Parsing [{"one":"one"},{"two":"two"}]
41 [{"one":"one"}
43 Parsing [{"one":"one"},{"two":"two"},{"three":"three"}]
44 [{"one":"one"}
46 Running: testMatchSequenceUsingMultiple
48 Parsing {"one":"one"}
49 {"one":"one"}
51 Parsing [{"one":"one"},{"two":"two"}]
52 [{"one":"one"},{"two":"two"}
54 Parsing [{"one":"one"},{"two":"two"},{"three":"three"}]
55 [{"one":"one"},{"two":"two"},{"three":"three"}
57 Running: testIncrementalWrites
59 Running at once:
60 [{"odd back slashes with text around":"tes\\\"t"},{"escaped double quotes":"\"test\""},{"escaped back slash before double quote":"test\\"},{"1":2},{"":""},{"nested brackets":{}},{"nested brackets with double quotes":{"":""}},{"etc":{"\\":"\""}},{"etc":{"\\\\":"\\"}},{"etc":{"\\\\\"":"\\\\\""}}
62 Running by 3:
63 [{"odd back slashes with text around":"tes\\\"t"}
64 ,{"escaped double quotes":"\"test\""}
65 ,{"escaped back slash before double quote":"test\\"}
66 ,{"1":2}
67 ,{"":""}
68 ,{"nested brackets":{}}
69 ,{"nested brackets with double quotes":{"":""}}
70 ,{"etc":{"\\":"\""}}
71 ,{"etc":{"\\\\":"\\"}}
72 ,{"etc":{"\\\\\"":"\\\\\""}}
74 Running by 15:
75 [{"odd back slashes with text around":"tes\\\"t"}
76 ,{"escaped double quotes":"\"test\""}
77 ,{"escaped back slash before double quote":"test\\"},{"1":2}
78 ,{"":""}
79 ,{"nested brackets":{}}
80 ,{"nested brackets with double quotes":{"":""}}
81 ,{"etc":{"\\":"\""}}
82 ,{"etc":{"\\\\":"\\"}}
83 ,{"etc":{"\\\\\"":"\\\\\""}}
85 Running by 50:
86 [{"odd back slashes with text around":"tes\\\"t"}
87 ,{"escaped double quotes":"\"test\""}
88 ,{"escaped back slash before double quote":"test\\"},{"1":2}
89 ,{"":""},{"nested brackets":{}}
90 ,{"nested brackets with double quotes":{"":""}},{"etc":{"\\":"\""}}
91 ,{"etc":{"\\\\":"\\"}},{"etc":{"\\\\\"":"\\\\\""}}