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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-block-in-fixed-001-expected.html

Issue 1922043004: Import csswg-test@b2daa426addd5ccb8e9ce1c5d800f9d82603f1ec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update W3CImportExpectations and make me owner for css-scoping-1 Created 4 years, 8 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-block-in-fixed-001-expected.html
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-block-in-fixed-001-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-block-in-fixed-001-expected.html
deleted file mode 100644
index d0047bd94cec3e148bf8ccf66a4981cdc8dd6a69..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-snap-size-1/snap-width-block-in-fixed-001-expected.html
+++ /dev/null
@@ -1,53 +0,0 @@
-<!DOCTYPE html>
-<title>CSS Snap Size: snap-width</title>
-<link rel="author" title="Koji Ishii" href="kojiishi@gmail.com">
-<style>
-.container {
- font-family: Ahem;
- font-size: 32px;
- line-height: 1;
-}
-.container > div {
- margin: .5em 0;
-}
-.border > div {
- border-left: .4em transparent solid;
- border-right: .4em transparent solid;
-}
-.padding > div {
- padding: 0 .4em;
-}
-
-.ref {
- white-space: pre; /* make sure the line does not wrap */
- width: 20em;
-}
-.content {
- display: block;
- height: 1em;
- background-color: black;
-}</style>
-<body>
-<p class="instructions" style="display:none">Test passes if each pair of boxes are the same,
- including how they look, widths, and horizontal positions.
-
-<div class="container">
- <div class="ref"><div class="content"></div></div>
- <div class="ref"><div class="content"></div></div>
-</div>
-
-<div class="border container">
- <div class="ref"><div class="content"></div></div>
- <div class="ref"><div class="content"></div></div>
-</div>
-
-<div class="padding container">
- <div class="ref"><div class="content"></div></div>
- <div class="ref"><div class="content"></div></div>
-</div>
-
-<div class="border padding container">
- <div class="ref"><div class="content"></div></div>
- <div class="ref"><div class="content"></div></div>
-</div>
-</body>

Powered by Google App Engine
This is Rietveld 408576698