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

Side by Side Diff: LayoutTests/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html

Issue 1204023002: Deflake tests using ahem font with @font-face. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline and fix an svg test Created 5 years, 6 months 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 <script src="../../../../resources/ahem.js"></script>
1 <script src="../../../../resources/js-test.js"></script> 2 <script src="../../../../resources/js-test.js"></script>
2 <style> 3 <style>
3 .test { 4 .test {
4 width: 100px; 5 width: 100px;
5 font-family: "Ahem"; 6 font-family: "Ahem";
6 } 7 }
7 .pusher { 8 .pusher {
8 width: 4000px; 9 width: 4000px;
9 height: 1000px; 10 height: 1000px;
10 outline: 1px solid black; 11 outline: 1px solid black;
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 testsWithBaseline(bottomBaseline, elementBottom.firstChild); 88 testsWithBaseline(bottomBaseline, elementBottom.firstChild);
88 89
89 eventSender.zoomPageOut(); 90 eventSender.zoomPageOut();
90 testsWithBaseline(topBaseline, elementTop.firstChild); 91 testsWithBaseline(topBaseline, elementTop.firstChild);
91 92
92 if (window.testRunner) { 93 if (window.testRunner) {
93 var area = document.getElementById('testArea'); 94 var area = document.getElementById('testArea');
94 area.parentNode.removeChild(area); 95 area.parentNode.removeChild(area);
95 } 96 }
96 </script> 97 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Document/CaretRangeFromPoint/basic.html ('k') | LayoutTests/fast/dom/Element/getBoundingClientRect.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698