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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
ManualTests
/
inspector-wrappers
/
console-eval.html
blob
9274ceae84ef77cc206503ef8b9f6072e42f65a7
1
<html>
2
<head>
3
<script
src
=
"inspector-wrappers-test-utils.js"
></script>
4
<script>
5
window
.
eval
=
function
() {
doAttack
(
eval
); }
6
</script>
7
</head>
8
<body>
9
<script>
instructions
({
console
:
true
,
trigger
:
"something"
});
</script>
10
</body>
11
</html>