| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 Running: testSearchShadowDOM | 61 Running: testSearchShadowDOM |
| 62 < c o n t e n t > < / c o n t e n t > | 62 < c o n t e n t > < / c o n t e n t > |
| 63 | 63 |
| 64 Running: testSearchUAShadowDOM | 64 Running: testSearchUAShadowDOM |
| 65 Searching UA shadow DOM with setting disabled: | 65 Searching UA shadow DOM with setting disabled: |
| 66 Nothing found | 66 Nothing found |
| 67 Searching UA shadow DOM with setting enabled: | 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 > | 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 > | 69 < d i v i d = " i n n e r - e d i t o r " > < / d i v > |
| 70 | 70 |
| 71 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 > |
| 73 |
| OLD | NEW |