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

Side by Side Diff: LayoutTests/fast/table/inline-table-in-inline-block-last-baseline-align.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, 5 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> 5 <style>
5 .wrapper { 6 .wrapper {
6 height: 100px; 7 height: 100px;
7 display: inline-block; 8 display: inline-block;
8 font: 16px Ahem; 9 font: 16px Ahem;
9 } 10 }
10 11
11 table { 12 table {
12 display: inline-table; 13 display: inline-table;
13 border-spacing: 0px; 14 border-spacing: 0px;
(...skipping 15 matching lines...) Expand all
29 <td>First</td> 30 <td>First</td>
30 </table> 31 </table>
31 </div> 32 </div>
32 <div class="wrapper"> 33 <div class="wrapper">
33 <table> 34 <table>
34 <td>&nbsp;<br>&nbsp;<br>Second</td> 35 <td>&nbsp;<br>&nbsp;<br>Second</td>
35 </table> 36 </table>
36 </div> 37 </div>
37 </body> 38 </body>
38 </html> 39 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/css-table-max-height.html ('k') | LayoutTests/fast/table/table-before-child-style-update.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698