mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
"use strict";
|
|
|
|
test(function() {
|
|
assert_equals(self.origin, "http://" + location.host);
|
|
}, "self.origin should be correct");
|