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

Unified Diff: LayoutTests/fast/regions/flow-content-basic-vertical-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/flow-content-basic-vertical-expected.html
diff --git a/LayoutTests/fast/regions/flow-content-basic-vertical-expected.html b/LayoutTests/fast/regions/flow-content-basic-vertical-expected.html
deleted file mode 100644
index 25c6596487dc553d61d537cef803ab33feb14a81..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/flow-content-basic-vertical-expected.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE HTML>
-
-<html>
-<head>
- <link href="resources/region-style.css" rel="stylesheet" type="text/css"/>
- <style type="text/css">
- html {
- -webkit-writing-mode: vertical-lr;
- -webkit-font-smoothing: none;
- }
-
- .region{
- width: 100px;
- height: 300px;
- border: solid 1px #888; /* to stop the margin collapsing */
- }
- </style>
-</head>
-<body>
- <div>
- The words "flow content" in green should display after this div,
- and there should be two copies of this content that match.
- </div>
- <div id="region1" class="region forcedStackingContext">
- <div id="source" class="pass">
- <p>flow content</p>
- </div>
- </div>
- <div>
- The words "flow content" in green should display after this div,
- and there should be two copies of this content that match.
- </div>
- <div class="pass">
- <p>flow content</p>
- </div>
-
- <p>This test checks that content can be redirected to a region. It also
- tries out a validation strategy that recreates the intended display
- using non-region markup. If top does not match the bottom then the
- result should be rejected.</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698