Implement HTMLQuoteElement "cite" attribute (#33307)

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
Simon Wülker 2024-09-04 13:29:59 +02:00 committed by GitHub
parent febb4f24c4
commit fc5f8e9237
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 12 additions and 299 deletions

View file

@ -2297,138 +2297,6 @@
[q.tabIndex: IDL set to -2147483648]
expected: FAIL
[q.cite: typeof IDL attribute]
expected: FAIL
[q.cite: IDL get with DOM attribute unset]
expected: FAIL
[q.cite: setAttribute() to ""]
expected: FAIL
[q.cite: setAttribute() to " foo "]
expected: FAIL
[q.cite: setAttribute() to "http://site.example/"]
expected: FAIL
[q.cite: setAttribute() to "//site.example/path???@#l"]
expected: FAIL
[q.cite: setAttribute() to "\\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f "]
expected: FAIL
[q.cite: setAttribute() to undefined]
expected: FAIL
[q.cite: setAttribute() to 7]
expected: FAIL
[q.cite: setAttribute() to 1.5]
expected: FAIL
[q.cite: setAttribute() to "5%"]
expected: FAIL
[q.cite: setAttribute() to "+100"]
expected: FAIL
[q.cite: setAttribute() to ".5"]
expected: FAIL
[q.cite: setAttribute() to true]
expected: FAIL
[q.cite: setAttribute() to false]
expected: FAIL
[q.cite: setAttribute() to object "[object Object\]"]
expected: FAIL
[q.cite: setAttribute() to NaN]
expected: FAIL
[q.cite: setAttribute() to Infinity]
expected: FAIL
[q.cite: setAttribute() to -Infinity]
expected: FAIL
[q.cite: setAttribute() to "\\0"]
expected: FAIL
[q.cite: setAttribute() to null]
expected: FAIL
[q.cite: setAttribute() to object "test-toString"]
expected: FAIL
[q.cite: setAttribute() to object "test-valueOf"]
expected: FAIL
[q.cite: IDL set to ""]
expected: FAIL
[q.cite: IDL set to " foo "]
expected: FAIL
[q.cite: IDL set to "http://site.example/"]
expected: FAIL
[q.cite: IDL set to "//site.example/path???@#l"]
expected: FAIL
[q.cite: IDL set to "\\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f "]
expected: FAIL
[q.cite: IDL set to undefined]
expected: FAIL
[q.cite: IDL set to 7]
expected: FAIL
[q.cite: IDL set to 1.5]
expected: FAIL
[q.cite: IDL set to "5%"]
expected: FAIL
[q.cite: IDL set to "+100"]
expected: FAIL
[q.cite: IDL set to ".5"]
expected: FAIL
[q.cite: IDL set to true]
expected: FAIL
[q.cite: IDL set to false]
expected: FAIL
[q.cite: IDL set to object "[object Object\]"]
expected: FAIL
[q.cite: IDL set to NaN]
expected: FAIL
[q.cite: IDL set to Infinity]
expected: FAIL
[q.cite: IDL set to -Infinity]
expected: FAIL
[q.cite: IDL set to "\\0"]
expected: FAIL
[q.cite: IDL set to null]
expected: FAIL
[q.cite: IDL set to object "test-toString"]
expected: FAIL
[q.cite: IDL set to object "test-valueOf"]
expected: FAIL
[dfn.accessKey: typeof IDL attribute]
expected: FAIL