mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
12 lines
237 B
HTML
12 lines
237 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
</head>
|
|
<body>
|
|
<!-- some chars that should NOT mirror... -->
|
|
<p>c’b‘a</p>
|
|
<p>c”b“a</p>
|
|
</body>
|
|
</html>
|