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

Unified Diff: LayoutTests/fast/regions/hover-single-flow-from-none-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/hover-single-flow-from-none-expected.html
diff --git a/LayoutTests/fast/regions/hover-single-flow-from-none-expected.html b/LayoutTests/fast/regions/hover-single-flow-from-none-expected.html
deleted file mode 100644
index ce6a9ac9d03d40de5c2a189c23732e1cefd91c48..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/hover-single-flow-from-none-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <style>
- p, div {
- font: 12px/1 monospace;
- }
- #region {
- width: 300px;
- height: 190px;
- border: 5px solid green;
- border-left: 100px solid green;
- border-color: darkred;
- background-color: #ddddff;
- }
- </style>
-</head>
-<body>
- <p>When hovering the <span style="color:green"><b>region</b></span>, the <span style="color:blue"><b>blue</b></span> box should disappear (the region's <b>flow-from</b> will change to "none")</p>
- <div id="region"></div>
-</body>
-</html>
« no previous file with comments | « LayoutTests/fast/regions/hover-single-flow-from-none.html ('k') | LayoutTests/fast/regions/hover-single-flow-from-other.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698