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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="resources/replaced-element-styles.css" type="text/c ss">
5 </head>
6 <body>
7
8 <div>
9 <textarea placeholder="This is a placeholder text." rows="4" cols="30" style ="position: absolute; background-color: transparent; resize: none"></textarea>
10 <textarea rows="4" cols="30">before
11
12 after</textarea>
13
14 </div>
15
16 </body>
17 </html>
OLDNEW
« 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