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

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 - add test. 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Viewport scrollbar corner with percent padding and background ima ge</title>
Julien - ping for review 2014/02/19 16:25:14 I would prefer having this dumped into the output
mstensho (USE GERRIT) 2014/02/22 20:54:50 Done.
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 Test for <a href="http://code.google.com/p/chromium/issues/detail?id=341 004">bug 341004</a>:
19 This test passes if there is no crash when scrollbar's style changes.
20 </body>
21 </html>
Julien - ping for review 2014/02/19 16:25:14 The test doesn't crash for me on Chromium Mac (it
mstensho (USE GERRIT) 2014/02/22 20:54:50 I don't know. Maybe Mac does things differently wr
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698