blob: 803f749e10b47559520482523c53e4281f4ee6f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<script>
eventSender.zoomPageIn();
eventSender.zoomPageIn();
</script>
<style>
body {
background: green;
color: blue;
}
</style>
<p>
This page should have 144% full page zoom, so the background should go green.
</p>
|