https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2ac4b481997e2bcf569c91d8bb7ab1e5a0b7b1b0 authored by Sebastian Hengst on 14 September 2023, 13:03:20 UTC
Bug 1850698 - remove 'esr' suffix added unintentionally to some other string. a=me
Tip revision: 2ac4b48
329069-3.html
<!DOCTYPE html>
<html lang="ja">
<head>
  <style>
   p:first-letter { color: red; }
  </style>
</head>
<body>
  <p>&#xFF84;&#xFF9E;&#xFF84;</p>
</body>
</html>
back to top