| Index: LayoutTests/fast/dom/MutationObserver/mutation-record-constructor.html
|
| diff --git a/LayoutTests/fast/dom/MutationObserver/mutation-record-constructor.html b/LayoutTests/fast/dom/MutationObserver/mutation-record-constructor.html
|
| index 34156c6905d49340568af90a19e2b32ff8c95088..30502afab1a3fc27199db1c9b03cf5b681355143 100644
|
| --- a/LayoutTests/fast/dom/MutationObserver/mutation-record-constructor.html
|
| +++ b/LayoutTests/fast/dom/MutationObserver/mutation-record-constructor.html
|
| @@ -14,4 +14,3 @@ div.id = 'foo';
|
| var record = observer.takeRecords()[0];
|
| shouldBeTrue('record instanceof MutationRecord');
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
|
|