Index: LayoutTests/fast/dom/shadow/shadowdom-for-textarea-with-placeholder-expected.html |
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-textarea-with-placeholder-expected.html b/LayoutTests/fast/dom/shadow/shadowdom-for-textarea-with-placeholder-expected.html |
deleted file mode 100644 |
index 2c578ecd77e2c512099c5c8cd0f12b56cded1bce..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-textarea-with-placeholder-expected.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<link rel="stylesheet" href="resources/replaced-element-styles.css" type="text/css"> |
-</head> |
-<body> |
- |
-<div> |
- <textarea placeholder="This is a placeholder text." rows="4" cols="30" style="position: absolute; background-color: transparent; resize: none"></textarea> |
- <textarea rows="4" cols="30">before |
- |
-after</textarea> |
- |
-</div> |
- |
-</body> |
-</html> |