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

This commit is contained in:
Kyle Huey
2010-07-29 12:41:04 -07:00
parent 8ccb443c4b
commit 4beeb5b6aa
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 - element selectors</title>
<style>
dİv {color: red}
</style>
</head>
<body>
<div><p lang="hi">स्टार</p></div>
<input disabled>
</body>
</html>