mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
16 lines
471 B
Plaintext
16 lines
471 B
Plaintext
before cloning:
|
|
original imageBitmap width: 120
|
|
original imageBitmap height: 120
|
|
after cloning, before transferring:
|
|
original imageBitmap width: 120
|
|
original imageBitmap height: 120
|
|
cloned imageBitmap width: 120
|
|
cloned imageBitmap height: 120
|
|
after cloning, after transferring:
|
|
original imageBitmap width: 0
|
|
original imageBitmap height: 0
|
|
cloned imageBitmap width: 120
|
|
cloned imageBitmap height: 120
|
|
transferred imageBitmap width: 120
|
|
transferred imageBitmap height: 120
|