Files
electron/spec/fixtures/api/shared-texture/osr.html
trop[bot] c229e274a0 feat: add sharedTexture module to import shared texture (#48831)
feat: add `sharedTexture` module.

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: reito <reito@chromium.org>
2025-11-11 11:55:54 -05:00

13 lines
242 B
HTML

<!DOCTYPE html>
<html lang="en">
<header>
<meta charset="UTF-8">
<title>Hello World!</title>
</header>
<body>
<img src="image.png" style="width: 128px; height: 128px; position: absolute; left: 0; top: 0;"></img>
</body>
</html>