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

Unified Diff: LayoutTests/fast/regions/selection/selecting-text-through-different-region-flows-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-through-different-region-flows-expected.html
diff --git a/LayoutTests/fast/regions/selection/selecting-text-through-different-region-flows-expected.html b/LayoutTests/fast/regions/selection/selecting-text-through-different-region-flows-expected.html
deleted file mode 100644
index 7eedf7cc6d0acace5326b8be1c9359a7d6b39fc2..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/selection/selecting-text-through-different-region-flows-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-body { width: 600px; }
-#footNote { font-size: 13px; }
-</style>
-</head>
-<body>
-<div id="content">
- <h1 style="margin-top: 0px">Selecting text through different CSS-Region flows</h1>
- <div>
- This text contains a footnote as a nested region what is diplayed below the article. (1) If you start selecting
- text from this article until somewhere in the footnote and then click somewhere, the selection should be cleared.
- </div>
- <div id="footNote">(1) This is a footnote. Footnotes can be quite long and go over several lines. This footnote
- is nested inside the text above and displayed here with the help of css-regions.</div>
-</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698