Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/dummy-shared-worker.html

Issue 2418853003: Worker: Import "imported/wpt/workers" tests (Retry) (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!--
2 /*
3 -->
4 <!doctype html>
5 <title>creating a dummy shared worker</title>
6 <link rel=help href="http://www.whatwg.org/html/#dom-sharedworker">
7 <script src="/resources/testharness.js"></script>
8 <script src="/resources/testharnessreport.js"></script>
9 <div id="log"></div>
10 <script>
11 test(function() {
12 var worker = new SharedWorker('#');
13 });
14 </script>
15 <!--
16 */
17 //-->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698