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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/inserting/insert-br-at-tabspan-001.html

Issue 2284343002: Convert editing/inserting/insert-br-at-tabspan-00[1-3].html to use w3c test harness (Closed)
Patch Set: 2016-08-29T17:02:59 Created 4 years, 3 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/inserting/insert-br-at-tabspan-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 }
10 </style>
11 <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script >
12
13 <script>
14
15 function editingTest() {
16 moveSelectionForwardByCharacterCommand();
17 insertLineBreakCommand();
18 typeCharacterCommand();
19 }
20
21 </script>
22
23 <title>Editing Test</title>
24 </head>
25 <body style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">
26 <div contenteditable id="root" class="editing">
27 <span id="test">a<span class="Apple-tab-span" style="white-space:pre"> </span>z</span>
28 </div>
29
30 <script>
31 runEditingTest();
32 </script>
33
34 </body>
35 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/inserting/insert-br-at-tabspan-002.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698