Skip to content

Commit

Permalink
Bug 1731245 [wpt PR 30706] - Don't use a non-local address for relati…
Browse files Browse the repository at this point in the history
…ve-to-base.html, a=testonly

Automatic update from web-platform-tests
Don't use a non-local address for relative-to-base.html

We don't allow it on automation and thus the test crashes, see:

https://bugzilla.mozilla.org/show_bug.cgi?id=1730229
--

wpt-commits: 33ccde9c65042284284253ad6c078e2b271e0f53
wpt-pr: 30706
  • Loading branch information
emilio authored and moz-wptsync-bot committed Sep 29, 2021
1 parent 96e0733 commit 77d70a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<link rel=help href=https://drafts.csswg.org/css-values/#relative-urls>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<base href="http://www.example.com">
<base href="http://{{hosts[alt][www]}}">
<style>
:root {
--image-path: url("images/test.png");
Expand Down

0 comments on commit 77d70a8

Please sign in to comment.