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

Unified Diff: LayoutTests/fast/regions/selection/selecting-text-in-2-regions-horiz-bt-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/selecting-text-in-2-regions-horiz-bt-expected.html
diff --git a/LayoutTests/fast/regions/selection/selecting-text-in-2-regions-horiz-bt-expected.html b/LayoutTests/fast/regions/selection/selecting-text-in-2-regions-horiz-bt-expected.html
deleted file mode 100644
index 62eb43770b4119e728ef8070fb995801d7883b3f..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/selection/selecting-text-in-2-regions-horiz-bt-expected.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <script src="../resources/helper.js"></script>
- <link rel="stylesheet" href="../resources/region-style.css"></link>
- <style>
- html {
- -webkit-writing-mode: horizontal-bt;
- }
-
- #region-1 {
- position: absolute;
- bottom: 0px;
- }
-
- #region-2 {
- position: absolute;
- bottom: 200px;
- }
-
- #outside {
- position: absolute;
- bottom: 100px;
- }
-
- #description {
- position: absolute;
- bottom: 300px;
- }
- </style>
- <script>
- onMouseUpLogSelection("selected-content");
- </script>
-</head>
-<body onload="selectContentByIds('word1', 'word2');" style="margin-bottom: 0;">
- <div id="region-1" class="greyBigBox">
- inside region inside region inside region inside region
- <span id="word1" class="token">word1</span>
- inside region inside region inside region inside region
- </div>
- <div id="region-2" class="greyBigBox">
- inside region inside region inside region inside region
- <span id="word2" class="token">word2</span>
- inside region inside region inside region inside region
- </div>
- <div id="outside" class="bigBox">
- outside region outside region outside region outside region
- outside region outside region outside region outside region
- </div>
- <div id="description" class="description">
- <h1><a href="https://bugs.webkit.org/show_bug.cgi?id=121841">Bug #121841 - [CSS Regions] Layout Test for selecting text in 2 regions</a></h1>
- <p>This test checks the selection in 2 regions. If you select from <span class="token">word1</span> to <span class="token">word2</span> you will see that "outside region" text is not highlighted and not included in the selected content.</p>
- <dl>
- <dt>Selected content:</dt>
- <dd id="selected-content"></dd>
- </dl>
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698