diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-aware-shadow-root.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-aware-shadow-root.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-aware-shadow-root.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-aware-shadow-root.html index 9efbfad..d79da34 100644 --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-aware-shadow-root.html +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-aware-shadow-root.html @@ -18,6 +18,5 @@ var hostWithUAShadow = document.createElement('input'); shouldBeNull("hostWithUAShadow.shadowRoot"); </script> -<script src="../../js/resources/js-test-post.js"></script> </body> </html> |