Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Side by Side Diff: LayoutTests/fast/dom/elementFromPoint-relative-to-viewport.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/domtimestamp-is-number.html ('k') | LayoutTests/fast/dom/exception-in-binding.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698