| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="resources/shadow-dom.js"></script> | 4 <script src="resources/shadow-dom.js"></script> |
| 5 <script src="../../../resources/js-test.js"></script> | 5 <script src="../../../resources/js-test.js"></script> |
| 6 </head> | 6 </head> |
| 7 <body> | 7 <body> |
| 8 <div id='sandbox'></div> | 8 <div id='sandbox'></div> |
| 9 <pre id='console'></pre> | 9 <pre id='console'></pre> |
| 10 </body> | 10 </body> |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 createShadowRoot( | 339 createShadowRoot( |
| 340 createDOM('div', {'id': 'x-zot-target'}, | 340 createDOM('div', {'id': 'x-zot-target'}, |
| 341 document.createTextNode('x-zot'))))))))); | 341 document.createTextNode('x-zot'))))))))); |
| 342 | 342 |
| 343 borderColorShouldNotBe('host/x-bar-host/x-zot-host/x-zot-target', 'rgb(255, 0, 0
)'); | 343 borderColorShouldNotBe('host/x-bar-host/x-zot-host/x-zot-target', 'rgb(255, 0, 0
)'); |
| 344 cleanUp(); | 344 cleanUp(); |
| 345 | 345 |
| 346 </script> | 346 </script> |
| 347 </html> | 347 </html> |
| 348 | 348 |
| OLD | NEW |