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

Side by Side Diff: LayoutTests/fast/forms/input-zero-height-focus.html

Issue 922423002: Move rendering/RenderTextControl* to layout/LayoutTextControl* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/fast/forms/input-zero-height-focus-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <p> 1 <p>
2 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13413">http://bu gs.webkit.org/show_bug.cgi?id=13413</a> 2 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13413">http://bu gs.webkit.org/show_bug.cgi?id=13413</a>
3 Failed assertion in RenderTextControl::setSelectionRange in Google Spreadshe ets</i>. 3 Failed assertion in LayoutTextControl::setSelectionRange in Google Spreadshe ets</i>.
4 </p> 4 </p>
5 <p> 5 <p>
6 This test should not ASSERT. 6 This test should not ASSERT.
7 </p> 7 </p>
8 <textarea id="target" style="height: 0"></textarea> 8 <textarea id="target" style="height: 0"></textarea>
9 <script> 9 <script>
10 if (window.testRunner) 10 if (window.testRunner)
11 testRunner.dumpAsText(); 11 testRunner.dumpAsText();
12 document.getElementById("target").focus(); 12 document.getElementById("target").focus();
13 </script> 13 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/forms/input-zero-height-focus-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698