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

Side by Side Diff: LayoutTests/scrollbars/viewport-scrollbar-corner-with-percent-padding-crash.html

Issue 138903031: Don't let RenderScrollbarPart have padding. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review Created 6 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/scrollbars/viewport-scrollbar-corner-with-percent-padding-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Viewport scrollbar corner with percent padding and background ima ge</title>
5 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
8 </script>
9 <style>
10 html { overflow: scroll; }
11 ::-webkit-scrollbar-corner {
12 padding-right: 85%;
13 background: bottom repeat-x scroll url(#tCF0) linen;
14 }
15 </style>
16 </head>
17 <body>
18 <p>Viewport scrollbar corner with percent padding and background image</ p>
19 Test for <a href="http://code.google.com/p/chromium/issues/detail?id=341 004">bug 341004</a>:
20 This test passes if there is no crash when scrollbar's style changes.
21 </body>
22 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/scrollbars/viewport-scrollbar-corner-with-percent-padding-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698