| Index: webkit/data/layout_tests/chrome/fast/dom/nodelist-item-with-name.html
|
| ===================================================================
|
| --- webkit/data/layout_tests/chrome/fast/dom/nodelist-item-with-name.html (revision 12664)
|
| +++ webkit/data/layout_tests/chrome/fast/dom/nodelist-item-with-name.html (working copy)
|
| @@ -1,21 +0,0 @@
|
| -<html>
|
| -<body>
|
| -<div id='div1'></div>
|
| -<div id='div2'></div>
|
| -
|
| -<script>
|
| -if (window.layoutTestController)
|
| - layoutTestController.dumpAsText();
|
| -
|
| -var NodeList = document.getElementsByTagName('div');
|
| -var div1 = NodeList.div1;
|
| -var div2 = NodeList.div2;
|
| -if (div1 && div2) {
|
| - document.write('PASS: Items can be retrieved by name on node lists.');
|
| -} else {
|
| - document.write('FAIL: Items cannot be retrieved by name on node lists.');
|
| -}
|
| -</script>
|
| -
|
| -</body>
|
| -</html>
|
|
|