mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Implement HTMLQuoteElement "cite" attribute (#33307)
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
febb4f24c4
commit
fc5f8e9237
8 changed files with 12 additions and 299 deletions
|
@ -2745,9 +2745,6 @@
|
|||
[HTMLTableCellElement interface: attribute vAlign]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLQuoteElement interface: attribute cite]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLModElement interface: document.createElement("ins") must inherit property "dateTime" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3942,9 +3939,6 @@
|
|||
[HTMLParamElement interface: document.createElement("param") must inherit property "value" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLQuoteElement interface: document.createElement("q") must inherit property "cite" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMarqueeElement interface: operation start()]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3975,9 +3969,6 @@
|
|||
[HTMLInputElement interface: createInput("checkbox") must inherit property "autocomplete" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLQuoteElement interface: document.createElement("blockquote") must inherit property "cite" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLObjectElement interface: document.createElement("object") must inherit property "name" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue