Auto merge of #18825 - servo:urls, r=emilio

Fix a bunch of URL-reflecting IDL attributes

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18825)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-10-11 08:45:44 -05:00 committed by GitHub
commit 528d0fb409
15 changed files with 89 additions and 87 deletions

View file

@ -1,5 +0,0 @@
[base_href_invalid.html]
type: testharness
[base element with unparseable href should have .href getter return attr value]
expected: FAIL

View file

@ -1,5 +0,0 @@
[form-action-reflection-with-base-url.html]
type: testharness
[An action URL should be resolved relative to the document's base URL (not the document's URL)]
expected: FAIL

View file

@ -1,5 +0,0 @@
[form-action-reflection.html]
type: testharness
[An action URL should be resolved relative to the document's base URL (= the document's URL in this case)]
expected: FAIL