Index: LayoutTests/scrollbars/custom-scrollbars-paint-outside-iframe-expected.html |
diff --git a/LayoutTests/scrollbars/custom-scrollbars-paint-outside-iframe-expected.html b/LayoutTests/scrollbars/custom-scrollbars-paint-outside-iframe-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..69399e2ae380391547bc5d0a0324ae738ee86b08 |
--- /dev/null |
+++ b/LayoutTests/scrollbars/custom-scrollbars-paint-outside-iframe-expected.html |
@@ -0,0 +1,11 @@ |
+ |
+<!DOCTYPE html> |
+<body style='margin: 0px'> |
+<div style='background-color: green; width: 100px; height: 100px'></div> |
+<div>This tests ensures that themed scrollbars are clipped to their iframe. You should see a green box above.</div> |
+<iframe style='position: absolute; top: 100px; left: 100px;' width="1" height="1" srcdoc=' |
+<html><head><style> |
+html,body { width:200px; height:100px;} |
+::-webkit-scrollbar { height: 1px; width: 1px; } |
+::-webkit-scrollbar-corner { background-color: red; } |
+</style>'> |