Add CSS 2.1 test suite metadata for text-transform reftests.

This commit is contained in:
L. David Baron 2010-01-27 15:46:49 -08:00
parent 14c3fea15c
commit ed97ad6c3c
7 changed files with 35 additions and 0 deletions

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: text-transform</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#caps-prop" />
<meta name="flags" content="" />
<body>
<span style="text-transform:capitalize">This text should be capitalized.</span>
</body>

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: text-transform</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#caps-prop" />
<meta name="flags" content="" />
<body>
T<span style="text-transform:capitalize">his text should be capitalized.</span>
</body>

View File

@ -1,5 +1,10 @@
<!DOCTYPE HTML>
<html>
<title>CSS 2.1 Test Suite: text-transform</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#caps-prop" />
<meta name="flags" content="" />
<body>
<p><span style="text-transform:capitalize">i ask "questions"</span>
<p>i ask "<span style="text-transform:capitalize">questions"</span>

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: text-transform</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#caps-prop" />
<meta name="flags" content="" />
<body>
<span style="text-transform:lowercase">This text should be lowercased.</span>
</body>

View File

@ -1,4 +1,9 @@
<!DOCTYPE HTML>
<html>
<title>CSS 2.1 Test Suite: text-transform</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#caps-prop" />
<meta name="flags" content="" />
<body style="font-variant:small-caps; font-size:100px;">Aa</body>
</html>

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: text-transform</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#caps-prop" />
<meta name="flags" content="" />
<body>
<span style="text-transform:uppercase">This text should be uppercased.</span>
</body>

View File

@ -1,5 +1,10 @@
<!DOCTYPE html>
<html>
<title>CSS 2.1 Test Suite: text-transform</title>
<link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#caps-prop" />
<meta name="flags" content="" />
<body>
<span style="text-transform:uppercase">&szlig;</span>
</body>