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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/css/reference/ref-filled-green-300px-square.html

Issue 2825133003: [css-grid] Ignore collapsed tracks on content-distribution alignment (Closed)
Patch Set: Fixed error in the test expectations Created 3 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/external/wpt/css/reference/ref-filled-green-300px-square.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/css/reference/ref-filled-green-300px-square.html b/third_party/WebKit/LayoutTests/external/wpt/css/reference/ref-filled-green-300px-square.html
new file mode 100644
index 0000000000000000000000000000000000000000..05c223561c945bf4697d57a55287522965061d10
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/css/reference/ref-filled-green-300px-square.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>CSS Reftest Reference</title>
+<link rel="author" title="Javier Fernandez Garcia-Boente" href="jfernandez@igalia.com" />
+<style>
+div {
+ background-color: green;
+ height: 300px;
+ width: 300px;
+}
+</style>
+<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
+<div></div>

Powered by Google App Engine
This is Rietveld 408576698