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

Unified Diff: LayoutTests/fast/css/line-thickness-underline-strikethrough-overline.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/line-thickness-underline-strikethrough-overline.html
diff --git a/LayoutTests/fast/css/line-thickness-underline-strikethrough-overline.html b/LayoutTests/fast/css/line-thickness-underline-strikethrough-overline.html
index e827383540bcd929b6ceb06d0b1a4274640c7ffa..2a6dcd14741c11f9c9f6646477aac9ae6eae299e 100644
--- a/LayoutTests/fast/css/line-thickness-underline-strikethrough-overline.html
+++ b/LayoutTests/fast/css/line-thickness-underline-strikethrough-overline.html
@@ -2,6 +2,7 @@
<html>
<head>
<style>
+ body { overflow: hidden; }
p {
color: rgba(255,0,0,.4);
margin: 5px;

Powered by Google App Engine
This is Rietveld 408576698