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

Side by Side Diff: LayoutTests/fast/forms/input-first-letter-edit.html

Issue 10538049: Merge 118711 - Can't edit <input> elements with :first-letter (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/forms/input-first-letter-edit-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 input:first-letter { 5 input:first-letter {
6 color: blue; 6 color: blue;
7 } 7 }
8 </style> 8 </style>
9 <script> 9 <script>
10 if (window.layoutTestController) 10 if (window.layoutTestController)
(...skipping 11 matching lines...) Expand all
22 document.execCommand("selectAll"); // Does selectAll for aligning the @a utofocus attribute on the expectation. 22 document.execCommand("selectAll"); // Does selectAll for aligning the @a utofocus attribute on the expectation.
23 layoutTestController.notifyDone(); 23 layoutTestController.notifyDone();
24 } 24 }
25 } 25 }
26 </script> 26 </script>
27 </head> 27 </head>
28 <body onload="test()"> 28 <body onload="test()">
29 <input type="text" id="target" /> 29 <input type="text" id="target" />
30 </body> 30 </body>
31 </html> 31 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/forms/input-first-letter-edit-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698