1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13

fuchsia_web / webengine / test / data / console_logging.html [blame]

<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>