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
/
fast
/
workers
/
shared-worker-messageevent-source.html
blob
7c051e47db0cbf49b96601b3065d4968a6053645
1
<html>
2
<head>
3
<script
src
=
"../../resources/js-test.js"
></script>
4
</head>
5
<body>
6
<script>
7
description
(
"Make sure that MessageEvent.source is properly set in connect event."
);
8
9
startWorker
(
"resources/messageevent-source.js"
,
"shared"
);
10
</script>
11
</body>
12
</html>