Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / utilities-expected.txt
bloba3bee985eb17febc8c8ef3df9bb5aca10e4286c3
1 This test checks Web Inspector utilities.
4 Running: remove
6 Running: orderedMergeIntersect
8 Running: binaryIndexOfTest
10 Running: lowerBoundTest
12 Running: upperBoundTest
14 Running: qselectTest
15 Array: []
16 Reference: {}
17 Actual:    {}
18 Array: [0]
19 Reference: {"min":0,"median":0,"max":0}
20 Actual:    {"min":0,"median":0,"max":0}
21 Array: [0,0,0,0,0,0,0,0]
22 Reference: {"min":0,"median":0,"max":0}
23 Actual:    {"min":0,"median":0,"max":0}
24 Array: [4,3,2,1]
25 Reference: {"min":1,"median":3,"max":4}
26 Actual:    {"min":1,"median":3,"max":4}
27 Array: [1,2,3,4,5]
28 Reference: {"min":1,"median":3,"max":5}
29 Actual:    {"min":1,"median":3,"max":5}
30 Array: [-1,3,2,7,7,7,10,12,3,4,-1,2]
31 Reference: {"min":-1,"median":4,"max":12}
32 Actual:    {"min":-1,"median":4,"max":12}
34 Running: sortRangeTest
36 Running: naturalOrderComparatorTest
37 Sorted in natural order: [1, 2, 2, 2, 5, 10, 11, 5555, 555555, a1, a007, a07, a7, a91, a4222, abc, abc0, abc00, abc000, abcd, dup, dup, dup, dup, dup, x09y19z29, x9y19z29, x10y19z43, x10y20z30, x10y22z23]
39 Running: stableSortPrimitiveTest
41 Running: stableSortTest
42 Stable sort result:
43 Pair(1, 1)
44 Pair(3, 31)
45 Pair(3, 30)
46 Pair(3, 37)
47 Pair(3, 38)
48 Pair(3, 33)
49 Pair(3, 32)
50 Pair(4, 47)
51 Pair(4, 46)
52 Pair(4, 45)
53 Pair(4, 41)
54 Pair(4, 42)
55 Pair(4, 43)
56 Pair(5, 55)
57 Pair(5, 54)
58 Pair(5, 57)
59 Pair(5, 52)
60 Pair(5, 59)
61 Pair(5, -58)
62 Pair(5, 58)
63 Pair(9, 9)
65 Running: stringHashTest
67 Running: stringTrimURLTest
69 Running: stringToBase64Test