Chromium Code Reviews

Unified Diff: LayoutTests/fast/overflow/hidden-viewport-x.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: Rebase master 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-x.html
diff --git a/LayoutTests/fast/overflow/hidden-viewport-x.html b/LayoutTests/fast/overflow/hidden-viewport-x.html
new file mode 100644
index 0000000000000000000000000000000000000000..b308c45d6cc71409b2a6d129e14cc727abf7155e
--- /dev/null
+++ b/LayoutTests/fast/overflow/hidden-viewport-x.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>overflow-x:hidden on viewport</title>
+ </head>
+ <body style="overflow-x:hidden;">
+ <p>The viewport should have a vertical scrollbar, no horizontal scrollbar.</p>
+ <div style="width:300vw; height:300vh;"></div>
+ </body>
+</html>

Powered by Google App Engine