summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level1/html/HTMLSelectElement17.xml.kfail
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2012-09-19 00:03:05 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2012-09-19 00:03:05 +0100
commitf6dfa1bd24a39ebf55993837431b10e437cade12 (patch)
tree8c6efd74987cd9c9ab0a0bd8bf8e5735bef8e7a8 /test/testcases/tests/level1/html/HTMLSelectElement17.xml.kfail
parent12a34ebfb1791c1ca7f09f24a0e56be4530fdfc6 (diff)
downloadlibdom-f6dfa1bd24a39ebf55993837431b10e437cade12.tar.gz
libdom-f6dfa1bd24a39ebf55993837431b10e437cade12.tar.bz2
Enable HTMLSelectElement tests
Diffstat (limited to 'test/testcases/tests/level1/html/HTMLSelectElement17.xml.kfail')
-rw-r--r--test/testcases/tests/level1/html/HTMLSelectElement17.xml.kfail43
1 files changed, 0 insertions, 43 deletions
diff --git a/test/testcases/tests/level1/html/HTMLSelectElement17.xml.kfail b/test/testcases/tests/level1/html/HTMLSelectElement17.xml.kfail
deleted file mode 100644
index 03549ff..0000000
--- a/test/testcases/tests/level1/html/HTMLSelectElement17.xml.kfail
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet href="test-to-html.xsl" type="text/xml"?>
-
-<!--
-
-Copyright (c) 2004 World Wide Web Consortium,
-(Massachusetts Institute of Technology, Institut National de
-Recherche en Informatique et en Automatique, Keio University). All
-Rights Reserved. This program is distributed under the W3C's Software
-Intellectual Property License. This program is distributed in the
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
-PURPOSE.
-
-See W3C License http://www.w3.org/Consortium/Legal/ for more details.
-
--->
-<!DOCTYPE test SYSTEM "dom1.dtd">
-<test xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-1" name="HTMLSelectElement17">
-<metadata>
-<title>HTMLSelectElement17</title>
-<creator>Curt Arnold</creator>
-<description>
-Removes a non-existant option using HTMLSelectElement.remove.
-</description>
-<date qualifier="created">2004-03-18</date>
-<subject resource="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-33404570"/>
-</metadata>
-<var name="nodeList" type="NodeList"/>
-<var name="testNode" type="Node"/>
-<var name="doc" type="Document"/>
-<var name="optLength" type="int"/>
-<var name="selected" type="int"/>
-<load var="doc" href="select" willBeModified="true"/>
-<getElementsByTagName interface="Document" obj="doc" var="nodeList" tagname='"select"'/>
-<assertSize collection="nodeList" size="3" id="Asize"/>
-<item interface="NodeList" obj="nodeList" var="testNode" index="0"/>
-<remove interface="HTMLSelectElement" obj="testNode" index="6"/>
-<length interface="HTMLSelectElement" obj="testNode" var="optLength"/>
-<assertEquals actual="optLength" expected="5" id="optLength" ignoreCase="false"/>
-<selectedIndex interface="HTMLSelectElement" obj="testNode" var="selected"/>
-<assertEquals actual="selected" expected="0" id="selected" ignoreCase="false"/>
-</test>