OLD | NEW |
1 Tests that shadow roots are displayed correctly in breadcrumbs. | 1 Tests that shadow roots are displayed correctly in breadcrumbs. |
2 | 2 |
3 | 3 |
4 User-agent shadow root breadcrumb: | 4 User-agent shadow root breadcrumb: |
5 html > body > input > #shadow-root | 5 html > body > input > #shadow-root |
6 Author shadow root breadcrumb: | 6 Open shadow root breadcrumb: |
7 html > body > div#host > #shadow-root | 7 html > body > div#host > #shadow-root |
| 8 Closed shadow root breadcrumb: |
| 9 html > body > div#hostClosed > #shadow-root |
8 | 10 |
OLD | NEW |