mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
auto merge of #3605 : Manishearth/servo/form-stuff, r=jdm
This commit is contained in:
commit
94731270df
13 changed files with 227 additions and 181 deletions
|
@ -1,18 +0,0 @@
|
|||
<html>
|
||||
<head id="foo">
|
||||
<title></title>
|
||||
<script src="harness.js"></script>
|
||||
</head>
|
||||
<script>
|
||||
let script = document.getElementById("test");
|
||||
|
||||
{
|
||||
is(script.src, "/x.js");
|
||||
}
|
||||
|
||||
finish();
|
||||
</script>
|
||||
<body>
|
||||
<script src="/x.js" id="test"/>
|
||||
</body>
|
||||
</html>
|
|
@ -5397,33 +5397,6 @@
|
|||
[HTMLTableCellElement interface: attribute bgColor]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute acceptCharset]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute action]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute autocomplete]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute enctype]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute encoding]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute method]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute name]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute noValidate]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute target]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute elements]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -5445,33 +5418,6 @@
|
|||
[HTMLFormElement interface: operation requestAutocomplete()]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "acceptCharset" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "action" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "autocomplete" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "enctype" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "encoding" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "method" with the proper type (5)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "name" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "noValidate" with the proper type (7)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "target" with the proper type (8)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "elements" with the proper type (9)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue