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

Unified Diff: LayoutTests/fast/regions/counters/extract-list-items-001-expected.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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/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>

Powered by Google App Engine
This is Rietveld 408576698