[tor-browser/tor-browser-38.5.0esr-5.5-1] fixup! Regression tests for Bug 15564: Isolate SharedWorker by first party domain

commit 07c085d76a70e9bb0ed81fe810936f7f2f659389 Author: Arthur Edelstein <arthuredelstein@gmail.com> Date: Sat Dec 12 15:22:20 2015 -0800 fixup! Regression tests for Bug 15564: Isolate SharedWorker by first party domain Fix an error in the comment --- dom/base/test/test_tor_bug15564.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/base/test/test_tor_bug15564.html b/dom/base/test/test_tor_bug15564.html index b8f7544..ccc749e 100644 --- a/dom/base/test/test_tor_bug15564.html +++ b/dom/base/test/test_tor_bug15564.html @@ -98,7 +98,7 @@ let sharedWorkerTest = function* (isolationOn, domainA, domainB, child_page) { // ## The main test // Run a coroutine that tests various combinations of domains -// methods, and isolation states for sharing (or not sharing) SharedWorkers. +// and isolation states for sharing (or not sharing) SharedWorkers. spawnTask(function* () { let domainA = domain1; for (let isolate of [false, true]) {
participants (1)
-
gk@torproject.org