auto merge of #3605 : Manishearth/servo/form-stuff, r=jdm

This commit is contained in:
bors-servo 2014-10-08 03:42:34 -06:00
commit 94731270df
13 changed files with 227 additions and 181 deletions

View file

@ -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>

View file

@ -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