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

Unified Diff: LayoutTests/fast/regions/selection/selection-direction-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/selection/selection-direction-expected.html
diff --git a/LayoutTests/fast/regions/selection/selection-direction-expected.html b/LayoutTests/fast/regions/selection/selection-direction-expected.html
deleted file mode 100644
index b18d682672be3491f689d1c990bdf8759609a826..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/selection/selection-direction-expected.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<html>
-<head>
- <script src="../resources/helper.js"></script>
- <style>
- #region {
- height: 100px;
- width: 200px;
- position: absolute;
- top: 100px;
- }
-
- #outside {
- height: 100px;
- width: 200px;
- position: absolute;
- top: 0px;
- }
-
- body {
- margin-top: 0;
- }
-
- #description {
- width: 600px;
- position: absolute;
- top: 200px;
- }
- </style>
-</head>
-<body onload="selectContentByRange(100, 10, 100, 110);">
- <div id="region">inside region inside region inside region inside region</div>
- <div id="outside">outside region outside region outside region outside region</div>
- <div id="description">
- <h1><a href="https://bugs.webkit.org/show_bug.cgi?id=121501">Bug #121501 - [CSS Regions] Layout Test for selection direction</a></h1>
- <p>Selection is based in DOM tree, so if you select text from "outside region" to "inside region" the highlighted area is exactly the opposite to what the user is actually selecting.</p>
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698