Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
fuchsia_web
/
webengine
/
test
/
data
/
console_logging.html
blob: fe23ad8145aa2900c19e50f2012c54e159dda277 [
file
] [
log
] [
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>