Index: LayoutTests/fast/regions/counters/extract-list-items-001-expected.html |
diff --git a/LayoutTests/fast/regions/counters/extract-list-items-001-expected.html b/LayoutTests/fast/regions/counters/extract-list-items-001-expected.html |
deleted file mode 100644 |
index 5f8343aeb839321d1e77362a3f86e86404dda322..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/counters/extract-list-items-001-expected.html |
+++ /dev/null |
@@ -1,41 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <head> |
- <title>CSS Reftest Reference</title> |
- <link rel="author" title="Mihai Balan" href="mibalan@adobe.com"> |
- <link rel="stylesheet" type="text/css" href="../resources/font-smoothing-disabler.css"> |
- <style> |
- ol, ul { |
- margin: 0; |
- padding: 0; |
- } |
- .region { |
- width: 200px; |
- background-color: lightgray; |
- margin: 1em 2em; |
- } |
- </style> |
- </head> |
- <body> |
- <p>This test passes if there are two gray rectangles, each with a 4 items list in it.<br> |
- The first list should not be numbered and the second should be numbered, starting at 1.<br> |
- Both the list markers for the first list and the numbers for the second list should be outside of the gray rectangles. |
- </p> |
- <div class="region"> |
- <ul> |
- <li>Unordered list, item 1</li> |
- <li>Unordered list, item 2</li> |
- <li>Unordered list, item 3</li> |
- <li>Unordered list, item 4</li> |
- </ul> |
- </div> |
- <div class="region"> |
- <ol> |
- <li>Ordered list, item 1</li> |
- <li>Ordered list, item 2</li> |
- <li>Ordered list, item 3</li> |
- <li>Ordered list, item 4</li> |
- </ol> |
- </div> |
- </body> |
-</html> |