| 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..b6d6b282e71143295553bbb142b7a531b6694faa 100644
|
| --- a/LayoutTests/fast/dom/custom/element-names.html
|
| +++ b/LayoutTests/fast/dom/custom/element-names.html
|
| @@ -23,7 +23,10 @@ test(function () {
|
| 'font-face-uri',
|
| 'font-face-format',
|
| 'font-face-name',
|
| - 'missing-glyph'
|
| + 'missing-glyph',
|
| + // names containing colon
|
| + ':-xfoo',
|
| + 'xfoo:yfoo'
|
| ];
|
|
|
| for (var i = 0; i < invalidNames.length; i++) {
|
|
|