servo/tests/wpt/web-platform-tests/web-animations/responsive/toggle-animated-iframe-visibility-ref.html

10 lines
No EOL
173 B
HTML

<!DOCTYPE html>
<style>
.rotated {
transform: rotate(90deg);
}
</style>
<div id="container">
<iframe class="rotated" src="resources/block.html">
</iframe>
</div>