mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
Bug 1208829 - Reftest. r=mstange
--HG-- extra : source : c466d4b62942e0a032f29fe39d6a1ef29f2547a7 extra : intermediate-source : f0099a919f64db037dfa2a4602a934eab741cb53
This commit is contained in:
parent
7bbca96988
commit
ffdd367c0c
24
layout/reftests/async-scrolling/bg-fixed-in-opacity-ref.html
Normal file
24
layout/reftests/async-scrolling/bg-fixed-in-opacity-ref.html
Normal file
@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html reftest-async-scroll >
|
||||
<style>
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
position: relative;
|
||||
height: 1200.23px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.fixed-background {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
width: 100px;
|
||||
background: linear-gradient(blue, blue) no-repeat fixed 0px 200px;
|
||||
background-size: 100px 100px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
</style>
|
||||
<div style="overflow: hidden;" class="fixed-background"></div>
|
||||
</html>
|
27
layout/reftests/async-scrolling/bg-fixed-in-opacity.html
Normal file
27
layout/reftests/async-scrolling/bg-fixed-in-opacity.html
Normal file
@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html reftest-async-scroll
|
||||
reftest-displayport-x="0" reftest-displayport-y="0"
|
||||
reftest-displayport-w="800" reftest-displayport-h="2000"
|
||||
reftest-async-scroll-x="0" reftest-async-scroll-y="50.23">
|
||||
<style>
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
position: relative;
|
||||
height: 1200.23px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.fixed-background {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
width: 100px;
|
||||
background: linear-gradient(blue, blue) no-repeat fixed 0px 200px;
|
||||
background-size: 100px 100px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
</style>
|
||||
<div style="overflow: hidden;" class="fixed-background"></div>
|
||||
</html>
|
@ -6,6 +6,7 @@ skip-if(!asyncPan) == bg-fixed-child.html bg-fixed-child-ref.html
|
||||
skip-if(!asyncPan) == bg-fixed-child-clip-1.html bg-fixed-child-clip-ref.html
|
||||
skip-if(!asyncPan) == bg-fixed-child-clip-2.html bg-fixed-child-clip-ref.html
|
||||
fuzzy(1,246) skip-if(!asyncPan) == bg-fixed-child-mask.html bg-fixed-child-mask-ref.html
|
||||
skip-if(!asyncPan) == bg-fixed-in-opacity.html bg-fixed-in-opacity-ref.html
|
||||
skip-if(!asyncPan) == bg-fixed-child-no-culling.html bg-fixed-child-no-culling-ref.html
|
||||
fuzzy-if(B2G,2,5366) fuzzy-if(Android,2,4000) skip-if(!asyncPan) == bg-fixed-transformed-image.html bg-fixed-transformed-image-ref.html
|
||||
skip-if(!asyncPan) == element-1.html element-1-ref.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user