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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/inserting/insert-div-011.html

Issue 2176113002: Convert editing/inserting/insert-div-01[1-7].html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-07-25T15:18:37 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/inserting/insert-div-012.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 body {
6 font-size: 24px;
7 }
8 .editing {
9 border: 2px solid red;
10 padding: 12px;
11 }
12
13 </style>
14 <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script >
15
16 <script>
17
18 function editingTest() {
19 insertParagraphCommand();
20 }
21
22 </script>
23
24 <title>Editing Test</title>
25 </head>
26 <body contenteditable id="root">
27
28 Test inserting paragraphs: should see empty red box above "baz"
29
30 <div style="height: 12px"></div>
31
32 <div class="editing" id="test" spellcheck="false">baz</div>bar<div class="editin g">foo</div>
33 <div class="editing"><br class="khtml-block-placeholder"></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/inserting/insert-div-012.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698