diff options
Diffstat (limited to 'tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-028-ref.xht')
-rw-r--r-- | tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-028-ref.xht | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-028-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-028-ref.xht deleted file mode 100644 index 8ba0770e66c..00000000000 --- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/regions-multicol-028-ref.xht +++ /dev/null @@ -1,41 +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 reference</title> - <link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" /> - <style type="text/css"> - .block { - position: absolute; - top: 70px; - width: 60px; - height: 120px; - } - .green { - background-color: green; - } - .blue { - background-color: blue; - } - #rect-1 { - left: 20px; - } - #rect-2 { - left: 90px; - } - #rect-3 { - left: 190px; - } - #rect-4 { - left: 260px; - } - </style> -</head> -<body> - <p>The test passes if there are two green vertical rectangles on the left of two blue vertical rectangles. - There should be no red.</p> - <div id="rect-1" class="green block"></div> - <div id="rect-2" class="green block"></div> - <div id="rect-3" class="blue block"></div> - <div id="rect-4" class="blue block"></div> - - -</body></html>
\ No newline at end of file |