Skip to content

Commit

Permalink
Un-regress one webmessaging origin comparison.
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Nov 26, 2014
1 parent f8bc276 commit 4ebbe74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webmessaging/postMessage_origin_mismatch_xorigin.sub.htm
Expand Up @@ -23,7 +23,7 @@

var PORT = "{{ports[http][0]}}" !== "80" ? ":{{ports[http][0]}}" : "";
var TARGET = document.querySelector("iframe");
var XORIGIN = "http://{{domains[www]}}" + PORT;
var XORIGIN = "http://{{domains[www1]}}" + PORT;
var SORIGIN = "http://{{host}}" + PORT;
var ExpectedResult = ["#0", XORIGIN, "#3", XORIGIN];
var ActualResult = [];
Expand Down

0 comments on commit 4ebbe74

Please sign in to comment.