[tbb-commits] [tor-browser/tor-browser-38.5.0esr-5.5-1] fixup! Regression tests for Bug 15564: Isolate SharedWorker by first party domain
gk at torproject.org
gk at torproject.org
Mon Dec 14 08:26:25 UTC 2015
commit 07c085d76a70e9bb0ed81fe810936f7f2f659389
Author: Arthur Edelstein <arthuredelstein at 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]) {
More information about the tbb-commits
mailing list