Bug 578714: Stop doing Unicode-aware case-folding inside layout/style. r=zwol sr=bz
This commit is contained in:
19
layout/reftests/unicode/unicode-attribute-selector.html
Normal file
19
layout/reftests/unicode/unicode-attribute-selector.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Unicode tests - attribute selectors</title>
|
||||
<style>
|
||||
div[dİr] {color: red;}
|
||||
div[dİr="ltr"] {text-indent: 30px;}
|
||||
input[dİsabled] {display: none;}
|
||||
//input[dİsabled="disabled"] {display: inline;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div dir='ltr'><p lang="hi">स्टार</p></div>
|
||||
<input disabled>
|
||||
<input dİsabled="DİSABLED">
|
||||
<input dİsabled="disabled">
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user