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

Unified Diff: LayoutTests/fast/dom/custom/element-names.html

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests for landing Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
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++) {

Powered by Google App Engine
This is Rietveld 408576698