Index: LayoutTests/scrollbars/viewport-scrollbar-corner-with-percent-padding-crash.html |
diff --git a/LayoutTests/scrollbars/viewport-scrollbar-corner-with-percent-padding-crash.html b/LayoutTests/scrollbars/viewport-scrollbar-corner-with-percent-padding-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9dd9518860877893494f90c1665c67d9587f850a |
--- /dev/null |
+++ b/LayoutTests/scrollbars/viewport-scrollbar-corner-with-percent-padding-crash.html |
@@ -0,0 +1,21 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <title>Viewport scrollbar corner with percent padding and background image</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.
|
+ <script> |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+ </script> |
+ <style> |
+ html { overflow: scroll; } |
+ ::-webkit-scrollbar-corner { |
+ padding-right: 85%; |
+ background: bottom repeat-x scroll url(#tCF0) linen; |
+ } |
+ </style> |
+ </head> |
+ <body> |
+ Test for <a href="http://code.google.com/p/chromium/issues/detail?id=341004">bug 341004</a>: |
+ This test passes if there is no crash when scrollbar's style changes. |
+ </body> |
+</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
|