| Index: third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list.html b/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list.html
|
| index 4bdac64eeafcb7a9658518c930c8d55b3419a853..ce2a0e1153b59b66e35ba4850d5f1326b44b310d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list.html
|
| @@ -25,7 +25,6 @@
|
| <input id=inputcommon type=image>
|
| <input id=commoninput type=reset>
|
| <input id=inputcommon type=button value=buttonValue>
|
| - <keygen id=keygen1></keygen>
|
| <label id=label1></label>
|
| <meter id=meter1></meter>
|
| <object id=object1></object>
|
| @@ -45,7 +44,7 @@ description("This test ensures fieldset.elements does NOT contain RadioNodeList.
|
| debug("");
|
| var owner = document.getElementById('fs');
|
|
|
| -shouldBe('owner.elements.length', '24');
|
| +shouldBe('owner.elements.length', '23');
|
|
|
| var elementsList = owner.elements;
|
| var notRadioNodeList = elementsList.namedItem("inputcommon");
|
|
|