mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix the form action IDL attributes
The returned string, if the attribute is present and non-empty, should be a URL resolved against the element's document's base URL.
This commit is contained in:
parent
605c679fee
commit
71b015173f
6 changed files with 14 additions and 40 deletions
|
@ -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
|
||||
|
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue