diff --git a/src/lib/annotations/annotations.html b/src/lib/annotations/annotations.html index d9b11b9291..bcd6879316 100644 --- a/src/lib/annotations/annotations.html +++ b/src/lib/annotations/annotations.html @@ -10,6 +10,7 @@ diff --git a/test/runner.html b/test/runner.html index 69366eacad..0cb45953d9 100644 --- a/test/runner.html +++ b/test/runner.html @@ -92,7 +92,8 @@ 'unit/dom-bind-yield.html', 'unit/script-after-import-in-head.html', 'unit/globals.html', - 'unit/lazy-register.html' + 'unit/lazy-register.html', + 'unit/element-inertness.html' ]; if (document.body.createShadowRoot) { diff --git a/test/unit/element-inertness.html b/test/unit/element-inertness.html new file mode 100644 index 0000000000..882bdb3614 --- /dev/null +++ b/test/unit/element-inertness.html @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file