OLD | NEW |
1 | 1 |
2 <script src="../js/resources/js-test-pre.js"></script> | 2 <script src="../../resources/js-test.js"></script> |
3 <style> | 3 <style> |
4 .test { | 4 .test { |
5 width: 100px; | 5 width: 100px; |
6 height: 100px; | 6 height: 100px; |
7 outline: 1px solid black; | 7 outline: 1px solid black; |
8 } | 8 } |
9 .testItem { | 9 .testItem { |
10 z-index: 100; | 10 z-index: 100; |
11 display: inline-block; | 11 display: inline-block; |
12 width: 20px; | 12 width: 20px; |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 testElement(elementOffscreen, "Offscreen", offset.left, offset.top + 1100); | 95 testElement(elementOffscreen, "Offscreen", offset.left, offset.top + 1100); |
96 | 96 |
97 eventSender.zoomPageOut(); | 97 eventSender.zoomPageOut(); |
98 testElement(elementInitial, "Initial", offset.left, offset.top, /* hasZoom *
/ true); | 98 testElement(elementInitial, "Initial", offset.left, offset.top, /* hasZoom *
/ true); |
99 | 99 |
100 if (window.testRunner) { | 100 if (window.testRunner) { |
101 var area = document.getElementById('testArea'); | 101 var area = document.getElementById('testArea'); |
102 area.parentNode.removeChild(area); | 102 area.parentNode.removeChild(area); |
103 } | 103 } |
104 </script> | 104 </script> |
OLD | NEW |