| Index: tests/html/utils.dart
|
| diff --git a/tests/html/utils.dart b/tests/html/utils.dart
|
| index 6e5010e9d2b949709d5b2232824eb292ca3afa85..9b469b1f20c3958c2e0972729789fbc39d0fd8d7 100644
|
| --- a/tests/html/utils.dart
|
| +++ b/tests/html/utils.dart
|
| @@ -163,11 +163,6 @@ void validateNodeTree(Node a, Node b, [String path = '']) {
|
|
|
| Future loadCustomElementPolyfill() {
|
| if (!document.supportsRegister) {
|
| - if (!MutationObserver.supported) {
|
| - var script = new ScriptElement()
|
| - ..src = '/packages/mutation_observer/mutation_observer.js';
|
| - document.head.append(script);
|
| - }
|
| var script = new ScriptElement()
|
| ..src = '/packages/custom_element/custom-elements.debug.js';
|
| document.head.append(script);
|
|
|