Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / inserting / insert-div-014.html
index 3964ae3..4dc0382 100644 (file)
@@ -1,17 +1,17 @@
-<html> 
+<html>
 <head>
 
 <style>
 body {
-    font-size: 24px; 
+    font-size: 24px;
 }
-.editing { 
-    border: 2px solid red; 
-    padding: 12px; 
+.editing {
+    border: 2px solid red;
+    padding: 12px;
 }
 div {
-    border: 2px solid blue; 
-    padding: 12px; 
+    border: 2px solid blue;
+    padding: 12px;
 }
 
 </style>
@@ -27,15 +27,15 @@ function editingTest() {
 
 </script>
 
-<title>Editing Test</title> 
-</head> 
-<body contenteditable id="root">
+<title>Editing Test</title>
+</head>
+<body contenteditable id="root" spellcheck="false">
 
 Test inserting paragraphs: should see empty blue box below "bar"
 
 <div style="border: none; height: 12px"></div>
 
-<div class="editing" id="test">baz</div>bar<div class="editing">foo</div>
+<div class="editing" spellcheck="true" id="test">baz</div>bar<div class="editing">foo</div>
 <div class="editing"><br class="khtml-block-placeholder"></div>
 
 <script>