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

Side by Side Diff: LayoutTests/fast/css/vertical-align-baseline-rowspan-008-expected.html

Issue 18553003: Add a runtime flag for distributing extra logical height to rowspans (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS Test: Reference Result</title> 4 <title>CSS Test: Reference Result</title>
5 <link rel="author" title="WebKit" href="http://www.webkit.org/"> 5 <link rel="author" title="WebKit" href="http://www.webkit.org/">
6 <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layo ut"> 6 <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layo ut">
7 <style type="text/css"> 7 <style type="text/css">
8 td
9 {
10 height: 66px;
11 }
12 #first 8 #first
13 { 9 {
14 vertical-align: baseline; 10 vertical-align: baseline;
15 } 11 }
16 #second 12 #second
17 { 13 {
18 vertical-align: middle; 14 vertical-align: middle;
19 } 15 }
20 #small 16 #small
21 { 17 {
(...skipping 17 matching lines...) Expand all
39 <td id="first"> 35 <td id="first">
40 <div id="small">Text</div> 36 <div id="small">Text</div>
41 </td> 37 </td>
42 <td id="second"> 38 <td id="second">
43 <div id="small">Text</div> 39 <div id="small">Text</div>
44 </td> 40 </td>
45 </tr> 41 </tr>
46 </table> 42 </table>
47 </body> 43 </body>
48 </html> 44 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698