| Index: third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.html b/third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.html
|
| index 0b9704aca9ea3a6aeceeedfa0cb4cd8d433d17c1..9eef09c47cfa8c8260930541caf778ca0a1658ea 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/domstring-attribute-reflection.html
|
| @@ -58,8 +58,6 @@ testDOMStringReflection('fieldset', 'name');
|
| testDOMStringReflection('form', 'name');
|
| testDOMStringReflection('input', 'name');
|
| testDOMStringReflection('input', 'step');
|
| -testDOMStringReflection('menu', 'label');
|
| -testDOMStringReflection('menuitem', 'label');
|
| testDOMStringReflection('object', 'name');
|
| testDOMStringReflection('output', 'name');
|
| testDOMStringReflection('select', 'name');
|
|
|