summaryrefslogtreecommitdiffstats
path: root/widget/tests/browser/helper_scrollbar_colors.html
diff options
context:
space:
mode:
Diffstat (limited to 'widget/tests/browser/helper_scrollbar_colors.html')
-rw-r--r--widget/tests/browser/helper_scrollbar_colors.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/widget/tests/browser/helper_scrollbar_colors.html b/widget/tests/browser/helper_scrollbar_colors.html
new file mode 100644
index 0000000000..e6001906e2
--- /dev/null
+++ b/widget/tests/browser/helper_scrollbar_colors.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+<meta charset="UTF-8">
+<title>Test for scrollbar-*-color properties</title>
+<style>
+ .outer {
+ width: 100px;
+ height: 100px;
+ background: yellow;
+ overflow: scroll;
+ }
+ .inner {
+ width: 200px;
+ height: 200px;
+ }
+</style>
+<style id="style"></style>
+<div class="outer">
+ <div class="inner">
+ </div>
+</div>
+</html>