3 <script src=
"../../resources/js-test.js"></script>
5 #bla {width:
100px; height:
100px; background: red;}
6 @media (max-width:
1200px) {
7 #bla {width:
10px; height:
10px; background: blue;}
15 window
.addEventListener("load", function(){
16 if (!window
.eventSender
) {
17 document
.write("Zoom in manually.");
20 for (var i
= 0; i
< 5; ++i
)
21 eventSender
.zoomPageIn();
23 shouldBeCloseTo('document.getElementById("bla").offsetWidth', 10, 1/64);