OLD | NEW |
1 Tests that elements panel search is returning proper results. | 1 Tests that elements panel search is returning proper results. |
2 | 2 |
3 FooBar | 3 FooBar |
4 | 4 |
5 Found by selector | 5 Found by selector |
6 | 6 |
7 | 7 |
8 Running: testSetUp | 8 Running: testSetUp |
9 | 9 |
10 Running: testPlainText | 10 Running: testPlainText |
(...skipping 19 matching lines...) Expand all Loading... |
30 | 30 |
31 Running: testFullTag | 31 Running: testFullTag |
32 < i n p u t v a l u e = " I n p u t V a l " > | 32 < i n p u t v a l u e = " I n p u t V a l " > |
33 | 33 |
34 Running: testExactAttributeName | 34 Running: testExactAttributeName |
35 < i n p u t v a l u e = " I n p u t V a l " > | 35 < i n p u t v a l u e = " I n p u t V a l " > |
36 | 36 |
37 Running: testExactAttributeVal_ue | 37 Running: testExactAttributeVal_ue |
38 < i n p u t v a l u e = " I n p u t V a l " > | 38 < i n p u t v a l u e = " I n p u t V a l " > |
39 | 39 |
| 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 " > |
| 42 |
40 Running: testExactAttributeVal_ueWithQuotes | 43 Running: testExactAttributeVal_ueWithQuotes |
41 < d i v a t t r = " f o o " > < / d i v > | 44 < d i v a t t r = " f o o " > < / d i v > |
42 | 45 |
43 Running: testPartialAttributeVal_ue | 46 Running: testPartialAttributeVal_ue |
44 < i n p u t v a l u e = " I n p u t V a l " > | 47 < i n p u t v a l u e = " I n p u t V a l " > |
45 | 48 |
46 Running: testXPathAttribute | 49 Running: testXPathAttribute |
47 < d i v a t t r = " f o o " > < / d i v > | 50 < d i v a t t r = " f o o " > < / d i v > |
48 | 51 |
49 Running: testSelector | 52 Running: testSelector |
(...skipping 14 matching lines...) Expand all Loading... |
64 Running: testSearchUAShadowDOM | 67 Running: testSearchUAShadowDOM |
65 Searching UA shadow DOM with setting disabled: | 68 Searching UA shadow DOM with setting disabled: |
66 Nothing found | 69 Nothing found |
67 Searching UA shadow DOM with setting enabled: | 70 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 > | 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 > |
69 < d i v i d = " i n n e r - e d i t o r " > < / d i v > | 72 < d i v i d = " i n n e r - e d i t o r " > < / d i v > |
70 | 73 |
71 Running: testSearchShadowHostChildren | 74 Running: testSearchShadowHostChildren |
72 < 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 > | 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 > |
73 | 76 |
OLD | NEW |