Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / editor / text-editor-autocomplete.html
index e4d7262..43794fb 100644 (file)
@@ -30,7 +30,6 @@ function test()
             dumpDictionary(next);
         },
 
-
         function testSetText(next)
         {
             textEditor.setText("dog cat 'mouse';dog bird");
@@ -49,6 +48,12 @@ function test()
             InspectorTest.typeIn(textEditor, "\b\b\b\b\b\b", dumpDictionary.bind(null, next));
         },
 
+        function testCSSMimeType(next)
+        {
+            textEditor.setText(".my-class { -webkit-border: 1px solid black; }");
+            textEditor.setMimeType("text/css");
+            dumpDictionary(next);
+        },
     ]);
 
     function dumpDictionary(next) {