0c867631b0
This patch adds a new consoleMessage.location() method that returns console message origins. Fixes #3029
12 lines
162 B
HTML
12 lines
162 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Log Entry Test</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
console.warn('wat')
|
|
</script>
|
|
</body>
|
|
</html>
|