| Index: LayoutTests/fast/dom/shadow/shadow-hierarchy-exception.html
|
| diff --git a/LayoutTests/fast/dom/shadow/shadow-hierarchy-exception.html b/LayoutTests/fast/dom/shadow/shadow-hierarchy-exception.html
|
| index 51b7ee5ee80624224c64992d2dfea551e8780547..f21adc051fbaecb9f68b756c9c6992fcb0e112a0 100644
|
| --- a/LayoutTests/fast/dom/shadow/shadow-hierarchy-exception.html
|
| +++ b/LayoutTests/fast/dom/shadow/shadow-hierarchy-exception.html
|
| @@ -13,4 +13,3 @@ var shadow = span.createShadowRoot();
|
| var shadowDiv = shadow.appendChild(document.createElement('div'));
|
| shouldThrow('shadowDiv.appendChild(container)');
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
|
|