blob: 25d69f22bea8e105a9e684a7da3bfe1b7abb2865 [file] [log] [blame] [edit]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
div {
border: 2px solid black;
height: 30px;
}
</style>
<body>
<p>Test passes if there is a Georgian character "&#x10d0;" in the box below.</p>
<div>&#x10d0;</div>
</body>