From 708305ca950301ceee53bc0552beb80880e83842 Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Sat, 17 May 2014 08:39:50 +0530 Subject: Map Element --- .../tests/level1/html/HTMLMapElement01.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLMapElement02.xml | 42 +++++++++++++++++++++ .../tests/level1/html/HTMLMapElement02.xml.kfail | 42 --------------------- 3 files changed, 42 insertions(+), 86 deletions(-) delete mode 100644 test/testcases/tests/level1/html/HTMLMapElement01.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLMapElement02.xml delete mode 100644 test/testcases/tests/level1/html/HTMLMapElement02.xml.kfail (limited to 'test/testcases/tests') diff --git a/test/testcases/tests/level1/html/HTMLMapElement01.xml.kfail b/test/testcases/tests/level1/html/HTMLMapElement01.xml.kfail deleted file mode 100644 index 01e2459..0000000 --- a/test/testcases/tests/level1/html/HTMLMapElement01.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLMapElement01 -NIST - - The areas attribute is a list of areas defined for the image map. - - Retrieve the areas attribute and find the number of areas defined. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLMapElement02.xml b/test/testcases/tests/level1/html/HTMLMapElement02.xml new file mode 100644 index 0000000..fc83993 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLMapElement02.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLMapElement02 +NIST + + The name attribute names the map(for use with usemap). + + Retrieve the name attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLMapElement02.xml.kfail b/test/testcases/tests/level1/html/HTMLMapElement02.xml.kfail deleted file mode 100644 index fc83993..0000000 --- a/test/testcases/tests/level1/html/HTMLMapElement02.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLMapElement02 -NIST - - The name attribute names the map(for use with usemap). - - Retrieve the name attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - -- cgit v1.2.3