mirror of
https://github.com/servo/servo.git
synced 2025-06-04 07:35:36 +00:00
According to specification ImageBitmap objects are serializable objects and transferable objects. https://html.spec.whatwg.org/multipage/#the-imagebitmap-interface:imagebitmap-11 Testing: - html/canvas/element/manual/imagebitmap/* - html/infrastructure/safe-passing-of-structured-data/* - html/webappapis/structured-clone/* - workers/semantics/structured-clone/* Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com>
16 lines
516 B
Bash
Executable file
16 lines
516 B
Bash
Executable file
wget https://hg.mozilla.org/mozilla-central/raw-file/tip/dom/bindings/parser/WebIDL.py -O WebIDL.py
|
|
patch < abstract.patch
|
|
patch < debug.patch
|
|
patch < callback-location.patch
|
|
patch < union-typedef.patch
|
|
patch < inline.patch
|
|
patch < like-as-iterable.patch
|
|
patch < builtin-array.patch
|
|
patch < array-type.patch
|
|
patch < transferable.patch
|
|
|
|
wget https://hg.mozilla.org/mozilla-central/archive/tip.zip/dom/bindings/parser/tests/ -O tests.zip
|
|
rm -r tests
|
|
mkdir tests
|
|
unzip -d tests -j tests.zip
|
|
rm tests.zip WebIDL.py.orig
|