From dc6bcfdcc5058940a0ffc919587f1cce5c63ec2f Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Wed, 5 Mar 2014 19:25:45 +0530 Subject: final patch for adding hr tag to libdom --- test/DOMTSHandler.pm | 1 + .../tests/level1/html/HTMLHRElement01.xml | 42 +++++++++++++++++++++ .../tests/level1/html/HTMLHRElement01.xml.kfail | 42 --------------------- .../tests/level1/html/HTMLHRElement02.xml | 43 ++++++++++++++++++++++ .../tests/level1/html/HTMLHRElement02.xml.kfail | 43 ---------------------- .../tests/level1/html/HTMLHRElement03.xml | 42 +++++++++++++++++++++ .../tests/level1/html/HTMLHRElement03.xml.kfail | 42 --------------------- .../tests/level1/html/HTMLHRElement04.xml | 42 +++++++++++++++++++++ .../tests/level1/html/HTMLHRElement04.xml.kfail | 42 --------------------- 9 files changed, 170 insertions(+), 169 deletions(-) create mode 100644 test/testcases/tests/level1/html/HTMLHRElement01.xml delete mode 100644 test/testcases/tests/level1/html/HTMLHRElement01.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLHRElement02.xml delete mode 100644 test/testcases/tests/level1/html/HTMLHRElement02.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLHRElement03.xml delete mode 100644 test/testcases/tests/level1/html/HTMLHRElement03.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLHRElement04.xml delete mode 100644 test/testcases/tests/level1/html/HTMLHRElement04.xml.kfail (limited to 'test') diff --git a/test/DOMTSHandler.pm b/test/DOMTSHandler.pm index 22fb418..df2b028 100644 --- a/test/DOMTSHandler.pm +++ b/test/DOMTSHandler.pm @@ -52,6 +52,7 @@ our %special_prefix = ( HTMLFormElement => "dom_html_form_element", CharacterData => "dom_characterdata", CDATASection => "dom_cdata_section *", + HTMLHRElement => "dom_html_hr_element", ); our %unref_prefix = ( diff --git a/test/testcases/tests/level1/html/HTMLHRElement01.xml b/test/testcases/tests/level1/html/HTMLHRElement01.xml new file mode 100644 index 0000000..c074605 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLHRElement01.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLHRElement01 +NIST + + The align attribute specifies the rule alignment on the page. + + Retrieve the align attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLHRElement01.xml.kfail b/test/testcases/tests/level1/html/HTMLHRElement01.xml.kfail deleted file mode 100644 index c074605..0000000 --- a/test/testcases/tests/level1/html/HTMLHRElement01.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLHRElement01 -NIST - - The align attribute specifies the rule alignment on the page. - - Retrieve the align attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLHRElement02.xml b/test/testcases/tests/level1/html/HTMLHRElement02.xml new file mode 100644 index 0000000..37f1293 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLHRElement02.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLHRElement02 +NIST + + The noShade attribute specifies that the rule should be drawn as + a solid color. + + Retrieve the noShade attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLHRElement02.xml.kfail b/test/testcases/tests/level1/html/HTMLHRElement02.xml.kfail deleted file mode 100644 index 37f1293..0000000 --- a/test/testcases/tests/level1/html/HTMLHRElement02.xml.kfail +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLHRElement02 -NIST - - The noShade attribute specifies that the rule should be drawn as - a solid color. - - Retrieve the noShade attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLHRElement03.xml b/test/testcases/tests/level1/html/HTMLHRElement03.xml new file mode 100644 index 0000000..03ddebc --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLHRElement03.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLHRElement03 +NIST + + The size attribute specifies the height of the rule. + + Retrieve the size attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLHRElement03.xml.kfail b/test/testcases/tests/level1/html/HTMLHRElement03.xml.kfail deleted file mode 100644 index 03ddebc..0000000 --- a/test/testcases/tests/level1/html/HTMLHRElement03.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLHRElement03 -NIST - - The size attribute specifies the height of the rule. - - Retrieve the size attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLHRElement04.xml b/test/testcases/tests/level1/html/HTMLHRElement04.xml new file mode 100644 index 0000000..2090d14 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLHRElement04.xml @@ -0,0 +1,42 @@ + + + + + + + +HTMLHRElement04 +NIST + + The width attribute specifies the width of the rule. + + Retrieve the width attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLHRElement04.xml.kfail b/test/testcases/tests/level1/html/HTMLHRElement04.xml.kfail deleted file mode 100644 index 2090d14..0000000 --- a/test/testcases/tests/level1/html/HTMLHRElement04.xml.kfail +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - -HTMLHRElement04 -NIST - - The width attribute specifies the width of the rule. - - Retrieve the width attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - -- cgit v1.2.3