mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-19 07:31:25 +00:00
19 lines
445 B
HTML
19 lines
445 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<style>
|
|
iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 0px;
|
|
}
|
|
</style>
|
|
<script>
|
|
document.addEventListener('MozReftestInvalidate',
|
|
() => document.documentElement.removeAttribute('class'),
|
|
false);
|
|
</script>
|
|
<body>
|
|
<iframe src="bug917595-exif-rotated.jpg" scrolling="no" marginwidth="0" marginheight="0"></iframe>
|
|
</body>
|
|
</html>
|