fune/testing/web-platform/tests/css/css-text/writing-system/writing-system-text-transform-001.html
Florian Rivoal 343ca34497 Bug 1497436 [wpt PR 13430] - [css-text][css-fonts] Testing writing system dependent rules, a=testonly
Automatic update from web-platform-tests[css-text][css-fonts] Testing writing system dependent rules

Related to https://github.com/w3c/csswg-drafts/issues/2015

--
fix typo

Co-Authored-By: frivoal <git@florian.rivoal.net>
--
Merge pull request #13430 from frivoal/writing-system

[css-text][css-fonts] Testing writing system dependent rules
--

wpt-commits: 60e792e88bf7e2839b584354b128600bb89a7e8f, 643c8394abb53fbca39590728bc30ad96b1feb6c, 9b65752bd8f279c76532401268f06250ac5d479c
wpt-pr: 13430
2018-11-21 13:59:05 +00:00

19 lines
901 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>CSS test: text-transform and writing systems</title>
<link rel=author title="Florian Rivoal" href="https://florian.rivoal.net">
<link rel=help href="https://drafts.csswg.org/css-text-3/#languages">
<link rel=help href="https://drafts.csswg.org/css-text-3/#script-tagging">
<link rel=help href="https://drafts.csswg.org/css-text-3/#propdef-text-transform">
<link rel=match href="reference/writing-system-text-transform-001-ref.html">
<meta name=assert content="text transform rules that depend on the language are overriden by a contradicting explicit script tag.">
<style>
div {
text-transform: lowercase;
font-size: 3em;
}
</style>
<p>Test passes if the two words below are identical: there must be a dot on the “i” letter at the beginning of the word.
<div lang=tr-Cyrl>IСТАНБУЛ</div>
<div lang=tr-Cyrl>iстанбул</div>