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

Unified Diff: LayoutTests/fast/replaced/005.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/replaced/005.html
diff --git a/LayoutTests/fast/replaced/005.html b/LayoutTests/fast/replaced/005.html
index 3af7a7cbae53c0f2676e419a2bea8f39589aca04..a5bd6a65d8cdd14c1377c1496e45cf3cdc4511d5 100644
--- a/LayoutTests/fast/replaced/005.html
+++ b/LayoutTests/fast/replaced/005.html
@@ -1,4 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<body style="overflow:hidden;">
<table width=100% cellpadding=0 cellspacing=0 border=2>
<tr><td nowrap><img style="width:100px;height:100px;background-color:green"><img style="width:100px;height:100px;background-color:green"><br>
<img style="width:100px;height:100px;background-color:green"><img style="width:100px;height:100px;background-color:green"></td>
@@ -14,4 +15,5 @@
</table>
<p style="border:2px solid blue"><img style="width:100px;height:100px;background-color:green"><img style="width:100px;height:100px;background-color:green"><br>
<a href="foo.html"><img style="width:100px;height:100px;background-color:green"></a><img style="width:100px;height:100px;background-color:green">
-</p>
+</p>
+</body>

Powered by Google App Engine
This is Rietveld 408576698