Bug 578714: Stop doing Unicode-aware case-folding inside layout/style. r=zwol sr=bz

This commit is contained in:
Kyle Huey
2010-08-02 15:19:04 -07:00
parent bc74c8d2a3
commit 0b791470e7
18 changed files with 235 additions and 17 deletions

View File

@@ -0,0 +1,14 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unicode tests - pseudo element selectors</title>
<style>
p:fİrst-letter {color: red}
</style>
</head>
<body>
<div><p lang="hi">स्टार</p></div>
<input disabled>
</body>
</html>