flutter_flutter/engine/web/tests/data/clipped-body.html
2014-10-23 11:17:19 -07:00

22 lines
250 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
html, body {
overflow-x: hidden;
}
#content {
background: silver;
width: 1000px;
height: 1000px;
}
</style>
<head>
<body>
<div id="content"></div>
</body>
</html>