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

Unified Diff: LayoutTests/fast/dom/shadow/shadowdom-for-textarea-with-placeholder.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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/shadowdom-for-textarea-with-placeholder-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html b/LayoutTests/fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html
deleted file mode 100644
index b1dbc670c641513102c759938c06d07787ca3144..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link rel="stylesheet" href="resources/replaced-element-styles.css" type="text/css">
-</head>
-<body>
-
-<textarea id="host" rows="4" cols="30" placeholder="This is a placeholder text."></textarea>
-
-<script>
-if (window.internals)
- internals.settings.setAuthorShadowDOMForAnyElementEnabled(true);
-
-var shadowRoot1 = host.createShadowRoot();
-shadowRoot1.appendChild(document.createTextNode('before'));
-shadowRoot1.appendChild(document.createElement('shadow'));
-shadowRoot1.appendChild(document.createTextNode('after'));
-</script>
-
-</body>
-</html>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/shadowdom-for-textarea-with-placeholder-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698