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

Side by Side Diff: LayoutTests/printing/return-from-printing-mode.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 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../resources/ahem.js"></script>
4 <style type="text/css"> 5 <style type="text/css">
5 * {font: 16px/1 Ahem;} 6 * {font: 16px/1 Ahem;}
6 </style> 7 </style>
7 <script type="text/javascript"> 8 <script type="text/javascript">
8 function test() 9 function test()
9 { 10 {
10 if (window.testRunner) 11 if (window.testRunner)
11 internals.pageNumber(document.getElementById('test1')); 12 internals.pageNumber(document.getElementById('test1'));
12 } 13 }
13 </script> 14 </script>
14 <head> 15 <head>
15 <body onload="test()"> 16 <body onload="test()">
16 <p id='test1'> 17 <p id='test1'>
17 The_content_of_this_paragraph_must_be_long_enough_such_that_a_scroll_bar_is_show n_in_non_printing_mode. 18 The_content_of_this_paragraph_must_be_long_enough_such_that_a_scroll_bar_is_show n_in_non_printing_mode.
18 </p> 19 </p>
19 </body> 20 </body>
20 </html> 21 </html>
OLDNEW
« no previous file with comments | « LayoutTests/printing/ellipsis-printing-style.html ('k') | LayoutTests/scrollbars/rtl/overflow-scroll-rtl.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698