From: Kevin Sawicki Date: Fri, 30 Sep 2016 15:36:51 +0000 (-0700) Subject: :art: X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e16fa08e61c02ae1b55934f29c3d3f78f127df9d;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git :art: --- diff --git a/spec/api-browser-window-spec.js b/spec/api-browser-window-spec.js index a0b043ed2..5bb18833e 100644 --- a/spec/api-browser-window-spec.js +++ b/spec/api-browser-window-spec.js @@ -598,7 +598,7 @@ describe('browser-window module', function () { const preload = path.join(fixtures, 'module', 'preload-sandbox.js') - // http protocol to simulate accessing a another domain. this is required + // http protocol to simulate accessing another domain. This is required // because the code paths for cross domain popups is different. function crossDomainHandler (request, callback) { callback({ diff --git a/spec/fixtures/api/sandbox.html b/spec/fixtures/api/sandbox.html index a684664a9..a74a1d5d6 100644 --- a/spec/fixtures/api/sandbox.html +++ b/spec/fixtures/api/sandbox.html @@ -1,9 +1,9 @@