blob: 46c8ad4741215faa108e3ae3a98e1bd7ff356397 [file] [log] [blame]
<!DOCTYPE html>
<html class="reftest-wait">
<title>Embedded Style: Media Queries Resize Frame</title>
<script src="/common/reftest-wait.js"></script>
<style>iframe {width:100%; height:300px}</style>
<script>
onload = function() {
let iframeWindow = document.querySelector('iframe').contentWindow;
iframeWindow.requestAnimationFrame(() => {
iframeWindow.requestAnimationFrame(() => {
setTimeout(function() {
takeScreenshot();
}, 100);
});
});
};
</script>
<iframe src="support/embedded_style_media_queries_resized-iframe-ref.html"></iframe>