| Index: webkit/data/layout_tests/chrome/fast/dom/htmlformelement-indexed-getter.html
|
| ===================================================================
|
| --- webkit/data/layout_tests/chrome/fast/dom/htmlformelement-indexed-getter.html (revision 12664)
|
| +++ webkit/data/layout_tests/chrome/fast/dom/htmlformelement-indexed-getter.html (working copy)
|
| @@ -1,27 +0,0 @@
|
| -<html>
|
| -<body>
|
| -
|
| -<p>
|
| -This test verifies that elements can be fetched by index from HTMLFormElements.
|
| -</p>
|
| -
|
| -<form id='f'>
|
| - <input type="radio" name="a" value="a">HTMLInputElement</input>
|
| -</form>
|
| -
|
| -<script>
|
| -if (window.layoutTestController) {
|
| - layoutTestController.dumpAsText();
|
| -}
|
| -
|
| -var f = document.getElementById('f');
|
| -
|
| -if (f[0]) {
|
| - document.write("Passed.");
|
| -} else {
|
| - document.write("Failed.");
|
| -}
|
| -</script>
|
| -
|
| -</body>
|
| -</html>
|
|
|