mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add CSS 2.1 test suite metadata for text-transform reftests.
This commit is contained in:
parent
14c3fea15c
commit
ed97ad6c3c
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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">ß</span>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user