| Index: LayoutTests/fast/forms/elements-invalidate-on-form-attribute-invalidation-expected.txt
|
| diff --git a/LayoutTests/fast/forms/elements-invalidate-on-form-attribute-invalidation-expected.txt b/LayoutTests/fast/forms/elements-invalidate-on-form-attribute-invalidation-expected.txt
|
| index 4be89cff4faf52d9b4dd5735e121529eb1bf1b5a..9a655cfd71f54cee2dd5bea345abcfb1cde9f297 100644
|
| --- a/LayoutTests/fast/forms/elements-invalidate-on-form-attribute-invalidation-expected.txt
|
| +++ b/LayoutTests/fast/forms/elements-invalidate-on-form-attribute-invalidation-expected.txt
|
| @@ -7,4 +7,7 @@ collection = document.getElementById('someForm').elements;
|
| PASS collection.length is 1
|
| PASS collection.length; input.setAttribute('form', 'otherForm'); collection.length is 0
|
| PASS collection.length; input.setAttribute('form', 'someForm'); collection.length is 1
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
|
|
|
|