Index: LayoutTests/fast/dom/shadow/shadowdom-for-fieldset-complex-shadow-expected.html |
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-fieldset-complex-shadow-expected.html b/LayoutTests/fast/dom/shadow/shadowdom-for-fieldset-complex-shadow-expected.html |
deleted file mode 100644 |
index 99431162c884e8a5f7d8df40d5dd178e008269de..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-fieldset-complex-shadow-expected.html |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-<!DOCTYPE html> |
- |
-<p>A mixed case of a shadow element and content element.</p> |
-<form> |
- <legend>legend</legen> |
- <input type="text"></input> |
- <div style="margin: 20px"> |
- <fieldset></fieldset> |
- </div> |
- <input id="submit" type="submit" value="Submit"> |
-</form> |