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

Unified Diff: LayoutTests/fast/regions/overflow-moving-below-floats-in-variable-width-regions-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/overflow-moving-below-floats-in-variable-width-regions-expected.html
diff --git a/LayoutTests/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.html b/LayoutTests/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.html
deleted file mode 100644
index 50a3af81eb6a149c9946c5a8a571e5d1c7f7d862..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.html
+++ /dev/null
@@ -1,63 +0,0 @@
-<!DOCTYPE html>
-<link rel="stylesheet" href="resources/region-style.css">
-<style>
- body { -webkit-font-smoothing: none; font: 16px/1.25 monospace; }
-
- .secondBox {
- margin: auto;
- width: 75%;
- }
-
- #region1, #region2, #region3 {
- border: 1px solid black;
- overflow: hidden;
- }
-
- #region1 {
- width: 300px;
- height: 100px;
- }
-
- #region2 {
- width: 404px;
- height: 200px;
- }
-
- #region3 {
- width: 220px;
- height: 120px;
- }
-</style>
-<p>The first and last lines of text in the regions below should be clipped to the green box. The overflow
-section sizes itself and clips differently in each region. The green box should start below the lime floats.</p>
-<div id="container">
- <div id="region1">
- <div class="overflowContent">
- <div class="overflowFirstBox">
- <div class="overflowBox2 floatLeft"></div> <div class="overflowBox2 floatRight"></div>
- <div class="overflowSecondBox secondBox">
- <div style="width: 500px; padding-bottom: 25px">Clipped line of text that should not be visible.</div>
- </div>
- </div>
- </div>
- </div>
- <div id="region2">
- <div class="overflowContent" style="padding-top: 0px; padding-bottom: 0px">
- <div class="overflowFirstBox" style="border-top-width: 0px; border-bottom-width: 0px">
- <div class="overflowSecondBox secondBox" style="border-top-width: 0px; border-botttom-width: 0px; overflow-y: hidden">
- <p style="margin-top: 0px">These lines will not spill out of the regions. These lines will not spill out of the regions. These lines will not spill out of the regions. These lines will not spill out of the regions. These lines will not spill out of the regions.</p>
- <br/>
- </div>
- </div>
- </div>
- </div>
- <div id="region3">
- <div class="overflowContent" style="padding-top: 0px">
- <div class="overflowFirstBox" style="border-top-width: 0px">
- <div class="overflowSecondBox secondBox" style="border-top-width: 0px">
- <div style="width:500px">Clipped line of text that should not be visible.</div>
- </div>
- </div>
- </div>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698