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

Side by Side Diff: LayoutTests/scrollbars/custom-scrollbars-paint-outside-iframe-expected.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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 <!DOCTYPE html>
3 <body style='margin: 0px'>
4 <div style='background-color: green; width: 100px; height: 100px'></div>
5 <div>This tests ensures that themed scrollbars are clipped to their iframe. You should see a green box above.</div>
6 <iframe style='position: absolute; top: 100px; left: 100px;' width="1" height="1 " srcdoc='
7 <html><head><style>
8 html,body { width:200px; height:100px;}
9 ::-webkit-scrollbar { height: 1px; width: 1px; }
10 ::-webkit-scrollbar-corner { background-color: red; }
11 </style>'>
OLDNEW
« no previous file with comments | « LayoutTests/scrollbars/custom-scrollbars-paint-outside-iframe.html ('k') | Source/platform/scroll/ScrollView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698