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

Unified Diff: LayoutTests/fast/borders/border-image-massive-scale.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/borders/border-image-massive-scale.html
diff --git a/LayoutTests/fast/borders/border-image-massive-scale.html b/LayoutTests/fast/borders/border-image-massive-scale.html
index 1ac13e2afaab2339fc40731a043e9c79b0c14eea..f499901f7638ce00bde1b1fb63f497c7756475dd 100644
--- a/LayoutTests/fast/borders/border-image-massive-scale.html
+++ b/LayoutTests/fast/borders/border-image-massive-scale.html
@@ -1,6 +1,7 @@
<html>
<head>
<style>
+ body { overflow: hidden; }
div {
border-width: 105px 150px 150px 105px;
width: 75px;

Powered by Google App Engine
This is Rietveld 408576698