blob: 9b50fb133122f718ba828617833203c8ff96f558 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>CSS test reference</title>
<link rel=author title="Florian Rivoal" href="https://florian.rivoal.net">
<style>
div {
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>
|