From 1cca41793dd6acc052bae2f1464eedd094c84f58 Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Tue, 3 Jun 2014 10:53:17 +0530 Subject: changing size attribute of Input Element to be of type int --- .../tests/level2/html/HTMLInputElement13.xml | 43 ++++++++++++++++++++++ .../tests/level2/html/HTMLInputElement13.xml.kfail | 43 ---------------------- 2 files changed, 43 insertions(+), 43 deletions(-) create mode 100644 test/testcases/tests/level2/html/HTMLInputElement13.xml delete mode 100644 test/testcases/tests/level2/html/HTMLInputElement13.xml.kfail (limited to 'test/testcases/tests/level2/html') diff --git a/test/testcases/tests/level2/html/HTMLInputElement13.xml b/test/testcases/tests/level2/html/HTMLInputElement13.xml new file mode 100644 index 0000000..e243035 --- /dev/null +++ b/test/testcases/tests/level2/html/HTMLInputElement13.xml @@ -0,0 +1,43 @@ + + + + + + +HTMLInputElement13 +NIST + + The size attribute contains the size information. Its precise meaning + is specific to each type of field. + + Retrieve the size attribute of the 1st INPUT element and examine + its value. + +Mary Brady +2001-12-26 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level2/html/HTMLInputElement13.xml.kfail b/test/testcases/tests/level2/html/HTMLInputElement13.xml.kfail deleted file mode 100644 index e243035..0000000 --- a/test/testcases/tests/level2/html/HTMLInputElement13.xml.kfail +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - -HTMLInputElement13 -NIST - - The size attribute contains the size information. Its precise meaning - is specific to each type of field. - - Retrieve the size attribute of the 1st INPUT element and examine - its value. - -Mary Brady -2001-12-26 - - - - - - - - - - - - - -- cgit v1.2.3