Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-border-001.html

Issue 1754963002: Import csswg-test@7ea034e7602d867c19f2e8820eeaadf3058f726a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-border-001.html
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-border-001.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-border-001.html
deleted file mode 100644
index e0dce1108e74b27c68707c20fa2c2525d0c2d314..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-border-001.html
+++ /dev/null
@@ -1,29 +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-border-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 {
- border: .4em blue solid;
- font-family: Ahem;
- font-size: 32px;
- line-height: 1;
- margin: .5em 0;
- padding: .4em;
- 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>

Powered by Google App Engine
This is Rietveld 408576698