Bug 578714: Stop doing Unicode-aware case-folding inside layout/style. r=zwol sr=bz
This commit is contained in:
14
layout/reftests/unicode/unicode-element-selector.html
Normal file
14
layout/reftests/unicode/unicode-element-selector.html
Normal 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>
|
||||
Reference in New Issue
Block a user