blob: 090ba98021c103feadbbde6c9c50eb5d0d9e0dcd [file] [log] [blame]
<!DOCTYPE>
<html>
<head>
<title>Tests that framesets scale according to full page zoom</title>
<script>
window.onload = function() {
if (window.testRunner)
testRunner.zoomPageIn();
};
</script>
</head>
<frameset rows="100,*">
<frame id="top_frame" src="data:text/html,<!DOCTYPE html><html><body></body></html>">
<frame id="bottom_frame" src="data:text/html,<!DOCTYPE html><html><body></body></html>">
</frameset>
</html>