Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / custom / element-names.html
index 136d236..56d4db0 100644 (file)
@@ -18,12 +18,9 @@ test(function () {
         // hyphen-containing names from the applicable specifications,
         // namely the SVG and the MathML.
         'annotation-xml',
-        'font-face',
-        'font-face-src',
-        'font-face-uri',
-        'font-face-format',
-        'font-face-name',
-        'missing-glyph'
+        // names containing colon
+        ':-xfoo',
+        'xfoo-:yfoo'
     ];
 
     for (var i = 0; i < invalidNames.length; i++) {