From 26610a3b631ecf53356c95fa72ba822b0cb12d86 Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Thu, 5 Jun 2014 21:06:09 +0530 Subject: FrameSet Element --- .../tests/level1/html/HTMLFrameSetElement01.xml | 44 ++++++++++++++++++++++ .../level1/html/HTMLFrameSetElement01.xml.kfail | 44 ---------------------- .../tests/level1/html/HTMLFrameSetElement02.xml | 44 ++++++++++++++++++++++ .../level1/html/HTMLFrameSetElement02.xml.kfail | 44 ---------------------- 4 files changed, 88 insertions(+), 88 deletions(-) create mode 100644 test/testcases/tests/level1/html/HTMLFrameSetElement01.xml delete mode 100644 test/testcases/tests/level1/html/HTMLFrameSetElement01.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLFrameSetElement02.xml delete mode 100644 test/testcases/tests/level1/html/HTMLFrameSetElement02.xml.kfail (limited to 'test/testcases/tests/level1') diff --git a/test/testcases/tests/level1/html/HTMLFrameSetElement01.xml b/test/testcases/tests/level1/html/HTMLFrameSetElement01.xml new file mode 100644 index 0000000..18e5ff5 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLFrameSetElement01.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLFrameSetElement01 +NIST + + The cols attribute specifies the number of columns of frames in the + frameset. + + Retrieve the cols attribute of the first FRAMESET element and examine + it's value. + +Rick Rivello +2002-05-08 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLFrameSetElement01.xml.kfail b/test/testcases/tests/level1/html/HTMLFrameSetElement01.xml.kfail deleted file mode 100644 index 18e5ff5..0000000 --- a/test/testcases/tests/level1/html/HTMLFrameSetElement01.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLFrameSetElement01 -NIST - - The cols attribute specifies the number of columns of frames in the - frameset. - - Retrieve the cols attribute of the first FRAMESET element and examine - it's value. - -Rick Rivello -2002-05-08 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLFrameSetElement02.xml b/test/testcases/tests/level1/html/HTMLFrameSetElement02.xml new file mode 100644 index 0000000..e598cef --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLFrameSetElement02.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLFrameSetElement02 +NIST + + The rows attribute specifies the number of rows of frames in the + frameset. + + Retrieve the rows attribute of the second FRAMESET element and examine + it's value. + +Rick Rivello +2002-05-08 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLFrameSetElement02.xml.kfail b/test/testcases/tests/level1/html/HTMLFrameSetElement02.xml.kfail deleted file mode 100644 index e598cef..0000000 --- a/test/testcases/tests/level1/html/HTMLFrameSetElement02.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLFrameSetElement02 -NIST - - The rows attribute specifies the number of rows of frames in the - frameset. - - Retrieve the rows attribute of the second FRAMESET element and examine - it's value. - -Rick Rivello -2002-05-08 - - - - - - - - - - - - - -- cgit v1.2.3