Chromium Code Reviews

Unified Diff: LayoutTests/fast/overflow/hidden-viewport-y-expected.html

Issue 157553002: Remove the Pagination struct, clean up viewport scroll policy propagation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/overflow/hidden-viewport-y-expected.html
diff --git a/LayoutTests/fast/overflow/hidden-viewport-y-expected.html b/LayoutTests/fast/overflow/hidden-viewport-y-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..e10cc16170a695868373c26e9b62243c8c646d92
--- /dev/null
+++ b/LayoutTests/fast/overflow/hidden-viewport-y-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>overflow-y:hidden on viewport</title>
+ </head>
+ <body>
+ <p>The viewport should have a horizontal scrollbar, no vertical scrollbar.</p>
+ <div style="width:300vw; height:1px;"></div>
+ </body>
+</html>

Powered by Google App Engine