Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
imported
/
blink
/
scrollbars
/
resources
/
scrollable-iframe-customscrollbar-windowinactive-expected.html
blob: 763a43743cb10a4834b656c1b80662aa61458af3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
::-
webkit-scrollbar
{
width
:
12px
;
height
:
12px
;
background
:
rgba
(
255
,
150
,
250
,
0.8
);
}
iframe
{
width
:
100px
;
height
:
130px
;
}
</style>
<iframe
src
=
"scrollable-subiframe-nowindowinactive-expected.html"
></iframe>