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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/editing/manual/inserttext.manual.html

Issue 2630243004: Manually import wpt/editing and wpt/selection/ (Closed)
Patch Set: Add expectation Created 3 years, 11 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
OLDNEW
(Empty)
1 <!doctype html>
2 <meta charset=utf-8>
3 <title>Manual insertText tests (A key)</title>
4 <link rel=stylesheet href=../include/tests.css>
5
6 <p><input type=button value="Clear cached results" onclick="clearCachedResults() ">
7
8 <div id=tests>
9 <input type=button value="Run tests" onclick="runTests()">
10 <table border=1><tr><th>Input<th>Spec<th>Browser<th>Same</table>
11 <p><label>New test input: <input></label> <input type=button value="Add test " onclick="addTest()">
12 </div>
13
14 <div id=overlay>Tap the A key repeatedly until this annoying message
15 disappears! (But not too quickly. And don't hit any other keys or click with
16 the mouse anywhere, it will mess it up.<span id=testcount> <span></span>
17 manual test(s) remain.</span>)</div>
18
19 <script src=../include/implementation.js></script>
20 <script src=../include/tests.js></script>
21 <script>
22 var command = "inserttext";
23 </script>
24 <script src=../include/manualtest.js></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698