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

Unified Diff: LayoutTests/ietestcenter/css3/multicolumn/column-filling-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
« no previous file with comments | « LayoutTests/ietestcenter/css3/multicolumn/column-filling-001.htm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/ietestcenter/css3/multicolumn/column-filling-001-expected.htm
diff --git a/LayoutTests/ietestcenter/css3/multicolumn/column-filling-001-expected.htm b/LayoutTests/ietestcenter/css3/multicolumn/column-filling-001-expected.htm
deleted file mode 100644
index 293ddc0a8b1bf3cfbaaa69ca23cbe5d006512cdf..0000000000000000000000000000000000000000
--- a/LayoutTests/ietestcenter/css3/multicolumn/column-filling-001-expected.htm
+++ /dev/null
@@ -1,57 +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: Column filling - Reference</title>
- <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
- <link rel="help" href="http://www.w3.org/TR/css3-multicol/#filling-columns"/>
- <style type="text/css">
- #parent
- {
- font: 20px/1 monospace;
- position: relative;
- }
- #reference, #ref2
- {
- height: 6em;
- width: 11em;
- position: absolute;
- top: 0;
- }
- #reference
- {
- color: green;
- }
- #reference div
- {
- position: absolute;
- width: 5em;
- }
- #ref2
- {
- color: red;
- }
- #ref2 div
- {
- position: absolute;
- width: 5em;
- }
- #right
- {
- right: 0;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div id="parent">
- <div id="ref2">
- <div>AAAAAAAAA BBBBBBBBB CCCCCCCCC DDDDDDDDD EEEEEEEEE FFFFFFFFF</div>
- <div id="right">GGGGGGGGG HHHHHHHHH IIIIIIIII JJJJJJJJJ KKKKKKKKK LLLLLLLLL</div>
- </div>
- <div id="reference">
- <div>AAAAAAAAA BBBBBBBBB CCCCCCCCC DDDDDDDDD EEEEEEEEE FFFFFFFFF</div>
- <div id="right">GGGGGGGGG HHHHHHHHH IIIIIIIII JJJJJJJJJ KKKKKKKKK LLLLLLLLL</div>
- </div>
- </div>
- </body>
-</html>
« no previous file with comments | « LayoutTests/ietestcenter/css3/multicolumn/column-filling-001.htm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698