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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/deleting/collapse-whitespace-3587601-fix.html

Issue 2253643003: Convert editing/deleting/collapse-whitespace-3587601-fix.html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-08-17T16:45:58 Created 4 years, 4 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 | third_party/WebKit/LayoutTests/editing/deleting/delete_map_area.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3
4 <style>
5 .editing {
6 border: 2px solid red;
7 padding: 12px;
8 font-size: 24px;
9 }
10 </style>
11 <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script >
12
13 <script>
14
15 function editingTest() {
16 for (i = 0; i < 9; i++)
17 moveSelectionForwardByCharacterCommand();
18 for (i = 0; i < 9; i++)
19 deleteCommand();
20 }
21
22 </script>
23
24 <title>Editing Test</title>
25 </head>
26 <body>
27 <div contenteditable id="root" class="editing">
28 <span id="test">
29 test <map name=m><area coords="0,0,0,0" href=''></map> test
30 </span>
31 </div>
32
33 <script>
34 runEditingTest();
35 </script>
36
37 </body>
38 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/deleting/delete_map_area.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698