summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/backgrounds/root-background-with-page-scaled-out-expected.html
blob: fc62ffc6344de53fcbf756dc09dd39b205901009 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html style="background:green;">
<head>
<script>
if (window.internals)
    internals.setPageScaleFactor(0.5);
</script>
</head>
<body>
</body>