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

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

Issue 1522803002: Move textarea-related tests to fast/forms/textarea/, part 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@color-uaf
Patch Set: Created 5 years 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
OLDNEW
(Empty)
1 <script>
2 if (window.testRunner) {
3 testRunner.waitUntilDone();
4 testRunner.dumpAsText();
5 }
6
7 function removeTextArea() {
8 var child = document.getElementById('test');
9 child.parentNode.removeChild(child);
10 if (window.testRunner) {
11 setTimeout("testRunner.notifyDone();", 0);
12 }
13 }
14
15 window.onload = removeTextArea;
16 </script>
17 <p>PASS if not crashed.</p>
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698