mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
LibWeb: Implement HTMLImageElement.crossOrigin
This commit is contained in:
parent
d7d60268ec
commit
2ffda00347
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/jamierocks
Commit: 2ffda00347
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/24
Reviewed-by: https://github.com/tcl3 ✅
3 changed files with 9 additions and 2 deletions
|
@ -26,3 +26,10 @@ link crossOrigin value after setting to null: null
|
|||
link crossOrigin value after setting to "USE-CREDENTIALS": use-credentials
|
||||
link crossOrigin value after setting to "": anonymous
|
||||
link crossOrigin value after calling removeAttribute: null
|
||||
img crossOrigin initial value: null
|
||||
img crossOrigin value after setting to "invalid": anonymous
|
||||
img crossOrigin value after setting to "use-credentials": use-credentials
|
||||
img crossOrigin value after setting to null: null
|
||||
img crossOrigin value after setting to "USE-CREDENTIALS": use-credentials
|
||||
img crossOrigin value after setting to "": anonymous
|
||||
img crossOrigin value after calling removeAttribute: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue