mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
script: Correct data type of poster in HTMLVideoElement.webidl (#43341)
Correct data type of poster in `HTMLVideoElement` interface Successful compilation is enough to verify the change. Testing: `tests/wpt/meta/html/dom/reflection-embedded.html` --------- Signed-off-by: Shubham Gupta <shubham.gupta@chromium.org>
This commit is contained in:
@@ -11,7 +11,7 @@ interface HTMLVideoElement : HTMLMediaElement {
|
||||
[CEReactions] attribute unsigned long height;
|
||||
readonly attribute unsigned long videoWidth;
|
||||
readonly attribute unsigned long videoHeight;
|
||||
[CEReactions] attribute DOMString poster;
|
||||
[CEReactions] attribute USVString poster;
|
||||
};
|
||||
|
||||
partial interface HTMLVideoElement {
|
||||
|
||||
Reference in New Issue
Block a user