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

Unified Diff: LayoutTests/ietestcenter/css3/flexbox/flexbox-align-stretch-001-expected.htm

Issue 417873003: First round of updates in response to commenting out stale expectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Accommodate recent expectations change for Win Created 6 years, 5 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: LayoutTests/ietestcenter/css3/flexbox/flexbox-align-stretch-001-expected.htm
diff --git a/LayoutTests/ietestcenter/css3/flexbox/flexbox-align-stretch-001-expected.htm b/LayoutTests/ietestcenter/css3/flexbox/flexbox-align-stretch-001-expected.htm
deleted file mode 100644
index fd38467e88955d6c25b72ee88ccbea743d77524f..0000000000000000000000000000000000000000
--- a/LayoutTests/ietestcenter/css3/flexbox/flexbox-align-stretch-001-expected.htm
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>CSS Test: Box-align stretch forces flex items to fill the flexbox vertically(in horizontal) - Reference </title>
- <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
- <link rel="help" href="http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/"/>
- <style type="text/css">
- div
- {
- background: green;
- width: 300px;
- height: 200px;
- }
- </style>
- </head>
- <body>
- <p>This test passes if there is no red showing.</p>
- <div>
- </div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698