mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
317 B
HTML
13 lines
317 B
HTML
|
<!DOCTYPE html>
|
||
|
<html class="reftest-wait">
|
||
|
<head>
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- This video file has a timescale of 0 in the mdhd atom -->
|
||
|
<video src="0-timescale.mp4"
|
||
|
onerror="document.documentElement.className=undefined"
|
||
|
onloadedmetadata="document.documentElement.className=undefined">
|
||
|
</video>
|
||
|
</body>
|
||
|
</html>
|