diff --git a/content/base/test/chrome/test_csp_bug768029.html b/content/base/test/chrome/test_csp_bug768029.html index a85ba71dfcd..ba84136793a 100644 --- a/content/base/test/chrome/test_csp_bug768029.html +++ b/content/base/test/chrome/test_csp_bug768029.html @@ -28,9 +28,6 @@ Components.utils.import("resource://gre/modules/Services.jsm"); const DEFAULT_CSP_PRIV = "default-src *; script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'none'"; const DEFAULT_CSP_CERT = "default-src *; script-src 'self'; style-src 'self'; object-src 'none'"; -if (navigator.platform.startsWith("Linux")) { - SimpleTest.expectAssertions(0, 1); // bug 846137, ASSERTION: wrong thread: 'PR_GetCurrentThread() == gSocketThread' -} SimpleTest.waitForExplicitFinish(); var gData = [