Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: LayoutTests/fast/dom/shadow/shadowdom-for-textarea-with-placeholder-expected.html

Issue 23035007: Replace HTMLTextFormControlElement::fixPlaceholderRenderer with an override of RenderTextControl::a… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Just delete the test Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html ('k') | Source/core/html/HTMLTextAreaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698