mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Add a dummy implementation of contentEditable
This commit is contained in:
parent
b60c70bab6
commit
c00eb62090
3 changed files with 24 additions and 15 deletions
|
@ -2403,9 +2403,6 @@
|
|||
[HTMLMeterElement interface: document.createElement("meter") must inherit property "value" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute isContentEditable]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLEmbedElement interface: attribute align]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2616,9 +2613,6 @@
|
|||
[HTMLInputElement interface: document.createElement("input") must inherit property "useMap" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "isContentEditable" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLAreaElement interface: attribute ping]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3234,9 +3228,6 @@
|
|||
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "trueSpeed" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute contentEditable]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: createInput("file") must inherit property "align" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3579,9 +3570,6 @@
|
|||
[HTMLTableCellElement interface: document.createElement("th") must inherit property "ch" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "contentEditable" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "autocomplete" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue