Sign in
webkit
/
WebKit
/
84774fe198803611f5618b9a9f2415bf7b147653
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
console-message-with-details.html
blob: a61ed63f284b04f6e8853a28854cd41e143e81ad [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script>
console
.
log
(
"Hello world!"
);
console
.
log
(
"Hello world!"
,
"argument1"
,
"argument2"
);
</script>
</head>
<body>
</body>
</html>