Bug 1274726. Part 2: Reftest for prescale and repeat drawable. r=jrmuizel

This commit is contained in:
Mason Chang 2016-06-03 13:30:23 -07:00
parent 8aa8c72839
commit a6148730bf
4 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<div style="background: url(grid-large.png);
background-size: 16px 100%;
width:100px; height: 400px;
background-repeat: none;
position: absolute;"></div>
<div style="background-color: black;
height: 30px; width: 100px;
margin-top: 370px;
position: absolute;"></div>

View File

@ -0,0 +1,4 @@
<div style="background: url(grid-large.png);
background-size: 16px 100%;
width:100px; height: 400px;
background-repeat: repeat"></div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -177,6 +177,8 @@ fuzzy-if(skiaContent,1,8) == background-multiple-with-border-radius.html backgro
fuzzy(30,474) fuzzy-if(skiaContent,31,474) == background-tiling-zoom-1.html background-tiling-zoom-1-ref.html
skip-if(!cocoaWidget) == background-repeat-resampling.html background-repeat-resampling-ref.html
pref(layout.css.background-clip-text.enabled,true) fuzzy-if(winWidget,102,2032) == background-clip-text-1a.html background-clip-text-1-ref.html
pref(layout.css.background-clip-text.enabled,true) fuzzy-if(winWidget,102,2032) == background-clip-text-1b.html background-clip-text-1-ref.html
pref(layout.css.background-clip-text.enabled,true) fuzzy-if(winWidget,102,2032) == background-clip-text-1c.html background-clip-text-1-ref.html