5f54a5a743fd0cdf660d25794b5e6cb1ab1fb6ba
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / elements-panel-search-expected.txt
1 Tests that elements panel search is returning proper results.
2
3 FooBar
4
5 Found by selector
6  
7
8 Running: testSetUp
9
10 Running: testPlainText
11 F o o B a r
12
13 Running: testPartialText
14 F o o B a r
15
16 Running: testStartTag
17 < i n p u t   v a l u e = " I n p u t V a l " >
18
19 Running: testEndTag
20 < i n p u t   v a l u e = " I n p u t V a l " >
21
22 Running: testPartialTag
23 < i n p u t   v a l u e = " I n p u t V a l " >
24
25 Running: testPartialAbsentTagStart
26 Nothing found
27
28 Running: testPartialAbsentTagEnd
29 Nothing found
30
31 Running: testFullTag
32 < i n p u t   v a l u e = " I n p u t V a l " >
33
34 Running: testExactAttributeName
35 < i n p u t   v a l u e = " I n p u t V a l " >
36
37 Running: testExactAttributeVal_ue
38 < i n p u t   v a l u e = " I n p u t V a l " >
39
40 Running: testExactAttributeVal_ueWithQuotes
41 < d i v   a t t r = " f o o " > < / d i v >
42
43 Running: testPartialAttributeVal_ue
44 < i n p u t   v a l u e = " I n p u t V a l " >
45
46 Running: testXPathAttribute
47 < d i v   a t t r = " f o o " > < / d i v >
48
49 Running: testSelector
50 < s p a n > F o u n d   b y   s e l e c t o r < / s p a n >
51
52 Running: testCaseUpperFindsLower
53 < s p a n   c l a s s = " f o o   k o o " > < / s p a n >
54
55 Running: testCaseLowerFindsUpper
56 < s p a n   c l a s s = " C A S E L E S S " > < / s p a n >
57
58 Running: testCaseAttribute
59 < 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 >
60
61 Running: testSearchShadowDOM
62 < c o n t e n t > < / c o n t e n t >
63
64 Running: testSearchUAShadowDOM
65 Searching UA shadow DOM with setting disabled:
66 Nothing found
67 Searching UA shadow DOM with setting enabled:
68 < 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 >
69 < d i v   i d = " i n n e r - e d i t o r " > < / d i v >
70