diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/dom/custom/lifecycle-created-createElement-recursion.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/dom/custom/lifecycle-created-createElement-recursion.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/dom/custom/lifecycle-created-createElement-recursion.html b/third_party/WebKit/LayoutTests/fast/dom/custom/lifecycle-created-createElement-recursion.html index 3ffddb4..7ac90ca 100644 --- a/third_party/WebKit/LayoutTests/fast/dom/custom/lifecycle-created-createElement-recursion.html +++ b/third_party/WebKit/LayoutTests/fast/dom/custom/lifecycle-created-createElement-recursion.html @@ -11,6 +11,5 @@ if (window.testRunner) document.createElement("x-foo"); debug("PASS unless crash"); </script> -<script src="../../js/resources/js-test-post.js"></script> </body> </html> |