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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/editing/manual/insertlinebreak.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 insertLineBreak (Shift-Enter) tests</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 Shift-Enter (or Mac equivalent) repeatedly until this
15 annoying message disappears! (But not too quickly. And don't hit any other
16 keys or click with the mouse anywhere, it will mess it up.<span id=testcount>
17 <span></span> 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 = "insertlinebreak";
23 </script>
24 <script src=../include/manualtest.js></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698