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

Side by Side Diff: LayoutTests/fast/forms/textarea-placeholder-relayout-assertion.html

Issue 7797001: Merge 93802 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 3 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/textarea-placeholder-relayout-assertion-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 <script> 1 <script>
2 if (window.layoutTestController) { 2 if (window.layoutTestController) {
3 layoutTestController.waitUntilDone(); 3 layoutTestController.waitUntilDone();
4 layoutTestController.dumpAsText(); 4 layoutTestController.dumpAsText();
5 } 5 }
6 6
7 function removeTextArea() { 7 function removeTextArea() {
8 var child = document.getElementById('test'); 8 var child = document.getElementById('test');
9 child.parentNode.removeChild(child); 9 child.parentNode.removeChild(child);
10 if (window.layoutTestController) { 10 if (window.layoutTestController) {
11 setTimeout("layoutTestController.notifyDone();", 0); 11 setTimeout("layoutTestController.notifyDone();", 0);
12 } 12 }
13 } 13 }
14 14
15 setTimeout(removeTextArea, 0); 15 setTimeout(removeTextArea, 0);
16 </script> 16 </script>
17 <p>PASS if not crashed.</p> 17 <p>PASS if not crashed.</p>
18 ><fieldset><fieldset><button><fieldset><fieldset><select>A00000AA0A000<textarea> </textarea> 18 ><fieldset><fieldset><button><fieldset><fieldset><select>A00000AA0A000<textarea> </textarea>
19 <figure><fieldset>000000AA00A000A0A0A00A0000A0A00AAAAAA00AAAAAAA0A0AA00A00A000A0 AA000AA0<textarea id="test" placeholder="default disabled">A0AA000AAA0AA00AAAA0< track><center></center> 19 <figure><fieldset>000000AA00A000A0A0A00A0000A0A00AAAAAA00AAAAAAA0A0AA00A00A000A0 AA000AA0<textarea id="test" placeholder="default disabled">A0AA000AAA0AA00AAAA0< track><center></center>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/forms/textarea-placeholder-relayout-assertion-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698