910e62b5创建于 1月15日历史提交
<html>
  <body>
    <video></video>
    <script>
      console.clear();

      // The following are ConsoleLogLevel::DEBUG.
      console.debug("This is a debug() message.");

      document.title = 'ended';
    </script>
  </body>
</html>