Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/html/dom/self-origin.any.js |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/dom/self-origin.any.js b/third_party/WebKit/LayoutTests/external/wpt/html/dom/self-origin.any.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c103a32144fb96b9b76b91fd440e3725e9a5838d |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/html/dom/self-origin.any.js |
| @@ -0,0 +1,5 @@ |
| +"use strict"; |
| + |
| +test(function() { |
| + assert_equals(self.origin, "http://" + location.host); |
| +}, "self.origin should be correct"); |