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 |
11 F o o B a r | 11 F o o B a r |
12 | 12 |
13 Running: testPartialText | 13 Running: testPartialText |
14 F o o B a r | 14 F o o B a r |
15 | 15 |
16 Running: testStartTag | 16 Running: testStartTag |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 Running: testSearchUAShadowDOM | 67 Running: testSearchUAShadowDOM |
68 Searching UA shadow DOM with setting disabled: | 68 Searching UA shadow DOM with setting disabled: |
69 Nothing found | 69 Nothing found |
70 Searching UA shadow DOM with setting enabled: | 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 > | 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 > | 72 < d i v i d = " i n n e r - e d i t o r " > < / d i v > |
73 | 73 |
74 Running: testSearchShadowHostChildren | 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 > | 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 > |
76 | 76 |
OLD | NEW |