mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
21 lines
No EOL
1.2 KiB
HTML
21 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>CSS Test: text-transform I with dot above</title>
|
|
<style type="text/css">
|
|
@page { font: italic 8pt sans-serif; color: gray;
|
|
margin: 7%;
|
|
counter-increment: page;
|
|
@top-left { content: "CSS Text Module Level 3 CR Test Suite"; }
|
|
@top-right { content: "Test text-transform-lowercase-002"; }
|
|
@bottom-right { content: counter(page); }
|
|
}
|
|
</style>
|
|
<link rel="author" title="Anthony Ramine" href="mailto:n.oxyde@gmail.com" />
|
|
<link rel="help" href="https://drafts.csswg.org/css-text-3/#valdef-text-transform-lowercase" />
|
|
<link rel="match" href="reference/text-transform-lowercase-002-ref.xht" />
|
|
<meta name="assert" content="Tests that U+0130 to lowercase includes U+0307" />
|
|
<meta name="flags" content="" />
|
|
</head><body>
|
|
<span lang="en" style="font-size:32px;text-transform:lowercase" xml:lang="en">İI</span>
|
|
</body></html> |