Index: LayoutTests/fast/dom/custom/element-names.html |
diff --git a/LayoutTests/fast/dom/custom/element-names.html b/LayoutTests/fast/dom/custom/element-names.html |
index 136d2364c73a103ace6f00036ba6c1a53526a7b4..2fc6408112b616296bfa69d3eae5b91b1c8db2b7 100644 |
--- a/LayoutTests/fast/dom/custom/element-names.html |
+++ b/LayoutTests/fast/dom/custom/element-names.html |
@@ -17,13 +17,7 @@ test(function () { |
// Reserved names: |
// 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' |
+ 'annotation-xml' |
]; |
for (var i = 0; i < invalidNames.length; i++) { |