From: Cui, Jieqiong Date: Tue, 10 Sep 2013 06:26:50 +0000 (+0800) Subject: Fix TTS-1996 by transfer .xht file to .htm file in font X-Git-Tag: 2.2.1_release~149^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0a11a4ce1c39d103cffe0494893120ee5dd209f;p=test%2Ftct%2Fweb%2Fapi.git Fix TTS-1996 by transfer .xht file to .htm file in font Signed-off-by: Cui, Jieqiong --- diff --git a/tct-fonts-css3-tests/fonts/csswg/COPYING b/tct-fonts-css3-tests/fonts/csswg/COPYING index 903d19000..5567a5f72 100644 --- a/tct-fonts-css3-tests/fonts/csswg/COPYING +++ b/tct-fonts-css3-tests/fonts/csswg/COPYING @@ -13,6 +13,11 @@ with some modifications: + This sentence Should be In normal Mixed case (Some letter Capitalized). +

+2. Using tool transfer .xht file to .htm file. + The tool comes from https://github.com/w3c/csswg-test/tree/master/tools. + +3. Using @font-face instead of AHEM font installation. + These tests are copyright by W3C and/or the author listed in the test file. The tests are dual-licensed under the W3C Test Suite License: http://www.w3.org/Consortium/Legal/2008/04-testsuite-license diff --git a/tct-fonts-css3-tests/fonts/csswg/c522-font-family-000.htm b/tct-fonts-css3-tests/fonts/csswg/c522-font-family-000.htm new file mode 100644 index 000000000..4948f419c --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/c522-font-family-000.htm @@ -0,0 +1,43 @@ + + + + CSS Test: font-family + + + + + + + + +
+

This sentence should be in a serif font.

+

This sentence should be in a serif font.

+

This sentence should be in a sans-serif font.

+

This sentence should be in a cursive font.

+

This sentence should be in a fantasy font.

+

This sentence should be in a monospace font.

+
+

This sentence should be in a sans-serif font.

+

This sentence should be in a monospace font.

+
+

This sentence should be in a monospace font.

+

This sentence should be in a serif font.

+

This sentence should be in a sans-serif font.

+

This sentence should be in a cursive font.

+

This sentence should be in a fantasy font.

+

This sentence should be in a monospace font.

+
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.htm b/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.htm new file mode 100644 index 000000000..6a9470dbf --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.htm @@ -0,0 +1,25 @@ + + + + CSS Test: font-style + + + + + + + + +

+ This sentence should be in italics. + This sentence should be normal. +

+

This sentence should be oblique.

+

This sentence should be normal.

+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.xht b/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.xht deleted file mode 100644 index 077f9bfd3..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.xht +++ /dev/null @@ -1,25 +0,0 @@ - - - - CSS Test: font-style - - - - - - - - -

- This sentence should be in italics. - This sentence should be normal. -

-

This sentence should be oblique.

-

This sentence should be normal.

- - diff --git a/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.htm b/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.htm new file mode 100644 index 000000000..f60ccd796 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.htm @@ -0,0 +1,28 @@ + + + + CSS Test: font-variant + + + + + + + + + +

This sentence Should be In small Caps with Some letter Capitalized.

+

+ This sentence Should be In small Caps with Some letter Capitalized. + This sentence Should be In normal Mixed case (Some letter Capitalized). +

+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.xht b/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.xht deleted file mode 100644 index 28261adb7..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.xht +++ /dev/null @@ -1,28 +0,0 @@ - - - - CSS Test: font-variant - - - - - - - - - -

This sentence Should be In small Caps with Some letter Capitalized.

-

- This sentence Should be In small Caps with Some letter Capitalized. - This sentence Should be In normal Mixed case (Some letter Capitalized). -

- - diff --git a/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.htm b/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.htm new file mode 100644 index 000000000..8132a4e59 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.htm @@ -0,0 +1,57 @@ + + + + CSS Test: font-weight + + + + + + + + + +

This sentence is normal.

+

This sentence should also be normal.

+

This sentence should also be normal.

+

This sentence should be bolder than normal.

+

This sentence should be bold.

+

Whatever this line looks like...

+

...this line should look bolder (or the same).

+

This sentence should be lighter than normal (or the same).

+

+ This sentence should be bold. + This sentence should be normal. +

+ +
+ +

For the following nine lines, each must be bolder or the same as the previous:

+

Line 1 (Lightest)

+

Line 2

+

Line 3

+

Line 4 (Normal)

+

Line 5

+

Line 6

+

Line 7

+

Line 8

+

Line 9 (Boldest)

+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.xht b/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.xht deleted file mode 100644 index eb61c6701..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.xht +++ /dev/null @@ -1,57 +0,0 @@ - - - - CSS Test: font-weight - - - - - - - - - -

This sentence is normal.

-

This sentence should also be normal.

-

This sentence should also be normal.

-

This sentence should be bolder than normal.

-

This sentence should be bold.

-

Whatever this line looks like...

-

...this line should look bolder (or the same).

-

This sentence should be lighter than normal (or the same).

-

- This sentence should be bold. - This sentence should be normal. -

- -
- -

For the following nine lines, each must be bolder or the same as the previous:

-

Line 1 (Lightest)

-

Line 2

-

Line 3

-

Line 4 (Normal)

-

Line 5

-

Line 6

-

Line 7

-

Line 8

-

Line 9 (Boldest)

- - diff --git a/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.htm b/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.htm new file mode 100644 index 000000000..4784bd973 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.htm @@ -0,0 +1,53 @@ + + + + CSS Test: font-size + + + + + + + + +

This sentence should be normal.

+

This sentence should be the same.

+

This sentence should be larger than normal.

+

This sentence should be smaller than normal.

+

+ This sentence should be very small. + This sentence should be back to normal. +

+

+ This sentence should be rather small. + This sentence should be back to normal. +

+

+ This sentence should be small. + This sentence should be back to normal. +

+

+ This sentence should be large. + This sentence should be back to normal. +

+

+ This sentence should be rather large. + This sentence should be back to normal. +

+

+ This sentence should be very large. + This sentence should be back to normal. +

+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.xht b/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.xht deleted file mode 100644 index 72d9fc5e7..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.xht +++ /dev/null @@ -1,53 +0,0 @@ - - - - CSS Test: font-size - - - - - - - - -

This sentence should be normal.

-

This sentence should be the same.

-

This sentence should be larger than normal.

-

This sentence should be smaller than normal.

-

- This sentence should be very small. - This sentence should be back to normal. -

-

- This sentence should be rather small. - This sentence should be back to normal. -

-

- This sentence should be small. - This sentence should be back to normal. -

-

- This sentence should be large. - This sentence should be back to normal. -

-

- This sentence should be rather large. - This sentence should be back to normal. -

-

- This sentence should be very large. - This sentence should be back to normal. -

- - diff --git a/tct-fonts-css3-tests/fonts/csswg/font-001.htm b/tct-fonts-css3-tests/fonts/csswg/font-001.htm new file mode 100644 index 000000000..5b585c2fe --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-001.htm @@ -0,0 +1,43 @@ + + + + CSS Test: Font shorthand set using the values font-size and font-family + + + + + + + + + +

Test passes if there are two boxes on the page and they are the same height.

+
+
X
+
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-001.xht deleted file mode 100644 index d39e5bf05..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-001.xht +++ /dev/null @@ -1,39 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-size and font-family - - - - - - - - - -

Test passes if there are two boxes on the page and they are the same height.

-
-
X
-
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-002.htm b/tct-fonts-css3-tests/fonts/csswg/font-002.htm new file mode 100644 index 000000000..174152c7a --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-002.htm @@ -0,0 +1,43 @@ + + + + CSS Test: Font shorthand set using the values font-style, font-size and font-family + + + + + + + + + +

Test passes if there are two boxes on the page and they are the same height. One box needs to be slanted to one side.

+
+
X
+
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-002.xht b/tct-fonts-css3-tests/fonts/csswg/font-002.xht deleted file mode 100644 index b3c407c18..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-002.xht +++ /dev/null @@ -1,39 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-style, font-size and font-family - - - - - - - - - -

Test passes if there are two boxes on the page and they are the same height. One box needs to be slanted to one side.

-
-
X
-
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-003.htm b/tct-fonts-css3-tests/fonts/csswg/font-003.htm new file mode 100644 index 000000000..53345fb10 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-003.htm @@ -0,0 +1,27 @@ + + + + CSS Test: Font shorthand set using the values font-variant, font-size and font-family + + + + + + + + + +

Test passes if letters "E" below are larger than this text, are capitalized, and if the left "E" is smaller than the right "E".

+
eE
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-003.xht b/tct-fonts-css3-tests/fonts/csswg/font-003.xht deleted file mode 100644 index e7bbe5a2b..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-003.xht +++ /dev/null @@ -1,27 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-variant, font-size and font-family - - - - - - - - - -

Test passes if letters "E" below are larger than this text, are capitalized, and if the left "E" is smaller than the right "E".

-
eE
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-004.htm b/tct-fonts-css3-tests/fonts/csswg/font-004.htm new file mode 100644 index 000000000..3beed663c --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-004.htm @@ -0,0 +1,42 @@ + + + + CSS Test: Font shorthand set using the values font-weight, font-size and font-family + + + + + + + + + +

Test passes if there is no red visible on the page.

+
+
X
+
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-004.xht b/tct-fonts-css3-tests/fonts/csswg/font-004.xht deleted file mode 100644 index 689d930fe..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-004.xht +++ /dev/null @@ -1,38 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-weight, font-size and font-family - - - - - - - - - -

Test passes if there is no red visible on the page.

-
-
X
-
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-006.htm b/tct-fonts-css3-tests/fonts/csswg/font-006.htm new file mode 100644 index 000000000..be21e4760 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-006.htm @@ -0,0 +1,49 @@ + + + + CSS Test: Font shorthand set using the values font-style, font-weight, font-size and font-family + + + + + + + + + +

Test passes if there is no red visible on the page except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-006.xht b/tct-fonts-css3-tests/fonts/csswg/font-006.xht deleted file mode 100644 index 1d0bbfe55..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-006.xht +++ /dev/null @@ -1,45 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-style, font-weight, font-size and font-family - - - - - - - - - -

Test passes if there is no red visible on the page except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-007.htm b/tct-fonts-css3-tests/fonts/csswg/font-007.htm new file mode 100644 index 000000000..e9a050221 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-007.htm @@ -0,0 +1,49 @@ + + + + CSS Test: Font shorthand set using the values font-variant, font-style, font-size and font-family + + + + + + + + + +

Test passes if there is no red visible on the page.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-007.xht b/tct-fonts-css3-tests/fonts/csswg/font-007.xht deleted file mode 100644 index 9524ce9be..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-007.xht +++ /dev/null @@ -1,45 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-variant, font-style, font-size and font-family - - - - - - - - - -

Test passes if there is no red visible on the page.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-008.htm b/tct-fonts-css3-tests/fonts/csswg/font-008.htm new file mode 100644 index 000000000..6197b0bb3 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-008.htm @@ -0,0 +1,49 @@ + + + + CSS Test: Font shorthand set using the values font-variant, font-weight, font-size and font-family + + + + + + + + + +

Test passes if there is no red visible on the page.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-008.xht b/tct-fonts-css3-tests/fonts/csswg/font-008.xht deleted file mode 100644 index 728f408a7..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-008.xht +++ /dev/null @@ -1,45 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-variant, font-weight, font-size and font-family - - - - - - - - - -

Test passes if there is no red visible on the page.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-009.htm b/tct-fonts-css3-tests/fonts/csswg/font-009.htm new file mode 100644 index 000000000..46fda21e2 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-009.htm @@ -0,0 +1,49 @@ + + + + CSS Test: Font shorthand set using the values font-weight, font-style, font-size and font-family + + + + + + + + + +

Test passes if there is no red visible on the page except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-009.xht b/tct-fonts-css3-tests/fonts/csswg/font-009.xht deleted file mode 100644 index 386a934de..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-009.xht +++ /dev/null @@ -1,45 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-weight, font-style, font-size and font-family - - - - - - - - - -

Test passes if there is no red visible on the page except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-010.htm b/tct-fonts-css3-tests/fonts/csswg/font-010.htm new file mode 100644 index 000000000..f17ef0cd7 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-010.htm @@ -0,0 +1,49 @@ + + + + CSS Test: Font shorthand set using the values font-weight, font-variant, font-size and font-family + + + + + + + + + +

Test passes if there is no red visible on the page.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-010.xht b/tct-fonts-css3-tests/fonts/csswg/font-010.xht deleted file mode 100644 index af269c9c2..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-010.xht +++ /dev/null @@ -1,45 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-weight, font-variant, font-size and font-family - - - - - - - - - -

Test passes if there is no red visible on the page.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-011.htm b/tct-fonts-css3-tests/fonts/csswg/font-011.htm new file mode 100644 index 000000000..626f74a34 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-011.htm @@ -0,0 +1,50 @@ + + + + CSS Test: Font shorthand set using the values font-style, font-variant, font-weight, font-size and font-family + + + + + + + + + +

Test passes if there is no red visible on the page except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-011.xht b/tct-fonts-css3-tests/fonts/csswg/font-011.xht deleted file mode 100644 index 557fd8c60..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-011.xht +++ /dev/null @@ -1,46 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-style, font-variant, font-weight, font-size and font-family - - - - - - - - - -

