Index: LayoutTests/fast/forms/radionodelist-image-type-expected.txt |
diff --git a/LayoutTests/fast/forms/radionodelist-image-type-expected.txt b/LayoutTests/fast/forms/radionodelist-image-type-expected.txt |
index d4c34a932243f591a78bd6e17ade540d0b741e86..319bfb0d1858285017db2e0acf8981938c551e02 100644 |
--- a/LayoutTests/fast/forms/radionodelist-image-type-expected.txt |
+++ b/LayoutTests/fast/forms/radionodelist-image-type-expected.txt |
@@ -8,4 +8,7 @@ nodeList = form.elements.namedItem('someName'); |
PASS nodeList.length is 3 |
PASS document.getElementsByTagName('input')[2].type = 'image'; nodeList.length is 2 |
PASS document.getElementsByTagName('input')[2].type = 'radio'; nodeList.length is 3 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |