From ca30ba7de4c3b0b17a61e1f07032575a01f2cd25 Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Wed, 21 May 2014 12:16:24 +0530 Subject: TableSection Element Rev.1 --- .../level1/html/HTMLTableSectionElement01.xml | 44 ++++++++++++++++++++++ .../html/HTMLTableSectionElement01.xml.kfail | 44 ---------------------- .../level1/html/HTMLTableSectionElement02.xml | 44 ++++++++++++++++++++++ .../html/HTMLTableSectionElement02.xml.kfail | 44 ---------------------- .../level1/html/HTMLTableSectionElement03.xml | 44 ++++++++++++++++++++++ .../html/HTMLTableSectionElement03.xml.kfail | 44 ---------------------- .../level1/html/HTMLTableSectionElement04.xml | 44 ++++++++++++++++++++++ .../html/HTMLTableSectionElement04.xml.kfail | 44 ---------------------- .../level1/html/HTMLTableSectionElement05.xml | 44 ++++++++++++++++++++++ .../html/HTMLTableSectionElement05.xml.kfail | 44 ---------------------- .../level1/html/HTMLTableSectionElement06.xml | 44 ++++++++++++++++++++++ .../html/HTMLTableSectionElement06.xml.kfail | 44 ---------------------- .../level1/html/HTMLTableSectionElement07.xml | 43 +++++++++++++++++++++ .../html/HTMLTableSectionElement07.xml.kfail | 43 --------------------- .../level1/html/HTMLTableSectionElement08.xml | 43 +++++++++++++++++++++ .../html/HTMLTableSectionElement08.xml.kfail | 43 --------------------- .../level1/html/HTMLTableSectionElement09.xml | 43 +++++++++++++++++++++ .../html/HTMLTableSectionElement09.xml.kfail | 43 --------------------- .../level1/html/HTMLTableSectionElement10.xml | 44 ++++++++++++++++++++++ .../html/HTMLTableSectionElement10.xml.kfail | 44 ---------------------- .../level1/html/HTMLTableSectionElement11.xml | 44 ++++++++++++++++++++++ .../html/HTMLTableSectionElement11.xml.kfail | 44 ---------------------- .../level1/html/HTMLTableSectionElement12.xml | 44 ++++++++++++++++++++++ .../html/HTMLTableSectionElement12.xml.kfail | 44 ---------------------- 24 files changed, 525 insertions(+), 525 deletions(-) create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement01.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement01.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement02.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement02.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement03.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement03.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement04.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement04.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement05.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement05.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement06.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement06.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement07.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement07.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement08.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement08.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement09.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement09.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement10.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement10.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement11.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement11.xml.kfail create mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement12.xml delete mode 100644 test/testcases/tests/level1/html/HTMLTableSectionElement12.xml.kfail (limited to 'test/testcases/tests/level1/html') diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement01.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement01.xml new file mode 100644 index 0000000..238dcb2 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement01.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLTableSectionElement01 +NIST + + The align attribute specifies the horizontal alignment of data within + cells. + + Retrieve the align attribute of the first THEAD element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement01.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement01.xml.kfail deleted file mode 100644 index 238dcb2..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement01.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLTableSectionElement01 -NIST - - The align attribute specifies the horizontal alignment of data within - cells. - - Retrieve the align attribute of the first THEAD element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement02.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement02.xml new file mode 100644 index 0000000..c4bdbf9 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement02.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLTableSectionElement02 +NIST + + The align attribute specifies the horizontal alignment of data within + cells. + + Retrieve the align attribute of the first TFOOT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement02.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement02.xml.kfail deleted file mode 100644 index c4bdbf9..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement02.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLTableSectionElement02 -NIST - - The align attribute specifies the horizontal alignment of data within - cells. - - Retrieve the align attribute of the first TFOOT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement03.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement03.xml new file mode 100644 index 0000000..2236435 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement03.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLTableSectionElement03 +NIST + + The align attribute specifies the horizontal alignment of data within + cells. + + Retrieve the align attribute of the first TBODY element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement03.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement03.xml.kfail deleted file mode 100644 index 2236435..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement03.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLTableSectionElement03 -NIST - - The align attribute specifies the horizontal alignment of data within - cells. - - Retrieve the align attribute of the first TBODY element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement04.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement04.xml new file mode 100644 index 0000000..2060f35 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement04.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLTableSectionElement04 +NIST + + The ch attribute specifies the alignment character for cells in a + column. + + Retrieve the char attribute of the first THEAD element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement04.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement04.xml.kfail deleted file mode 100644 index 2060f35..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement04.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLTableSectionElement04 -NIST - - The ch attribute specifies the alignment character for cells in a - column. - - Retrieve the char attribute of the first THEAD element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement05.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement05.xml new file mode 100644 index 0000000..32022bb --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement05.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLTableSectionElement05 +NIST + + The ch attribute specifies the alignment character for cells in a + column. + + Retrieve the char attribute of the first TFOOT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement05.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement05.xml.kfail deleted file mode 100644 index 32022bb..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement05.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLTableSectionElement05 -NIST - - The ch attribute specifies the alignment character for cells in a - column. - - Retrieve the char attribute of the first TFOOT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement06.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement06.xml new file mode 100644 index 0000000..be665e4 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement06.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLTableSectionElement06 +NIST + + The ch attribute specifies the alignment character for cells in a + column. + + Retrieve the char attribute of the first TBODY element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement06.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement06.xml.kfail deleted file mode 100644 index be665e4..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement06.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLTableSectionElement06 -NIST - - The ch attribute specifies the alignment character for cells in a - column. - - Retrieve the char attribute of the first TBODY element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement07.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement07.xml new file mode 100644 index 0000000..ecf38f3 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement07.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLTableSectionElement07 +NIST + + The chOff attribute specifies the offset of alignment character. + + Retrieve the charoff attribute of the first THEAD element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement07.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement07.xml.kfail deleted file mode 100644 index ecf38f3..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement07.xml.kfail +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLTableSectionElement07 -NIST - - The chOff attribute specifies the offset of alignment character. - - Retrieve the charoff attribute of the first THEAD element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement08.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement08.xml new file mode 100644 index 0000000..48440ca --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement08.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLTableSectionElement08 +NIST + + The chOff attribute specifies the offset of alignment character. + + Retrieve the charoff attribute of the first TFOOT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement08.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement08.xml.kfail deleted file mode 100644 index 48440ca..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement08.xml.kfail +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLTableSectionElement08 -NIST - - The chOff attribute specifies the offset of alignment character. - - Retrieve the charoff attribute of the first TFOOT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement09.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement09.xml new file mode 100644 index 0000000..501446b --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement09.xml @@ -0,0 +1,43 @@ + + + + + + + +HTMLTableSectionElement09 +NIST + + The chOff attribute specifies the offset of alignment character. + + Retrieve the charoff attribute of the first TBODY element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement09.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement09.xml.kfail deleted file mode 100644 index 501446b..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement09.xml.kfail +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -HTMLTableSectionElement09 -NIST - - The chOff attribute specifies the offset of alignment character. - - Retrieve the charoff attribute of the first TBODY element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement10.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement10.xml new file mode 100644 index 0000000..3e011c1 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement10.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLTableSectionElement10 +NIST + + The vAlign attribute specifies the vertical alignment of cell data in + column. + + Retrieve the vAlign attribute of the first THEAD element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement10.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement10.xml.kfail deleted file mode 100644 index 3e011c1..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement10.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLTableSectionElement10 -NIST - - The vAlign attribute specifies the vertical alignment of cell data in - column. - - Retrieve the vAlign attribute of the first THEAD element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement11.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement11.xml new file mode 100644 index 0000000..ba5ae68 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement11.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLTableSectionElement11 +NIST + + The vAlign attribute specifies the vertical alignment of cell data in + column. + + Retrieve the vAlign attribute of the first TFOOT element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement11.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement11.xml.kfail deleted file mode 100644 index ba5ae68..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement11.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLTableSectionElement11 -NIST - - The vAlign attribute specifies the vertical alignment of cell data in - column. - - Retrieve the vAlign attribute of the first TFOOT element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement12.xml b/test/testcases/tests/level1/html/HTMLTableSectionElement12.xml new file mode 100644 index 0000000..e649489 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLTableSectionElement12.xml @@ -0,0 +1,44 @@ + + + + + + + +HTMLTableSectionElement12 +NIST + + The vAlign attribute specifies the vertical alignment of cell data in + column. + + Retrieve the vAlign attribute of the first TBODY element and examine + its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLTableSectionElement12.xml.kfail b/test/testcases/tests/level1/html/HTMLTableSectionElement12.xml.kfail deleted file mode 100644 index e649489..0000000 --- a/test/testcases/tests/level1/html/HTMLTableSectionElement12.xml.kfail +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLTableSectionElement12 -NIST - - The vAlign attribute specifies the vertical alignment of cell data in - column. - - Retrieve the vAlign attribute of the first TBODY element and examine - its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - -- cgit v1.2.3