Test passes if there is no red visible on the page except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-012.htm b/tct-fonts-css3-tests/fonts/csswg/font-012.htm new file mode 100644 index 000000000..7df9c532d --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-012.htm @@ -0,0 +1,50 @@ + + + + CSS Test: Font shorthand set using the values font-style, font-weight, font-variant, font-size and font-family + + + + + + + + + +

Test passes if there is no red visible on the page except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-012.xht b/tct-fonts-css3-tests/fonts/csswg/font-012.xht deleted file mode 100644 index 37df26dcd..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-012.xht +++ /dev/null @@ -1,46 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-style, font-weight, font-variant, font-size and font-family - - - - - - - - - -

Test passes if there is no red visible on the page except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-013.htm b/tct-fonts-css3-tests/fonts/csswg/font-013.htm new file mode 100644 index 000000000..3149984bf --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-013.htm @@ -0,0 +1,50 @@ + + + + CSS Test: Font shorthand set using the values font-variant, font-style, font-weight, font-size and font-family + + + + + + + + + +

Test passes if there is no red visible on the page except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-013.xht b/tct-fonts-css3-tests/fonts/csswg/font-013.xht deleted file mode 100644 index 85361c243..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-013.xht +++ /dev/null @@ -1,46 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-variant, font-style, font-weight, font-size and font-family - - - - - - - - - -

Test passes if there is no red visible on the page except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-014.htm b/tct-fonts-css3-tests/fonts/csswg/font-014.htm new file mode 100644 index 000000000..9a1e9a574 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-014.htm @@ -0,0 +1,50 @@ + + + + CSS Test: Font shorthand set using the values font-variant, font-weight, font-style, font-size and font-family + + + + + + + + + +

Test passes if there is no red visible on the page except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-014.xht b/tct-fonts-css3-tests/fonts/csswg/font-014.xht deleted file mode 100644 index 038c9c2df..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-014.xht +++ /dev/null @@ -1,46 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-variant, font-weight, font-style, font-size and font-family - - - - - - - - - -

Test passes if there is no red visible on the page except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-015.htm b/tct-fonts-css3-tests/fonts/csswg/font-015.htm new file mode 100644 index 000000000..b50d59546 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-015.htm @@ -0,0 +1,50 @@ + + + + CSS Test: Font shorthand set using the values font-weight, font-style, font-variant, font-size and font-family + + + + + + + + + +

Test passes if there is no red visible on the page except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-015.xht b/tct-fonts-css3-tests/fonts/csswg/font-015.xht deleted file mode 100644 index 989fae562..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-015.xht +++ /dev/null @@ -1,46 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-weight, font-style, font-variant, font-size and font-family - - - - - - - - - -

Test passes if there is no red visible on the page except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-016.htm b/tct-fonts-css3-tests/fonts/csswg/font-016.htm new file mode 100644 index 000000000..5118a7540 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-016.htm @@ -0,0 +1,50 @@ + + + + CSS Test: Font shorthand set using the values font-weight, font-variant, font-style, font-size and font-family + + + + + + + + + +

Test passes if there is no red visible on the page except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-016.xht b/tct-fonts-css3-tests/fonts/csswg/font-016.xht deleted file mode 100644 index d3ad339d3..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-016.xht +++ /dev/null @@ -1,46 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-weight, font-variant, font-style, font-size and font-family - - - - - - - - - -

Test passes if there is no red visible on the page except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-017.xht b/tct-fonts-css3-tests/fonts/csswg/font-017.xht index 179b457d2..9c6edbfc5 100644 --- a/tct-fonts-css3-tests/fonts/csswg/font-017.xht +++ b/tct-fonts-css3-tests/fonts/csswg/font-017.xht @@ -10,6 +10,10 @@ + + +

Test passes if there are two boxes on the page, they are the same height, the top of both boxes line up and one box slants to one side.

+
+
X
+
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-018.xht b/tct-fonts-css3-tests/fonts/csswg/font-018.xht deleted file mode 100644 index df4979f91..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-018.xht +++ /dev/null @@ -1,38 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-style, font-size, line-height and font-family - - - - - - - - - -

Test passes if there are two boxes on the page, they are the same height, the top of both boxes line up and one box slants to one side.

-
-
X
-
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-020.xht b/tct-fonts-css3-tests/fonts/csswg/font-020.xht index f1fdf681c..7c31b0f79 100644 --- a/tct-fonts-css3-tests/fonts/csswg/font-020.xht +++ b/tct-fonts-css3-tests/fonts/csswg/font-020.xht @@ -10,6 +10,10 @@ + + +

Test passes if there is no red except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-022.xht b/tct-fonts-css3-tests/fonts/csswg/font-022.xht deleted file mode 100644 index c00427c60..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-022.xht +++ /dev/null @@ -1,45 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-style, font-weight, font-size, line-height and font-family - - - - - - - - - - -

Test passes if there is no red except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-023.htm b/tct-fonts-css3-tests/fonts/csswg/font-023.htm new file mode 100644 index 000000000..a295628e0 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-023.htm @@ -0,0 +1,49 @@ + + + + CSS Test: Font shorthand set using the values font-variant, font-style, font-size, line-height and font-family + + + + + + + + + + +

Test passes if there is no red.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-023.xht b/tct-fonts-css3-tests/fonts/csswg/font-023.xht deleted file mode 100644 index c36bf14c1..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-023.xht +++ /dev/null @@ -1,45 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-variant, font-style, font-size, line-height and font-family - - - - - - - - - - -

Test passes if there is no red.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-024.htm b/tct-fonts-css3-tests/fonts/csswg/font-024.htm new file mode 100644 index 000000000..1147a6ca5 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-024.htm @@ -0,0 +1,49 @@ + + + + CSS Test: Font shorthand set using the values font-variant, font-weight, font-size, line-height and font-family + + + + + + + + + + +

Test passes if there is no red.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-024.xht b/tct-fonts-css3-tests/fonts/csswg/font-024.xht deleted file mode 100644 index 24f23d6ce..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-024.xht +++ /dev/null @@ -1,45 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-variant, font-weight, font-size, line-height and font-family - - - - - - - - - - -

Test passes if there is no red.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-025.htm b/tct-fonts-css3-tests/fonts/csswg/font-025.htm new file mode 100644 index 000000000..15b411154 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-025.htm @@ -0,0 +1,48 @@ + + + + CSS Test: Font shorthand set using the values font-weight, font-style, font-size, line-height and font-family + + + + + + + + + +

Test passes if there is no red except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-025.xht b/tct-fonts-css3-tests/fonts/csswg/font-025.xht deleted file mode 100644 index f431cd7a5..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-025.xht +++ /dev/null @@ -1,44 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-weight, font-style, font-size, line-height and font-family - - - - - - - - - -

Test passes if there is no red except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-026.htm b/tct-fonts-css3-tests/fonts/csswg/font-026.htm new file mode 100644 index 000000000..7649ec1da --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-026.htm @@ -0,0 +1,49 @@ + + + + CSS Test: Font shorthand set using the values font-weight, font-variant, font-size, line-height and font-family + + + + + + + + + + +

Test passes if there is no red.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-026.xht b/tct-fonts-css3-tests/fonts/csswg/font-026.xht deleted file mode 100644 index d820292b5..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-026.xht +++ /dev/null @@ -1,45 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-weight, font-variant, font-size, line-height and font-family - - - - - - - - - - -

Test passes if there is no red.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-027.htm b/tct-fonts-css3-tests/fonts/csswg/font-027.htm new file mode 100644 index 000000000..4bb1526aa --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-027.htm @@ -0,0 +1,50 @@ + + + + CSS Test: Font shorthand set using the values font-style, font-variant, font-weight, font-size, line-height and font-family + + + + + + + + + + +

Test passes if there is no red except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-027.xht b/tct-fonts-css3-tests/fonts/csswg/font-027.xht deleted file mode 100644 index 4106849fd..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-027.xht +++ /dev/null @@ -1,46 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-style, font-variant, font-weight, font-size, line-height and font-family - - - - - - - - - - -

Test passes if there is no red except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-028.htm b/tct-fonts-css3-tests/fonts/csswg/font-028.htm new file mode 100644 index 000000000..2ebdc3245 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-028.htm @@ -0,0 +1,50 @@ + + + + CSS Test: Font shorthand set using the values font-style, font-weight, font-variant, font-size, line-height and font-family + + + + + + + + + + +

Test passes if there is no red except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-028.xht b/tct-fonts-css3-tests/fonts/csswg/font-028.xht deleted file mode 100644 index f97fcd2c7..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-028.xht +++ /dev/null @@ -1,46 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-style, font-weight, font-variant, font-size, line-height and font-family - - - - - - - - - - -

Test passes if there is no red except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-029.htm b/tct-fonts-css3-tests/fonts/csswg/font-029.htm new file mode 100644 index 000000000..f84276b67 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-029.htm @@ -0,0 +1,49 @@ + + + + CSS Test: Font shorthand set using the values font-variant, font-style, font-weight, font-size, line-height and font-family + + + + + + + + + +

Test passes if there is no red visible on the page except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-029.xht b/tct-fonts-css3-tests/fonts/csswg/font-029.xht deleted file mode 100644 index a42a7de39..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-029.xht +++ /dev/null @@ -1,45 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-variant, font-style, font-weight, font-size, line-height and font-family - - - - - - - - - -

Test passes if there is no red visible on the page except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-030.htm b/tct-fonts-css3-tests/fonts/csswg/font-030.htm new file mode 100644 index 000000000..961d3704e --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-030.htm @@ -0,0 +1,49 @@ + + + + CSS Test: Font shorthand set using the values font-variant, font-weight, font-style, font-size, line-height and font-family + + + + + + + + + +

Test passes if there is no red visible on the page except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-030.xht b/tct-fonts-css3-tests/fonts/csswg/font-030.xht deleted file mode 100644 index 32528d459..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-030.xht +++ /dev/null @@ -1,45 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-variant, font-weight, font-style, font-size, line-height and font-family - - - - - - - - - -

Test passes if there is no red visible on the page except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-031.htm b/tct-fonts-css3-tests/fonts/csswg/font-031.htm new file mode 100644 index 000000000..587f5241e --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-031.htm @@ -0,0 +1,49 @@ + + + + CSS Test: Font shorthand set using the values font-weight, font-style, font-variant, font-size, line-height and font-family + + + + + + + + + +

Test passes if there is no red visible on the page except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-031.xht b/tct-fonts-css3-tests/fonts/csswg/font-031.xht deleted file mode 100644 index a4d50e7b0..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-031.xht +++ /dev/null @@ -1,45 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-weight, font-style, font-variant, font-size, line-height and font-family - - - - - - - - - -

Test passes if there is no red visible on the page except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-032.htm b/tct-fonts-css3-tests/fonts/csswg/font-032.htm new file mode 100644 index 000000000..bba58b7c9 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-032.htm @@ -0,0 +1,49 @@ + + + + CSS Test: Font shorthand set using the values font-weight, font-variant, font-style, font-size, line-height and font-family + + + + + + + + + +

Test passes if there is no red visible on the page except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-032.xht b/tct-fonts-css3-tests/fonts/csswg/font-032.xht deleted file mode 100644 index 56afa7ae2..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-032.xht +++ /dev/null @@ -1,45 +0,0 @@ - - - - CSS Test: Font shorthand set using the values font-weight, font-variant, font-style, font-size, line-height and font-family - - - - - - - - - -

Test passes if there is no red visible on the page except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-033.htm b/tct-fonts-css3-tests/fonts/csswg/font-033.htm new file mode 100644 index 000000000..f7107f311 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-033.htm @@ -0,0 +1,27 @@ + + + + CSS Test: Font set to the keyword 'caption' + + + + + + + + + +

Test passes if there is a letter "X" below.

+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-033.xht b/tct-fonts-css3-tests/fonts/csswg/font-033.xht deleted file mode 100644 index d48a473db..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-033.xht +++ /dev/null @@ -1,23 +0,0 @@ - - - - CSS Test: Font set to the keyword 'caption' - - - - - - - - - -

Test passes if there is a letter "X" below.

-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-034.htm b/tct-fonts-css3-tests/fonts/csswg/font-034.htm new file mode 100644 index 000000000..7944a0ef9 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-034.htm @@ -0,0 +1,27 @@ + + + + CSS Test: Font set to the keyword 'icon' + + + + + + + + + +

Test passes if there is a letter "X" below.

+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-034.xht b/tct-fonts-css3-tests/fonts/csswg/font-034.xht deleted file mode 100644 index 0534954bf..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-034.xht +++ /dev/null @@ -1,23 +0,0 @@ - - - - CSS Test: Font set to the keyword 'icon' - - - - - - - - - -

Test passes if there is a letter "X" below.

-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-035.htm b/tct-fonts-css3-tests/fonts/csswg/font-035.htm new file mode 100644 index 000000000..492d78b41 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-035.htm @@ -0,0 +1,27 @@ + + + + CSS Test: Font set to the keyword 'menu' + + + + + + + + + +

Test passes if there is a letter "X" below.

+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-035.xht b/tct-fonts-css3-tests/fonts/csswg/font-035.xht deleted file mode 100644 index a1b2765b1..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-035.xht +++ /dev/null @@ -1,23 +0,0 @@ - - - - CSS Test: Font set to the keyword 'menu' - - - - - - - - - -

Test passes if there is a letter "X" below.

-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-036.htm b/tct-fonts-css3-tests/fonts/csswg/font-036.htm new file mode 100644 index 000000000..cb2caea7a --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-036.htm @@ -0,0 +1,27 @@ + + + + CSS Test: Font set to the keyword 'message-box' + + + + + + + + + +

Test passes if there is a letter "X" below.

+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-036.xht b/tct-fonts-css3-tests/fonts/csswg/font-036.xht deleted file mode 100644 index 956c2c0aa..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-036.xht +++ /dev/null @@ -1,23 +0,0 @@ - - - - CSS Test: Font set to the keyword 'message-box' - - - - - - - - - -

Test passes if there is a letter "X" below.

-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-037.htm b/tct-fonts-css3-tests/fonts/csswg/font-037.htm new file mode 100644 index 000000000..8a22467a3 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-037.htm @@ -0,0 +1,27 @@ + + + + CSS Test: Font set to the keyword 'small-caption' + + + + + + + + + +

Test passes if there is a letter "X" below.

+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-037.xht b/tct-fonts-css3-tests/fonts/csswg/font-037.xht deleted file mode 100644 index 0ad2463fe..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-037.xht +++ /dev/null @@ -1,23 +0,0 @@ - - - - CSS Test: Font set to the keyword 'small-caption' - - - - - - - - - -

Test passes if there is a letter "X" below.

-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-038.htm b/tct-fonts-css3-tests/fonts/csswg/font-038.htm new file mode 100644 index 000000000..9c864e6dc --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-038.htm @@ -0,0 +1,27 @@ + + + + CSS Test: Font set to the keyword 'status-bar' + + + + + + + + + +

Test passes if there is a letter "X" below.

+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-038.xht b/tct-fonts-css3-tests/fonts/csswg/font-038.xht deleted file mode 100644 index 64cf32cc5..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-038.xht +++ /dev/null @@ -1,23 +0,0 @@ - - - - CSS Test: Font set to the keyword 'status-bar' - - - - - - - - - -

Test passes if there is a letter "X" below.

-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-043.htm b/tct-fonts-css3-tests/fonts/csswg/font-043.htm new file mode 100644 index 000000000..ba24857a1 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-043.htm @@ -0,0 +1,51 @@ + + + + CSS Test: Font shorthand set to 'inherit' inheriting six values + + + + + + + + + +

Test passes if there is no red visible on the page except for antialiasing.

+
+
x
+
x
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-043.xht b/tct-fonts-css3-tests/fonts/csswg/font-043.xht deleted file mode 100644 index 11b598729..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-043.xht +++ /dev/null @@ -1,47 +0,0 @@ - - - - CSS Test: Font shorthand set to 'inherit' inheriting six values - - - - - - - - - -

Test passes if there is no red visible on the page except for antialiasing.

-
-
x
-
x
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-044.htm b/tct-fonts-css3-tests/fonts/csswg/font-044.htm new file mode 100644 index 000000000..0f2a313d2 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-044.htm @@ -0,0 +1,46 @@ + + + + + + CSS Test: font - system fonts + + + + + + + + + + + + + +

Test passes if there is no red.

+ +
+ Text sample +
+ + + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-044.xht b/tct-fonts-css3-tests/fonts/csswg/font-044.xht deleted file mode 100644 index 5af9b6902..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-044.xht +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - CSS Test: font - system fonts - - - - - - - - - - - - - -

Test passes if there is no red.

- -
- Text sample -
- - - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001-ref.htm b/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001-ref.htm new file mode 100644 index 000000000..be20a6c71 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001-ref.htm @@ -0,0 +1,25 @@ + + + + + + CSS Reftest Reference + + + + + + + + + +

Test passes if the 2 lines of "Filler Text" match.

+ +
Filler Text
+ +
Filler Text
+ + + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001-ref.xht b/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001-ref.xht deleted file mode 100644 index d685654f5..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001-ref.xht +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - CSS Reftest Reference - - - - - - - - - -

Test passes if the 2 lines of "Filler Text" match.

- -
Filler Text
- -
Filler Text
- - - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.htm b/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.htm new file mode 100644 index 000000000..739efb04b --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.htm @@ -0,0 +1,30 @@ + + + + CSS Test: Font and 'display: inline' elements + + + + + + + + + + + + +

Test passes if the 2 lines of "Filler Text" match.

+
Filler Text
+
Filler Text
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.xht deleted file mode 100644 index 08bc37b60..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.xht +++ /dev/null @@ -1,30 +0,0 @@ - - - - CSS Test: Font and 'display: inline' elements - - - - - - - - - - - - -

Test passes if the 2 lines of "Filler Text" match.

-
Filler Text
-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.htm b/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.htm new file mode 100644 index 000000000..cabf73a40 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.htm @@ -0,0 +1,32 @@ + + + + CSS Test: Font and 'display: block' elements + + + + + + + + + + + + +

Test passes if the 2 lines of "Filler Text" match.

+
Filler Text
+
+ Filler Text +
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.xht b/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.xht deleted file mode 100644 index 8305a231f..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.xht +++ /dev/null @@ -1,32 +0,0 @@ - - - - CSS Test: Font and 'display: block' elements - - - - - - - - - - - - -

Test passes if the 2 lines of "Filler Text" match.

-
Filler Text
-
- Filler Text -
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.htm b/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.htm new file mode 100644 index 000000000..bf6ebd4de --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.htm @@ -0,0 +1,36 @@ + + + + CSS Test: Font and 'display: inherit' elements + + + + + + + + + + + + +

Test passes if the 2 lines of "Filler Text" match.

+
Filler Text
+
+
Filler Text
+
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.xht b/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.xht deleted file mode 100644 index 1570d7b73..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.xht +++ /dev/null @@ -1,36 +0,0 @@ - - - - CSS Test: Font and 'display: inherit' elements - - - - - - - - - - - - -

Test passes if the 2 lines of "Filler Text" match.

-
Filler Text
-
-
Filler Text
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-001.xht deleted file mode 100644 index df32e9d40..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-001.xht +++ /dev/null @@ -1,22 +0,0 @@ - - - - CSS Test: Font-family set to an installed font - - - - - - - - - -

Test passes if there is a box below.

-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-002.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-002.htm new file mode 100644 index 000000000..6f3d27e7c --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-002.htm @@ -0,0 +1,31 @@ + + + + CSS Test: Font-family set to the keyword 'serif' + + + + + + + + + +

Test passes if the words "PASS PASS" appear below and there is a black box below.

+
PASS PASS
+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-002.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-002.xht deleted file mode 100644 index 4828fb4eb..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-002.xht +++ /dev/null @@ -1,27 +0,0 @@ - - - - CSS Test: Font-family set to the keyword 'serif' - - - - - - - - - -

Test passes if the words "PASS PASS" appear below and there is a black box below.

-
PASS PASS
-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-003.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-003.htm new file mode 100644 index 000000000..74cbf570d --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-003.htm @@ -0,0 +1,31 @@ + + + + CSS Test: Font-family set to the keyword 'sans-serif' + + + + + + + + + +

Test passes if the words "PASS PASS" appear below and there is a black box below.

+
PASS PASS
+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-003.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-003.xht deleted file mode 100644 index 9df2c443b..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-003.xht +++ /dev/null @@ -1,27 +0,0 @@ - - - - CSS Test: Font-family set to the keyword 'sans-serif' - - - - - - - - - -

Test passes if the words "PASS PASS" appear below and there is a black box below.

-
PASS PASS
-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-004.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-004.htm new file mode 100644 index 000000000..b26485cef --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-004.htm @@ -0,0 +1,31 @@ + + + + CSS Test: Font-family set to the keyword 'cursive' + + + + + + + + + +

Test passes if the words "PASS PASS" appear below and there is a black box below.

+
PASS PASS
+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-004.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-004.xht deleted file mode 100644 index 14ff174df..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-004.xht +++ /dev/null @@ -1,27 +0,0 @@ - - - - CSS Test: Font-family set to the keyword 'cursive' - - - - - - - - - -

Test passes if the words "PASS PASS" appear below and there is a black box below.

-
PASS PASS
-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-005.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-005.htm new file mode 100644 index 000000000..0bd905d35 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-005.htm @@ -0,0 +1,31 @@ + + + + CSS Test: Font-family set to the keyword 'fantasy' + + + + + + + + + +

Test passes if the words "PASS PASS" appear below and there is a black box below.

+
PASS PASS
+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-005.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-005.xht deleted file mode 100644 index e3e73e45f..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-005.xht +++ /dev/null @@ -1,27 +0,0 @@ - - - - CSS Test: Font-family set to the keyword 'fantasy' - - - - - - - - - -

Test passes if the words "PASS PASS" appear below and there is a black box below.

-
PASS PASS
-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-006.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-006.htm new file mode 100644 index 000000000..d22b3100c --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-006.htm @@ -0,0 +1,31 @@ + + + + CSS Test: Font-family set to the keyword 'monospace' + + + + + + + + + +

Test passes if the words "PASS PASS" appear below and there is a black box below.

+
PASS PASS
+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-006.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-006.xht deleted file mode 100644 index 78cd3e6e6..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-006.xht +++ /dev/null @@ -1,27 +0,0 @@ - - - - CSS Test: Font-family set to the keyword 'monospace' - - - - - - - - - -

Test passes if the words "PASS PASS" appear below and there is a black box below.

-
PASS PASS
-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-007.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-007.htm new file mode 100644 index 000000000..783f7b549 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-007.htm @@ -0,0 +1,36 @@ + + + + CSS Test: Font-family set to 'inherit' + + + + + + + + + +

Test passes if there is a box below.

+
+ X +
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-007.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-007.xht deleted file mode 100644 index b3dff612b..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-007.xht +++ /dev/null @@ -1,32 +0,0 @@ - - - - CSS Test: Font-family set to 'inherit' - - - - - - - - - -

Test passes if there is a box below.

-
- X -
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-008.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-008.htm new file mode 100644 index 000000000..edc048ff8 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-008.htm @@ -0,0 +1,44 @@ + + + + + + CSS Test: font-family - unquoted font-family names with parentheses or curly braces + + + + + + + + + + + + + + +

Test passes if there is no black stripe.

+ +

First test Passed

+ +

Second test Passed

+ +

Third test Passed

+ +

Fourth test Passed

+ + + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-008.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-008.xht deleted file mode 100644 index bcf0e787e..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-008.xht +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - CSS Test: font-family - unquoted font-family names with parentheses or curly braces - - - - - - - - - - - - - - -

Test passes if there is no black stripe.

- -

First test Passed

- -

Second test Passed

- -

Third test Passed

- -

Fourth test Passed

- - - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-009.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-009.xht index e73236c9f..e82749a45 100644 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-009.xht +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-009.xht @@ -11,6 +11,10 @@ diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001-ref.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001-ref.htm new file mode 100644 index 000000000..5b700a3c4 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001-ref.htm @@ -0,0 +1,19 @@ + + + + + + CSS Reftest Reference + + + + + + + +

Test passes if there is a small black square.

+ +
Image download support must be enabled
+ + + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001-ref.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001-ref.xht deleted file mode 100644 index b12033bda..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001-ref.xht +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - CSS Reftest Reference - - - - - - - -

Test passes if there is a small black square.

- -
Image download support must be enabled
- - - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.htm new file mode 100644 index 000000000..0633eab10 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.htm @@ -0,0 +1,31 @@ + + + + CSS Test: Font-family and 'display: inline' elements + + + + + + + + + + + + +

Test passes if there is a small black square.

+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.xht deleted file mode 100644 index cf37f4dfc..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.xht +++ /dev/null @@ -1,27 +0,0 @@ - - - - CSS Test: Font-family and 'display: inline' elements - - - - - - - - - - - - -

Test passes if there is a small black square.

-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.htm new file mode 100644 index 000000000..2aeed1701 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.htm @@ -0,0 +1,32 @@ + + + + CSS Test: Font-family and 'display: block' elements + + + + + + + + + + + + +

Test passes if there is a small black square.

+
+ X +
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.xht deleted file mode 100644 index 92df354ee..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.xht +++ /dev/null @@ -1,28 +0,0 @@ - - - - CSS Test: Font-family and 'display: block' elements - - - - - - - - - - - - -

Test passes if there is a small black square.

-
- X -
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.htm new file mode 100644 index 000000000..f6ccba70a --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.htm @@ -0,0 +1,31 @@ + + + + CSS Test: Font-family and 'display: none' elements + + + + + + + + + + + + +

Test passes if there is no red.

+
Fail
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.xht deleted file mode 100644 index 6da03e210..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.xht +++ /dev/null @@ -1,27 +0,0 @@ - - - - CSS Test: Font-family and 'display: none' elements - - - - - - - - - - - - -

Test passes if there is no red.

-
Fail
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.htm new file mode 100644 index 000000000..40e790026 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.htm @@ -0,0 +1,37 @@ + + + + CSS Test: Font-family and 'display: inherit' elements + + + + + + + + + + + + +

Test passes if there is a small black square.

+
+
X
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.xht deleted file mode 100644 index e55cd256a..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.xht +++ /dev/null @@ -1,33 +0,0 @@ - - - - CSS Test: Font-family and 'display: inherit' elements - - - - - - - - - - - - -

Test passes if there is a small black square.

-
-
X
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.htm new file mode 100644 index 000000000..9e455a5d4 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.htm @@ -0,0 +1,119 @@ + + + + CSS Test: Invalid characters in font-family values + + + + + + + + + + + +

Test passes if there are only numbers (1-19) below.

+
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.xht deleted file mode 100644 index a580831fa..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.xht +++ /dev/null @@ -1,116 +0,0 @@ - - - - CSS Test: Invalid characters in font-family values - - - - - - - - - - - -

Test passes if there are only numbers (1-19) below.

-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.htm new file mode 100644 index 000000000..f215bfe97 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.htm @@ -0,0 +1,51 @@ + + + + CSS Test: Invalid parenthesis and pair matching + + + + + + + + + + + +

Test passes if there are only numbers (1-3) below and no red visible on the page.

+
1
+
2
+
3
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.xht deleted file mode 100644 index 97e7e9ba2..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.xht +++ /dev/null @@ -1,48 +0,0 @@ - - - - CSS Test: Invalid parenthesis and pair matching - - - - - - - - - - - -

Test passes if there are only numbers (1-3) below and no red visible on the page.

-
1
-
2
-
3
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.htm new file mode 100644 index 000000000..588cbd4c3 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.htm @@ -0,0 +1,22 @@ + + + + CSS Test: Font-family, fallback mechanism + + + + + + + + +

PREREQUISITE: Operating system cannot have a font named "UnknownFont" installed. If it is installed remove it to verify this test.

+

Test passes if there is a letter "X" below.

+
X
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.xht deleted file mode 100644 index 69e576454..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.xht +++ /dev/null @@ -1,22 +0,0 @@ - - - - CSS Test: Font-family, fallback mechanism - - - - - - - - -

PREREQUISITE: Operating system cannot have a font named "UnknownFont" installed. If it is installed remove it to verify this test.

-

Test passes if there is a letter "X" below.

-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.htm new file mode 100644 index 000000000..eb297542a --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.htm @@ -0,0 +1,25 @@ + + + + CSS Test: Font family unknown character glyph matching + + + + + + + + +

Test passes if there is the word "PASS" below.

+

+ + + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.xht deleted file mode 100644 index afaffaffb..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.xht +++ /dev/null @@ -1,25 +0,0 @@ - - - - CSS Test: Font family unknown character glyph matching - - - - - - - - -

Test passes if there is the word "PASS" below.

-

- - - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.htm new file mode 100644 index 000000000..69b9328be --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.htm @@ -0,0 +1,68 @@ + + + + CSS Test: Valid characters in font-family values + + + + + + + + + + + +

Test passes if the word "Fail" is not visible below.

+
Fail
+
Fail
+
Fail
+
Fail
+
Fail
+
Fail
+
Fail
+
Fail
+
Fail
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.xht deleted file mode 100644 index ed207bf30..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.xht +++ /dev/null @@ -1,64 +0,0 @@ - - - - CSS Test: Valid characters in font-family values - - - - - - - - - - - -

Test passes if the word "Fail" is not visible below.

-
Fail
-
Fail
-
Fail
-
Fail
-
Fail
-
Fail
-
Fail
-
Fail
-
Fail
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.htm b/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.htm new file mode 100644 index 000000000..ebf6f4656 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.htm @@ -0,0 +1,76 @@ + + + + CSS Test: Valid numbers in font-family values + + + + + + + + + + +

Test passes if the word "Fail" is not visible below.

+
Fail
+
Fail
+
Fail
+
Fail
+
Fail
+
Fail
+
Fail
+
Fail
+
Fail
+
Fail
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.xht b/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.xht deleted file mode 100644 index 72760c9bc..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.xht +++ /dev/null @@ -1,72 +0,0 @@ - - - - CSS Test: Valid numbers in font-family values - - - - - - - - - - -

Test passes if the word "Fail" is not visible below.

-
Fail
-
Fail
-
Fail
-
Fail
-
Fail
-
Fail
-
Fail
-
Fail
-
Fail
-
Fail
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.htm b/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.htm new file mode 100644 index 000000000..821d105ab --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.htm @@ -0,0 +1,32 @@ + + + + CSS Test: Font Matching Algorithm, Match Font-Family + + + + + + + + + +

Test passes if the box below slants to one side.

+
+
X
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.xht deleted file mode 100644 index 745e91bc8..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.xht +++ /dev/null @@ -1,28 +0,0 @@ - - - - CSS Test: Font Matching Algorithm, Match Font-Family - - - - - - - - - -

Test passes if the box below slants to one side.

-
-
X
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.htm b/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.htm new file mode 100644 index 000000000..eeaa5ff5b --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.htm @@ -0,0 +1,36 @@ + + + + CSS Test: Font Matching Algorithm, match font-style + + + + + + + + + +

Test passes if the box below slants to one side.

+
+ XX +
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.xht b/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.xht deleted file mode 100644 index 306ff1e80..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.xht +++ /dev/null @@ -1,32 +0,0 @@ - - - - CSS Test: Font Matching Algorithm, match font-style - - - - - - - - - -

Test passes if the box below slants to one side.

-
- XX -
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.htm b/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.htm new file mode 100644 index 000000000..de1d04bce --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.htm @@ -0,0 +1,31 @@ + + + + CSS Test: Font Matching Algorithm, font-weight out of range + + + + + + + + + +

Test passes if the lines of "Filler Text" below match.

+
Filler Text
+
Filler Text
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.xht b/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.xht deleted file mode 100644 index e2c27776a..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.xht +++ /dev/null @@ -1,31 +0,0 @@ - - - - CSS Test: Font Matching Algorithm, font-weight out of range - - - - - - - - - -

Test passes if the lines of "Filler Text" below match.

-
Filler Text
-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-012.xht b/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-012.xht index 0b8d06aef..0f39b38ae 100644 --- a/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-012.xht +++ b/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-012.xht @@ -9,6 +9,10 @@ + + +

Test passes if there is no red visible on the page.

+
Filler Text
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-001.xht deleted file mode 100644 index 9e22e87be..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-001.xht +++ /dev/null @@ -1,25 +0,0 @@ - - - - CSS Test: Font-size using pixels with a minimum minus one value, -1px - - - - - - - - - -

Test passes if there is no red visible on the page.

-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-002.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-002.htm new file mode 100644 index 000000000..d62b489ba --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-002.htm @@ -0,0 +1,28 @@ + + + + CSS Test: Font-size using pixels with a minimum value, 0px + + + + + + + + + +

Test passes if there is no red visible on the page.

+
Filler Text
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-002.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-002.xht deleted file mode 100644 index 18d6f9e88..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-002.xht +++ /dev/null @@ -1,24 +0,0 @@ - - - - CSS Test: Font-size using pixels with a minimum value, 0px - - - - - - - - - -

Test passes if there is no red visible on the page.

-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-003.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-003.htm new file mode 100644 index 000000000..6f86c0024 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-003.htm @@ -0,0 +1,27 @@ + + + + CSS Test: Font-size using pixels with a minimum plus one value, 1px + + + + + + + + + +

Test passes if there is a tiny box below.

+
x
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-003.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-003.xht deleted file mode 100644 index cc3820c27..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-003.xht +++ /dev/null @@ -1,23 +0,0 @@ - - - - CSS Test: Font-size using pixels with a minimum plus one value, 1px - - - - - - - - - -

Test passes if there is a tiny box below.

-
x
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-004.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-004.htm new file mode 100644 index 000000000..e8b0effed --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-004.htm @@ -0,0 +1,28 @@ + + + + CSS Test: Font-size using pixels with a negative zero value, -0px + + + + + + + + + +

Test passes if there is no red visible on the page.

+
Filler Text
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-004.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-004.xht deleted file mode 100644 index 2134ba5f3..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-004.xht +++ /dev/null @@ -1,24 +0,0 @@ - - - - CSS Test: Font-size using pixels with a negative zero value, -0px - - - - - - - - - -

Test passes if there is no red visible on the page.

-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-005.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-005.htm new file mode 100644 index 000000000..ba39716ba --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-005.htm @@ -0,0 +1,28 @@ + + + + CSS Test: Font-size using pixels with a positive zero value, +0px + + + + + + + + + +

Test passes if there is no red visible on the page.

+
Filler Text
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-005.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-005.xht deleted file mode 100644 index 486894619..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-005.xht +++ /dev/null @@ -1,24 +0,0 @@ - - - - CSS Test: Font-size using pixels with a positive zero value, +0px - - - - - - - - - -

Test passes if there is no red visible on the page.

-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-006.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-006.htm new file mode 100644 index 000000000..653dc4b38 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-006.htm @@ -0,0 +1,43 @@ + + + + CSS Test: Font-size using pixels with a nominal value, 96px + + + + + + + + + +

Test passes if the two boxes below are the same size.

+
+
X
+
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-006.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-006.xht deleted file mode 100644 index 415ebcc55..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-006.xht +++ /dev/null @@ -1,39 +0,0 @@ - - - - CSS Test: Font-size using pixels with a nominal value, 96px - - - - - - - - - -

Test passes if the two boxes below are the same size.

-
-
X
-
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-007.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-007.htm new file mode 100644 index 000000000..31ac5867e --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-007.htm @@ -0,0 +1,43 @@ + + + + CSS Test: Font-size using pixels with a positive nominal value, +96px + + + + + + + + + +

Test passes if the two boxes below are the same size.

+
+
X
+
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-007.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-007.xht deleted file mode 100644 index 93d8a7c8c..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-007.xht +++ /dev/null @@ -1,39 +0,0 @@ - - - - CSS Test: Font-size using pixels with a positive nominal value, +96px - - - - - - - - - -

Test passes if the two boxes below are the same size.

-
-
X
-
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-089.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-089.htm new file mode 100644 index 000000000..7302abc77 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-089.htm @@ -0,0 +1,29 @@ + + + + CSS Test: Font-size using percentages with a minimum minus one value, -1% + + + + + + + + + +

Test passes if there is no red visible on the page.

+
Filler text
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-089.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-089.xht deleted file mode 100644 index 5d8e641d6..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-089.xht +++ /dev/null @@ -1,25 +0,0 @@ - - - - CSS Test: Font-size using percentages with a minimum minus one value, -1% - - - - - - - - - -

Test passes if there is no red visible on the page.

-
Filler text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-090.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-090.htm new file mode 100644 index 000000000..7ffc795bd --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-090.htm @@ -0,0 +1,33 @@ + + + + CSS Test: Font-size using percentages with a minimum value, 0% + + + + + + + + + +

Test passes if there is no red visible on the page.

+
+
Filler text
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-090.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-090.xht deleted file mode 100644 index 5b42ca4d0..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-090.xht +++ /dev/null @@ -1,29 +0,0 @@ - - - - CSS Test: Font-size using percentages with a minimum value, 0% - - - - - - - - - -

Test passes if there is no red visible on the page.

-
-
Filler text
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-091.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-091.htm new file mode 100644 index 000000000..23948c35b --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-091.htm @@ -0,0 +1,37 @@ + + + + CSS Test: Font-size using percentages with a minimum plus one value, 1% + + + + + + + + + +

Test passes if the two dots (boxes) below are the same size.

+
X
+
+
X
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-091.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-091.xht deleted file mode 100644 index 9d3a9b616..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-091.xht +++ /dev/null @@ -1,33 +0,0 @@ - - - - CSS Test: Font-size using percentages with a minimum plus one value, 1% - - - - - - - - - -

Test passes if the two dots (boxes) below are the same size.

-
X
-
-
X
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-092.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-092.htm new file mode 100644 index 000000000..bf97ba9b1 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-092.htm @@ -0,0 +1,33 @@ + + + + CSS Test: Font-size using percentages with a negative zero value, -0% + + + + + + + + + +

Test passes if there is no red visible on the page.

+
+
Filler text
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-092.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-092.xht deleted file mode 100644 index b64d04e10..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-092.xht +++ /dev/null @@ -1,29 +0,0 @@ - - - - CSS Test: Font-size using percentages with a negative zero value, -0% - - - - - - - - - -

Test passes if there is no red visible on the page.

-
-
Filler text
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-093.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-093.htm new file mode 100644 index 000000000..527524e20 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-093.htm @@ -0,0 +1,33 @@ + + + + CSS Test: Font-size using percentages with a positive zero value, +0% + + + + + + + + + +

Test passes if there is no red visible on the page.

+
+
Filler text
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-093.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-093.xht deleted file mode 100644 index b0e5e3179..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-093.xht +++ /dev/null @@ -1,29 +0,0 @@ - - - - CSS Test: Font-size using percentages with a positive zero value, +0% - - - - - - - - - -

Test passes if there is no red visible on the page.

-
-
Filler text
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-094.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-094.htm new file mode 100644 index 000000000..33c9c4ab1 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-094.htm @@ -0,0 +1,44 @@ + + + + CSS Test: Font-size using percentages with a nominal value, 100% + + + + + + + + + +

Test passes if the two boxes below are the same size.

+
+
X
+
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-094.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-094.xht deleted file mode 100644 index f2e7d9d56..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-094.xht +++ /dev/null @@ -1,40 +0,0 @@ - - - - CSS Test: Font-size using percentages with a nominal value, 100% - - - - - - - - - -

Test passes if the two boxes below are the same size.

-
-
X
-
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-095.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-095.htm new file mode 100644 index 000000000..0ab2812ea --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-095.htm @@ -0,0 +1,44 @@ + + + + CSS Test: Font-size using percentages with a positive nominal value, +100% + + + + + + + + + +

Test passes if the two boxes below are the same size.

+
+
X
+
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-095.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-095.xht deleted file mode 100644 index 337d0bde7..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-095.xht +++ /dev/null @@ -1,40 +0,0 @@ - - - - CSS Test: Font-size using percentages with a positive nominal value, +100% - - - - - - - - - -

Test passes if the two boxes below are the same size.

-
-
X
-
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-100.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-100.htm new file mode 100644 index 000000000..1cf91d9a0 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-100.htm @@ -0,0 +1,28 @@ + + + + CSS Test: Font-size with a negative zero value and no units, -0 + + + + + + + + + +

Test passes if there is no red visible on the page.

+
Filler Text
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-100.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-100.xht deleted file mode 100644 index f8b92e197..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-100.xht +++ /dev/null @@ -1,24 +0,0 @@ - - - - CSS Test: Font-size with a negative zero value and no units, -0 - - - - - - - - - -

Test passes if there is no red visible on the page.

-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-101.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-101.htm new file mode 100644 index 000000000..cf61cccb4 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-101.htm @@ -0,0 +1,28 @@ + + + + CSS Test: Font-size with a zero value and no units, 0 + + + + + + + + + +

Test passes if there is no red visible on the page.

+
Filler Text
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-101.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-101.xht deleted file mode 100644 index ffa877f3c..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-101.xht +++ /dev/null @@ -1,24 +0,0 @@ - - - - CSS Test: Font-size with a zero value and no units, 0 - - - - - - - - - -

Test passes if there is no red visible on the page.

-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-102.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-102.htm new file mode 100644 index 000000000..059bda1cc --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-102.htm @@ -0,0 +1,28 @@ + + + + CSS Test: Font-size with a positive zero value and no units, +0 + + + + + + + + + +

Test passes if there is no red visible on the page.

+
Filler Text
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-102.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-102.xht deleted file mode 100644 index 738595151..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-102.xht +++ /dev/null @@ -1,24 +0,0 @@ - - - - CSS Test: Font-size with a positive zero value and no units, +0 - - - - - - - - - -

Test passes if there is no red visible on the page.

-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-112.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-112.htm new file mode 100644 index 000000000..291509cb4 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-112.htm @@ -0,0 +1,37 @@ + + + + CSS Test: Font-size set to 'inherit' + + + + + + + + + +

Test passes if there is a box below.

+
+ X +
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-112.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-112.xht deleted file mode 100644 index 4e02c126c..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-112.xht +++ /dev/null @@ -1,33 +0,0 @@ - - - - CSS Test: Font-size set to 'inherit' - - - - - - - - - -

Test passes if there is a box below.

-
- X -
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-116.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-116.xht index 78c18d519..a8229a87b 100644 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-116.xht +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-116.xht @@ -8,6 +8,10 @@ diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.htm new file mode 100644 index 000000000..e2875e396 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.htm @@ -0,0 +1,35 @@ + + + + CSS Test: Font-size and 'display: inline' elements + + + + + + + + + +

Test passes if the boxes below are the same size.

+
+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.xht deleted file mode 100644 index a7b5a1cb8..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.xht +++ /dev/null @@ -1,31 +0,0 @@ - - - - CSS Test: Font-size and 'display: inline' elements - - - - - - - - - -

Test passes if the boxes below are the same size.

-
-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.htm new file mode 100644 index 000000000..b424c83ff --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.htm @@ -0,0 +1,37 @@ + + + + CSS Test: Font-size and 'display: block' elements + + + + + + + + + +

Test passes if the boxes below are the same size.

+
+
+ X +
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.xht deleted file mode 100644 index d0a5ae1c2..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.xht +++ /dev/null @@ -1,33 +0,0 @@ - - - - CSS Test: Font-size and 'display: block' elements - - - - - - - - - -

Test passes if the boxes below are the same size.

-
-
- X -
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.htm new file mode 100644 index 000000000..ae18f2e4b --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.htm @@ -0,0 +1,29 @@ + + + + CSS Test: Font-size and 'display: none' elements + + + + + + + + + +

Test passes if there is no red visible on the page.

+
Fail
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.xht deleted file mode 100644 index 16847ea0f..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.xht +++ /dev/null @@ -1,25 +0,0 @@ - - - - CSS Test: Font-size and 'display: none' elements - - - - - - - - - -

Test passes if there is no red visible on the page.

-
Fail
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.htm new file mode 100644 index 000000000..ada0da65c --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.htm @@ -0,0 +1,45 @@ + + + + CSS Test: Font-size and 'display: inherit' elements + + + + + + + + + +

Test passes if the boxes below are the same size.

+
+
+
X
+
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.xht deleted file mode 100644 index 8fc20334e..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.xht +++ /dev/null @@ -1,41 +0,0 @@ - - - - CSS Test: Font-size and 'display: inherit' elements - - - - - - - - - -

Test passes if the boxes below are the same size.

-
-
-
X
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.htm b/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.htm new file mode 100644 index 000000000..d6de2fc41 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.htm @@ -0,0 +1,39 @@ + + + + CSS Test: Font-size and font sizes available + + + + + + + + +

Test passes if the boxes below are the same size or the left box is bigger than the right.

+
+ X X +
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.xht deleted file mode 100644 index 6794f35ab..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.xht +++ /dev/null @@ -1,35 +0,0 @@ - - - - CSS Test: Font-size and font sizes available - - - - - - - - -

Test passes if the boxes below are the same size or the left box is bigger than the right.

-
- X X -
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-size-rule-004.xht b/tct-fonts-css3-tests/fonts/csswg/font-size-rule-004.xht index 6d1525470..6d8934168 100644 --- a/tct-fonts-css3-tests/fonts/csswg/font-size-rule-004.xht +++ b/tct-fonts-css3-tests/fonts/csswg/font-size-rule-004.xht @@ -8,6 +8,10 @@ + + +

Test passes if there is a box below that appears upright, and not slanted to one side.

+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-style-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-style-001.xht deleted file mode 100644 index 13e509eee..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-style-001.xht +++ /dev/null @@ -1,24 +0,0 @@ - - - - CSS Test: Font-style set to 'normal' - - - - - - - - - -

Test passes if there is a box below that appears upright, and not slanted to one side.

-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-style-002.htm b/tct-fonts-css3-tests/fonts/csswg/font-style-002.htm new file mode 100644 index 000000000..55b9185dd --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-style-002.htm @@ -0,0 +1,27 @@ + + + + CSS Test: Font-style set to 'italic' + + + + + + + + + +

Test passes if there is a box below that appears to be slanted to one side.

+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-style-002.xht b/tct-fonts-css3-tests/fonts/csswg/font-style-002.xht deleted file mode 100644 index b15e09742..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-style-002.xht +++ /dev/null @@ -1,23 +0,0 @@ - - - - CSS Test: Font-style set to 'italic' - - - - - - - - - -

Test passes if there is a box below that appears to be slanted to one side.

-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-style-003.htm b/tct-fonts-css3-tests/fonts/csswg/font-style-003.htm new file mode 100644 index 000000000..cca3833d1 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-style-003.htm @@ -0,0 +1,27 @@ + + + + CSS Test: Font-style set to 'oblique' + + + + + + + + + +

Test passes if there is a box below that appears to be slanted to one side.

+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-style-003.xht b/tct-fonts-css3-tests/fonts/csswg/font-style-003.xht deleted file mode 100644 index 663d22269..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-style-003.xht +++ /dev/null @@ -1,23 +0,0 @@ - - - - CSS Test: Font-style set to 'oblique' - - - - - - - - - -

Test passes if there is a box below that appears to be slanted to one side.

-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-style-004.htm b/tct-fonts-css3-tests/fonts/csswg/font-style-004.htm new file mode 100644 index 000000000..8a85bb050 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-style-004.htm @@ -0,0 +1,37 @@ + + + + CSS Test: Font-style set to 'inherit' + + + + + + + + + +

Test passes if there is a box below that appears to be slanted to one side.

+
+ X +
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-style-004.xht b/tct-fonts-css3-tests/fonts/csswg/font-style-004.xht deleted file mode 100644 index 8006f9d3b..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-style-004.xht +++ /dev/null @@ -1,33 +0,0 @@ - - - - CSS Test: Font-style set to 'inherit' - - - - - - - - - -

Test passes if there is a box below that appears to be slanted to one side.

-
- X -
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.htm b/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.htm new file mode 100644 index 000000000..1477b7c6f --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.htm @@ -0,0 +1,23 @@ + + + + CSS Test: Font-style and 'display: inline' elements + + + + + + + + + +

Test passes if the "Filler Text" below is slanted to one side.

+
Filler Text
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.xht deleted file mode 100644 index a34afc25f..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.xht +++ /dev/null @@ -1,23 +0,0 @@ - - - - CSS Test: Font-style and 'display: inline' elements - - - - - - - - - -

Test passes if the "Filler Text" below is slanted to one side.

-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.htm b/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.htm new file mode 100644 index 000000000..21c9969a8 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.htm @@ -0,0 +1,25 @@ + + + + CSS Test: Font-style and 'display: block' elements + + + + + + + + + +

Test passes if the "Filler Text" below is slanted to one side.

+
+ Filler Text +
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.xht b/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.xht deleted file mode 100644 index de6927163..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.xht +++ /dev/null @@ -1,25 +0,0 @@ - - - - CSS Test: Font-style and 'display: block' elements - - - - - - - - - -

Test passes if the "Filler Text" below is slanted to one side.

-
- Filler Text -
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.htm b/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.htm new file mode 100644 index 000000000..f8b85ad3f --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.htm @@ -0,0 +1,24 @@ + + + + CSS Test: Font-style and 'display: none' elements + + + + + + + + + +

Test passes if there is no red visible on the page.

+
Fail
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.xht b/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.xht deleted file mode 100644 index e4ec896d9..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.xht +++ /dev/null @@ -1,24 +0,0 @@ - - - - CSS Test: Font-style and 'display: none' elements - - - - - - - - - -

Test passes if there is no red visible on the page.

-
Fail
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.htm b/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.htm new file mode 100644 index 000000000..1129a4be3 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.htm @@ -0,0 +1,29 @@ + + + + CSS Test: Font-style and 'display: inherit' elements + + + + + + + + + +

Test passes if the "Filler Text" below is slanted to one side.

+
+
Filler Text
+
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.xht b/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.xht deleted file mode 100644 index df71cd8e2..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.xht +++ /dev/null @@ -1,29 +0,0 @@ - - - - CSS Test: Font-style and 'display: inherit' elements - - - - - - - - - -

Test passes if the "Filler Text" below is slanted to one side.

-
-
Filler Text
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.htm b/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.htm new file mode 100644 index 000000000..8f68cd316 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.htm @@ -0,0 +1,32 @@ + + + + CSS Test: Font shorthand property reset to default values if not explicitly set + + + + + + + + +

Test passes if the lines of "Filler Text" below match.

+
Filler Text
+
Filler Text
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.xht b/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.xht deleted file mode 100644 index c93899f0a..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.xht +++ /dev/null @@ -1,32 +0,0 @@ - - - - CSS Test: Font shorthand property reset to default values if not explicitly set - - - - - - - - -

Test passes if the lines of "Filler Text" below match.

-
Filler Text
-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-variant-001.htm b/tct-fonts-css3-tests/fonts/csswg/font-variant-001.htm new file mode 100644 index 000000000..bbfae0a56 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-variant-001.htm @@ -0,0 +1,23 @@ + + + + CSS Test: Font-variant set to 'normal' + + + + + + + + + +

Test passes if the words below are rendered in all lowercase characters.

+
filler text
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-variant-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-variant-001.xht deleted file mode 100644 index 4cc877f3a..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-variant-001.xht +++ /dev/null @@ -1,23 +0,0 @@ - - - - CSS Test: Font-variant set to 'normal' - - - - - - - - - -

Test passes if the words below are rendered in all lowercase characters.

-
filler text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-variant-002.htm b/tct-fonts-css3-tests/fonts/csswg/font-variant-002.htm new file mode 100644 index 000000000..85b46c3ee --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-variant-002.htm @@ -0,0 +1,22 @@ + + + + CSS Test: Font-variant set to 'small-caps' + + + + + + + + + +

Test passes if the words below are rendered in small sized, uppercase characters.

+
filler text
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-variant-002.xht b/tct-fonts-css3-tests/fonts/csswg/font-variant-002.xht deleted file mode 100644 index e81a1c0b6..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-variant-002.xht +++ /dev/null @@ -1,22 +0,0 @@ - - - - CSS Test: Font-variant set to 'small-caps' - - - - - - - - - -

Test passes if the words below are rendered in small sized, uppercase characters.

-
filler text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-variant-003.htm b/tct-fonts-css3-tests/fonts/csswg/font-variant-003.htm new file mode 100644 index 000000000..a0acaa34b --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-variant-003.htm @@ -0,0 +1,32 @@ + + + + CSS Test: Font-variant set to 'inherit' + + + + + + + + + +

Test passes if the words below are rendered in small sized, uppercase characters.

+
+ filler text +
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-variant-003.xht b/tct-fonts-css3-tests/fonts/csswg/font-variant-003.xht deleted file mode 100644 index 1e00a8ac4..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-variant-003.xht +++ /dev/null @@ -1,32 +0,0 @@ - - - - CSS Test: Font-variant set to 'inherit' - - - - - - - - - -

Test passes if the words below are rendered in small sized, uppercase characters.

-
- filler text -
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.htm b/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.htm new file mode 100644 index 000000000..e802cdf35 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.htm @@ -0,0 +1,27 @@ + + + + CSS Test: Font-variant and 'display: inline' elements + + + + + + + + + +

Test passes if the lines of "Filler Text" below match.

+
Filler Text
+
Filler Text
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.xht deleted file mode 100644 index 32a99b17c..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.xht +++ /dev/null @@ -1,27 +0,0 @@ - - - - CSS Test: Font-variant and 'display: inline' elements - - - - - - - - - -

Test passes if the lines of "Filler Text" below match.

-
Filler Text
-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.htm b/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.htm new file mode 100644 index 000000000..082aa2075 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.htm @@ -0,0 +1,29 @@ + + + + CSS Test: Font-variant and 'display: block' elements + + + + + + + + + +

Test passes if the lines of "Filler Text" below match.

+
Filler Text
+
+ Filler Text +
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.xht b/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.xht deleted file mode 100644 index 19f7115f0..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.xht +++ /dev/null @@ -1,29 +0,0 @@ - - - - CSS Test: Font-variant and 'display: block' elements - - - - - - - - - -

Test passes if the lines of "Filler Text" below match.

-
Filler Text
-
- Filler Text -
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.htm b/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.htm new file mode 100644 index 000000000..2bedc0267 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.htm @@ -0,0 +1,24 @@ + + + + CSS Test: 'font-variant' and 'display: none' elements + + + + + + + + + +

Test passes if there is no red visible on the page.

+
Fail
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.xht b/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.xht deleted file mode 100644 index 0c2f3a028..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.xht +++ /dev/null @@ -1,24 +0,0 @@ - - - - CSS Test: 'font-variant' and 'display: none' elements - - - - - - - - - -

Test passes if there is no red visible on the page.

-
Fail
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.htm b/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.htm new file mode 100644 index 000000000..b8587c2e2 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.htm @@ -0,0 +1,34 @@ + + + + CSS Test: Font-variant and 'display: inherit' elements + + + + + + + + + +

Test passes if the lines of "Filler Text" below match.

+
Filler Text
+
+
+
Filler Text
+
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.xht b/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.xht deleted file mode 100644 index 62a940420..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.xht +++ /dev/null @@ -1,34 +0,0 @@ - - - - CSS Test: Font-variant and 'display: inherit' elements - - - - - - - - - -

Test passes if the lines of "Filler Text" below match.

-
Filler Text
-
-
-
Filler Text
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-001.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-001.htm new file mode 100644 index 000000000..923f6fffa --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-001.htm @@ -0,0 +1,34 @@ + + + + CSS Test: Font-weight set to the keyword 'normal' + + + + + + + + + +

Test passes if the blue box and the black box are the same size.

+
X
+
X
+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-001.xht deleted file mode 100644 index ec5b78db4..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-001.xht +++ /dev/null @@ -1,30 +0,0 @@ - - - - CSS Test: Font-weight set to the keyword 'normal' - - - - - - - - - -

Test passes if the blue box and the black box are the same size.

-
X
-
X
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-008.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-008.htm new file mode 100644 index 000000000..4444867ca --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-008.htm @@ -0,0 +1,32 @@ + + + + CSS Test: Font-weight set to the numerical value, 400 + + + + + + + + + +

Test passes if there is no red visible on the page.

+
Filler Text
+
Filler Text
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-008.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-008.xht deleted file mode 100644 index 6af479fcd..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-008.xht +++ /dev/null @@ -1,32 +0,0 @@ - - - - CSS Test: Font-weight set to the numerical value, 400 - - - - - - - - - -

Test passes if there is no red visible on the page.

-
Filler Text
-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-010.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-010.htm new file mode 100644 index 000000000..28eba5904 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-010.htm @@ -0,0 +1,31 @@ + + + + CSS Test: Font-weight set to the numerical value, 600 + + + + + + + + + +

Test passes if the green text is visible. It can be partially obscured by the black text.

+
Filler Text
+
Filler Text
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-010.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-010.xht deleted file mode 100644 index 3782942c6..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-010.xht +++ /dev/null @@ -1,31 +0,0 @@ - - - - CSS Test: Font-weight set to the numerical value, 600 - - - - - - - - - -

Test passes if the green text is visible. It can be partially obscured by the black text.

-
Filler Text
-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-011.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-011.htm new file mode 100644 index 000000000..5c8e13c7a --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-011.htm @@ -0,0 +1,31 @@ + + + + CSS Test: Font-weight set to the numerical value, 700 + + + + + + + + + +

Test passes if the green text is visible. It can be partially obscured by the black text.

+
Filler Text
+
Filler Text
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-011.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-011.xht deleted file mode 100644 index 2b11cadbd..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-011.xht +++ /dev/null @@ -1,31 +0,0 @@ - - - - CSS Test: Font-weight set to the numerical value, 700 - - - - - - - - - -

Test passes if the green text is visible. It can be partially obscured by the black text.

-
Filler Text
-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-012.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-012.htm new file mode 100644 index 000000000..bdc67cc0d --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-012.htm @@ -0,0 +1,31 @@ + + + + CSS Test: Font-weight set to the numerical value, 800 + + + + + + + + + +

Test passes if the green text is visible. It can be partially obscured by the black text.

+
Filler Text
+
Filler Text
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-012.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-012.xht deleted file mode 100644 index 2e9f411a4..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-012.xht +++ /dev/null @@ -1,31 +0,0 @@ - - - - CSS Test: Font-weight set to the numerical value, 800 - - - - - - - - - -

Test passes if the green text is visible. It can be partially obscured by the black text.

-
Filler Text
-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-013.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-013.htm new file mode 100644 index 000000000..6c1fc620c --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-013.htm @@ -0,0 +1,31 @@ + + + + CSS Test: Font-weight set to the numerical value, 900 + + + + + + + + + +

Test passes if the green text is visible. It can be partially obscured by the black text.

+
Filler Text
+
Filler Text
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-013.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-013.xht deleted file mode 100644 index 741212643..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-013.xht +++ /dev/null @@ -1,31 +0,0 @@ - - - - CSS Test: Font-weight set to the numerical value, 900 - - - - - - - - - -

Test passes if the green text is visible. It can be partially obscured by the black text.

-
Filler Text
-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-014.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-014.htm new file mode 100644 index 000000000..8d6ef775c --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-014.htm @@ -0,0 +1,38 @@ + + + + CSS Test: Font-weight set to the keyword 'inherit' + + + + + + + + + +

Test passes if the green text is visible. It can be partially obscured by the black text.

+
+
Filler Text
+
Filler Text
+
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-014.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-014.xht deleted file mode 100644 index 791988a9f..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-014.xht +++ /dev/null @@ -1,38 +0,0 @@ - - - - CSS Test: Font-weight set to the keyword 'inherit' - - - - - - - - - -

Test passes if the green text is visible. It can be partially obscured by the black text.

-
-
Filler Text
-
Filler Text
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-015.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-015.htm new file mode 100644 index 000000000..75ea5a6f1 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-015.htm @@ -0,0 +1,37 @@ + + + + CSS Test: CSS: font-weight inheritance + + + + + + + + + +
+
+
+
+ FAIL +
+
+
+
+ There should be a green line to the right of this text. +
+
+ + + diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-015.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-015.xht deleted file mode 100644 index 49a9f0cd7..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-015.xht +++ /dev/null @@ -1,33 +0,0 @@ - - - - CSS Test: CSS: font-weight inheritance - - - - - - - - - -
-
-
-
- FAIL -
-
-
-
- There should be a green line to the right of this text. -
-
- - - diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.htm new file mode 100644 index 000000000..5b7e6d743 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.htm @@ -0,0 +1,27 @@ + + + + CSS Test: Font-weight and 'display: inline' elements + + + + + + + + + +

Test passes if the lines of "Filler Text" below match.

+
Filler Text
+
Filler Text
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.xht deleted file mode 100644 index f82ccd6f3..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.xht +++ /dev/null @@ -1,27 +0,0 @@ - - - - CSS Test: Font-weight and 'display: inline' elements - - - - - - - - - -

Test passes if the lines of "Filler Text" below match.

-
Filler Text
-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.htm new file mode 100644 index 000000000..4e4ad01c7 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.htm @@ -0,0 +1,29 @@ + + + + CSS Test: Font-weight and 'display: block' elements + + + + + + + + + +

Test passes if the lines of "Filler Text" below match.

+
Filler Text
+
+ Filler Text +
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.xht deleted file mode 100644 index d03122306..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.xht +++ /dev/null @@ -1,29 +0,0 @@ - - - - CSS Test: Font-weight and 'display: block' elements - - - - - - - - - -

Test passes if the lines of "Filler Text" below match.

-
Filler Text
-
- Filler Text -
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.htm new file mode 100644 index 000000000..5fce83416 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.htm @@ -0,0 +1,24 @@ + + + + CSS Test: Font-weight and 'display: none' elements + + + + + + + + + +

Test passes if there is no red visible on the page.

+
Fail
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.xht deleted file mode 100644 index 4556de530..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.xht +++ /dev/null @@ -1,24 +0,0 @@ - - - - CSS Test: Font-weight and 'display: none' elements - - - - - - - - - -

Test passes if there is no red visible on the page.

-
Fail
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.htm new file mode 100644 index 000000000..837b199ca --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.htm @@ -0,0 +1,34 @@ + + + + CSS Test: Font-weight and 'display: inherit' elements + + + + + + + + + +

Test passes if the lines of "Filler Text" below match.

+
Filler Text
+
+
+
Filler Text
+
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.xht deleted file mode 100644 index b5cfb8df9..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.xht +++ /dev/null @@ -1,34 +0,0 @@ - - - - CSS Test: Font-weight and 'display: inherit' elements - - - - - - - - - -

Test passes if the lines of "Filler Text" below match.

-
Filler Text
-
-
-
Filler Text
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.htm new file mode 100644 index 000000000..83df44729 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.htm @@ -0,0 +1,26 @@ + + + + CSS Test: Font-weight set to 'normal' corresponds to '400' + + + + + + + + +

Test passes if the lines of "Filler Text" below match.

+
Filler Text
+
Filler Text
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.xht deleted file mode 100644 index 6de0c962b..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.xht +++ /dev/null @@ -1,26 +0,0 @@ - - - - CSS Test: Font-weight set to 'normal' corresponds to '400' - - - - - - - - -

Test passes if the lines of "Filler Text" below match.

-
Filler Text
-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.htm new file mode 100644 index 000000000..83703441c --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.htm @@ -0,0 +1,61 @@ + + + + CSS Test: Font-weight comparison of 100 to 900 + + + + + + + + +

Test passes if the darkness of the below lines are from light to dark. Each line needs to be either darker than or as dark as its previous line.

+
Filler Text
+
Filler Text
+
Filler Text
+
Filler Text
+
Filler Text
+
Filler Text
+
Filler Text
+
Filler Text
+
Filler Text
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.xht deleted file mode 100644 index 1ddc1e148..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.xht +++ /dev/null @@ -1,61 +0,0 @@ - - - - CSS Test: Font-weight comparison of 100 to 900 - - - - - - - - -

Test passes if the darkness of the below lines are from light to dark. Each line needs to be either darker than or as dark as its previous line.

-
Filler Text
-
Filler Text
-
Filler Text
-
Filler Text
-
Filler Text
-
Filler Text
-
Filler Text
-
Filler Text
-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.htm new file mode 100644 index 000000000..f23e98509 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.htm @@ -0,0 +1,32 @@ + + + + CSS Test: Font-weight inherits the computed weight + + + + + + + + +

Test passes if the lines of "Filler Text" below match.

+
Filler Text
+
+
Filler Text
+
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.xht deleted file mode 100644 index 1a6f3953e..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.xht +++ /dev/null @@ -1,32 +0,0 @@ - - - - CSS Test: Font-weight inherits the computed weight - - - - - - - - -

Test passes if the lines of "Filler Text" below match.

-
Filler Text
-
-
Filler Text
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.htm new file mode 100644 index 000000000..9862cd155 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.htm @@ -0,0 +1,32 @@ + + + + CSS Test: Font-weight set to 'bolder' + + + + + + + + +

Test passes if the lines of "Filler Text" below match.

+
Filler Text
+
+
Filler Text
+
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.xht deleted file mode 100644 index 2cf9ad395..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.xht +++ /dev/null @@ -1,32 +0,0 @@ - - - - CSS Test: Font-weight set to 'bolder' - - - - - - - - -

Test passes if the lines of "Filler Text" below match.

-
Filler Text
-
-
Filler Text
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.htm new file mode 100644 index 000000000..32e510784 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.htm @@ -0,0 +1,32 @@ + + + + CSS Test: Font-weight set to 'bolder' increasing the value above '900' + + + + + + + + +

Test passes if the lines of "Filler Text" below match.

+
Filler Text
+
+
Filler Text
+
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.xht deleted file mode 100644 index ad03385b1..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.xht +++ /dev/null @@ -1,32 +0,0 @@ - - - - CSS Test: Font-weight set to 'bolder' increasing the value above '900' - - - - - - - - -

Test passes if the lines of "Filler Text" below match.

-
Filler Text
-
-
Filler Text
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.htm new file mode 100644 index 000000000..3cfbfa607 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.htm @@ -0,0 +1,32 @@ + + + + CSS Test: Font-weight set to 'lighter' + + + + + + + + +

Test passes if the lines of "Filler Text" below match.

+
Filler Text
+
+
Filler Text
+
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.xht deleted file mode 100644 index c9c69b60f..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.xht +++ /dev/null @@ -1,32 +0,0 @@ - - - - CSS Test: Font-weight set to 'lighter' - - - - - - - - -

Test passes if the lines of "Filler Text" below match.

-
Filler Text
-
-
Filler Text
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.htm new file mode 100644 index 000000000..ae2f5cdae --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.htm @@ -0,0 +1,28 @@ + + + + CSS Test: Font-weight set to 'lighter' decreasing value below '100' + + + + + + + + +

Test passes if the lines of "Filler Text" below match.

+
Filler Text
+
+
Filler Text
+
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.xht deleted file mode 100644 index fcbde7cf9..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.xht +++ /dev/null @@ -1,28 +0,0 @@ - - - - CSS Test: Font-weight set to 'lighter' decreasing value below '100' - - - - - - - - -

Test passes if the lines of "Filler Text" below match.

-
Filler Text
-
-
Filler Text
-
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.htm b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.htm new file mode 100644 index 000000000..68c027ce4 --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.htm @@ -0,0 +1,26 @@ + + + + CSS Test: Font-weight compare 'bold' to '700' + + + + + + + + +

Test passes if the lines of "Filler Text" below match.

+
Filler Text
+
Filler Text
+ + \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.xht b/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.xht deleted file mode 100644 index 65deb6341..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.xht +++ /dev/null @@ -1,26 +0,0 @@ - - - - CSS Test: Font-weight compare 'bold' to '700' - - - - - - - - -

Test passes if the lines of "Filler Text" below match.

-
Filler Text
-
Filler Text
- - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/fonts-010.xht b/tct-fonts-css3-tests/fonts/csswg/fonts-010.xht index 6cbc87e82..4065c7ebc 100644 --- a/tct-fonts-css3-tests/fonts/csswg/fonts-010.xht +++ b/tct-fonts-css3-tests/fonts/csswg/fonts-010.xht @@ -11,6 +11,10 @@ diff --git a/tct-fonts-css3-tests/fonts/csswg/fonts-011.xht b/tct-fonts-css3-tests/fonts/csswg/fonts-011.xht index d07212c06..370c7cb87 100644 --- a/tct-fonts-css3-tests/fonts/csswg/fonts-011.xht +++ b/tct-fonts-css3-tests/fonts/csswg/fonts-011.xht @@ -11,6 +11,10 @@ diff --git a/tct-fonts-css3-tests/fonts/csswg/fonts-012-ref.htm b/tct-fonts-css3-tests/fonts/csswg/fonts-012-ref.htm new file mode 100644 index 000000000..a4bbb3edd --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/fonts-012-ref.htm @@ -0,0 +1,39 @@ + + + + + + CSS Reftest Reference + + + + + + + + + +

Test passes if there is an "İ" in-between 2 blue stripes.

+ +
Image download support must be enabledImage download support must be enabledİImage download support must be enabledImage download support must be enabled
+ + + diff --git a/tct-fonts-css3-tests/fonts/csswg/fonts-012-ref.xht b/tct-fonts-css3-tests/fonts/csswg/fonts-012-ref.xht deleted file mode 100644 index 7a8d716b2..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/fonts-012-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - CSS Reftest Reference - - - - - - - - - -

Test passes if there is an "İ" in-between 2 blue stripes.

- -
Image download support must be enabledImage download support must be enabledİImage download support must be enabledImage download support must be enabled
- - - \ No newline at end of file diff --git a/tct-fonts-css3-tests/fonts/csswg/fonts-012.htm b/tct-fonts-css3-tests/fonts/csswg/fonts-012.htm new file mode 100644 index 000000000..acfef013d --- /dev/null +++ b/tct-fonts-css3-tests/fonts/csswg/fonts-012.htm @@ -0,0 +1,25 @@ + + + + CSS Test: Fonts and not bidi + + + + + + + + + + + +

Test passes if there is an "İ" in-between 2 blue stripes.

+

XXXX İ FAIL

+ + diff --git a/tct-fonts-css3-tests/fonts/csswg/fonts-012.xht b/tct-fonts-css3-tests/fonts/csswg/fonts-012.xht deleted file mode 100644 index cd9c9cf5f..000000000 --- a/tct-fonts-css3-tests/fonts/csswg/fonts-012.xht +++ /dev/null @@ -1,21 +0,0 @@ - - - - CSS Test: Fonts and not bidi - - - - - - - - - - - -

Test passes if there is an "İ" in-between 2 blue stripes.

-

XXXX İ FAIL

