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

Unified Diff: LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-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/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.html
diff --git a/LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.html b/LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.html
deleted file mode 100644
index 2bdba03e48e00bca3dc95a309977ee7a55870a96..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.html
+++ /dev/null
@@ -1,100 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <style>
- html { -webkit-writing-mode: vertical-rl; }
-
- .first-box {
- margin: 5px;
- border: 1px solid blue;
- }
-
- #first-box {
- border-left: 0;
- }
-
- #first-box-2 {
- border-right: 0;
- border-left: 0;
- margin-left: 0;
- margin-right: 0;
- }
-
- #first-box-3 {
- border-right: 0;
- margin-right: 0;
- }
-
- .second-box {
- margin: 10px;
- border: 1px solid green;
- }
-
- #second-box {
- border-left: 0;
- }
-
- #second-box-2 {
- border-right: 0;
- border-left: 0;
- margin-left: 0;
- margin-right: 0;
- }
-
- #second-box-3 {
- border-right: 0;
- margin-right: 0;
- }
-
- p { margin: 0; font: 12px/16px monospace; }
-
- #region1, #region2, #region3 {
- border: 1px solid black;
- overflow: hidden;
- }
-
- #region1 {
- width: 200px;
- height: 100px;
- }
-
- #region2 {
- width: 300px;
- height: 180px;
- }
-
- #region3 {
- width: 120px;
- height: 120px;
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div id="region1">
- <div id="first-box" class="first-box">
- <div id="second-box" class="second-box">
- <p>This line of text should not get out of the region. This line of text should not get</p>
- <br/>
- </div>
- </div>
- </div>
- <div id="region2">
- <div id="first-box-2" class="first-box">
- <div id="second-box-2" class="second-box">
- <p>out of the region. This line of text should not get out of the region. This line of text should not get out of the region.</p>
- <p>This line of text should not get out of the region. This line of text should not get out of the region. This line of text should not get out of the region. This line of text should not get out of the region.</p>
- <br/>
- </div>
- </div>
- </div>
- <div id="region3">
- <div id="first-box-3" class="first-box">
- <div id="second-box-3" class="second-box">
- <p>This line of text should not get out of the region.</p>
- </div>
- </div>
- </div>
- </div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698