| OLD | NEW |
| 1 Tests that user can mutate author shadow DOM by means of elements panel. | 1 Tests that user can mutate author shadow DOM by means of elements panel. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testSetUp | 4 Running: testSetUp |
| 5 | 5 |
| 6 Running: testSetAuthorShadowDOMElementAttribute | 6 Running: testSetAuthorShadowDOMElementAttribute |
| 7 ==== before ==== | 7 ==== before ==== |
| 8 - <div id="testSetAuthorShadowDOMElementAttribute"> | 8 - <div id="testSetAuthorShadowDOMElementAttribute"> |
| 9 - #shadow-root | 9 - #shadow-root |
| 10 <div foo="attribute value" id="shadow-node-to-set-attribute"></div> | 10 <div foo="attribute value" id="shadow-node-to-set-attribute"></div> |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 </div> | 23 </div> |
| 24 <div id="authorShadowDOMElement"></div> | 24 <div id="authorShadowDOMElement"></div> |
| 25 ==== after ==== | 25 ==== after ==== |
| 26 - <div id="testEditAuthorShadowDOMAsHTML"> | 26 - <div id="testEditAuthorShadowDOMAsHTML"> |
| 27 - #shadow-root | 27 - #shadow-root |
| 28 - <span foo="shadow-span"> | 28 - <span foo="shadow-span"> |
| 29 <span id="inner-shadow-span">Shadow span contents</span> | 29 <span id="inner-shadow-span">Shadow span contents</span> |
| 30 </span> | 30 </span> |
| 31 </div> | 31 </div> |
| 32 | 32 |
| OLD | NEW |