- - diff --git a/tct-fonts-css3-tests/tct-fonts-css3-tests.spec b/tct-fonts-css3-tests/tct-fonts-css3-tests.spec index 3a8f1057b..427dc2fce 100644 --- a/tct-fonts-css3-tests/tct-fonts-css3-tests.spec +++ b/tct-fonts-css3-tests/tct-fonts-css3-tests.spec @@ -2,7 +2,7 @@ Summary: Webapi css3 fonts test suite Name: tct-fonts-css3-tests -Version: 2.3.9 +Version: 2.3.8 Release: 1 License: BSD Group: System/Libraries @@ -110,18 +110,6 @@ if [ $? -eq 0 ]; then echo "Install /opt/%name/%name.wgt fail ..." fi sync - #### install font: AHEM.TTF #### - if [ -e /opt/tct-fonts-css3-tests/fonts/csswg/support/AHEM____.TTF ]; then - [ -e /usr/share/fonts/winFonts/ ] && rm -rf /usr/share/fonts/winFonts/ - mkdir -p /usr/share/fonts/winFonts - cd /opt/tct-fonts-css3-tests/fonts/csswg/support/ - mv AHEM____.TTF AHEM.TTF - cp AHEM.TTF /usr/share/fonts/winFonts/ - cd /usr/share/fonts/winFonts - fc-cache -fv - else - echo "Install font: AHEM:TTF fail, please check if exists file: /opt/tct-fonts-css3-tests/fonts/csswg/support/AHEM____.TTF ..." - fi fi @@ -152,9 +140,6 @@ if [ $? -eq 0 ]; then fi sync fi - #### uninstall font: AHEM.TTF #### - [ -e /usr/share/fonts/winFonts/ ] && rm -rf /usr/share/fonts/winFonts/ - fc-cache -fv fi rm -rf /opt/unpacked_crx/%name diff --git a/tct-fonts-css3-tests/tests.full.xml b/tct-fonts-css3-tests/tests.full.xml index d9df8e178..af22c1a48 100644 --- a/tct-fonts-css3-tests/tests.full.xml +++ b/tct-fonts-css3-tests/tests.full.xml @@ -13,7 +13,7 @@ These texts have correct font style - /opt/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.xht + /opt/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.htm @@ -33,7 +33,7 @@ These texts have correct font variant - /opt/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.xht + /opt/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.htm @@ -53,7 +53,7 @@ These texts have correct font weight - /opt/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.xht + /opt/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.htm @@ -73,7 +73,7 @@ These texts have correct font size - /opt/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.xht + /opt/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.htm @@ -173,7 +173,7 @@ There are two boxes on the page and they are the same height - /opt/tct-fonts-css3-tests/fonts/csswg/font-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-001.htm @@ -193,7 +193,7 @@ There are two boxes on the page and they are the same height. One box needs to be slanted to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-002.htm @@ -213,7 +213,7 @@ The letters 'E' below are larger than this text, are capitalized, and if the left 'E' is smaller than the right 'E' - /opt/tct-fonts-css3-tests/fonts/csswg/font-003.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-003.htm @@ -233,7 +233,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-004.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-004.htm @@ -253,7 +253,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-006.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-006.htm @@ -273,7 +273,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-007.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-007.htm @@ -293,7 +293,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-008.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-008.htm @@ -313,7 +313,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-009.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-009.htm @@ -333,7 +333,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-010.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-010.htm @@ -353,7 +353,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-011.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-011.htm @@ -373,7 +373,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-012.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-012.htm @@ -393,7 +393,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-013.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-013.htm @@ -413,7 +413,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-014.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-014.htm @@ -433,7 +433,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-015.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-015.htm @@ -453,7 +453,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-016.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-016.htm @@ -493,7 +493,7 @@ There are two boxes on the page, they are the same height, the top of both boxes line up and one box slants to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-018.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-018.htm @@ -533,7 +533,7 @@ There is no red except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-022.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-022.htm @@ -553,7 +553,7 @@ There is no red - /opt/tct-fonts-css3-tests/fonts/csswg/font-023.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-023.htm @@ -573,7 +573,7 @@ There is no red - /opt/tct-fonts-css3-tests/fonts/csswg/font-024.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-024.htm @@ -593,7 +593,7 @@ There is no red except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-025.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-025.htm @@ -613,7 +613,7 @@ There is no red - /opt/tct-fonts-css3-tests/fonts/csswg/font-026.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-026.htm @@ -633,7 +633,7 @@ There is no red except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-027.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-027.htm @@ -653,7 +653,7 @@ There is no red except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-028.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-028.htm @@ -673,7 +673,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-029.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-029.htm @@ -693,7 +693,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-030.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-030.htm @@ -713,7 +713,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-031.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-031.htm @@ -733,7 +733,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-032.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-032.htm @@ -753,7 +753,7 @@ There is a letter 'X' below - /opt/tct-fonts-css3-tests/fonts/csswg/font-033.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-033.htm @@ -773,7 +773,7 @@ There is a letter 'X' below - /opt/tct-fonts-css3-tests/fonts/csswg/font-034.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-034.htm @@ -793,7 +793,7 @@ There is a letter 'X' below - /opt/tct-fonts-css3-tests/fonts/csswg/font-035.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-035.htm @@ -813,7 +813,7 @@ There is a letter 'X' below - /opt/tct-fonts-css3-tests/fonts/csswg/font-036.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-036.htm @@ -833,7 +833,7 @@ There is a letter 'X' below - /opt/tct-fonts-css3-tests/fonts/csswg/font-037.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-037.htm @@ -853,7 +853,7 @@ There is a letter 'X' below - /opt/tct-fonts-css3-tests/fonts/csswg/font-038.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-038.htm @@ -873,7 +873,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-043.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-043.htm @@ -893,7 +893,7 @@ There is no red - /opt/tct-fonts-css3-tests/fonts/csswg/font-044.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-044.htm @@ -913,7 +913,7 @@ The 2 lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.htm @@ -933,7 +933,7 @@ The 2 lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.htm @@ -953,7 +953,7 @@ The 2 lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.htm @@ -963,26 +963,6 @@ - - - - - - - Check if the 'font-family' property set to and installed font renders the appropriate font - There is a box below - - - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-001.xht - - - - - http://www.w3.org/TR/2012/WD-css3-fonts-20120823/#font-family-prop - - - - @@ -993,7 +973,7 @@ The words 'PASS PASS' appear below and there is a black box below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-002.htm @@ -1013,7 +993,7 @@ The words 'PASS PASS' appear below and there is a black box below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-003.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-003.htm @@ -1033,7 +1013,7 @@ The words 'PASS PASS' appear below and there is a black box below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-004.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-004.htm @@ -1053,7 +1033,7 @@ The words 'PASS PASS' appear below and there is a black box below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-005.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-005.htm @@ -1073,7 +1053,7 @@ The words 'PASS PASS' appear below and there is a black box below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-006.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-006.htm @@ -1093,7 +1073,7 @@ There is a box below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-007.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-007.htm @@ -1113,7 +1093,7 @@ There is no black stripe - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-008.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-008.htm @@ -1153,7 +1133,7 @@ There is a small black square - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.htm @@ -1173,7 +1153,7 @@ There is a small black square - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.htm @@ -1193,7 +1173,7 @@ There is no red - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.htm @@ -1213,7 +1193,7 @@ There is a small black square - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.htm @@ -1233,7 +1213,7 @@ There are only numbers (1-19) below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.htm @@ -1253,7 +1233,7 @@ There are only numbers (1-3) below and no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.htm @@ -1273,7 +1253,7 @@ There is a letter 'X' below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.htm @@ -1293,7 +1273,7 @@ There is the word 'PASS' below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.htm @@ -1313,7 +1293,7 @@ The word 'Fail' is not visible below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.htm @@ -1333,7 +1313,7 @@ The word 'Fail' is not visible below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.htm @@ -1353,7 +1333,7 @@ The box below slants to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.htm @@ -1373,7 +1353,7 @@ The box below slants to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.htm @@ -1393,7 +1373,7 @@ The lines of 'Filler Text' below match - /opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.htm @@ -1433,7 +1413,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-001.htm @@ -1453,7 +1433,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-002.htm @@ -1473,7 +1453,7 @@ There is a tiny box below - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-003.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-003.htm @@ -1493,7 +1473,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-004.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-004.htm @@ -1513,7 +1493,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-005.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-005.htm @@ -1533,7 +1513,7 @@ The two boxes below are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-006.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-006.htm @@ -1553,7 +1533,7 @@ The two boxes below are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-007.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-007.htm @@ -1573,7 +1553,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-089.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-089.htm @@ -1593,7 +1573,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-090.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-090.htm @@ -1613,7 +1593,7 @@ The two dots (boxes) are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-091.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-091.htm @@ -1633,7 +1613,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-092.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-092.htm @@ -1653,7 +1633,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-093.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-093.htm @@ -1673,7 +1653,7 @@ The two boxes are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-094.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-094.htm @@ -1693,7 +1673,7 @@ The two boxes are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-095.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-095.htm @@ -1713,7 +1693,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-100.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-100.htm @@ -1733,7 +1713,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-101.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-101.htm @@ -1753,7 +1733,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-102.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-102.htm @@ -1773,7 +1753,7 @@ There is a box - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-112.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-112.htm @@ -1833,7 +1813,7 @@ The boxes are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.htm @@ -1853,7 +1833,7 @@ The boxes are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.htm @@ -1873,7 +1853,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.htm @@ -1893,7 +1873,7 @@ The boxes are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.htm @@ -1913,7 +1893,7 @@ The boxes are the same size or the left box is bigger than the right - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.htm @@ -1953,7 +1933,7 @@ There is a box that appears upright, and not slanted to one sid - /opt/tct-fonts-css3-tests/fonts/csswg/font-style-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-style-001.htm @@ -1973,7 +1953,7 @@ There is a box that appears to be slanted to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-style-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-style-002.htm @@ -1993,7 +1973,7 @@ There is a box that appears to be slanted to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-style-003.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-style-003.htm @@ -2013,7 +1993,7 @@ There is a box that appears to be slanted to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-style-004.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-style-004.htm @@ -2033,7 +2013,7 @@ The 'Filler Text' is slanted to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.htm @@ -2053,7 +2033,7 @@ The 'Filler Text' is slanted to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.htm @@ -2073,7 +2053,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.htm @@ -2093,7 +2073,7 @@ The 'Filler Text' is slanted to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.htm @@ -2113,7 +2093,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.htm @@ -2133,7 +2113,7 @@ The words are rendered in all lowercase characters - /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-001.htm @@ -2153,7 +2133,7 @@ The words are rendered in small sized, uppercase characters - /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-002.htm @@ -2173,7 +2153,7 @@ The words are rendered in small sized, uppercase characters - /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-003.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-003.htm @@ -2193,7 +2173,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.htm @@ -2213,7 +2193,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.htm @@ -2233,7 +2213,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.htm @@ -2253,7 +2233,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.htm @@ -2273,7 +2253,7 @@ The blue box and the black box are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-001.htm @@ -2293,7 +2273,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-008.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-008.htm @@ -2313,7 +2293,7 @@ The green text is visible - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-010.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-010.htm @@ -2333,7 +2313,7 @@ The green text is visible - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-011.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-011.htm @@ -2353,7 +2333,7 @@ The green text is visible - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-012.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-012.htm @@ -2373,7 +2353,7 @@ The green text is visible - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-013.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-013.htm @@ -2393,7 +2373,7 @@ The green text is visible - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-014.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-014.htm @@ -2413,7 +2393,7 @@ There should be a green line to the right of this text - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-015.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-015.htm @@ -2433,7 +2413,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.htm @@ -2453,7 +2433,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.htm @@ -2473,7 +2453,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.htm @@ -2493,7 +2473,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.htm @@ -2513,7 +2493,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.htm @@ -2533,7 +2513,7 @@ The darkness of the lines are from light to dark and each line needs to be either darker than or as dark as its previous line - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.htm @@ -2553,7 +2533,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.htm @@ -2573,7 +2553,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.htm @@ -2593,7 +2573,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.htm @@ -2613,7 +2593,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.htm @@ -2633,7 +2613,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.htm @@ -2653,7 +2633,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.htm @@ -2713,7 +2693,7 @@ There is an 'I' in-between 2 blue stripes - /opt/tct-fonts-css3-tests/fonts/csswg/fonts-012.xht + /opt/tct-fonts-css3-tests/fonts/csswg/fonts-012.htm diff --git a/tct-fonts-css3-tests/tests.xml b/tct-fonts-css3-tests/tests.xml index 7e8d2ad7a..e3280f495 100644 --- a/tct-fonts-css3-tests/tests.xml +++ b/tct-fonts-css3-tests/tests.xml @@ -12,7 +12,7 @@ These texts have correct font style - /opt/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.xht + /opt/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.htm @@ -24,7 +24,7 @@ These texts have correct font variant - /opt/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.xht + /opt/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.htm @@ -36,7 +36,7 @@ These texts have correct font weight - /opt/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.xht + /opt/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.htm @@ -48,7 +48,7 @@ These texts have correct font size - /opt/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.xht + /opt/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.htm @@ -80,7 +80,7 @@ There are two boxes on the page and they are the same height - /opt/tct-fonts-css3-tests/fonts/csswg/font-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-001.htm @@ -92,7 +92,7 @@ There are two boxes on the page and they are the same height. One box needs to be slanted to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-002.htm @@ -104,7 +104,7 @@ The letters 'E' below are larger than this text, are capitalized, and if the left 'E' is smaller than the right 'E' - /opt/tct-fonts-css3-tests/fonts/csswg/font-003.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-003.htm @@ -116,7 +116,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-004.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-004.htm @@ -128,7 +128,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-006.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-006.htm @@ -140,7 +140,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-007.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-007.htm @@ -152,7 +152,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-008.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-008.htm @@ -164,7 +164,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-009.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-009.htm @@ -176,7 +176,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-010.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-010.htm @@ -188,7 +188,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-011.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-011.htm @@ -200,7 +200,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-012.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-012.htm @@ -212,7 +212,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-013.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-013.htm @@ -224,7 +224,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-014.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-014.htm @@ -236,7 +236,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-015.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-015.htm @@ -248,7 +248,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-016.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-016.htm @@ -272,7 +272,7 @@ There are two boxes on the page, they are the same height, the top of both boxes line up and one box slants to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-018.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-018.htm @@ -296,7 +296,7 @@ There is no red except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-022.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-022.htm @@ -308,7 +308,7 @@ There is no red - /opt/tct-fonts-css3-tests/fonts/csswg/font-023.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-023.htm @@ -320,7 +320,7 @@ There is no red - /opt/tct-fonts-css3-tests/fonts/csswg/font-024.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-024.htm @@ -332,7 +332,7 @@ There is no red except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-025.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-025.htm @@ -344,7 +344,7 @@ There is no red - /opt/tct-fonts-css3-tests/fonts/csswg/font-026.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-026.htm @@ -356,7 +356,7 @@ There is no red except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-027.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-027.htm @@ -368,7 +368,7 @@ There is no red except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-028.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-028.htm @@ -380,7 +380,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-029.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-029.htm @@ -392,7 +392,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-030.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-030.htm @@ -404,7 +404,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-031.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-031.htm @@ -416,7 +416,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-032.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-032.htm @@ -428,7 +428,7 @@ There is a letter 'X' below - /opt/tct-fonts-css3-tests/fonts/csswg/font-033.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-033.htm @@ -440,7 +440,7 @@ There is a letter 'X' below - /opt/tct-fonts-css3-tests/fonts/csswg/font-034.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-034.htm @@ -452,7 +452,7 @@ There is a letter 'X' below - /opt/tct-fonts-css3-tests/fonts/csswg/font-035.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-035.htm @@ -464,7 +464,7 @@ There is a letter 'X' below - /opt/tct-fonts-css3-tests/fonts/csswg/font-036.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-036.htm @@ -476,7 +476,7 @@ There is a letter 'X' below - /opt/tct-fonts-css3-tests/fonts/csswg/font-037.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-037.htm @@ -488,7 +488,7 @@ There is a letter 'X' below - /opt/tct-fonts-css3-tests/fonts/csswg/font-038.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-038.htm @@ -500,7 +500,7 @@ There is no red visible on the page except for antialiasing - /opt/tct-fonts-css3-tests/fonts/csswg/font-043.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-043.htm @@ -512,7 +512,7 @@ There is no red - /opt/tct-fonts-css3-tests/fonts/csswg/font-044.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-044.htm @@ -524,7 +524,7 @@ The 2 lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.htm @@ -536,7 +536,7 @@ The 2 lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.htm @@ -548,19 +548,7 @@ The 2 lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.xht - - - - - - - - Check if the 'font-family' property set to and installed font renders the appropriate font - There is a box below - - - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.htm @@ -572,7 +560,7 @@ The words 'PASS PASS' appear below and there is a black box below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-002.htm @@ -584,7 +572,7 @@ The words 'PASS PASS' appear below and there is a black box below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-003.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-003.htm @@ -596,7 +584,7 @@ The words 'PASS PASS' appear below and there is a black box below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-004.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-004.htm @@ -608,7 +596,7 @@ The words 'PASS PASS' appear below and there is a black box below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-005.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-005.htm @@ -620,7 +608,7 @@ The words 'PASS PASS' appear below and there is a black box below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-006.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-006.htm @@ -632,7 +620,7 @@ There is a box below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-007.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-007.htm @@ -644,7 +632,7 @@ There is no black stripe - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-008.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-008.htm @@ -668,7 +656,7 @@ There is a small black square - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.htm @@ -680,7 +668,7 @@ There is a small black square - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.htm @@ -692,7 +680,7 @@ There is no red - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.htm @@ -704,7 +692,7 @@ There is a small black square - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.htm @@ -716,7 +704,7 @@ There are only numbers (1-19) below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.htm @@ -728,7 +716,7 @@ There are only numbers (1-3) below and no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.htm @@ -740,7 +728,7 @@ There is a letter 'X' below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.htm @@ -752,7 +740,7 @@ There is the word 'PASS' below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.htm @@ -764,7 +752,7 @@ The word 'Fail' is not visible below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.htm @@ -776,7 +764,7 @@ The word 'Fail' is not visible below - /opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.htm @@ -788,7 +776,7 @@ The box below slants to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.htm @@ -800,7 +788,7 @@ The box below slants to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.htm @@ -812,7 +800,7 @@ The lines of 'Filler Text' below match - /opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.htm @@ -836,7 +824,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-001.htm @@ -848,7 +836,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-002.htm @@ -860,7 +848,7 @@ There is a tiny box below - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-003.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-003.htm @@ -872,7 +860,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-004.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-004.htm @@ -884,7 +872,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-005.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-005.htm @@ -896,7 +884,7 @@ The two boxes below are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-006.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-006.htm @@ -908,7 +896,7 @@ The two boxes below are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-007.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-007.htm @@ -920,7 +908,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-089.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-089.htm @@ -932,7 +920,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-090.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-090.htm @@ -944,7 +932,7 @@ The two dots (boxes) are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-091.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-091.htm @@ -956,7 +944,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-092.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-092.htm @@ -968,7 +956,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-093.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-093.htm @@ -980,7 +968,7 @@ The two boxes are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-094.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-094.htm @@ -992,7 +980,7 @@ The two boxes are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-095.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-095.htm @@ -1004,7 +992,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-100.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-100.htm @@ -1016,7 +1004,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-101.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-101.htm @@ -1028,7 +1016,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-102.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-102.htm @@ -1040,7 +1028,7 @@ There is a box - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-112.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-112.htm @@ -1076,7 +1064,7 @@ The boxes are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.htm @@ -1088,7 +1076,7 @@ The boxes are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.htm @@ -1100,7 +1088,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.htm @@ -1112,7 +1100,7 @@ The boxes are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.htm @@ -1124,7 +1112,7 @@ The boxes are the same size or the left box is bigger than the right - /opt/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.htm @@ -1148,7 +1136,7 @@ There is a box that appears upright, and not slanted to one sid - /opt/tct-fonts-css3-tests/fonts/csswg/font-style-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-style-001.htm @@ -1160,7 +1148,7 @@ There is a box that appears to be slanted to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-style-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-style-002.htm @@ -1172,7 +1160,7 @@ There is a box that appears to be slanted to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-style-003.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-style-003.htm @@ -1184,7 +1172,7 @@ There is a box that appears to be slanted to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-style-004.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-style-004.htm @@ -1196,7 +1184,7 @@ The 'Filler Text' is slanted to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.htm @@ -1208,7 +1196,7 @@ The 'Filler Text' is slanted to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.htm @@ -1220,7 +1208,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.htm @@ -1232,7 +1220,7 @@ The 'Filler Text' is slanted to one side - /opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.htm @@ -1244,7 +1232,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.htm @@ -1256,7 +1244,7 @@ The words are rendered in all lowercase characters - /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-001.htm @@ -1268,7 +1256,7 @@ The words are rendered in small sized, uppercase characters - /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-002.htm @@ -1280,7 +1268,7 @@ The words are rendered in small sized, uppercase characters - /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-003.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-003.htm @@ -1292,7 +1280,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.htm @@ -1304,7 +1292,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.htm @@ -1316,7 +1304,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.htm @@ -1328,7 +1316,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.htm @@ -1340,7 +1328,7 @@ The blue box and the black box are the same size - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-001.htm @@ -1352,7 +1340,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-008.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-008.htm @@ -1364,7 +1352,7 @@ The green text is visible - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-010.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-010.htm @@ -1376,7 +1364,7 @@ The green text is visible - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-011.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-011.htm @@ -1388,7 +1376,7 @@ The green text is visible - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-012.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-012.htm @@ -1400,7 +1388,7 @@ The green text is visible - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-013.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-013.htm @@ -1412,7 +1400,7 @@ The green text is visible - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-014.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-014.htm @@ -1424,7 +1412,7 @@ There should be a green line to the right of this text - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-015.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-015.htm @@ -1436,7 +1424,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.htm @@ -1448,7 +1436,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.htm @@ -1460,7 +1448,7 @@ There is no red visible on the page - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.htm @@ -1472,7 +1460,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.htm @@ -1484,7 +1472,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.htm @@ -1496,7 +1484,7 @@ The darkness of the lines are from light to dark and each line needs to be either darker than or as dark as its previous line - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.htm @@ -1508,7 +1496,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.htm @@ -1520,7 +1508,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.htm @@ -1532,7 +1520,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.htm @@ -1544,7 +1532,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.htm @@ -1556,7 +1544,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.htm @@ -1568,7 +1556,7 @@ The lines of 'Filler Text' match - /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.xht + /opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.htm @@ -1604,7 +1592,7 @@ There is an 'I' in-between 2 blue stripes - /opt/tct-fonts-css3-tests/fonts/csswg/fonts-012.xht + /opt/tct-fonts-css3-tests/fonts/csswg/fonts-012.htm