| Index: third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-basic-001.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/snap-height-center-001.html b/third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-basic-001.html
|
| similarity index 63%
|
| rename from third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/snap-height-center-001.html
|
| rename to third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-basic-001.html
|
| index ce647adb778b51e18393bdd28d94edf7a632fbfa..19727e30ae71afcf2b32d96161f761f662bf6d28 100644
|
| --- a/third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/snap-height-center-001.html
|
| +++ b/third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/line-height-step-basic-001.html
|
| @@ -1,9 +1,9 @@
|
| <!DOCTYPE html>
|
| -<title>CSS Snap Size: snap-height center</title>
|
| +<title>CSS Rhythmic Sizing: line-height-step basic layout</title>
|
| <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
|
| -<link rel="help" href="https://drafts.csswg.org/css-rhythm-1/#snap-height">
|
| -<link rel="match" href="reference/snap-height-center-001.html">
|
| -<meta name="assert" content="This test asserts the snap-height property rounds up line box height.">
|
| +<link rel="help" href="https://drafts.csswg.org/css-rhythm-1/#line-height-step">
|
| +<link rel="match" href="reference/line-height-step-basic-001.html">
|
| +<meta name="assert" content="This test asserts the line-height-step property rounds up line box height.">
|
| <meta name="flags" content="ahem">
|
| <style>
|
| div {
|
| @@ -17,7 +17,7 @@ div {
|
| }
|
| .test {
|
| line-height: 40px;
|
| - snap-height: 60px;
|
| + line-height-step: 60px;
|
| }
|
| .ref {
|
| line-height: 60px;
|
|
|