| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-001.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-001.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-001.html
|
| deleted file mode 100644
|
| index 1bb8ad7fdd2578842d5ba3c12e9e43590a98c7d9..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-001.html
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<title>CSS Snap Size: snap-width</title>
|
| -<link rel="author" title="Koji Ishii" href="kojiishi@gmail.com">
|
| -<link rel="help" href="https://drafts.csswg.org/css-snap-size/#snap-width">
|
| -<link rel="match" href="reference/snap-width-001.html">
|
| -<meta name="assert" content="This test asserts the snap-width property rounds down the box width.">
|
| -<meta name="flags" content="ahem">
|
| -<style>
|
| -.test, .ref {
|
| - font-family: Ahem;
|
| - font-size: 32px;
|
| - line-height: 1;
|
| - margin: .5em 0;
|
| - width: 20em;
|
| -}
|
| -.test {
|
| - width: 20.5em;
|
| - text-align: right;
|
| - snap-width: 1em;
|
| -}
|
| -</style>
|
| -<body>
|
| -<p class="instructions" style="display:none">Test passes if the top and the bottom boxes are the same,
|
| - including how they look and their horizontal positions.
|
| -<div class="test">XXXXXXXXXX XXXXXXXXX</div>
|
| -<div class="ref">XXXXXXXXXX XXXXXXXXX</div>
|
| -</body>
|
|
|