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

Unified 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698