OLD | NEW |
---|---|
(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
| |
OLD | NEW |