Skip to content

Commit

Permalink
Don't use a non-local address for relative-to-base.html
Browse files Browse the repository at this point in the history
We don't allow it on automation and thus the test crashes, see:

https://bugzilla.mozilla.org/show_bug.cgi?id=1730229
  • Loading branch information
emilio authored and Gabisampaio committed Nov 18, 2021
1 parent 9197445 commit a087aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/css-values/urls/resolve-relative-to-base.html
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 a087aa8

Please sign in to comment.