| Index: third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-valign-001-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-valign-001-expected.html b/third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-valign-001-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4925fbc003bbaa768f1e212beaba2941bc613df6
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-valign-001-expected.html
|
| @@ -0,0 +1,35 @@
|
| +<!DOCTYPE html>
|
| +<title>CSS Rhythmic Sizing: line-height-step vertical-align test</title>
|
| +<link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
|
| +<style>
|
| +div {
|
| + font-family: Ahem;
|
| + font-size: 40px;
|
| +}
|
| +.ref {
|
| + line-height: 1;
|
| +}
|
| +.adjuster {
|
| + line-height: 80px;
|
| + color: transparent;
|
| +}
|
| +.top {
|
| + vertical-align: top;
|
| +}
|
| +.text-top {
|
| + vertical-align: text-top;
|
| +}
|
| +.text-bottom {
|
| + vertical-align: text-bottom;
|
| +}
|
| +.bottom {
|
| + vertical-align: bottom;
|
| +}
|
| +</style>
|
| +<p class="instructions">Test passes if two lines are the same.
|
| +<div class="ref">
|
| + <div>XX<span class="top">X</span><span class="text-top">X</span><span class="text-bottom">X</span><span class="bottom">X</span><span class="adjuster">X</span></div>
|
| +</div>
|
| +<div class="ref">
|
| + <div>XX<span class="top">X</span><span class="text-top">X</span><span class="text-bottom">X</span><span class="bottom">X</span><span class="adjuster">X</span></div>
|
| +</div>
|
|
|