Backed out changeset 9e87c3efc33b

This commit is contained in:
Kyle Huey
2010-07-29 16:01:41 -07:00
parent 4beeb5b6aa
commit e03178f395
18 changed files with 17 additions and 235 deletions

View File

@@ -1,15 +0,0 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unicode tests - language selector</title>
<style>
p:lang() {color: red}
//p[lang="hİ"] {text-indent:30px} Disabled until Bug 492431 is fixed
</style>
</head>
<body>
<div><p lang="hi">स्टार</p></div>
<input disabled>
</body>
</html>