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

Side by Side Diff: LayoutTests/fast/table/css-table-max-height.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 .container 6 .container
6 { 7 {
7 width:300px; 8 width:300px;
8 height:400px; 9 height:400px;
9 font:16px/1 Ahem; 10 font:16px/1 Ahem;
10 background-color:#999999; 11 background-color:#999999;
11 } 12 }
12 13
13 .child 14 .child
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 <br><br>FILLER TEXT TO INCREASE CONTENT HEIGHT. 107 <br><br>FILLER TEXT TO INCREASE CONTENT HEIGHT.
107 </div> 108 </div>
108 </div> 109 </div>
109 <div class="container"> 110 <div class="container">
110 <div class="child fixed-table" style="height:auto;"> 111 <div class="child fixed-table" style="height:auto;">
111 This test checks that when height of a fixed table is auto, there is are no asserts. No crash means the test passed. 112 This test checks that when height of a fixed table is auto, there is are no asserts. No crash means the test passed.
112 </div> 113 </div>
113 </div> 114 </div>
114 <body> 115 <body>
115 </html> 116 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698