gecko-dev/layout/reftests/usercss/usercss-uppercase.html
Masatoshi Kimura 2bc5c3208b Bug 1394233 - Reftest to ensure that uppercase class names work. r=test-only
MozReview-Commit-ID: K2RnB8JWfkK

--HG--
extra : rebase_source : 23bb63234921f93692c81f62ebf18d22a9ca3612
extra : source : cc0acc00d769666a41f5c9d5bea78e9614b30ddf
2017-09-16 16:12:28 +09:00

14 lines
189 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
p {
background-color: red;
}
</style>
</head>
<body>
<p class="RefTest-upperCase">This paragraph should have a green background.</p>
</body>
</html>