| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <title>CSS Snap Size: snap-height center</title> | 2 <title>CSS Snap Size: snap-height center</title> |
| 3 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com"> | 3 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com"> |
| 4 <link rel="help" href="https://drafts.csswg.org/css-snap-size/#snap-height"> | 4 <link rel="help" href="https://drafts.csswg.org/css-rhythm-1/#snap-height"> |
| 5 <link rel="match" href="reference/snap-height-center-001.html"> | 5 <link rel="match" href="reference/snap-height-center-001.html"> |
| 6 <meta name="assert" content="This test asserts the snap-height property rounds u
p line box height."> | 6 <meta name="assert" content="This test asserts the snap-height property rounds u
p line box height."> |
| 7 <meta name="flags" content="ahem"> | 7 <meta name="flags" content="ahem"> |
| 8 <style> | 8 <style> |
| 9 div { | 9 div { |
| 10 font-family: Ahem; | 10 font-family: Ahem; |
| 11 font-size: 40px; | 11 font-size: 40px; |
| 12 } | 12 } |
| 13 .test, .ref { | 13 .test, .ref { |
| 14 display: inline-block; | 14 display: inline-block; |
| (...skipping 12 matching lines...) Expand all Loading... |
| 27 <div class="ref"> | 27 <div class="ref"> |
| 28 <div>XXXXX</div> | 28 <div>XXXXX</div> |
| 29 <div>XXXXX XXXXX XXXXX</div> | 29 <div>XXXXX XXXXX XXXXX</div> |
| 30 <div><br>X<br>X</div> | 30 <div><br>X<br>X</div> |
| 31 </div> | 31 </div> |
| 32 <div class="test"> | 32 <div class="test"> |
| 33 <div>XXXXX</div> | 33 <div>XXXXX</div> |
| 34 <div>XXXXX XXXXX XXXXX</div> | 34 <div>XXXXX XXXXX XXXXX</div> |
| 35 <div><br>X<br>X</div> | 35 <div><br>X<br>X</div> |
| 36 </div> | 36 </div> |
| OLD | NEW |