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
/
LayoutTests
/
plugins
/
resources
/
plugin-clip-subframe-iframe.html
blob
e70c4aad289031c30db0ed45b27d7eeecc8a8e2e
1
<script>
2
var
lastMessage
;
3
function
windowWasSet
(
msg
) {
4
if
(
msg
!=
lastMessage
)
5
console
.
log
(
msg
);
6
lastMessage
=
msg
;
7
}
8
</script>
9
10
<embed
id
=
"testCPlugin"
type
=
"application/x-webkit-test-netscape"
test
=
"log-npp-set-window"
></embed>
11
<div
id
=
"output"
></div>