| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-baseline-001-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-baseline-001-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-baseline-001-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..927aed781ff1c934417b57b0915318764381e0e9
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-height-baseline-001-expected.html
|
| @@ -0,0 +1,43 @@
|
| +<!DOCTYPE html>
|
| +<title>CSS Snap Size: snap-height baseline</title>
|
| +<link rel="author" title="Koji Ishii" href="kojiishi@gmail.com">
|
| +<style>
|
| +div {
|
| + font-family: Ahem;
|
| + font-size: 40px;
|
| + line-height: 40px;
|
| +}
|
| +.test, .ref {
|
| + display: inline-block;
|
| + vertical-align: top;
|
| + width: 5em;
|
| +}
|
| +.test {
|
| + snap-height: 64px 50;
|
| +}
|
| +.ref > div {
|
| + margin-bottom: 24px;
|
| +}
|
| +.transparent {
|
| + color: transparent;
|
| +}
|
| +</style>
|
| +<p class="instructions" style="display:none">Test passes if left and right are the same.
|
| +<div class="ref">
|
| + <div>XXXXX</div>
|
| + <div>XXXXX</div>
|
| + <div>XXXXX</div>
|
| + <div>XXXXX</div>
|
| + <div class="transparent">X</div>
|
| + <div>X</div>
|
| + <div>X</div>
|
| +</div>
|
| +<div class="ref">
|
| + <div>XXXXX</div>
|
| + <div>XXXXX</div>
|
| + <div>XXXXX</div>
|
| + <div>XXXXX</div>
|
| + <div class="transparent">X</div>
|
| + <div>X</div>
|
| + <div>X</div>
|
| +</div>
|
|
|