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

Unified Diff: third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/snap-height-baseline-001-expected.html

Issue 2707203005: Import csswg-test@ed79f8614481e97d61f17f41b65448c211d27c6f (Closed)
Patch Set: Created 3 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/external/csswg-test/css-rhythm-1/snap-height-baseline-001-expected.html
diff --git a/third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/snap-height-baseline-001-expected.html b/third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/snap-height-baseline-001-expected.html
deleted file mode 100644
index 0bb31377bcf8a0764d034b7bbee0c52885aedab1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/csswg-test/css-rhythm-1/snap-height-baseline-001-expected.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!DOCTYPE html>
-<title>CSS Snap Size: snap-height baseline</title>
-<link rel="author" title="Koji Ishii" href="mailto: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">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>

Powered by Google App Engine
This is Rietveld 408576698