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

Side by Side Diff: LayoutTests/fast/css/font-face-insert-link.html

Issue 48903019: Delete js-test-post.js. (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 <head> 1 <head>
2 <script src="../js/resources/js-test-pre.js"></script> 2 <script src="../js/resources/js-test-pre.js"></script>
3 <style> 3 <style>
4 .test { 4 .test {
5 font-family: 'myahem'; 5 font-family: 'myahem';
6 } 6 }
7 #a, #b, #container { position:absolute; } 7 #a, #b, #container { position:absolute; }
8 #b { top: 20px } 8 #b { top: 20px }
9 </style> 9 </style>
10 </head> 10 </head>
(...skipping 18 matching lines...) Expand all
29 var a = document.getElementById('a'); 29 var a = document.getElementById('a');
30 var b = document.getElementById('b'); 30 var b = document.getElementById('b');
31 shouldBeFalse('window.getComputedStyle(a).width == window.getComputedSty le(b).width'); 31 shouldBeFalse('window.getComputedStyle(a).width == window.getComputedSty le(b).width');
32 finishJSTest(); 32 finishJSTest();
33 }, 33 },
34 500 34 500
35 ); 35 );
36 }, 36 },
37 1); 37 1);
38 </script> 38 </script>
39 <script src="../js/resources/js-test-post.js"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698