Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / elements-panel-search-expected.txt
blobbeb329df64d60687563ffbaca3cb7e416011bd4b
1 Tests that elements panel search is returning proper results.
3 FooBar
5 Found by selector
6  
8 Running: testSetUp
10 Running: testPlainText
11 F o o B a r
13 Running: testPartialText
14 F o o B a r
16 Running: testStartTag
17 < i n p u t   v a l u e = " I n p u t V a l " >
19 Running: testEndTag
20 < i n p u t   v a l u e = " I n p u t V a l " >
22 Running: testPartialTag
23 < i n p u t   v a l u e = " I n p u t V a l " >
25 Running: testPartialAbsentTagStart
26 Nothing found
28 Running: testPartialAbsentTagEnd
29 Nothing found
31 Running: testFullTag
32 < i n p u t   v a l u e = " I n p u t V a l " >
34 Running: testExactAttributeName
35 < i n p u t   v a l u e = " I n p u t V a l " >
37 Running: testExactAttributeVal_ue
38 < i n p u t   v a l u e = " I n p u t V a l " >
40 Running: testExactAttributeVal_ueOnRoot
41 < h t m l   i d = " d o c u m e n t E l e m e n t " >
43 Running: testExactAttributeVal_ueWithQuotes
44 < d i v   a t t r = " f o o " > < / d i v >
46 Running: testPartialAttributeVal_ue
47 < i n p u t   v a l u e = " I n p u t V a l " >
49 Running: testXPathAttribute
50 < d i v   a t t r = " f o o " > < / d i v >
52 Running: testSelector
53 < s p a n > F o u n d   b y   s e l e c t o r < / s p a n >
55 Running: testCaseUpperFindsLower
56 < s p a n   c l a s s = " f o o   k o o " > < / s p a n >
58 Running: testCaseLowerFindsUpper
59 < s p a n   c l a s s = " C A S E L E S S " > < / s p a n >
61 Running: testCaseAttribute
62 < s p a n   d a t a - c a m e l = " i n s e n s t i v e " > < / s p a n >
64 Running: testSearchShadowDOM
65 < c o n t e n t > < / c o n t e n t >
67 Running: testSearchUAShadowDOM
68 Searching UA shadow DOM with setting disabled:
69 Nothing found
70 Searching UA shadow DOM with setting enabled:
71 < d i v   i d = " i n n e r - e d i t o r " > I n p u t V a l < / d i v >
72 < d i v   i d = " i n n e r - e d i t o r " > < / d i v >
74 Running: testSearchShadowHostChildren
75 < d i v   i d = " s h a d o w - h o s t - c o n t e n t " > < / d i v >