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

Unified Diff: LayoutTests/fast/css/text-overflow-ellipsis.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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/css/text-overflow-ellipsis.html
diff --git a/LayoutTests/fast/css/text-overflow-ellipsis.html b/LayoutTests/fast/css/text-overflow-ellipsis.html
index 5770ed5ace262bcff0d56f8baaac037ae653adab..63e53f5c2ca89ff1c995c93dea71f575a40a07e3 100644
--- a/LayoutTests/fast/css/text-overflow-ellipsis.html
+++ b/LayoutTests/fast/css/text-overflow-ellipsis.html
@@ -1,6 +1,7 @@
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="TEXT/HTML; CHARSET=utf8">
<head>
<style>
+body { overflow: hidden; }
.testDiv {
width: 180px;
height: 20px;
@@ -91,4 +92,4 @@ LTR link with forced rtl content:
Lorem ipsum dolor sit amet, consectetur adipiscing
</span>
</a>
-</div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698