You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname="assert" content="This test checks the interaction between an inline with a 'background-attachment: fixed' background-image and the expected behavior of the scroll() method which applies to the viewport window.">
<style>
body
{
color: transparent;
font-family: Ahem;
font-size:50vh;
height:50vh;
line-height:2;
margin:0px;
}
span#test-passed
{
background-attachment: fixed;
background-image:linear-gradient(to bottom, blue 25%, orange 25%50%, lime 50%75%, purple 75%100%);