mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Implement HTMLMediaElement.crossorigin attribute logic.
This commit is contained in:
parent
415b26e4f1
commit
ade697b782
4 changed files with 19 additions and 55 deletions
|
@ -1,31 +0,0 @@
|
|||
[crossOrigin.html]
|
||||
[HTMLMediaElement.crossOrigin, setting to invalid value]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.crossOrigin, content attribute use-credentials]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.crossOrigin, content attribute invalid value]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.crossOrigin, setting to uppercase ANONYMOUS]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.crossOrigin, content attribute uppercase ANONYMOUS]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.crossOrigin, setting to empty string]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.crossOrigin, content attribute empty string]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.crossOrigin, content attribute missing]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.crossOrigin, setting to use-credentials]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement.crossOrigin]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue