Index: LayoutTests/fast/dom/shadow/shadowdom-for-output-only-shadow.html |
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-output-only-shadow.html b/LayoutTests/fast/dom/shadow/shadowdom-for-output-only-shadow.html |
deleted file mode 100644 |
index f3780f59592e2b2eac6eac6ca40e8b4f103bacda..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-output-only-shadow.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<!DOCTYPE html> |
- |
-<p>When the AuthorShadowDOM has only a shadow element, this should be rendered like no Shadow DOM is added.</p> |
-<form> |
- <output id="host">foobar</output> |
- <input id="submit" type="submit" value="Submit"> |
-</form> |
- |
-<script> |
-var host = document.getElementById('host'); |
-var shadowRoot = host.createShadowRoot(); |
-shadowRoot.innerHTML = "<shadow></shadow>" |
-</script> |