Index: LayoutTests/fast/dom/shadow/shadowdom-for-fieldset-only-shadow-expected.html |
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-fieldset-only-shadow-expected.html b/LayoutTests/fast/dom/shadow/shadowdom-for-fieldset-only-shadow-expected.html |
deleted file mode 100644 |
index a0a9ea6b2a69ac877e391fc24b31fac0927a4caf..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-fieldset-only-shadow-expected.html |
+++ /dev/null |
@@ -1,10 +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> |
- <fieldset id="host"> |
- <legend>legend</legend> |
- <input type="text"></input> |
- </fieldset> |
- <input id="submit" type="submit" value="Submit"> |
-</form> |