repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
inspector-enabled
/
resources
/
console-clear-arguments-iframe.html
blob
31d0a79a149a03dace641152e022b57e29d594bb
1
<script>
2
console
.
log
(
"A message with first argument string"
,
"Second argument which should be discarded on iframe removal"
);
3
console
.
log
(
2011
,
"A message with first argument integer"
);
4
console
.
log
(
window
,
"A message with first argument window"
);
5
</script>