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

Unified Diff: Source/web/tests/data/body-overflow-visible.html

Issue 103583007: Ensure that if FrameView::isScrollable() is false, the assoc WebLayer is, too. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 11 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
« no previous file with comments | « Source/web/tests/ScrollingCoordinatorChromiumTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/body-overflow-visible.html
diff --git a/Source/web/tests/data/body-overflow-hidden.html b/Source/web/tests/data/body-overflow-visible.html
similarity index 85%
copy from Source/web/tests/data/body-overflow-hidden.html
copy to Source/web/tests/data/body-overflow-visible.html
index e60c54636f74983a6fcc13d53e712c610b24f61d..4e0b40528ff1ddb3f00ac76ebe28b4df212df3cf 100644
--- a/Source/web/tests/data/body-overflow-hidden.html
+++ b/Source/web/tests/data/body-overflow-visible.html
@@ -1,9 +1,6 @@
<html>
<head>
<style type="text/css">
- body {
- overflow: hidden;
- }
#a {
background-color: green;
width: 100px;
« no previous file with comments | « Source/web/tests/ScrollingCoordinatorChromiumTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698