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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/deleting/delete-ws-fixup-001.html

Issue 2174683002: Convert editing/deleting/delete-ws-fixup-00[1234].html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-07-22T15:44:49 Created 4 years, 5 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-ws-fixup-002.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 word-wrap: break-word;
10 -khtml-nbsp-mode: space;
11 -khtml-line-break: after-white-space;
12 }
13 </style>
14 <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script >
15
16 <script>
17
18 function editingTest() {
19 for (i = 0; i < 29; i++)
20 moveSelectionForwardByCharacterCommand();
21 deleteCommand();
22 }
23
24 </script>
25
26 <title>Editing Test</title>
27 </head>
28 <body>
29 <div contenteditable id="root" class="editing">
30 <span id="test">in Liberty<i>F and seven</i> years <b> as </b>our fathers f upon this
31 continent, a new nation, conceived &nbsp;&nbsp; in Liberty, and dedicated to the
32 proposition that all</span>
33 </div>
34
35 <script>
36 runEditingTest();
37 </script>
38
39 </body>
40 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/deleting/delete-ws-fixup-002.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698