| Index: LayoutTests/fast/dom/MutationObserver/mutation-observer-prefix.html
|
| diff --git a/LayoutTests/fast/dom/MutationObserver/mutation-observer-prefix.html b/LayoutTests/fast/dom/MutationObserver/mutation-observer-prefix.html
|
| index 92862aa729039599281aaaa11bc4ec4cdf7532ef..251618fa7408c6235fbd66e8ac4e786e88e44d25 100644
|
| --- a/LayoutTests/fast/dom/MutationObserver/mutation-observer-prefix.html
|
| +++ b/LayoutTests/fast/dom/MutationObserver/mutation-observer-prefix.html
|
| @@ -12,4 +12,3 @@ shouldBeTrue('prefixObserver instanceof WebKitMutationObserver');
|
| shouldBeTrue('noPrefixObserver instanceof MutationObserver');
|
| shouldBeTrue('prefixObserver instanceof MutationObserver');
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
|
|