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

Unified Diff: LayoutTests/scrollbars/custom-scrollbars-paint-outside-iframe.html

Issue 220243010: Clip Scrollbar painting like contents painting in ScrollView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | « no previous file | LayoutTests/scrollbars/custom-scrollbars-paint-outside-iframe-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/scrollbars/custom-scrollbars-paint-outside-iframe.html
diff --git a/LayoutTests/scrollbars/custom-scrollbars-paint-outside-iframe.html b/LayoutTests/scrollbars/custom-scrollbars-paint-outside-iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..6a5ddfbee80fd0922894a9ba4649369b8026645d
--- /dev/null
+++ b/LayoutTests/scrollbars/custom-scrollbars-paint-outside-iframe.html
@@ -0,0 +1,11 @@
+
+<!DOCTYPE html>
+<body style='margin: 0px'>
+<div style='background-color: green; width: 100px; height: 100px'></div>
+<div>This tests ensures that themed scrollbars are clipped to their iframe. You should see a green box above.</div>
+<iframe style='position: absolute; top: 100px; left: 100px;' width="1" height="1" srcdoc='
+<html><head><style>
+html,body { width:200px; height:100px;}
+::-webkit-scrollbar { height: 200px; width: 200px; }
+::-webkit-scrollbar-corner { background-color: red; }
+</style>'>
« no previous file with comments | « no previous file | LayoutTests/scrollbars/custom-scrollbars-paint-outside-iframe-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698