Bug 1328825 - Update reftest-stylo.list and expectations. r=heycam

MozReview-Commit-ID: AMwdk5wvM0F
This commit is contained in:
Shing Lyu 2016-12-22 16:57:48 +08:00 committed by Shing Lyu
parent 258d3220fe
commit 11a1d3e940
315 changed files with 10107 additions and 11271 deletions

View File

@ -1,21 +1,31 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
default-preferences pref(canvas.filters.enabled,true)
== default-color.html default-color.html
== drop-shadow.html drop-shadow.html
== drop-shadow-transformed.html drop-shadow-transformed.html
fuzzy-if(azureSkia,1,1500) == global-alpha.html global-alpha.html
== global-composite-operation.html global-composite-operation.html
== liveness.html liveness.html
== multiple-drop-shadows.html multiple-drop-shadows.html
== shadow.html shadow.html
== subregion-fill-paint.html subregion-fill-paint.html
== subregion-stroke-paint.html subregion-stroke-paint.html
== svg-bbox.html svg-bbox.html
== svg-inline.html svg-inline.html
== svg-liveness.html svg-liveness.html
== svg-off-screen.html svg-off-screen.html
== units.html units.html
== units-em.html units-em.html
== units-ex.html units-ex.html
== units-off-screen.html units-off-screen.html
fails == default-color.html default-color.html
fails == drop-shadow.html drop-shadow.html
fails == drop-shadow-transformed.html drop-shadow-transformed.html
fails == global-alpha.html global-alpha.html
fails == global-composite-operation.html global-composite-operation.html
fails == liveness.html liveness.html
fails == multiple-drop-shadows.html multiple-drop-shadows.html
fails == shadow.html shadow.html
fails == subregion-fill-paint.html subregion-fill-paint.html
fails == subregion-stroke-paint.html subregion-stroke-paint.html
fails == svg-bbox.html svg-bbox.html
fails == svg-inline.html svg-inline.html
fails == svg-liveness.html svg-liveness.html
fails == svg-off-screen.html svg-off-screen.html
fails == units.html units.html
fails == units-em.html units-em.html
fails == units-ex.html units-ex.html
fails == units-off-screen.html units-off-screen.html
fails == fillText-with-filter-opacity-1.html fillText-with-filter-opacity-1.html
fails == fillText-with-filter-opacity-2.html fillText-with-filter-opacity-2.html
fails == strokeText-with-filter-grayscale-1.html strokeText-with-filter-grayscale-1.html
fails == strokeText-with-filter-grayscale-2.html strokeText-with-filter-grayscale-2.html
fails == fillText-with-shadow-1.html fillText-with-shadow-1.html
fails == fillText-with-shadow-2.html fillText-with-shadow-2.html
fails == fillText-with-filter-grayscale-1.html fillText-with-filter-grayscale-1.html
fails == fillText-with-filter-grayscale-2.html fillText-with-filter-grayscale-2.html
fails == strokeText-with-shadow-1.html strokeText-with-shadow-1.html
fails == strokeText-with-shadow-2.html strokeText-with-shadow-2.html

View File

@ -3,25 +3,25 @@
default-preferences pref(webgl.force-enabled,true) pref(media.useAudioChannelAPI,true) pref(dom.audiochannel.mutedByDefault,false)
# Check that disabling works:
== webgl-disable-test.html?nogl webgl-disable-test.html?nogl
pref(webgl.disabled,true) == webgl-disable-test.html webgl-disable-test.html
skip-if(Android) == webgl-disable-test.html?nogl webgl-disable-test.html?nogl
pref(webgl.disabled,true) skip-if(Android) == webgl-disable-test.html webgl-disable-test.html
# Basic WebGL tests:
# Do we get pixels to the screen at all?
# Neither of these should ever break.
== webgl-clear-test.html webgl-clear-test.html
pref(webgl.force-layers-readback,true) == webgl-clear-test.html?readback webgl-clear-test.html?readback
skip-if(Android) == webgl-clear-test.html webgl-clear-test.html
pref(webgl.force-layers-readback,true) skip-if(Android) == webgl-clear-test.html?readback webgl-clear-test.html?readback
# Make sure that our choice of attribs doesn't break rendering.
== webgl-clear-test.html?depth webgl-clear-test.html?depth
== webgl-clear-test.html?stencil webgl-clear-test.html?stencil
== webgl-clear-test.html?depth&stencil webgl-clear-test.html?depth&stencil
skip-if(Android) == webgl-clear-test.html?depth webgl-clear-test.html?depth
skip-if(Android) == webgl-clear-test.html?stencil webgl-clear-test.html?stencil
skip-if(Android) == webgl-clear-test.html?depth&stencil webgl-clear-test.html?depth&stencil
# Check that resize works:
== webgl-resize-test.html webgl-resize-test.html
fails == webgl-resize-test.html webgl-resize-test.html
# Check that captureStream() displays in a local video element
== webgl-capturestream-test.html?preserve webgl-capturestream-test.html?preserve
skip-if(Android) == webgl-capturestream-test.html?preserve webgl-capturestream-test.html?preserve
# Some of the failure conditions are a little crazy. I'm (jgilbert) setting these based on
# failures encountered when running on Try, and then targetting the Try config by
@ -42,103 +42,104 @@ pref(webgl.force-layers-readback,true) == webgl-clear-test.html?readback webgl-c
# Does we draw the correct colors in the correct places?
# Combinations: PowerSet([readback, aa, preserve, premult, alpha]) x [frame=1,frame=6]
# This is 2^6 = 64 combinations.
== webgl-color-test.html?frame=1&__&________&_______&_____ webgl-color-test.html?frame=1&__&________&_______&_____
== webgl-color-test.html?frame=1&aa&________&_______&_____ webgl-color-test.html?frame=1&aa&________&_______&_____
== webgl-color-test.html?frame=1&__&preserve&_______&_____ webgl-color-test.html?frame=1&__&preserve&_______&_____
== webgl-color-test.html?frame=1&aa&preserve&_______&_____ webgl-color-test.html?frame=1&aa&preserve&_______&_____
== webgl-color-test.html?frame=1&__&________&premult&_____ webgl-color-test.html?frame=1&__&________&premult&_____
== webgl-color-test.html?frame=1&aa&________&premult&_____ webgl-color-test.html?frame=1&aa&________&premult&_____
== webgl-color-test.html?frame=1&__&preserve&premult&_____ webgl-color-test.html?frame=1&__&preserve&premult&_____
== webgl-color-test.html?frame=1&aa&preserve&premult&_____ webgl-color-test.html?frame=1&aa&preserve&premult&_____
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) == webgl-color-test.html?frame=1&__&________&_______&alpha webgl-color-test.html?frame=1&__&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) == webgl-color-test.html?frame=1&aa&________&_______&alpha webgl-color-test.html?frame=1&aa&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) == webgl-color-test.html?frame=1&__&preserve&_______&alpha webgl-color-test.html?frame=1&__&preserve&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) == webgl-color-test.html?frame=1&aa&preserve&_______&alpha webgl-color-test.html?frame=1&aa&preserve&_______&alpha
== webgl-color-test.html?frame=1&__&________&premult&alpha webgl-color-test.html?frame=1&__&________&premult&alpha
== webgl-color-test.html?frame=1&aa&________&premult&alpha webgl-color-test.html?frame=1&aa&________&premult&alpha
== webgl-color-test.html?frame=1&__&preserve&premult&alpha webgl-color-test.html?frame=1&__&preserve&premult&alpha
== webgl-color-test.html?frame=1&aa&preserve&premult&alpha webgl-color-test.html?frame=1&aa&preserve&premult&alpha
skip-if(Android) == webgl-color-test.html?frame=1&__&________&_______&_____ webgl-color-test.html?frame=1&__&________&_______&_____
skip-if(Android) == webgl-color-test.html?frame=1&aa&________&_______&_____ webgl-color-test.html?frame=1&aa&________&_______&_____
skip-if(Android) == webgl-color-test.html?frame=1&__&preserve&_______&_____ webgl-color-test.html?frame=1&__&preserve&_______&_____
skip-if(Android) == webgl-color-test.html?frame=1&aa&preserve&_______&_____ webgl-color-test.html?frame=1&aa&preserve&_______&_____
skip-if(Android) == webgl-color-test.html?frame=1&__&________&premult&_____ webgl-color-test.html?frame=1&__&________&premult&_____
skip-if(Android) == webgl-color-test.html?frame=1&aa&________&premult&_____ webgl-color-test.html?frame=1&aa&________&premult&_____
skip-if(Android) == webgl-color-test.html?frame=1&__&preserve&premult&_____ webgl-color-test.html?frame=1&__&preserve&premult&_____
skip-if(Android) == webgl-color-test.html?frame=1&aa&preserve&premult&_____ webgl-color-test.html?frame=1&aa&preserve&premult&_____
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) == webgl-color-test.html?frame=1&__&________&_______&alpha webgl-color-test.html?frame=1&__&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) == webgl-color-test.html?frame=1&aa&________&_______&alpha webgl-color-test.html?frame=1&aa&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) == webgl-color-test.html?frame=1&__&preserve&_______&alpha webgl-color-test.html?frame=1&__&preserve&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) == webgl-color-test.html?frame=1&aa&preserve&_______&alpha webgl-color-test.html?frame=1&aa&preserve&_______&alpha
skip-if(Android) == webgl-color-test.html?frame=1&__&________&premult&alpha webgl-color-test.html?frame=1&__&________&premult&alpha
skip-if(Android) == webgl-color-test.html?frame=1&aa&________&premult&alpha webgl-color-test.html?frame=1&aa&________&premult&alpha
skip-if(Android) == webgl-color-test.html?frame=1&__&preserve&premult&alpha webgl-color-test.html?frame=1&__&preserve&premult&alpha
skip-if(Android) == webgl-color-test.html?frame=1&aa&preserve&premult&alpha webgl-color-test.html?frame=1&aa&preserve&premult&alpha
== webgl-color-test.html?frame=6&__&________&_______&_____ webgl-color-test.html?frame=6&__&________&_______&_____
== webgl-color-test.html?frame=6&aa&________&_______&_____ webgl-color-test.html?frame=6&aa&________&_______&_____
== webgl-color-test.html?frame=6&__&preserve&_______&_____ webgl-color-test.html?frame=6&__&preserve&_______&_____
== webgl-color-test.html?frame=6&aa&preserve&_______&_____ webgl-color-test.html?frame=6&aa&preserve&_______&_____
# == webgl-color-test.html?frame=6&__&________&_______&_____ webgl-color-test.html?frame=6&__&________&_______&_____
skip-if(Android) == webgl-color-test.html?frame=6&aa&________&_______&_____ webgl-color-test.html?frame=6&aa&________&_______&_____
skip-if(Android) == webgl-color-test.html?frame=6&__&preserve&_______&_____ webgl-color-test.html?frame=6&__&preserve&_______&_____
skip-if(Android) == webgl-color-test.html?frame=6&aa&preserve&_______&_____ webgl-color-test.html?frame=6&aa&preserve&_______&_____
== webgl-color-test.html?frame=6&__&________&premult&_____ webgl-color-test.html?frame=6&__&________&premult&_____
== webgl-color-test.html?frame=6&aa&________&premult&_____ webgl-color-test.html?frame=6&aa&________&premult&_____
== webgl-color-test.html?frame=6&__&preserve&premult&_____ webgl-color-test.html?frame=6&__&preserve&premult&_____
== webgl-color-test.html?frame=6&aa&preserve&premult&_____ webgl-color-test.html?frame=6&aa&preserve&premult&_____
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) == webgl-color-test.html?frame=6&__&________&_______&alpha webgl-color-test.html?frame=6&__&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) == webgl-color-test.html?frame=6&aa&________&_______&alpha webgl-color-test.html?frame=6&aa&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) == webgl-color-test.html?frame=6&__&preserve&_______&alpha webgl-color-test.html?frame=6&__&preserve&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) == webgl-color-test.html?frame=6&aa&preserve&_______&alpha webgl-color-test.html?frame=6&aa&preserve&_______&alpha
== webgl-color-test.html?frame=6&__&________&premult&alpha webgl-color-test.html?frame=6&__&________&premult&alpha
== webgl-color-test.html?frame=6&aa&________&premult&alpha webgl-color-test.html?frame=6&aa&________&premult&alpha
== webgl-color-test.html?frame=6&__&preserve&premult&alpha webgl-color-test.html?frame=6&__&preserve&premult&alpha
== webgl-color-test.html?frame=6&aa&preserve&premult&alpha webgl-color-test.html?frame=6&aa&preserve&premult&alpha
skip-if(Android) == webgl-color-test.html?frame=6&aa&________&premult&_____ webgl-color-test.html?frame=6&aa&________&premult&_____
skip-if(Android) == webgl-color-test.html?frame=6&__&preserve&premult&_____ webgl-color-test.html?frame=6&__&preserve&premult&_____
skip-if(Android) == webgl-color-test.html?frame=6&aa&preserve&premult&_____ webgl-color-test.html?frame=6&aa&preserve&premult&_____
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) == webgl-color-test.html?frame=6&__&________&_______&alpha webgl-color-test.html?frame=6&__&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) == webgl-color-test.html?frame=6&aa&________&_______&alpha webgl-color-test.html?frame=6&aa&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) == webgl-color-test.html?frame=6&__&preserve&_______&alpha webgl-color-test.html?frame=6&__&preserve&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) == webgl-color-test.html?frame=6&aa&preserve&_______&alpha webgl-color-test.html?frame=6&aa&preserve&_______&alpha
skip-if(Android) == webgl-color-test.html?frame=6&__&________&premult&alpha webgl-color-test.html?frame=6&__&________&premult&alpha
skip-if(Android) == webgl-color-test.html?frame=6&aa&________&premult&alpha webgl-color-test.html?frame=6&aa&________&premult&alpha
skip-if(Android) == webgl-color-test.html?frame=6&__&preserve&premult&alpha webgl-color-test.html?frame=6&__&preserve&premult&alpha
skip-if(Android) == webgl-color-test.html?frame=6&aa&preserve&premult&alpha webgl-color-test.html?frame=6&aa&preserve&premult&alpha
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&________&_______&_____ webgl-color-test.html?frame=1&readback&__&________&_______&_____
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&________&_______&_____ webgl-color-test.html?frame=1&readback&aa&________&_______&_____
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&preserve&_______&_____ webgl-color-test.html?frame=1&readback&__&preserve&_______&_____
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&preserve&_______&_____ webgl-color-test.html?frame=1&readback&aa&preserve&_______&_____
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&________&premult&_____ webgl-color-test.html?frame=1&readback&__&________&premult&_____
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&________&premult&_____ webgl-color-test.html?frame=1&readback&aa&________&premult&_____
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&preserve&premult&_____ webgl-color-test.html?frame=1&readback&__&preserve&premult&_____
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&preserve&premult&_____ webgl-color-test.html?frame=1&readback&aa&preserve&premult&_____
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&________&_______&alpha webgl-color-test.html?frame=1&readback&__&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&________&_______&alpha webgl-color-test.html?frame=1&readback&aa&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&preserve&_______&alpha webgl-color-test.html?frame=1&readback&__&preserve&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&preserve&_______&alpha webgl-color-test.html?frame=1&readback&aa&preserve&_______&alpha
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&________&premult&alpha webgl-color-test.html?frame=1&readback&__&________&premult&alpha
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&________&premult&alpha webgl-color-test.html?frame=1&readback&aa&________&premult&alpha
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&preserve&premult&alpha webgl-color-test.html?frame=1&readback&__&preserve&premult&alpha
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&preserve&premult&alpha webgl-color-test.html?frame=1&readback&aa&preserve&premult&alpha
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&________&_______&_____ webgl-color-test.html?frame=1&readback&__&________&_______&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&________&_______&_____ webgl-color-test.html?frame=1&readback&aa&________&_______&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&preserve&_______&_____ webgl-color-test.html?frame=1&readback&__&preserve&_______&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&preserve&_______&_____ webgl-color-test.html?frame=1&readback&aa&preserve&_______&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&________&premult&_____ webgl-color-test.html?frame=1&readback&__&________&premult&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&________&premult&_____ webgl-color-test.html?frame=1&readback&aa&________&premult&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&preserve&premult&_____ webgl-color-test.html?frame=1&readback&__&preserve&premult&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&preserve&premult&_____ webgl-color-test.html?frame=1&readback&aa&preserve&premult&_____
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&________&_______&alpha webgl-color-test.html?frame=1&readback&__&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&________&_______&alpha webgl-color-test.html?frame=1&readback&aa&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&preserve&_______&alpha webgl-color-test.html?frame=1&readback&__&preserve&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&preserve&_______&alpha webgl-color-test.html?frame=1&readback&aa&preserve&_______&alpha
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&________&premult&alpha webgl-color-test.html?frame=1&readback&__&________&premult&alpha
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&________&premult&alpha webgl-color-test.html?frame=1&readback&aa&________&premult&alpha
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&preserve&premult&alpha webgl-color-test.html?frame=1&readback&__&preserve&premult&alpha
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&preserve&premult&alpha webgl-color-test.html?frame=1&readback&aa&preserve&premult&alpha
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&________&_______&_____ webgl-color-test.html?frame=6&readback&__&________&_______&_____
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&________&_______&_____ webgl-color-test.html?frame=6&readback&aa&________&_______&_____
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&preserve&_______&_____ webgl-color-test.html?frame=6&readback&__&preserve&_______&_____
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&preserve&_______&_____ webgl-color-test.html?frame=6&readback&aa&preserve&_______&_____
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&________&premult&_____ webgl-color-test.html?frame=6&readback&__&________&premult&_____
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&________&premult&_____ webgl-color-test.html?frame=6&readback&aa&________&premult&_____
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&preserve&premult&_____ webgl-color-test.html?frame=6&readback&__&preserve&premult&_____
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&preserve&premult&_____ webgl-color-test.html?frame=6&readback&aa&preserve&premult&_____
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&________&_______&alpha webgl-color-test.html?frame=6&readback&__&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&________&_______&alpha webgl-color-test.html?frame=6&readback&aa&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&preserve&_______&alpha webgl-color-test.html?frame=6&readback&__&preserve&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&preserve&_______&alpha webgl-color-test.html?frame=6&readback&aa&preserve&_______&alpha
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&________&premult&alpha webgl-color-test.html?frame=6&readback&__&________&premult&alpha
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&________&premult&alpha webgl-color-test.html?frame=6&readback&aa&________&premult&alpha
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&preserve&premult&alpha webgl-color-test.html?frame=6&readback&__&preserve&premult&alpha
pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&preserve&premult&alpha webgl-color-test.html?frame=6&readback&aa&preserve&premult&alpha
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&________&_______&_____ webgl-color-test.html?frame=6&readback&__&________&_______&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&________&_______&_____ webgl-color-test.html?frame=6&readback&aa&________&_______&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&preserve&_______&_____ webgl-color-test.html?frame=6&readback&__&preserve&_______&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&preserve&_______&_____ webgl-color-test.html?frame=6&readback&aa&preserve&_______&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&________&premult&_____ webgl-color-test.html?frame=6&readback&__&________&premult&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&________&premult&_____ webgl-color-test.html?frame=6&readback&aa&________&premult&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&preserve&premult&_____ webgl-color-test.html?frame=6&readback&__&preserve&premult&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&preserve&premult&_____ webgl-color-test.html?frame=6&readback&aa&preserve&premult&_____
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&________&_______&alpha webgl-color-test.html?frame=6&readback&__&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&________&_______&alpha webgl-color-test.html?frame=6&readback&aa&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&preserve&_______&alpha webgl-color-test.html?frame=6&readback&__&preserve&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&preserve&_______&alpha webgl-color-test.html?frame=6&readback&aa&preserve&_______&alpha
== webgl-color-test.html?frame=6&readback&__&________&premult&alpha webgl-color-test.html?frame=6&readback&__&________&premult&alpha
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&________&premult&alpha webgl-color-test.html?frame=6&readback&aa&________&premult&alpha
== webgl-color-test.html?frame=6&readback&__&preserve&premult&alpha webgl-color-test.html?frame=6&readback&__&preserve&premult&alpha
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&preserve&premult&alpha webgl-color-test.html?frame=6&readback&aa&preserve&premult&alpha
# Check for hanging bindings/state settings:
== webgl-hanging-fb-test.html?__&________ webgl-hanging-fb-test.html?__&________
== webgl-hanging-fb-test.html?aa&________ webgl-hanging-fb-test.html?aa&________
== webgl-hanging-fb-test.html?__&preserve webgl-hanging-fb-test.html?__&preserve
== webgl-hanging-fb-test.html?aa&preserve webgl-hanging-fb-test.html?aa&preserve
pref(webgl.force-layers-readback,true) == webgl-hanging-fb-test.html?readback&__&________ webgl-hanging-fb-test.html?readback&__&________
pref(webgl.force-layers-readback,true) == webgl-hanging-fb-test.html?readback&aa&________ webgl-hanging-fb-test.html?readback&aa&________
pref(webgl.force-layers-readback,true) == webgl-hanging-fb-test.html?readback&__&preserve webgl-hanging-fb-test.html?readback&__&preserve
pref(webgl.force-layers-readback,true) == webgl-hanging-fb-test.html?readback&aa&preserve webgl-hanging-fb-test.html?readback&aa&preserve
skip-if(Android) == webgl-hanging-fb-test.html?__&________ webgl-hanging-fb-test.html?__&________
skip-if(Android) == webgl-hanging-fb-test.html?aa&________ webgl-hanging-fb-test.html?aa&________
skip-if(Android) == webgl-hanging-fb-test.html?__&preserve webgl-hanging-fb-test.html?__&preserve
skip-if(Android) == webgl-hanging-fb-test.html?aa&preserve webgl-hanging-fb-test.html?aa&preserve
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-hanging-fb-test.html?readback&__&________ webgl-hanging-fb-test.html?readback&__&________
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-hanging-fb-test.html?readback&aa&________ webgl-hanging-fb-test.html?readback&aa&________
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-hanging-fb-test.html?readback&__&preserve webgl-hanging-fb-test.html?readback&__&preserve
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-hanging-fb-test.html?readback&aa&preserve webgl-hanging-fb-test.html?readback&aa&preserve
== webgl-hanging-scissor-test.html?__ webgl-hanging-scissor-test.html?__
== webgl-hanging-scissor-test.html?aa webgl-hanging-scissor-test.html?aa
pref(webgl.force-layers-readback,true) == webgl-hanging-scissor-test.html?readback&__ webgl-hanging-scissor-test.html?readback&__
pref(webgl.force-layers-readback,true) == webgl-hanging-scissor-test.html?readback&aa webgl-hanging-scissor-test.html?readback&aa
skip-if(Android) == webgl-hanging-scissor-test.html?__ webgl-hanging-scissor-test.html?__
skip-if(Android) == webgl-hanging-scissor-test.html?aa webgl-hanging-scissor-test.html?aa
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-hanging-scissor-test.html?readback&__ webgl-hanging-scissor-test.html?readback&__
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-hanging-scissor-test.html?readback&aa webgl-hanging-scissor-test.html?readback&aa
# Check that our experimental prefs still work:
# 16bpp for Android/B2G: [16bpp] * PowerSet([readback, premult, alpha])
# 16bpp for Android: [16bpp] * PowerSet([readback, premult, alpha])
# RGB565 dithers 127 to [123,132]. (Max error: 5)
# RGBA4444 dithers 128 to [119,136], and 191 to [192]. (Max error: 9)
fuzzy(5,30000) skip-if(!(Android||B2G)) pref(webgl.prefer-16bpp,true) == webgl-color-test.html?16bpp&________&_______&_____ webgl-color-test.html?16bpp&________&_______&_____
fuzzy(5,30000) skip-if(!(Android||B2G)) pref(webgl.prefer-16bpp,true) pref(webgl.force-layers-readback,true) == webgl-color-test.html?16bpp&readback&_______&_____ webgl-color-test.html?16bpp&readback&_______&_____
fuzzy(5,30000) skip-if(!(Android||B2G)) pref(webgl.prefer-16bpp,true) == webgl-color-test.html?16bpp&________&premult&_____ webgl-color-test.html?16bpp&________&premult&_____
fuzzy(5,30000) skip-if(!(Android||B2G)) pref(webgl.prefer-16bpp,true) pref(webgl.force-layers-readback,true) == webgl-color-test.html?16bpp&readback&premult&_____ webgl-color-test.html?16bpp&readback&premult&_____
fuzzy(9,40000) skip-if(!(Android||B2G)) pref(webgl.prefer-16bpp,true) == webgl-color-test.html?16bpp&________&_______&alpha webgl-color-test.html?16bpp&________&_______&alpha
fuzzy(9,40000) skip-if(!(Android||B2G)) pref(webgl.prefer-16bpp,true) pref(webgl.force-layers-readback,true) == webgl-color-test.html?16bpp&readback&_______&alpha webgl-color-test.html?16bpp&readback&_______&alpha
fuzzy(9,40000) skip-if(!(Android||B2G)) pref(webgl.prefer-16bpp,true) == webgl-color-test.html?16bpp&________&premult&alpha webgl-color-test.html?16bpp&________&premult&alpha
fuzzy(9,40000) skip-if(!(Android||B2G)) pref(webgl.prefer-16bpp,true) pref(webgl.force-layers-readback,true) == webgl-color-test.html?16bpp&readback&premult&alpha webgl-color-test.html?16bpp&readback&premult&alpha
# Bug 1285531 - tests disabled for memory corruption
fuzzy(5,30000) skip pref(webgl.prefer-16bpp,true) == webgl-color-test.html?16bpp&________&_______&_____ webgl-color-test.html?16bpp&________&_______&_____
fuzzy(5,30000) skip pref(webgl.prefer-16bpp,true) pref(webgl.force-layers-readback,true) == webgl-color-test.html?16bpp&readback&_______&_____ webgl-color-test.html?16bpp&readback&_______&_____
fuzzy(5,30000) skip pref(webgl.prefer-16bpp,true) == webgl-color-test.html?16bpp&________&premult&_____ webgl-color-test.html?16bpp&________&premult&_____
fuzzy(5,30000) skip pref(webgl.prefer-16bpp,true) pref(webgl.force-layers-readback,true) == webgl-color-test.html?16bpp&readback&premult&_____ webgl-color-test.html?16bpp&readback&premult&_____
fuzzy(9,40000) skip pref(webgl.prefer-16bpp,true) == webgl-color-test.html?16bpp&________&_______&alpha webgl-color-test.html?16bpp&________&_______&alpha
fuzzy(9,40000) skip pref(webgl.prefer-16bpp,true) pref(webgl.force-layers-readback,true) == webgl-color-test.html?16bpp&readback&_______&alpha webgl-color-test.html?16bpp&readback&_______&alpha
fuzzy(9,40000) skip pref(webgl.prefer-16bpp,true) == webgl-color-test.html?16bpp&________&premult&alpha webgl-color-test.html?16bpp&________&premult&alpha
fuzzy(9,40000) skip pref(webgl.prefer-16bpp,true) pref(webgl.force-layers-readback,true) == webgl-color-test.html?16bpp&readback&premult&alpha webgl-color-test.html?16bpp&readback&premult&alpha
# Force native GL (Windows):
skip-if(!winWidget) pref(webgl.disable-angle,true) == webgl-color-test.html?native-gl webgl-color-test.html?native-gl
@ -154,16 +155,20 @@ skip-if(!winWidget) pref(webgl.disable-angle,true) == webgl-color-test.html?nati
== clip-multiple-move-2.html clip-multiple-move-2.html
# Bug 815648
== stroketext-shadow.html stroketext-shadow.html
fails == stroketext-shadow.html stroketext-shadow.html
# focus rings
pref(canvas.focusring.enabled,true) skip-if(B2G) skip-if(cocoaWidget) skip-if(winWidget) needs-focus == drawFocusIfNeeded.html drawFocusIfNeeded.html
pref(canvas.customfocusring.enabled,true) skip-if(B2G) skip-if(cocoaWidget) skip-if(Android) skip-if(winWidget) fuzzy-if(gtkWidget,64,410) needs-focus == drawCustomFocusRing.html drawCustomFocusRing.html
pref(canvas.focusring.enabled,true) skip-if(cocoaWidget) skip-if(winWidget) needs-focus == drawFocusIfNeeded.html drawFocusIfNeeded.html
pref(canvas.customfocusring.enabled,true) skip-if(Android||cocoaWidget||winWidget) fuzzy-if(gtkWidget,64,410) needs-focus == drawCustomFocusRing.html drawCustomFocusRing.html
# Check that captureStream() displays in a local video element
skip == capturestream.html capturestream.html
== capturestream.html capturestream.html
fuzzy-if(azureSkia,16,2) fuzzy-if(Android,3,40) fuzzy-if(/^Windows\x20NT\x2010\.0/.test(http.oscpu),1,1) == 1177726-text-stroke-bounds.html 1177726-text-stroke-bounds.html
fails == 1177726-text-stroke-bounds.html 1177726-text-stroke-bounds.html
# Canvas Filter Reftests
include filters/reftest-stylo.list
# Bug 1305963
== mozCurrentTransform.html mozCurrentTransform.html
== mozCurrentTransformInverse.html mozCurrentTransformInverse.html

View File

@ -1,6 +1,6 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== bug863728-1.html bug863728-1.html
skip fuzzy-if(skiaContent,1,10) == bug863728-2.html bug863728-2.html
fails == bug863728-1.html bug863728-1.html
fails == bug863728-2.html bug863728-2.html
== bug863728-3.html bug863728-3.html
== bug945215-1.html bug945215-1.html
skip fuzzy-if(skiaContent,1,10) == bug945215-2.html bug945215-2.html
fails == bug945215-1.html bug945215-1.html
fails == bug945215-2.html bug945215-2.html

View File

@ -1,36 +1,15 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
default-preferences pref(dom.forms.number,true)
fails skip-if(B2G||Mulet) fuzzy-if(skiaContent,1,3) needs-focus == input-load.html input-load.html
# B2G timed out waiting for reftest-wait to be removed
# Initial mulet triage: parity with B2G/B2G Desktop
fails skip-if(B2G||Mulet) fuzzy-if(skiaContent,1,3) needs-focus == input-create.html input-create.html
# B2G timed out waiting for reftest-wait to be removed
# Initial mulet triage: parity with B2G/B2G Desktop
# skip skip-if(B2G||Mulet) fuzzy-if(skiaContent,1,3) needs-focus == input-number.html input-number.html
# B2G timed out waiting for reftest-wait to be removed
# Initial mulet triage: parity with B2G/B2G Desktop
fails skip-if(B2G||Mulet) fuzzy-if(skiaContent,1,3) needs-focus == button-load.html button-load.html
# B2G timed out waiting for reftest-wait to be removed
# Initial mulet triage: parity with B2G/B2G Desktop
random needs-focus == button-create.html button-create.html
# B2G timed out waiting for reftest-wait to be removed
# Initial mulet triage: parity with B2G/B2G Desktop
random needs-focus == textarea-load.html textarea-load.html
# B2G timed out waiting for reftest-wait to be removed
# Initial mulet triage: parity with B2G/B2G Desktop
random needs-focus == textarea-create.html textarea-create.html
# B2G timed out waiting for reftest-wait to be removed
# Initial mulet triage: parity with B2G/B2G Desktop
fails skip-if(B2G||Mulet) fuzzy-if(skiaContent,2,4) needs-focus == select-load.html select-load.html
# B2G timed out waiting for reftest-wait to be removed
# Initial mulet triage: parity with B2G/B2G Desktop
fails skip-if(B2G||Mulet) fuzzy-if(skiaContent,2,4) needs-focus == select-create.html select-create.html
# B2G timed out waiting for reftest-wait to be removed
# Initial mulet triage: parity with B2G/B2G Desktop
needs-focus == autofocus-after-load.html autofocus-after-load.html
fails-if(B2G||Mulet) fuzzy-if(skiaContent,2,5) needs-focus == autofocus-leaves-iframe.html autofocus-leaves-iframe.html
# B2G focus difference between test and reference
# Initial mulet triage: parity with B2G/B2G Desktop
skip == autofocus-after-body-focus.html autofocus-after-body-focus.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
default-preferences pref(dom.forms.number,true) pref(dom.forms.datetime,true)
fails == input-load.html input-load.html
fails == input-create.html input-create.html
# fuzzy-if(skiaContent,1,3) needs-focus == input-number.html input-number.html
fails == input-time.html input-time.html
fails == button-load.html button-load.html
fails == button-create.html button-create.html
fails == textarea-load.html textarea-load.html
fails == textarea-create.html textarea-create.html
fails == select-load.html select-load.html
fails == select-create.html select-create.html
fails needs-focus == autofocus-after-load.html autofocus-after-load.html
fails == autofocus-leaves-iframe.html autofocus-leaves-iframe.html
fails == autofocus-after-body-focus.html autofocus-after-body-focus.html

View File

@ -1,66 +1,66 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# autofocus attribute (we can't test with mochitests)
# many stylo intermittents in files below
# include autofocus/reftest-stylo.list
# include toblob-todataurl/reftest-stylo.list
include autofocus/reftest-stylo.list
include toblob-todataurl/reftest-stylo.list
skip-if(B2G) == 41464-1a.html 41464-1a.html
skip-if(B2G) == 41464-1b.html 41464-1b.html
== 52019-1.html 52019-1.html
== 82711-1.html 82711-1.html
== 82711-2.html 82711-2.html
== 82711-1-ref.html 82711-1-ref.html
random == 468263-1a.html 468263-1a.html
random == 468263-1b.html 468263-1b.html
random == 468263-1c.html 468263-1c.html
random == 468263-1d.html 468263-1d.html
random == 468263-2.html 468263-2.html
random == 468263-2.html 468263-2.html
== 484200-1.html 484200-1.html
== 485377.html 485377.html
fails == 41464-1a.html 41464-1a.html
fails == 41464-1b.html 41464-1b.html
fails == 52019-1.html 52019-1.html
fails == 82711-1.html 82711-1.html
fails == 82711-2.html 82711-2.html
# == 82711-1-ref.html 82711-1-ref.html
== 468263-1a.html 468263-1a.html
== 468263-1b.html 468263-1b.html
== 468263-1c.html 468263-1c.html
fails == 468263-1d.html 468263-1d.html
# == 468263-2.html 468263-2.html
# == 468263-2.html 468263-2.html
fails == 484200-1.html 484200-1.html
fails == 485377.html 485377.html
== 557840.html 557840.html
== 560059-video-dimensions.html 560059-video-dimensions.html
== 573322-quirks.html 573322-quirks.html
== 573322-no-quirks.html 573322-no-quirks.html
# == 596455-1a.html 596455-1a.html
== 596455-1b.html 596455-1b.html
== 596455-2a.html 596455-2a.html
== 596455-2b.html 596455-2b.html
== 610935.html 610935.html
== 649134-1.html 649134-1.html
skip-if(Android||B2G) == 649134-2.html 649134-2.html
fails == 573322-quirks.html 573322-quirks.html
fails == 573322-no-quirks.html 573322-no-quirks.html
fails == 596455-1a.html 596455-1a.html
fails == 596455-1b.html 596455-1b.html
fails == 596455-2a.html 596455-2a.html
fails == 596455-2b.html 596455-2b.html
fails == 610935.html 610935.html
fails == 649134-1.html 649134-1.html
fails == 649134-2.html 649134-2.html
fails == 741776-1.vtt 741776-1.vtt
== bug448564-1_malformed.html bug448564-1_malformed.html
== bug448564-1_malformed.html bug448564-1_malformed.html
# == bug448564-1_malformed.html bug448564-1_malformed.html
# == bug448564-1_malformed.html bug448564-1_malformed.html
== bug448564-4a.html bug448564-4a.html
== bug502168-1_malformed.html bug502168-1_malformed.html
fails == bug448564-4a.html bug448564-4a.html
fails == bug502168-1_malformed.html bug502168-1_malformed.html
random == responsive-image-load-shortcircuit.html responsive-image-load-shortcircuit.html
fails == responsive-image-load-shortcircuit.html responsive-image-load-shortcircuit.html
== image-load-shortcircuit-1.html image-load-shortcircuit-1.html
== image-load-shortcircuit-2.html image-load-shortcircuit-2.html
# Test that image documents taken into account CSS properties like
# image-orientation when determining the size of the image.
# (Fuzzy necessary due to pixel-wise comparison of different JPEGs.
# The vast majority of the fuzziness comes from Linux and WinXP.)
skip == bug917595-iframe-1.html bug917595-iframe-1.html
skip == bug917595-exif-rotated.jpg bug917595-exif-rotated.jpg
# bug 1060869
# Bug 1150490 disabling on Mulet as on B2G
# == bug917595-iframe-1.html bug917595-iframe-1.html
fails == bug917595-exif-rotated.jpg bug917595-exif-rotated.jpg
# Test support for SVG-as-image in <picture> elements.
== bug1106522-1.html bug1106522-1.html
== bug1106522-2.html bug1106522-2.html
== href-attr-change-restyles.html href-attr-change-restyles.html
== figure.html figure.html
== pre-1.html pre-1.html
== table-border-1.html table-border-1.html
== table-border-2.html table-border-2.html
== table-border-2.html table-border-2.html
fails == href-attr-change-restyles.html href-attr-change-restyles.html
fails == figure.html figure.html
fails == pre-1.html pre-1.html
fails == table-border-1.html table-border-1.html
# == table-border-2.html table-border-2.html
# == table-border-2.html table-border-2.html
# Test imageset is using permissions.default.image
pref(permissions.default.image,1) HTTP == bug1196784-with-srcset.html bug1196784-with-srcset.html
pref(permissions.default.image,2) HTTP == bug1196784-with-srcset.html bug1196784-with-srcset.html
# pref(permissions.default.image,1) HTTP == bug1196784-with-srcset.html bug1196784-with-srcset.html
# pref(permissions.default.image,2) HTTP == bug1196784-with-srcset.html bug1196784-with-srcset.html
# Test video with rotation information can be rotated.
== bug1228601-video-rotation-90.html bug1228601-video-rotation-90.html

View File

@ -3,15 +3,15 @@ fuzzy-if(Android,105,482) == toblob-quality-0.html toblob-quality-0.html
fuzzy-if(Android,38,2024) == toblob-quality-25.html toblob-quality-25.html
fuzzy-if(Android,29,2336) == toblob-quality-50.html toblob-quality-50.html
fuzzy-if(Android,23,3533) == toblob-quality-75.html toblob-quality-75.html
fuzzy-if(Android,16,4199) == toblob-quality-92.html toblob-quality-92.html
== toblob-quality-92.html toblob-quality-92.html
fuzzy-if(Android,8,2461) == toblob-quality-100.html toblob-quality-100.html
fuzzy-if(Android,16,4199) == toblob-quality-undefined.html toblob-quality-undefined.html
fuzzy-if(Android,16,4199) == toblob-quality-default.html toblob-quality-default.html
== toblob-quality-default.html toblob-quality-default.html
fuzzy-if(Android,105,482) == todataurl-quality-0.html todataurl-quality-0.html
fails fuzzy-if(Android,38,2024) == todataurl-quality-25.html todataurl-quality-25.html
fuzzy-if(Android,38,2024) == todataurl-quality-25.html todataurl-quality-25.html
fuzzy-if(Android,29,2336) == todataurl-quality-50.html todataurl-quality-50.html
fuzzy-if(Android,23,3533) == todataurl-quality-75.html todataurl-quality-75.html
fails fuzzy-if(Android,16,4199) == todataurl-quality-92.html todataurl-quality-92.html
== todataurl-quality-92.html todataurl-quality-92.html
fuzzy-if(Android,8,2461) == todataurl-quality-100.html todataurl-quality-100.html
fuzzy-if(Android,16,4199) == todataurl-quality-undefined.html todataurl-quality-undefined.html
fuzzy-if(Android,16,4199) == todataurl-quality-default.html todataurl-quality-default.html
== todataurl-quality-default.html todataurl-quality-default.html

View File

@ -47,13 +47,11 @@
== dir_auto-pre-N-EN.html dir_auto-pre-N-EN.html
== dir_auto-R.html dir_auto-R.html
== dir_auto-textarea-mixed.html dir_auto-textarea-mixed.html
fails-if(B2G||Mulet||(Android&&asyncPan)) == dir_auto-textarea-N-between-Rs.html dir_auto-textarea-N-between-Rs.html
# B2G scrollbar on opposite side
fails-if(Android&&asyncPan) == dir_auto-textarea-N-between-Rs.html dir_auto-textarea-N-between-Rs.html
== dir_auto-textarea-N-EN.html dir_auto-textarea-N-EN.html
== dir_auto-textarea-script-mixed.html dir_auto-textarea-script-mixed.html
fails-if(B2G||Mulet||(Android&&asyncPan)) == dir_auto-textarea-script-N-between-Rs.html dir_auto-textarea-script-N-between-Rs.html
# B2G scrollbar on reference only
fails-if(Android&&asyncPan) == dir_auto-textarea-script-N-between-Rs.html dir_auto-textarea-script-N-between-Rs.html
== dir_auto-textarea-script-N-EN.html dir_auto-textarea-script-N-EN.html
== lang-xyzzy.html lang-xyzzy.html
== lang-xmllang-01.html lang-xmllang-01.html
== style-01.html style-01.html
fails == lang-xmllang-01.html lang-xmllang-01.html
fails == style-01.html style-01.html

View File

@ -1,33 +1,27 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# basic sanity checking
# fails random-if(!haveTestPlugin) == plugin-sanity.html plugin-sanity.html
# fails-if(!haveTestPlugin) == plugin-sanity.html plugin-sanity.html
skip fails-if(!haveTestPlugin) fuzzy-if(skiaContent,1,160000) == plugin-alpha-zindex.html plugin-alpha-zindex.html
fails-if(!haveTestPlugin) fuzzy-if(skiaContent,1,164000) == plugin-alpha-opacity.html plugin-alpha-opacity.html
random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) fails-if(!haveTestPlugin) == windowless-clipping-1.html windowless-clipping-1.html
# bug 631832
# == plugin-sanity.html plugin-sanity.html
# == plugin-sanity.html plugin-sanity.html
fails == plugin-alpha-zindex.html plugin-alpha-zindex.html
== plugin-alpha-opacity.html plugin-alpha-opacity.html
== windowless-clipping-1.html windowless-clipping-1.html
# fuzzy because of anti-aliasing in dashed border
random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) fails-if(!haveTestPlugin) == border-padding-1.html border-padding-1.html
# bug 629430
skip random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) fails-if(!haveTestPlugin) == border-padding-2.html border-padding-2.html
# bug 629430
skip random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) skip-if(!haveTestPlugin) skip-if(Android||B2G) == border-padding-3.html border-padding-3.html
# bug 629430
# bug 773482
== border-padding-1.html border-padding-1.html
== border-padding-2.html border-padding-2.html
== border-padding-3.html border-padding-3.html
# The following two "pluginproblemui-direction" tests are unreliable on all platforms. They should be re-written or replaced.
#random-if(cocoaWidget||d2d||/^Windows\x20NT\x205\.1/.test(http.oscpu)) fails-if(!haveTestPlugin&&!Android) == pluginproblemui-direction-1.html pluginproblemui-direction-1.html
# bug 567367
#random-if(cocoaWidget) fails-if(!haveTestPlugin&&!Android) == pluginproblemui-direction-2.html pluginproblemui-direction-2.html
fails-if(!haveTestPlugin) fuzzy-if(skiaContent,1,160000) == plugin-canvas-alpha-zindex.html plugin-canvas-alpha-zindex.html
fails fails-if(!haveTestPlugin) fuzzy-if(skiaContent,1,160000) == plugin-transform-alpha-zindex.html plugin-transform-alpha-zindex.html
skip == plugin-busy-alpha-zindex.html plugin-busy-alpha-zindex.html
skip == plugin-background.html plugin-background.html
skip == plugin-background-1-step.html plugin-background-1-step.html
skip == plugin-background-2-step.html plugin-background-2-step.html
skip == plugin-background-5-step.html plugin-background-5-step.html
skip == plugin-background-10-step.html plugin-background-10-step.html
skip == plugin-transform-1.html plugin-transform-1.html
skip == plugin-transform-2.html plugin-transform-2.html
skip == shrink-1.html shrink-1.html
skip skip-if(!haveTestPlugin) == update-1.html update-1.html
skip skip-if(!haveTestPlugin) == windowless-layers.html windowless-layers.html
fails == plugin-canvas-alpha-zindex.html plugin-canvas-alpha-zindex.html
fails == plugin-transform-alpha-zindex.html plugin-transform-alpha-zindex.html
fails == plugin-busy-alpha-zindex.html plugin-busy-alpha-zindex.html
# == plugin-background.html plugin-background.html
fails == plugin-background-1-step.html plugin-background-1-step.html
fails == plugin-background-2-step.html plugin-background-2-step.html
fails == plugin-background-5-step.html plugin-background-5-step.html
fails == plugin-background-10-step.html plugin-background-10-step.html
== plugin-transform-1.html plugin-transform-1.html
fails == plugin-transform-2.html plugin-transform-2.html
fails == shrink-1.html shrink-1.html
fails == update-1.html update-1.html
skip-if(!haveTestPlugin) == windowless-layers.html windowless-layers.html

View File

@ -1,20 +1,14 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== bug453105.html bug453105.html
== optiontext.html optiontext.html
== bug456008.xhtml bug456008.xhtml
fails fuzzy-if(skiaContent,2,3) == bug439965.html bug439965.html
fails == bug453105.html bug453105.html
fails == optiontext.html optiontext.html
fails == bug456008.xhtml bug456008.xhtml
fails == bug439965.html bug439965.html
== bug427779.xml bug427779.xml
fails skip-if(B2G||Mulet) fuzzy-if(skiaContent,1,5) == bug559996.html bug559996.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
skip == bug591981-1.html bug591981-1.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip == bug591981-2.html bug591981-2.html
skip == bug592366-1.html bug592366-1.html
skip == bug592366-2.html bug592366-2.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip == bug592366-1.xhtml bug592366-1.xhtml
# Initial mulet triage: parity with B2G/B2G Desktop
skip == bug592366-2.xhtml bug592366-2.xhtml
# Initial mulet triage: parity with B2G/B2G Desktop
== bug798068.xhtml bug798068.xhtml
fails == bug559996.html bug559996.html
fails == bug591981-1.html bug591981-1.html
fails == bug591981-2.html bug591981-2.html
fails == bug592366-1.html bug592366-1.html
fails == bug592366-2.html bug592366-2.html
fails == bug592366-1.xhtml bug592366-1.xhtml
fails == bug592366-2.xhtml bug592366-2.xhtml
fails == bug798068.xhtml bug798068.xhtml

View File

@ -2,176 +2,137 @@
# include the XUL reftests
include xul/reftest-stylo.list
== newline-1.html newline-1.html
== newline-2.html newline-2.html
== newline-3.html newline-3.html
== newline-4.html newline-4.html
== dynamic-1.html dynamic-1.html
== dynamic-type-1.html dynamic-type-1.html
== dynamic-type-2.html dynamic-type-2.html
== dynamic-type-3.html dynamic-type-3.html
== dynamic-type-4.html dynamic-type-4.html
== passwd-1.html passwd-1.html
== passwd-2.html passwd-2.html
== passwd-3.html passwd-3.html
needs-focus == passwd-4.html passwd-4.html
== emptypasswd-1.html emptypasswd-1.html
== emptypasswd-2.html emptypasswd-2.html
== caret_on_positioned.html caret_on_positioned.html
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-disabled.html spellcheck-input-disabled.html
# Initial mulet triage: parity with B2G/B2G Desktop
== spellcheck-input-attr-before.html spellcheck-input-attr-before.html
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-attr-before.html spellcheck-input-attr-before.html
# Initial mulet triage: parity with B2G/B2G Desktop
== spellcheck-input-attr-after.html spellcheck-input-attr-after.html
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-attr-after.html spellcheck-input-attr-after.html
# Initial mulet triage: parity with B2G/B2G Desktop
== spellcheck-input-attr-inherit.html spellcheck-input-attr-inherit.html
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-attr-inherit.html spellcheck-input-attr-inherit.html
# Initial mulet triage: parity with B2G/B2G Desktop
== spellcheck-input-attr-dynamic.html spellcheck-input-attr-dynamic.html
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-attr-dynamic.html spellcheck-input-attr-dynamic.html
# Initial mulet triage: parity with B2G/B2G Desktop
== spellcheck-input-attr-dynamic-inherit.html spellcheck-input-attr-dynamic-inherit.html
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-attr-dynamic-inherit.html spellcheck-input-attr-dynamic-inherit.html
# Initial mulet triage: parity with B2G/B2G Desktop
== spellcheck-input-property-dynamic.html spellcheck-input-property-dynamic.html
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-property-dynamic.html spellcheck-input-property-dynamic.html
# Initial mulet triage: parity with B2G/B2G Desktop
== spellcheck-input-property-dynamic-inherit.html spellcheck-input-property-dynamic-inherit.html
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-property-dynamic-inherit.html spellcheck-input-property-dynamic-inherit.html
# Initial mulet triage: parity with B2G/B2G Desktop
== spellcheck-input-attr-dynamic-override.html spellcheck-input-attr-dynamic-override.html
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-attr-dynamic-override.html spellcheck-input-attr-dynamic-override.html
# Initial mulet triage: parity with B2G/B2G Desktop
== spellcheck-input-attr-dynamic-override-inherit.html spellcheck-input-attr-dynamic-override-inherit.html
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-attr-dynamic-override-inherit.html spellcheck-input-attr-dynamic-override-inherit.html
# Initial mulet triage: parity with B2G/B2G Desktop
== spellcheck-input-property-dynamic-override.html spellcheck-input-property-dynamic-override.html
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-property-dynamic-override.html spellcheck-input-property-dynamic-override.html
# Initial mulet triage: parity with B2G/B2G Desktop
== spellcheck-input-property-dynamic-override-inherit.html spellcheck-input-property-dynamic-override-inherit.html
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-input-property-dynamic-override-inherit.html spellcheck-input-property-dynamic-override-inherit.html
# Initial mulet triage: parity with B2G/B2G Desktop
== spellcheck-textarea-attr.html spellcheck-textarea-attr.html
fails == newline-1.html newline-1.html
fails == newline-2.html newline-2.html
fails == newline-3.html newline-3.html
fails == newline-4.html newline-4.html
fails == dynamic-1.html dynamic-1.html
fails == dynamic-type-1.html dynamic-type-1.html
fails == dynamic-type-2.html dynamic-type-2.html
fails == dynamic-type-3.html dynamic-type-3.html
fails == dynamic-type-4.html dynamic-type-4.html
fails == passwd-1.html passwd-1.html
fails == passwd-2.html passwd-2.html
fails == passwd-3.html passwd-3.html
fails needs-focus == passwd-4.html passwd-4.html
fails == emptypasswd-1.html emptypasswd-1.html
fails == emptypasswd-2.html emptypasswd-2.html
fails == caret_on_positioned.html caret_on_positioned.html
fails == spellcheck-input-disabled.html spellcheck-input-disabled.html
# == spellcheck-input-attr-before.html spellcheck-input-attr-before.html
# == spellcheck-input-attr-before.html spellcheck-input-attr-before.html
# == spellcheck-input-attr-after.html spellcheck-input-attr-after.html
# == spellcheck-input-attr-after.html spellcheck-input-attr-after.html
# == spellcheck-input-attr-inherit.html spellcheck-input-attr-inherit.html
# == spellcheck-input-attr-inherit.html spellcheck-input-attr-inherit.html
# == spellcheck-input-attr-dynamic.html spellcheck-input-attr-dynamic.html
# == spellcheck-input-attr-dynamic.html spellcheck-input-attr-dynamic.html
# == spellcheck-input-attr-dynamic-inherit.html spellcheck-input-attr-dynamic-inherit.html
# == spellcheck-input-attr-dynamic-inherit.html spellcheck-input-attr-dynamic-inherit.html
# == spellcheck-input-property-dynamic.html spellcheck-input-property-dynamic.html
# == spellcheck-input-property-dynamic.html spellcheck-input-property-dynamic.html
# == spellcheck-input-property-dynamic-inherit.html spellcheck-input-property-dynamic-inherit.html
# == spellcheck-input-property-dynamic-inherit.html spellcheck-input-property-dynamic-inherit.html
# == spellcheck-input-attr-dynamic-override.html spellcheck-input-attr-dynamic-override.html
# == spellcheck-input-attr-dynamic-override.html spellcheck-input-attr-dynamic-override.html
# == spellcheck-input-attr-dynamic-override-inherit.html spellcheck-input-attr-dynamic-override-inherit.html
# == spellcheck-input-attr-dynamic-override-inherit.html spellcheck-input-attr-dynamic-override-inherit.html
# == spellcheck-input-property-dynamic-override.html spellcheck-input-property-dynamic-override.html
# == spellcheck-input-property-dynamic-override.html spellcheck-input-property-dynamic-override.html
# == spellcheck-input-property-dynamic-override-inherit.html spellcheck-input-property-dynamic-override-inherit.html
# == spellcheck-input-property-dynamic-override-inherit.html spellcheck-input-property-dynamic-override-inherit.html
# == spellcheck-textarea-attr.html spellcheck-textarea-attr.html
#the random-if(Android) tests pass on android native, but fail on android-xul, see bug 728942
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-attr.html spellcheck-textarea-attr.html
# Initial mulet triage: parity with B2G/B2G Desktop
needs-focus == spellcheck-textarea-focused.html spellcheck-textarea-focused.html
needs-focus == spellcheck-textarea-focused-reframe.html spellcheck-textarea-focused-reframe.html
needs-focus == spellcheck-textarea-focused-notreadonly.html spellcheck-textarea-focused-notreadonly.html
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-nofocus.html spellcheck-textarea-nofocus.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-disabled.html spellcheck-textarea-disabled.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-attr-inherit.html spellcheck-textarea-attr-inherit.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-attr-dynamic.html spellcheck-textarea-attr-dynamic.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-attr-dynamic-inherit.html spellcheck-textarea-attr-dynamic-inherit.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-property-dynamic.html spellcheck-textarea-property-dynamic.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-property-dynamic-inherit.html spellcheck-textarea-property-dynamic-inherit.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-attr-dynamic-override.html spellcheck-textarea-attr-dynamic-override.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-attr-dynamic-override-inherit.html spellcheck-textarea-attr-dynamic-override-inherit.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-property-dynamic-override.html spellcheck-textarea-property-dynamic-override.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) random-if(Android) needs-focus == spellcheck-textarea-property-dynamic-override-inherit.html spellcheck-textarea-property-dynamic-override-inherit.html
# Initial mulet triage: parity with B2G/B2G Desktop
needs-focus == caret_on_focus.html caret_on_focus.html
needs-focus == caret_on_textarea_lastline.html caret_on_textarea_lastline.html
needs-focus == input-text-onfocus-reframe.html input-text-onfocus-reframe.html
needs-focus == input-text-notheme-onfocus-reframe.html input-text-notheme-onfocus-reframe.html
skip-if(B2G||Mulet) needs-focus == caret_after_reframe.html caret_after_reframe.html
# B2G timed out waiting for reftest-wait to be removed
# Initial mulet triage: parity with B2G/B2G Desktop
== nobogusnode-1.html nobogusnode-1.html
== nobogusnode-2.html nobogusnode-2.html
== spellcheck-hyphen-valid.html spellcheck-hyphen-valid.html
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-hyphen-invalid.html spellcheck-hyphen-invalid.html
# Initial mulet triage: parity with B2G/B2G Desktop
== spellcheck-slash-valid.html spellcheck-slash-valid.html
== spellcheck-period-valid.html spellcheck-period-valid.html
== spellcheck-space-valid.html spellcheck-space-valid.html
== spellcheck-comma-valid.html spellcheck-comma-valid.html
== spellcheck-hyphen-multiple-valid.html spellcheck-hyphen-multiple-valid.html
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-hyphen-multiple-invalid.html spellcheck-hyphen-multiple-invalid.html
# Initial mulet triage: parity with B2G/B2G Desktop
== spellcheck-dotafterquote-valid.html spellcheck-dotafterquote-valid.html
== spellcheck-url-valid.html spellcheck-url-valid.html
needs-focus == spellcheck-non-latin-arabic.html spellcheck-non-latin-arabic.html
needs-focus == spellcheck-non-latin-chinese-simplified.html spellcheck-non-latin-chinese-simplified.html
needs-focus == spellcheck-non-latin-chinese-traditional.html spellcheck-non-latin-chinese-traditional.html
needs-focus == spellcheck-non-latin-hebrew.html spellcheck-non-latin-hebrew.html
needs-focus == spellcheck-non-latin-japanese.html spellcheck-non-latin-japanese.html
needs-focus == spellcheck-non-latin-korean.html spellcheck-non-latin-korean.html
== unneeded_scroll.html unneeded_scroll.html
skip-if(B2G||Mulet) == caret_on_presshell_reinit.html caret_on_presshell_reinit.html
# Initial mulet triage: parity with B2G/B2G Desktop
fuzzy-if(browserIsRemote,255,3) asserts-if(browserIsRemote,0-1) skip-if(B2G||Mulet) fuzzy-if(skiaContent,1,5) == caret_on_presshell_reinit-2.html caret_on_presshell_reinit-2.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) fuzzy-if(asyncPan&&!layersGPUAccelerated,102,2824) == 642800.html 642800.html
# Initial mulet triage: parity with B2G/B2G Desktop
== selection_visibility_after_reframe.html selection_visibility_after_reframe.html
== selection_visibility_after_reframe-2.html selection_visibility_after_reframe-2.html
== selection_visibility_after_reframe-3.html selection_visibility_after_reframe-3.html
== 672709.html 672709.html
== 338427-1.html 338427-1.html
skip-if(Android||B2G||Mulet) needs-focus == 674212-spellcheck.html 674212-spellcheck.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(Android||B2G||Mulet) needs-focus == 338427-2.html 338427-2.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(Android||B2G||Mulet) needs-focus == 338427-3.html 338427-3.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(Android||B2G||Mulet) needs-focus == 462758-grabbers-resizers.html 462758-grabbers-resizers.html
# Initial mulet triage: parity with B2G/B2G Desktop
== readwrite-non-editable.html readwrite-non-editable.html
== readwrite-editable.html readwrite-editable.html
== readonly-non-editable.html readonly-non-editable.html
== readonly-editable.html readonly-editable.html
== dynamic-overflow-change.html dynamic-overflow-change.html
== 694880-1.html 694880-1.html
== 694880-2.html 694880-2.html
== 694880-3.html 694880-3.html
skip == 388980-1.html 388980-1.html
needs-focus == spellcheck-superscript-1.html spellcheck-superscript-1.html
skip-if(B2G||Mulet) fails-if(Android) needs-focus == spellcheck-superscript-2.html spellcheck-superscript-2.html
# bug 783658
# Initial mulet triage: parity with B2G/B2G Desktop
fuzzy-if(skiaContent,1,3400) needs-focus pref(layout.accessiblecaret.enabled,false) == 824080-1.html 824080-1.html
needs-focus pref(layout.accessiblecaret.enabled,false) == 824080-2.html 824080-2.html
needs-focus pref(layout.accessiblecaret.enabled,false) == 824080-3.html 824080-3.html
needs-focus == 824080-2.html 824080-2.html
fuzzy-if(skiaContent,1,3200) needs-focus pref(layout.accessiblecaret.enabled,false) == 824080-4.html 824080-4.html
fails fuzzy-if(skiaContent,2,1800) needs-focus pref(layout.accessiblecaret.enabled,false) == 824080-5.html 824080-5.html
needs-focus == 824080-4.html 824080-4.html
needs-focus == 824080-6.html 824080-6.html
needs-focus pref(layout.accessiblecaret.enabled,false) == 824080-7.html 824080-7.html
needs-focus == 824080-6.html 824080-6.html
# == spellcheck-textarea-attr.html spellcheck-textarea-attr.html
fails needs-focus == spellcheck-textarea-focused.html spellcheck-textarea-focused.html
fails needs-focus == spellcheck-textarea-focused-reframe.html spellcheck-textarea-focused-reframe.html
fails needs-focus == spellcheck-textarea-focused-notreadonly.html spellcheck-textarea-focused-notreadonly.html
fails == spellcheck-textarea-nofocus.html spellcheck-textarea-nofocus.html
fails == spellcheck-textarea-disabled.html spellcheck-textarea-disabled.html
fails == spellcheck-textarea-attr-inherit.html spellcheck-textarea-attr-inherit.html
fails == spellcheck-textarea-attr-dynamic.html spellcheck-textarea-attr-dynamic.html
fails == spellcheck-textarea-attr-dynamic-inherit.html spellcheck-textarea-attr-dynamic-inherit.html
fails == spellcheck-textarea-property-dynamic.html spellcheck-textarea-property-dynamic.html
fails == spellcheck-textarea-property-dynamic-inherit.html spellcheck-textarea-property-dynamic-inherit.html
fails == spellcheck-textarea-attr-dynamic-override.html spellcheck-textarea-attr-dynamic-override.html
fails == spellcheck-textarea-attr-dynamic-override-inherit.html spellcheck-textarea-attr-dynamic-override-inherit.html
fails == spellcheck-textarea-property-dynamic-override.html spellcheck-textarea-property-dynamic-override.html
fails == spellcheck-textarea-property-dynamic-override-inherit.html spellcheck-textarea-property-dynamic-override-inherit.html
fails needs-focus == caret_on_focus.html caret_on_focus.html
fails needs-focus == caret_on_textarea_lastline.html caret_on_textarea_lastline.html
fails needs-focus == input-text-onfocus-reframe.html input-text-onfocus-reframe.html
fails needs-focus == input-text-notheme-onfocus-reframe.html input-text-notheme-onfocus-reframe.html
fails needs-focus == caret_after_reframe.html caret_after_reframe.html
fails == nobogusnode-1.html nobogusnode-1.html
fails == nobogusnode-2.html nobogusnode-2.html
fails == spellcheck-hyphen-valid.html spellcheck-hyphen-valid.html
fails == spellcheck-hyphen-invalid.html spellcheck-hyphen-invalid.html
fails == spellcheck-slash-valid.html spellcheck-slash-valid.html
fails == spellcheck-period-valid.html spellcheck-period-valid.html
fails == spellcheck-space-valid.html spellcheck-space-valid.html
fails == spellcheck-comma-valid.html spellcheck-comma-valid.html
fails == spellcheck-hyphen-multiple-valid.html spellcheck-hyphen-multiple-valid.html
fails == spellcheck-hyphen-multiple-invalid.html spellcheck-hyphen-multiple-invalid.html
fails == spellcheck-dotafterquote-valid.html spellcheck-dotafterquote-valid.html
fails == spellcheck-url-valid.html spellcheck-url-valid.html
fails needs-focus == spellcheck-non-latin-arabic.html spellcheck-non-latin-arabic.html
fails needs-focus == spellcheck-non-latin-chinese-simplified.html spellcheck-non-latin-chinese-simplified.html
fails needs-focus == spellcheck-non-latin-chinese-traditional.html spellcheck-non-latin-chinese-traditional.html
fails needs-focus == spellcheck-non-latin-hebrew.html spellcheck-non-latin-hebrew.html
fails needs-focus == spellcheck-non-latin-japanese.html spellcheck-non-latin-japanese.html
fails needs-focus == spellcheck-non-latin-korean.html spellcheck-non-latin-korean.html
fails == unneeded_scroll.html unneeded_scroll.html
fails == caret_on_presshell_reinit.html caret_on_presshell_reinit.html
fails == caret_on_presshell_reinit-2.html caret_on_presshell_reinit-2.html
fails == 642800.html 642800.html
fails == selection_visibility_after_reframe.html selection_visibility_after_reframe.html
fails == selection_visibility_after_reframe-2.html selection_visibility_after_reframe-2.html
fails == selection_visibility_after_reframe-3.html selection_visibility_after_reframe-3.html
fails == 672709.html 672709.html
fails == 338427-1.html 338427-1.html
fails == 674212-spellcheck.html 674212-spellcheck.html
fails == 338427-2.html 338427-2.html
fails == 338427-3.html 338427-3.html
fails == 462758-grabbers-resizers.html 462758-grabbers-resizers.html
fails == readwrite-non-editable.html readwrite-non-editable.html
fails == readwrite-editable.html readwrite-editable.html
fails == readonly-non-editable.html readonly-non-editable.html
fails == readonly-editable.html readonly-editable.html
fails == dynamic-overflow-change.html dynamic-overflow-change.html
fails == 694880-1.html 694880-1.html
fails == 694880-2.html 694880-2.html
fails == 694880-3.html 694880-3.html
fails == 388980-1.html 388980-1.html
fails needs-focus == spellcheck-superscript-1.html spellcheck-superscript-1.html
fails == spellcheck-superscript-2.html spellcheck-superscript-2.html
== 824080-1.html 824080-1.html
# == 824080-2.html 824080-2.html
fails == 824080-3.html 824080-3.html
# needs-focus == 824080-2.html 824080-2.html
# == 824080-4.html 824080-4.html
fails == 824080-5.html 824080-5.html
# needs-focus == 824080-4.html 824080-4.html
# needs-focus == 824080-6.html 824080-6.html
fails needs-focus pref(layout.accessiblecaret.enabled,false) pref(layout.accessiblecaret.enabled_on_touch,false) == 824080-7.html 824080-7.html
# needs-focus == 824080-6.html 824080-6.html
# Bug 674927: copy spellcheck-textarea tests to contenteditable
== spellcheck-contenteditable-attr.html spellcheck-contenteditable-attr.html
fails-if(Android||B2G||Mulet) needs-focus == spellcheck-contenteditable-attr.html spellcheck-contenteditable-attr.html
# B2G no spellcheck underline
# Initial mulet triage: parity with B2G/B2G Desktop
needs-focus == spellcheck-contenteditable-focused.html spellcheck-contenteditable-focused.html
needs-focus == spellcheck-contenteditable-focused-reframe.html spellcheck-contenteditable-focused-reframe.html
== spellcheck-contenteditable-nofocus.html spellcheck-contenteditable-nofocus.html
== spellcheck-contenteditable-disabled.html spellcheck-contenteditable-disabled.html
== spellcheck-contenteditable-disabled-partial.html spellcheck-contenteditable-disabled-partial.html
== spellcheck-contenteditable-attr-inherit.html spellcheck-contenteditable-attr-inherit.html
== spellcheck-contenteditable-attr-dynamic.html spellcheck-contenteditable-attr-dynamic.html
== spellcheck-contenteditable-attr-dynamic-inherit.html spellcheck-contenteditable-attr-dynamic-inherit.html
== spellcheck-contenteditable-property-dynamic.html spellcheck-contenteditable-property-dynamic.html
== spellcheck-contenteditable-property-dynamic-inherit.html spellcheck-contenteditable-property-dynamic-inherit.html
== spellcheck-contenteditable-attr-dynamic-override.html spellcheck-contenteditable-attr-dynamic-override.html
== spellcheck-contenteditable-attr-dynamic-override-inherit.html spellcheck-contenteditable-attr-dynamic-override-inherit.html
== spellcheck-contenteditable-property-dynamic-override.html spellcheck-contenteditable-property-dynamic-override.html
== spellcheck-contenteditable-property-dynamic-override-inherit.html spellcheck-contenteditable-property-dynamic-override-inherit.html
== 911201.html 911201.html
needs-focus == 969773.html 969773.html
fails fuzzy-if(skiaContent,1,220) == 997805.html 997805.html
fails fuzzy-if(skiaContent,1,220) == 1088158.html 1088158.html
# == spellcheck-contenteditable-attr.html spellcheck-contenteditable-attr.html
# == spellcheck-contenteditable-attr.html spellcheck-contenteditable-attr.html
fails needs-focus == spellcheck-contenteditable-focused.html spellcheck-contenteditable-focused.html
fails needs-focus == spellcheck-contenteditable-focused-reframe.html spellcheck-contenteditable-focused-reframe.html
fails == spellcheck-contenteditable-nofocus.html spellcheck-contenteditable-nofocus.html
fails == spellcheck-contenteditable-disabled.html spellcheck-contenteditable-disabled.html
fails == spellcheck-contenteditable-disabled-partial.html spellcheck-contenteditable-disabled-partial.html
fails == spellcheck-contenteditable-attr-inherit.html spellcheck-contenteditable-attr-inherit.html
fails == spellcheck-contenteditable-attr-dynamic.html spellcheck-contenteditable-attr-dynamic.html
fails == spellcheck-contenteditable-attr-dynamic-inherit.html spellcheck-contenteditable-attr-dynamic-inherit.html
fails == spellcheck-contenteditable-property-dynamic.html spellcheck-contenteditable-property-dynamic.html
fails == spellcheck-contenteditable-property-dynamic-inherit.html spellcheck-contenteditable-property-dynamic-inherit.html
fails == spellcheck-contenteditable-attr-dynamic-override.html spellcheck-contenteditable-attr-dynamic-override.html
fails == spellcheck-contenteditable-attr-dynamic-override-inherit.html spellcheck-contenteditable-attr-dynamic-override-inherit.html
fails == spellcheck-contenteditable-property-dynamic-override.html spellcheck-contenteditable-property-dynamic-override.html
fails == spellcheck-contenteditable-property-dynamic-override-inherit.html spellcheck-contenteditable-property-dynamic-override-inherit.html
fails == 911201.html 911201.html
fails needs-focus == 969773.html 969773.html
fails == 997805.html 997805.html
fails == 1088158.html 1088158.html

View File

@ -1,67 +1,30 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet||((browserIsRemote&&winWidget))) == empty-1.xul empty-1.xul
# bug 783658
# Initial mulet triage: parity with B2G/B2G Desktop, Windows: bug 1239170
skip-if((B2G&&browserIsRemote)||Mulet) == empty-2.xul empty-2.xul
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(Android) skip-if(browserIsRemote&&winWidget) == empty-1.xul empty-1.xul
== empty-2.xul empty-2.xul
# There is no way to simulate an autocomplete textbox in windows XP/Vista/7/8/10 default theme using CSS.
# Therefore, the equlity tests below should be marked as failing.
fails-if(Android||B2G) fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(5\.[12]|6\.[012]|10\.0)/.test(http.oscpu)) skip-if((B2G&&browserIsRemote)||Mulet) == autocomplete-1.xul autocomplete-1.xul
# bug 783658
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(Android||B2G) fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(5\.[12]|6\.[012]|10\.0)/.test(http.oscpu)) skip-if((B2G&&browserIsRemote)||Mulet) == emptyautocomplete-1.xul emptyautocomplete-1.xul
# bug 783658
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if((B2G&&browserIsRemote)||Mulet) == emptymultiline-1.xul emptymultiline-1.xul
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet) == emptymultiline-2.xul emptymultiline-2.xul
# bug 783658
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet||((browserIsRemote&&winWidget))) == emptytextbox-1.xul emptytextbox-1.xul
# bug 783658
# Initial mulet triage: parity with B2G/B2G Desktop, Windows: bug 1239170
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet||((browserIsRemote&&winWidget))) == emptytextbox-2.xul emptytextbox-2.xul
# bug 783658
# Initial mulet triage: parity with B2G/B2G Desktop, Windows: bug 1239170
fails skip-if((B2G&&browserIsRemote)||Mulet) == emptytextbox-3.xul emptytextbox-3.xul
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if((B2G&&browserIsRemote)||Mulet) == emptytextbox-4.xul emptytextbox-4.xul
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet||((browserIsRemote&&winWidget))) == emptytextbox-5.xul emptytextbox-5.xul
# bug 783658
# Initial mulet triage: parity with B2G/B2G Desktop, Windows: bug 1239170
fails-if(Android) fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(5\.[12]|6\.[012]|10\.0)/.test(http.oscpu)) == autocomplete-1.xul autocomplete-1.xul
fails-if(Android) fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(5\.[12]|6\.[012]|10\.0)/.test(http.oscpu)) == emptyautocomplete-1.xul emptyautocomplete-1.xul
== emptymultiline-1.xul emptymultiline-1.xul
fails-if(Android) == emptymultiline-2.xul emptymultiline-2.xul
fails-if(Android) skip-if(browserIsRemote&&winWidget) == emptytextbox-1.xul emptytextbox-1.xul
fails-if(Android) skip-if(browserIsRemote&&winWidget) == emptytextbox-2.xul emptytextbox-2.xul
== emptytextbox-3.xul emptytextbox-3.xul
== emptytextbox-4.xul emptytextbox-4.xul
fails-if(Android) skip-if(browserIsRemote&&winWidget) == emptytextbox-5.xul emptytextbox-5.xul
# There is no way to simulate a number textbox in windows XP/Vista/7 default theme using CSS.
# Therefore, the equlity tests below should be marked as failing.
skip-if((B2G&&browserIsRemote)||Mulet) == number-1.xul number-1.xul
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if((B2G&&browserIsRemote)||Mulet) == number-2.xul number-2.xul
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(Android||B2G) fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(5\.[12]|6\.[012]|10\.0)/.test(http.oscpu)) skip-if((B2G&&browserIsRemote)||Mulet) == number-3.xul number-3.xul
# bug 783658
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if((B2G&&browserIsRemote)||Mulet) == number-4.xul number-4.xul
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(Android||B2G) fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(5\.[12]|6\.[012]|10\.0)/.test(http.oscpu)) skip-if((B2G&&browserIsRemote)||Mulet) == number-5.xul number-5.xul
# bug 783658
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(Android||B2G) fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(5\.[12]|6\.[012]|10\.0)/.test(http.oscpu)) skip-if((B2G&&browserIsRemote)||Mulet) == numberwithvalue-1.xul numberwithvalue-1.xul
# bug 783658
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet||((browserIsRemote&&winWidget))) == passwd-1.xul passwd-1.xul
# bug 783658
# Initial mulet triage: parity with B2G/B2G Desktop, Windows: bug 1239170
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet||((browserIsRemote&&winWidget))) == passwd-2.xul passwd-2.xul
# bug 783658
# Initial mulet triage: parity with B2G/B2G Desktop, Windows: bug 1239170
skip-if((B2G&&browserIsRemote)||Mulet) == passwd-3.xul passwd-3.xul
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet) == plain-1.xul plain-1.xul
# bug 783658
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet||(browserIsRemote&&winWidget)) == textbox-1.xul textbox-1.xul
# Initial mulet triage: parity with B2G/B2G Desktop, Windows: bug 1239170
skip-if((B2G&&browserIsRemote)||Mulet) == textbox-disabled.xul textbox-disabled.xul
# Initial mulet triage: parity with B2G/B2G Desktop
== number-1.xul number-1.xul
== number-2.xul number-2.xul
fails-if(Android) fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(5\.[12]|6\.[012]|10\.0)/.test(http.oscpu)) == number-3.xul number-3.xul
== number-4.xul number-4.xul
fails-if(Android) fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(5\.[12]|6\.[012]|10\.0)/.test(http.oscpu)) == number-5.xul number-5.xul
fails-if(Android) fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(5\.[12]|6\.[012]|10\.0)/.test(http.oscpu)) == numberwithvalue-1.xul numberwithvalue-1.xul
fails-if(Android) skip-if(browserIsRemote&&winWidget) == passwd-1.xul passwd-1.xul
fails-if(Android) skip-if(browserIsRemote&&winWidget) == passwd-2.xul passwd-2.xul
== passwd-3.xul passwd-3.xul
fails-if(Android) == plain-1.xul plain-1.xul
fails-if(Android) skip-if(browserIsRemote&&winWidget) == textbox-1.xul textbox-1.xul
== textbox-disabled.xul textbox-disabled.xul
# Read-only textboxes look like normal textboxes in windows Vista/7 default theme
fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(6\.[012]|10\.0)/.test(http.oscpu)) skip-if((B2G&&browserIsRemote)||Mulet||(browserIsRemote&&winWidget)) == textbox-readonly.xul textbox-readonly.xul
# Initial mulet triage: parity with B2G/B2G Desktop, Windows: bug 1239170
fails-if(windowsDefaultTheme&&/^Windows\x20NT\x20(6\.[012]|10\.0)/.test(http.oscpu)) skip-if(browserIsRemote&&winWidget) == textbox-readonly.xul textbox-readonly.xul

View File

@ -1,20 +1,20 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# The following tests test the async positioning of the scrollbars.
# Basic root-frame scrollbar with async scrolling
skip-if(!asyncPan) fuzzy-if(Android,6,8) == async-scrollbar-1-v.html async-scrollbar-1-v.html
skip-if(!asyncPan) fuzzy-if(Android,6,8) == async-scrollbar-1-h.html async-scrollbar-1-h.html
skip-if(!asyncPan) fuzzy-if(Android,6,8) == async-scrollbar-1-vh.html async-scrollbar-1-vh.html
skip-if(!asyncPan) fuzzy-if(Android,6,8) == async-scrollbar-1-v-rtl.html async-scrollbar-1-v-rtl.html
skip-if(!asyncPan) fuzzy-if(Android,13,8) == async-scrollbar-1-h-rtl.html async-scrollbar-1-h-rtl.html
skip-if(!asyncPan) fuzzy-if(Android,8,10) == async-scrollbar-1-vh-rtl.html async-scrollbar-1-vh-rtl.html
fuzzy-if(Android,1,2) skip-if(!Android) pref(apz.allow_zooming,true) == async-scrollbar-1-v.html async-scrollbar-1-v.html
fuzzy-if(Android,4,5) skip-if(!Android) pref(apz.allow_zooming,true) == async-scrollbar-1-h.html async-scrollbar-1-h.html
fuzzy-if(Android,3,5) skip-if(!Android) pref(apz.allow_zooming,true) == async-scrollbar-1-vh.html async-scrollbar-1-vh.html
# fails == async-scrollbar-1-v-rtl.html async-scrollbar-1-v-rtl.html
# fails == async-scrollbar-1-h-rtl.html async-scrollbar-1-h-rtl.html
# fails == async-scrollbar-1-vh-rtl.html async-scrollbar-1-vh-rtl.html
# Different async zoom levels. Since the scrollthumb gets async-scaled in the
# compositor, the border-radius ends of the scrollthumb are going to be a little
# off, hence the fuzzy-if clauses.
skip-if(!asyncZoom) fuzzy-if(B2G,98,82) == async-scrollbar-zoom-1.html async-scrollbar-zoom-1.html
skip-if(!asyncZoom) fuzzy-if(B2G,94,146) == async-scrollbar-zoom-2.html async-scrollbar-zoom-2.html
fails == async-scrollbar-zoom-1.html async-scrollbar-zoom-1.html
fails == async-scrollbar-zoom-2.html async-scrollbar-zoom-2.html
# Meta-viewport tag support
skip-if(!asyncZoom) == initial-scale-1.html initial-scale-1.html
fails == initial-scale-1.html initial-scale-1.html
skip-if(!asyncPan) == frame-reconstruction-scroll-clamping.html frame-reconstruction-scroll-clamping.html

View File

@ -1,12 +1,10 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# 468496-1 will also detect bugs in video drivers.
== 468496-1.html 468496-1.html
skip == 611498-1.html 611498-1.html
skip == 709477-1.html 709477-1.html
# bug 773482
fails == 468496-1.html 468496-1.html
# == 611498-1.html 611498-1.html
fails == 709477-1.html 709477-1.html
skip-if(!asyncPan) == 1086723.html 1086723.html
== 853889-1.html 853889-1.html
fails == 853889-1.html 853889-1.html
skip-if(Android) fuzzy-if(skiaContent,1,587) == 1143303-1.svg 1143303-1.svg
== 1149923.html 1149923.html
# use fuzzy due to few distorted pixels caused by border-radius
fuzzy(100,30) == 1149923.html 1149923.html
== 1131264-1.svg 1131264-1.svg

View File

@ -0,0 +1,8 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# Blob URI tests
# Test that blob URIs don't get merged if they have different ref params.
# (We run the test twice to check both cached and non-cached cases.)
default-preferences pref(image.mozsamplesize.enabled,true)
== blob-uri-with-ref-param.html blob-uri-with-ref-param.html
== blob-uri-with-ref-param.html blob-uri-with-ref-param.html

View File

@ -12,7 +12,7 @@ fails == bmp-size-7x7-4bpp.bmp bmp-size-7x7-4bpp.bmp
fails == bmp-size-8x8-4bpp.bmp bmp-size-8x8-4bpp.bmp
fails == bmp-size-9x9-4bpp.bmp bmp-size-9x9-4bpp.bmp
fails == bmp-size-15x15-4bpp.bmp bmp-size-15x15-4bpp.bmp
skip == bmp-size-16x16-4bpp.bmp bmp-size-16x16-4bpp.bmp
fails == bmp-size-16x16-4bpp.bmp bmp-size-16x16-4bpp.bmp
fails == bmp-size-17x17-4bpp.bmp bmp-size-17x17-4bpp.bmp
fails == bmp-size-31x31-4bpp.bmp bmp-size-31x31-4bpp.bmp
fails == bmp-size-32x32-4bpp.bmp bmp-size-32x32-4bpp.bmp
@ -22,4 +22,4 @@ fails == os2bmp-size-32x32-4bpp.bmp os2bmp-size-32x32-4bpp.bmp
fails == top-to-bottom-16x16-4bpp.bmp top-to-bottom-16x16-4bpp.bmp
# test that delta skips are drawn as transparent
# taken from http://bmptestsuite.sourceforge.net/
== rle4-delta-320x240.bmp rle4-delta-320x240.bmp
fails == rle4-delta-320x240.bmp rle4-delta-320x240.bmp

View File

@ -18,8 +18,8 @@ fails == bmp-size-31x31-8bpp.bmp bmp-size-31x31-8bpp.bmp
fails == bmp-size-32x32-8bpp.bmp bmp-size-32x32-8bpp.bmp
fails == bmp-size-33x33-8bpp.bmp bmp-size-33x33-8bpp.bmp
fails == bmp-not-square-8bpp.bmp bmp-not-square-8bpp.bmp
random == rle-bmp-not-square-8bpp.bmp rle-bmp-not-square-8bpp.bmp
fails == rle-bmp-not-square-8bpp.bmp rle-bmp-not-square-8bpp.bmp
fails == os2-bmp-size-32x32-8bpp.bmp os2-bmp-size-32x32-8bpp.bmp
random == rle-bmp-size-32x32-8bpp.bmp rle-bmp-size-32x32-8bpp.bmp
== top-to-bottom-rle-bmp-size-32x32-8bpp.bmp top-to-bottom-rle-bmp-size-32x32-8bpp.bmp
fails == rle-bmp-size-32x32-8bpp.bmp rle-bmp-size-32x32-8bpp.bmp
fails == top-to-bottom-rle-bmp-size-32x32-8bpp.bmp top-to-bottom-rle-bmp-size-32x32-8bpp.bmp
fails == top-to-bottom-16x16-8bpp.bmp top-to-bottom-16x16-8bpp.bmp

View File

@ -1,19 +1,19 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# Corrupted BMP tests
skip == wrapper.html?invalid-signature.bmp wrapper.html?invalid-signature.bmp
skip == wrapper.html?invalid-bpp.bmp wrapper.html?invalid-bpp.bmp
skip == wrapper.html?os2-invalid-bpp.bmp wrapper.html?os2-invalid-bpp.bmp
== wrapper.html?invalid-signature.bmp wrapper.html?invalid-signature.bmp
== wrapper.html?invalid-bpp.bmp wrapper.html?invalid-bpp.bmp
== wrapper.html?os2-invalid-bpp.bmp wrapper.html?os2-invalid-bpp.bmp
# Tests for an unsupported compression value
skip == wrapper.html?invalid-compression.bmp wrapper.html?invalid-compression.bmp
== wrapper.html?invalid-compression.bmp wrapper.html?invalid-compression.bmp
# Tests for RLE4 with an invalid BPP
skip == wrapper.html?invalid-compression-RLE4.bmp wrapper.html?invalid-compression-RLE4.bmp
== wrapper.html?invalid-compression-RLE4.bmp wrapper.html?invalid-compression-RLE4.bmp
# Tests for RLE8 with an invalid BPP
skip == wrapper.html?invalid-compression-RLE8.bmp wrapper.html?invalid-compression-RLE8.bmp
== wrapper.html?invalid-compression-RLE8.bmp wrapper.html?invalid-compression-RLE8.bmp
# Test for BITFIELDS with an invalid BIH size. (This is the obscure
# BITMAPV3INFOHEADER variant mentioned in
# https://en.wikipedia.org/wiki/BMP_file_format which we don't accept.)
skip == wrapper.html?invalid-compression-BITFIELDS.bmp wrapper.html?invalid-compression-BITFIELDS.bmp
== wrapper.html?invalid-compression-BITFIELDS.bmp wrapper.html?invalid-compression-BITFIELDS.bmp
skip == wrapper.html?invalid-truncated-metadata.bmp wrapper.html?invalid-truncated-metadata.bmp
== wrapper.html?invalid-truncated-metadata.bmp wrapper.html?invalid-truncated-metadata.bmp

View File

@ -6,7 +6,7 @@
# BMP: bihsize=40, 127 x 64, bpp=30000, compression=0, colors=2
# "Header indicates an absurdly large number of bits/pixel."
# [We reject it. So does Chromium.]
skip == wrapper.html?badbitcount.bmp wrapper.html?badbitcount.bmp
== wrapper.html?badbitcount.bmp wrapper.html?badbitcount.bmp
# BMP: bihsize=40, 127 x 64, bpp=1, compression=0, colors=2
# "Header incorrectly indicates that the bitmap is several GB in size."
@ -30,14 +30,14 @@ fails == badfilesize.bmp badfilesize.bmp
# "Header size is 66 bytes, which is not a valid size for any known BMP
# version."
# [We reject it. So does Chromium.]
skip == wrapper.html?badheadersize.bmp wrapper.html?badheadersize.bmp
== wrapper.html?badheadersize.bmp wrapper.html?badheadersize.bmp
# BMP: bihsize=40, 127 x 64, bpp=8, compression=0, colors=305402420
# "Header incorrectly indicates that the palette contains an absurdly large
# number of colors."
# [We reject it. Chromium accepts it but draws nothing. Rejecting seems
# preferable give that the data is clearly untrustworthy.]
skip == wrapper.html?badpalettesize.bmp wrapper.html?badpalettesize.bmp
== wrapper.html?badpalettesize.bmp wrapper.html?badpalettesize.bmp
# BMP: bihsize=40, 127 x 64, bpp=1, compression=0, colors=2
# "The 'planes' setting, which is required to be 1, is not 1."
@ -50,12 +50,12 @@ fails == badplanes.bmp badplanes.bmp
# Chromium accepts it, drawing the valid first part and leaving the rest
# transparent. Using black for the invalid part is arguably better because it
# makes the image edges more obvious.]
== badrle.bmp badrle.bmp
fails == badrle.bmp badrle.bmp
# BMP: bihsize=40, -127 x 64, bpp=1, compression=0, colors=2
# "The image claims to be a negative number of pixels in width."
# [We reject it. So does Chromium.]
skip == wrapper.html?badwidth.bmp wrapper.html?badwidth.bmp
== wrapper.html?badwidth.bmp wrapper.html?badwidth.bmp
# BMP: bihsize=40, 127 x 64, bpp=8, compression=0, colors=101
# "Many of the palette indices used in the image are not present in the
@ -66,14 +66,14 @@ fails == pal8badindex.bmp pal8badindex.bmp
# BMP: bihsize=40, 3000000 x 2000000, bpp=24, compression=0, colors=0
# "An image with a very large reported width and height."
# [We reject it. So does Chromium.]
skip == wrapper.html?reallybig.bmp wrapper.html?reallybig.bmp
== wrapper.html?reallybig.bmp wrapper.html?reallybig.bmp
# BMP: bihsize=40, 127 x -64, bpp=8, compression=1, colors=252
# "An RLE-compressed image that tries to use top-down orientation, which isnt
# allowed."
# [We accept it. Chromium rejects it. Accepting seems better given that we can
# decode it perfectly well.]
== rletopdown.bmp rletopdown.bmp
fails == rletopdown.bmp rletopdown.bmp
# BMP: bihsize=40, 127 x 64, bpp=1, compression=0, colors=2
# "A file that has been truncated in the middle of the bitmap."

View File

@ -23,7 +23,7 @@ fails == pal4.bmp pal4.bmp
# BMP: bihsize=40, 127 x 64, bpp=4, compression=2, colors=12
# "4-bit image that uses RLE compression."
== pal4rle.bmp pal4rle.bmp
fails == pal4rle.bmp pal4rle.bmp
# BMP: bihsize=40, 127 x 64, bpp=8, compression=0, colors=252
# "Our standard paletted image, with 252 palette colors, and 8 bits/pixel."
@ -36,7 +36,7 @@ fails == pal8-0.bmp pal8-0.bmp
# BMP: bihsize=40, 127 x 64, bpp=8, compression=1, colors=252
# "8-bit image that uses RLE compression."
== pal8rle.bmp pal8rle.bmp
fails == pal8rle.bmp pal8rle.bmp
# BMP: bihsize=40, 126 x 63, bpp=8, compression=0, colors=252
# BMP: bihsize=40, 125 x 62, bpp=8, compression=0, colors=252
@ -77,18 +77,18 @@ fails == pal8v5.bmp pal8v5.bmp
# "A 16-bit image with the default color format: 5 bits each for red, green, and
# blue, and 1 unused bit. The whitest colors should (I assume) be displayed as
# pure white: (255,255,255), not (248,248,248)."
fails == rgb16.bmp rgb16.bmp
# == rgb16.bmp rgb16.bmp
# BMP: bihsize=40, 127 x 64, bpp=16, compression=3, colors=0
# "A 16-bit image with a BITFIELDS segment indicating 5 red, 6 green, and 5 blue
# bits. This is a standard 16-bit format, even supported by old versions of
# Windows that dont support any other non-default 16-bit formats. The whitest
# colors should be displayed as pure white: (255,255,255), not (248,252,248)."
== rgb16.bmp rgb16.bmp
# == rgb16.bmp rgb16.bmp
# BMP: bihsize=40, 127 x 64, bpp=16, compression=3, colors=256
# "A 16-bit image with both a BITFIELDS segment and a palette."
== rgb16.bmp rgb16.bmp
# == rgb16.bmp rgb16.bmp
# BMP: bihsize=40, 127 x 64, bpp=24, compression=0, colors=0
# "A perfectly ordinary 24-bit (truecolor) image."
@ -103,7 +103,7 @@ fails == rgb24pal.bmp rgb24pal.bmp
# "A 32-bit image using the default color format for 32-bit images (no
# BITFIELDS segment). There are 8 bits per color channel, and 8 unused bits.
# The unused bits are set to 0."
skip == rgb32.bmp rgb32.bmp
fails == rgb32.bmp rgb32.bmp
# BMP: bihsize=40, 127 x 64, bpp=32, compression=3, colors=0
# "A 32-bit image with a BITFIELDS segment. As usual, there are 8 bits per color

View File

@ -14,7 +14,7 @@ fails == pal1p1.bmp pal1p1.bmp
# "A paletted image with 2 bits/pixel. Usually only 1, 4, and 8 are allowed,
# but 2 is legal on Windows CE."
# [We reject it. So does Chromium.]
skip == wrapper.html?pal2.bmp wrapper.html?pal2.bmp
== wrapper.html?pal2.bmp wrapper.html?pal2.bmp
# BMP: bihsize=40, 127 x 64, bpp=4, compression=2, colors=13
# "An RLE-compressed image that used 'delta' codes to skip over some pixels,
@ -22,12 +22,12 @@ skip == wrapper.html?pal2.bmp wrapper.html?pal2.bmp
# others make them black, and others assign them palette color 0 (purple, in
# this case)."
# [We make the undefined pixels transparent. So does Chromium.]
== pal4rletrns.bmp pal4rletrns.bmp
fails == pal4rletrns.bmp pal4rletrns.bmp
# BMP: bihsize=40, 127 x 64, bpp=8, compression=1, colors=253
# "8-bit version of q/pal4rletrns.bmp."
# [Ditto.]
== pal8rletrns.bmp pal8rletrns.bmp
fails == pal8rletrns.bmp pal8rletrns.bmp
# BMP: bihsize=40, 127 x 64, bpp=8, compression=0, colors=252
# "A file with some unused bytes between the palette and the image. This is
@ -48,7 +48,7 @@ fails == pal8oversizepal.bmp pal8oversizepal.bmp
# [We reject it. Chromium accepts it but draws nothing. Rejecting seems
# preferable given that the color and pixel data must overlap, which can only
# lead to rubbish results.]
skip == wrapper.html?pal8os2sp.bmp wrapper.html?pal8os2sp.bmp
== wrapper.html?pal8os2sp.bmp wrapper.html?pal8os2sp.bmp
# BMP: bihsize=64, 127 x 64, bpp=8, compression=0, colors=252
# "My attempt to make an OS/2v2 bitmap."
@ -72,7 +72,7 @@ fails == rgb16-231.bmp rgb16-231.bmp
# "A 16-bit image with an alpha channel. There are 4 bits for each color
# channel, and 4 bits for the alpha channel. Its not clear if this is valid,
# but I cant find anything that suggests it isnt."
== rgba16-4444.bmp rgba16-4444.bmp
fails == rgba16-4444.bmp rgba16-4444.bmp
# BMP: bihsize=40, 127 x 64, bpp=24, compression=0, colors=300
# "A 24-bit image, with a palette containing 300 colors. The fact that the
@ -99,8 +99,8 @@ fails == rgb24lprof.bmp rgb24lprof.bmp
# not likely to be supported by much of anything (theyre intended for
# printers)."
# [We reject them. So does Chromium.]
skip == wrapper.html?rgb24jpeg.bmp wrapper.html?rgb24jpeg.bmp
skip == wrapper.html?rgb24png.bmp wrapper.html?rgb24png.bmp
== wrapper.html?rgb24jpeg.bmp wrapper.html?rgb24jpeg.bmp
== wrapper.html?rgb24png.bmp wrapper.html?rgb24png.bmp
# BMP: bihsize=40, 127 x 64, bpp=32, compression=0, colors=0
# "Same as g/rgb32.bmp, except that the unused bits are set to something other
@ -120,12 +120,12 @@ fails == rgb32-111110.bmp rgb32-111110.bmp
# possible that this file is not correctly formed. The color channels are in an
# unusual order, to prevent viewers from passing this test by making a lucky
# guess."
== rgba32.bmp rgba32.bmp
fails == rgba32.bmp rgba32.bmp
# BMP: bihsize=40, 127 x 64, bpp=32, compression=6, colors=0
# "An image of type BI_ALPHABITFIELDS. Supposedly, this was used on Windows CE.
# I dont know whether it is constructed correctly."
# [We reject it. So does Chromium.]
skip == wrapper.html?rgba32abf.bmp wrapper.html?rgba32abf.bmp
== wrapper.html?rgba32abf.bmp wrapper.html?rgba32abf.bmp

View File

@ -27,169 +27,168 @@
# RUN TESTS NOT AFFECTED BY DOWNSCALE-DURING-DECODE:
# #
fails fuzzy-if(skiaContent,14,416) == downscale-svg-1a.html downscale-svg-1a.html
== downscale-svg-1b.html downscale-svg-1b.html
fails fuzzy-if(skiaContent,8,292) == downscale-svg-1c.html downscale-svg-1c.html
fuzzy-if(B2G,255,207) == downscale-svg-1d.html downscale-svg-1d.html
# right side is 1 pixel off for B2G, probably regression from 974242
fails fuzzy-if(skiaContent,110,181) == downscale-svg-1e.html downscale-svg-1e.html
fails fuzzy-if(skiaContent,142,77) == downscale-svg-1f.html downscale-svg-1f.html
fails == downscale-svg-1a.html downscale-svg-1a.html
fails == downscale-svg-1b.html downscale-svg-1b.html
fails == downscale-svg-1c.html downscale-svg-1c.html
fails == downscale-svg-1d.html downscale-svg-1d.html
fails == downscale-svg-1e.html downscale-svg-1e.html
fails == downscale-svg-1f.html downscale-svg-1f.html
# RUN TESTS WITH DOWNSCALE-DURING-DECODE DISABLED:
# #
default-preferences pref(image.downscale-during-decode.enabled,false)
fuzzy-if(winWidget,16,20) fuzzy-if(cocoaWidget,106,31) == downscale-1.html downscale-1.html
== downscale-1.html downscale-1.html
== downscale-2a.html?203,52,left downscale-2a.html?203,52,left
== downscale-2b.html?203,52,left downscale-2b.html?203,52,left
skip == downscale-2c.html?203,52,left downscale-2c.html?203,52,left
== downscale-2d.html?203,52,left downscale-2d.html?203,52,left
== downscale-2e.html?203,52,left downscale-2e.html?203,52,left
fails == downscale-2a.html?203,52,left downscale-2a.html?203,52,left
fails == downscale-2b.html?203,52,left downscale-2b.html?203,52,left
fails == downscale-2c.html?203,52,left downscale-2c.html?203,52,left
fails == downscale-2d.html?203,52,left downscale-2d.html?203,52,left
fails == downscale-2e.html?203,52,left downscale-2e.html?203,52,left
== downscale-2a.html?205,53,left downscale-2a.html?205,53,left
== downscale-2b.html?205,53,left downscale-2b.html?205,53,left
== downscale-2c.html?205,53,left downscale-2c.html?205,53,left
skip == downscale-2d.html?205,53,left downscale-2d.html?205,53,left
== downscale-2e.html?205,53,left downscale-2e.html?205,53,left
fails == downscale-2a.html?205,53,left downscale-2a.html?205,53,left
fails == downscale-2b.html?205,53,left downscale-2b.html?205,53,left
fails == downscale-2c.html?205,53,left downscale-2c.html?205,53,left
fails == downscale-2d.html?205,53,left downscale-2d.html?205,53,left
fails == downscale-2e.html?205,53,left downscale-2e.html?205,53,left
== downscale-2a.html?203,52,right downscale-2a.html?203,52,right
== downscale-2b.html?203,52,right downscale-2b.html?203,52,right
== downscale-2c.html?203,52,right downscale-2c.html?203,52,right
== downscale-2d.html?203,52,right downscale-2d.html?203,52,right
== downscale-2e.html?203,52,right downscale-2e.html?203,52,right
fails == downscale-2a.html?203,52,right downscale-2a.html?203,52,right
fails == downscale-2b.html?203,52,right downscale-2b.html?203,52,right
fails == downscale-2c.html?203,52,right downscale-2c.html?203,52,right
fails == downscale-2d.html?203,52,right downscale-2d.html?203,52,right
fails == downscale-2e.html?203,52,right downscale-2e.html?203,52,right
== downscale-2a.html?205,53,right downscale-2a.html?205,53,right
== downscale-2b.html?205,53,right downscale-2b.html?205,53,right
== downscale-2c.html?205,53,right downscale-2c.html?205,53,right
== downscale-2d.html?205,53,right downscale-2d.html?205,53,right
== downscale-2e.html?205,53,right downscale-2e.html?205,53,right
fails == downscale-2a.html?205,53,right downscale-2a.html?205,53,right
fails == downscale-2b.html?205,53,right downscale-2b.html?205,53,right
fails == downscale-2c.html?205,53,right downscale-2c.html?205,53,right
fails == downscale-2d.html?205,53,right downscale-2d.html?205,53,right
fails == downscale-2e.html?205,53,right downscale-2e.html?205,53,right
== downscale-2a.html?203,52,top downscale-2a.html?203,52,top
== downscale-2b.html?203,52,top downscale-2b.html?203,52,top
== downscale-2c.html?203,52,top downscale-2c.html?203,52,top
skip == downscale-2d.html?203,52,top downscale-2d.html?203,52,top
== downscale-2e.html?203,52,top downscale-2e.html?203,52,top
fails == downscale-2a.html?203,52,top downscale-2a.html?203,52,top
fails == downscale-2b.html?203,52,top downscale-2b.html?203,52,top
fails == downscale-2c.html?203,52,top downscale-2c.html?203,52,top
fails == downscale-2d.html?203,52,top downscale-2d.html?203,52,top
fails == downscale-2e.html?203,52,top downscale-2e.html?203,52,top
== downscale-2a.html?205,53,top downscale-2a.html?205,53,top
== downscale-2b.html?205,53,top downscale-2b.html?205,53,top
== downscale-2c.html?205,53,top downscale-2c.html?205,53,top
== downscale-2d.html?205,53,top downscale-2d.html?205,53,top
== downscale-2e.html?205,53,top downscale-2e.html?205,53,top
fails == downscale-2a.html?205,53,top downscale-2a.html?205,53,top
fails == downscale-2b.html?205,53,top downscale-2b.html?205,53,top
fails == downscale-2c.html?205,53,top downscale-2c.html?205,53,top
fails == downscale-2d.html?205,53,top downscale-2d.html?205,53,top
fails == downscale-2e.html?205,53,top downscale-2e.html?205,53,top
== downscale-2a.html?203,52,bottom downscale-2a.html?203,52,bottom
== downscale-2b.html?203,52,bottom downscale-2b.html?203,52,bottom
== downscale-2c.html?203,52,bottom downscale-2c.html?203,52,bottom
== downscale-2d.html?203,52,bottom downscale-2d.html?203,52,bottom
skip == downscale-2e.html?203,52,bottom downscale-2e.html?203,52,bottom
fails == downscale-2a.html?203,52,bottom downscale-2a.html?203,52,bottom
fails == downscale-2b.html?203,52,bottom downscale-2b.html?203,52,bottom
fails == downscale-2c.html?203,52,bottom downscale-2c.html?203,52,bottom
fails == downscale-2d.html?203,52,bottom downscale-2d.html?203,52,bottom
fails == downscale-2e.html?203,52,bottom downscale-2e.html?203,52,bottom
== downscale-2a.html?205,53,bottom downscale-2a.html?205,53,bottom
== downscale-2b.html?205,53,bottom downscale-2b.html?205,53,bottom
== downscale-2c.html?205,53,bottom downscale-2c.html?205,53,bottom
== downscale-2d.html?205,53,bottom downscale-2d.html?205,53,bottom
fails-if(OSX>=1008&&!skiaContent) == downscale-2e.html?205,53,bottom downscale-2e.html?205,53,bottom
fails == downscale-2a.html?205,53,bottom downscale-2a.html?205,53,bottom
fails == downscale-2b.html?205,53,bottom downscale-2b.html?205,53,bottom
fails == downscale-2c.html?205,53,bottom downscale-2c.html?205,53,bottom
fails == downscale-2d.html?205,53,bottom downscale-2d.html?205,53,bottom
fails == downscale-2e.html?205,53,bottom downscale-2e.html?205,53,bottom
== downscale-moz-icon-1.html downscale-moz-icon-1.html
fails == downscale-moz-icon-1.html downscale-moz-icon-1.html
== downscale-png.html?16,16,interlaced downscale-png.html?16,16,interlaced
== downscale-png.html?24,24,interlaced downscale-png.html?24,24,interlaced
fails == downscale-png.html?16,16,interlaced downscale-png.html?16,16,interlaced
fails == downscale-png.html?24,24,interlaced downscale-png.html?24,24,interlaced
# Non-transparent and transparent ICO images
random == downscale-16px.html?ff-0RGB.ico downscale-16px.html?ff-0RGB.ico
random == downscale-16px.html?ff-ARGB.ico downscale-16px.html?ff-ARGB.ico
fails == downscale-16px.html?ff-0RGB.ico downscale-16px.html?ff-0RGB.ico
fails == downscale-16px.html?ff-ARGB.ico downscale-16px.html?ff-ARGB.ico
# Upside-down (negative height) BMP
random == downscale-8px.html?top-to-bottom-16x16-24bpp.bmp downscale-8px.html?top-to-bottom-16x16-24bpp.bmp
fails == downscale-8px.html?top-to-bottom-16x16-24bpp.bmp downscale-8px.html?top-to-bottom-16x16-24bpp.bmp
# Test downscaling from all supported formats from 256 to 32.
== downscale-32px.html?.bmp downscale-32px.html?.bmp
== downscale-32px.html?.gif downscale-32px.html?.gif
== downscale-32px.html?.jpg downscale-32px.html?.jpg
== downscale-32px.html?.png downscale-32px.html?.png
== downscale-32px.html?.svg downscale-32px.html?.svg
== downscale-32px.html?-bmp-in.ico downscale-32px.html?-bmp-in.ico
== downscale-32px.html?-png-in.ico downscale-32px.html?-png-in.ico
fails == downscale-32px.html?.bmp downscale-32px.html?.bmp
fails == downscale-32px.html?.gif downscale-32px.html?.gif
fails == downscale-32px.html?.jpg downscale-32px.html?.jpg
fails == downscale-32px.html?.png downscale-32px.html?.png
fails == downscale-32px.html?.svg downscale-32px.html?.svg
fails == downscale-32px.html?-bmp-in.ico downscale-32px.html?-bmp-in.ico
fails == downscale-32px.html?-png-in.ico downscale-32px.html?-png-in.ico
# RUN TESTS WITH DOWNSCALE-DURING-DECODE ENABLED:
# #
default-preferences pref(image.downscale-during-decode.enabled,true)
fuzzy-if(d2d,31,147) == downscale-1.html downscale-1.html
# intermittently 147 pixels on win7 accelerated only (not win8)
== downscale-1.html downscale-1.html
== downscale-2a.html?203,52,left downscale-2a.html?203,52,left
== downscale-2b.html?203,52,left downscale-2b.html?203,52,left
skip == downscale-2c.html?203,52,left downscale-2c.html?203,52,left
== downscale-2d.html?203,52,left downscale-2d.html?203,52,left
== downscale-2e.html?203,52,left downscale-2e.html?203,52,left
== downscale-2f.html?203,52,left downscale-2f.html?203,52,left
fails == downscale-2a.html?203,52,left downscale-2a.html?203,52,left
fails == downscale-2b.html?203,52,left downscale-2b.html?203,52,left
fails == downscale-2c.html?203,52,left downscale-2c.html?203,52,left
fails == downscale-2d.html?203,52,left downscale-2d.html?203,52,left
fails == downscale-2e.html?203,52,left downscale-2e.html?203,52,left
fails == downscale-2f.html?203,52,left downscale-2f.html?203,52,left
== downscale-2a.html?205,53,left downscale-2a.html?205,53,left
== downscale-2b.html?205,53,left downscale-2b.html?205,53,left
== downscale-2c.html?205,53,left downscale-2c.html?205,53,left
skip == downscale-2d.html?205,53,left downscale-2d.html?205,53,left
== downscale-2e.html?205,53,left downscale-2e.html?205,53,left
== downscale-2f.html?205,53,left downscale-2f.html?205,53,left
fails == downscale-2a.html?205,53,left downscale-2a.html?205,53,left
fails == downscale-2b.html?205,53,left downscale-2b.html?205,53,left
fails == downscale-2c.html?205,53,left downscale-2c.html?205,53,left
fails == downscale-2d.html?205,53,left downscale-2d.html?205,53,left
fails == downscale-2e.html?205,53,left downscale-2e.html?205,53,left
fails == downscale-2f.html?205,53,left downscale-2f.html?205,53,left
== downscale-2a.html?203,52,right downscale-2a.html?203,52,right
== downscale-2b.html?203,52,right downscale-2b.html?203,52,right
== downscale-2c.html?203,52,right downscale-2c.html?203,52,right
== downscale-2d.html?203,52,right downscale-2d.html?203,52,right
== downscale-2e.html?203,52,right downscale-2e.html?203,52,right
== downscale-2f.html?203,52,right downscale-2f.html?203,52,right
fails == downscale-2a.html?203,52,right downscale-2a.html?203,52,right
fails == downscale-2b.html?203,52,right downscale-2b.html?203,52,right
fails == downscale-2c.html?203,52,right downscale-2c.html?203,52,right
fails == downscale-2d.html?203,52,right downscale-2d.html?203,52,right
fails == downscale-2e.html?203,52,right downscale-2e.html?203,52,right
fails == downscale-2f.html?203,52,right downscale-2f.html?203,52,right
== downscale-2a.html?205,53,right downscale-2a.html?205,53,right
== downscale-2b.html?205,53,right downscale-2b.html?205,53,right
== downscale-2c.html?205,53,right downscale-2c.html?205,53,right
== downscale-2d.html?205,53,right downscale-2d.html?205,53,right
== downscale-2e.html?205,53,right downscale-2e.html?205,53,right
== downscale-2f.html?205,53,right downscale-2f.html?205,53,right
fails == downscale-2a.html?205,53,right downscale-2a.html?205,53,right
fails == downscale-2b.html?205,53,right downscale-2b.html?205,53,right
fails == downscale-2c.html?205,53,right downscale-2c.html?205,53,right
fails == downscale-2d.html?205,53,right downscale-2d.html?205,53,right
fails == downscale-2e.html?205,53,right downscale-2e.html?205,53,right
fails == downscale-2f.html?205,53,right downscale-2f.html?205,53,right
== downscale-2a.html?203,52,top downscale-2a.html?203,52,top
== downscale-2b.html?203,52,top downscale-2b.html?203,52,top
== downscale-2c.html?203,52,top downscale-2c.html?203,52,top
skip == downscale-2d.html?203,52,top downscale-2d.html?203,52,top
== downscale-2e.html?203,52,top downscale-2e.html?203,52,top
== downscale-2f.html?203,52,top downscale-2f.html?203,52,top
fails == downscale-2a.html?203,52,top downscale-2a.html?203,52,top
fails == downscale-2b.html?203,52,top downscale-2b.html?203,52,top
fails == downscale-2c.html?203,52,top downscale-2c.html?203,52,top
fails == downscale-2d.html?203,52,top downscale-2d.html?203,52,top
fails == downscale-2e.html?203,52,top downscale-2e.html?203,52,top
fails == downscale-2f.html?203,52,top downscale-2f.html?203,52,top
== downscale-2a.html?205,53,top downscale-2a.html?205,53,top
== downscale-2b.html?205,53,top downscale-2b.html?205,53,top
== downscale-2c.html?205,53,top downscale-2c.html?205,53,top
== downscale-2d.html?205,53,top downscale-2d.html?205,53,top
== downscale-2e.html?205,53,top downscale-2e.html?205,53,top
== downscale-2f.html?205,53,top downscale-2f.html?205,53,top
fails == downscale-2a.html?205,53,top downscale-2a.html?205,53,top
fails == downscale-2b.html?205,53,top downscale-2b.html?205,53,top
fails == downscale-2c.html?205,53,top downscale-2c.html?205,53,top
fails == downscale-2d.html?205,53,top downscale-2d.html?205,53,top
fails == downscale-2e.html?205,53,top downscale-2e.html?205,53,top
fails == downscale-2f.html?205,53,top downscale-2f.html?205,53,top
== downscale-2a.html?203,52,bottom downscale-2a.html?203,52,bottom
== downscale-2b.html?203,52,bottom downscale-2b.html?203,52,bottom
== downscale-2c.html?203,52,bottom downscale-2c.html?203,52,bottom
== downscale-2d.html?203,52,bottom downscale-2d.html?203,52,bottom
skip == downscale-2e.html?203,52,bottom downscale-2e.html?203,52,bottom
== downscale-2f.html?203,52,bottom downscale-2f.html?203,52,bottom
fails == downscale-2a.html?203,52,bottom downscale-2a.html?203,52,bottom
fails == downscale-2b.html?203,52,bottom downscale-2b.html?203,52,bottom
fails == downscale-2c.html?203,52,bottom downscale-2c.html?203,52,bottom
fails == downscale-2d.html?203,52,bottom downscale-2d.html?203,52,bottom
fails == downscale-2e.html?203,52,bottom downscale-2e.html?203,52,bottom
fails == downscale-2f.html?203,52,bottom downscale-2f.html?203,52,bottom
== downscale-2a.html?205,53,bottom downscale-2a.html?205,53,bottom
== downscale-2b.html?205,53,bottom downscale-2b.html?205,53,bottom
== downscale-2c.html?205,53,bottom downscale-2c.html?205,53,bottom
== downscale-2d.html?205,53,bottom downscale-2d.html?205,53,bottom
== downscale-2e.html?205,53,bottom downscale-2e.html?205,53,bottom
== downscale-2f.html?205,53,bottom downscale-2f.html?205,53,bottom
fails == downscale-2a.html?205,53,bottom downscale-2a.html?205,53,bottom
fails == downscale-2b.html?205,53,bottom downscale-2b.html?205,53,bottom
fails == downscale-2c.html?205,53,bottom downscale-2c.html?205,53,bottom
fails == downscale-2d.html?205,53,bottom downscale-2d.html?205,53,bottom
fails == downscale-2e.html?205,53,bottom downscale-2e.html?205,53,bottom
fails == downscale-2f.html?205,53,bottom downscale-2f.html?205,53,bottom
== downscale-moz-icon-1.html downscale-moz-icon-1.html
# Skip on WinXP with skia content
fails == downscale-moz-icon-1.html downscale-moz-icon-1.html
== downscale-png.html?16,16,interlaced downscale-png.html?16,16,interlaced
== downscale-png.html?24,24,interlaced downscale-png.html?24,24,interlaced
fails == downscale-png.html?16,16,interlaced downscale-png.html?16,16,interlaced
fails == downscale-png.html?24,24,interlaced downscale-png.html?24,24,interlaced
# Non-transparent and transparent ICO images
random == downscale-16px.html?ff-0RGB.ico downscale-16px.html?ff-0RGB.ico
random == downscale-16px.html?ff-ARGB.ico downscale-16px.html?ff-ARGB.ico
fails == downscale-16px.html?ff-0RGB.ico downscale-16px.html?ff-0RGB.ico
fails == downscale-16px.html?ff-ARGB.ico downscale-16px.html?ff-ARGB.ico
# Upside-down (negative height) BMP
random == downscale-8px.html?top-to-bottom-16x16-24bpp.bmp downscale-8px.html?top-to-bottom-16x16-24bpp.bmp
fails == downscale-8px.html?top-to-bottom-16x16-24bpp.bmp downscale-8px.html?top-to-bottom-16x16-24bpp.bmp
# Test downscaling from all supported formats from 256 to 32.
== downscale-32px.html?.bmp downscale-32px.html?.bmp
== downscale-32px.html?.gif downscale-32px.html?.gif
== downscale-32px.html?.jpg downscale-32px.html?.jpg
== downscale-32px.html?.png downscale-32px.html?.png
== downscale-32px.html?.svg downscale-32px.html?.svg
== downscale-32px.html?-bmp-in.ico downscale-32px.html?-bmp-in.ico
== downscale-32px.html?-png-in.ico downscale-32px.html?-png-in.ico
fails == downscale-32px.html?.bmp downscale-32px.html?.bmp
fails == downscale-32px.html?.gif downscale-32px.html?.gif
fails == downscale-32px.html?.jpg downscale-32px.html?.jpg
fails == downscale-32px.html?.png downscale-32px.html?.png
fails == downscale-32px.html?.svg downscale-32px.html?.svg
fails == downscale-32px.html?-bmp-in.ico downscale-32px.html?-bmp-in.ico
fails == downscale-32px.html?-png-in.ico downscale-32px.html?-png-in.ico

View File

@ -19,142 +19,142 @@
# &options=escape(-moz-parse-options:bpp=24;format=png)
# PNG
skip HTTP == size-1x1.png size-1x1.png
HTTP == size-2x2.png size-2x2.png
skip HTTP == size-3x3.png size-3x3.png
skip HTTP == size-4x4.png size-4x4.png
skip HTTP == size-5x5.png size-5x5.png
skip HTTP == size-6x6.png size-6x6.png
HTTP == size-7x7.png size-7x7.png
fails skip HTTP == size-8x8.png size-8x8.png
skip HTTP == size-9x9.png size-9x9.png
skip HTTP == size-15x15.png size-15x15.png
skip HTTP == size-16x16.png size-16x16.png
skip HTTP == size-17x17.png size-17x17.png
skip HTTP == size-31x31.png size-31x31.png
skip HTTP == size-32x32.png size-32x32.png
skip HTTP == size-33x33.png size-33x33.png
fails HTTP == size-1x1.png size-1x1.png
fails HTTP == size-2x2.png size-2x2.png
fails HTTP == size-3x3.png size-3x3.png
fails HTTP == size-4x4.png size-4x4.png
fails HTTP == size-5x5.png size-5x5.png
fails HTTP == size-6x6.png size-6x6.png
fails HTTP == size-7x7.png size-7x7.png
fails HTTP == size-8x8.png size-8x8.png
fails HTTP == size-9x9.png size-9x9.png
fails HTTP == size-15x15.png size-15x15.png
fails HTTP == size-16x16.png size-16x16.png
fails HTTP == size-17x17.png size-17x17.png
fails HTTP == size-31x31.png size-31x31.png
fails HTTP == size-32x32.png size-32x32.png
fails HTTP == size-33x33.png size-33x33.png
# BMP using default parse options
skip HTTP == size-1x1.png size-1x1.png
HTTP == size-2x2.png size-2x2.png
skip HTTP == size-3x3.png size-3x3.png
skip HTTP == size-4x4.png size-4x4.png
skip HTTP == size-5x5.png size-5x5.png
skip HTTP == size-6x6.png size-6x6.png
HTTP == size-7x7.png size-7x7.png
fails skip HTTP == size-8x8.png size-8x8.png
skip HTTP == size-9x9.png size-9x9.png
skip HTTP == size-15x15.png size-15x15.png
skip HTTP == size-16x16.png size-16x16.png
skip HTTP == size-17x17.png size-17x17.png
skip HTTP == size-31x31.png size-31x31.png
skip HTTP == size-32x32.png size-32x32.png
skip HTTP == size-33x33.png size-33x33.png
fails HTTP == size-1x1.png size-1x1.png
fails HTTP == size-2x2.png size-2x2.png
fails HTTP == size-3x3.png size-3x3.png
fails HTTP == size-4x4.png size-4x4.png
fails HTTP == size-5x5.png size-5x5.png
fails HTTP == size-6x6.png size-6x6.png
fails HTTP == size-7x7.png size-7x7.png
fails HTTP == size-8x8.png size-8x8.png
fails HTTP == size-9x9.png size-9x9.png
fails HTTP == size-15x15.png size-15x15.png
fails HTTP == size-16x16.png size-16x16.png
fails HTTP == size-17x17.png size-17x17.png
fails HTTP == size-31x31.png size-31x31.png
fails HTTP == size-32x32.png size-32x32.png
fails HTTP == size-33x33.png size-33x33.png
# BMP using image/bmp mime type and 32bpp parse options
skip HTTP == size-1x1.png size-1x1.png
HTTP == size-2x2.png size-2x2.png
skip HTTP == size-3x3.png size-3x3.png
skip HTTP == size-4x4.png size-4x4.png
skip HTTP == size-5x5.png size-5x5.png
skip HTTP == size-6x6.png size-6x6.png
HTTP == size-7x7.png size-7x7.png
fails skip HTTP == size-8x8.png size-8x8.png
skip HTTP == size-9x9.png size-9x9.png
skip HTTP == size-15x15.png size-15x15.png
skip HTTP == size-16x16.png size-16x16.png
skip HTTP == size-17x17.png size-17x17.png
skip HTTP == size-31x31.png size-31x31.png
skip HTTP == size-32x32.png size-32x32.png
skip HTTP == size-33x33.png size-33x33.png
fails HTTP == size-1x1.png size-1x1.png
fails HTTP == size-2x2.png size-2x2.png
fails HTTP == size-3x3.png size-3x3.png
fails HTTP == size-4x4.png size-4x4.png
fails HTTP == size-5x5.png size-5x5.png
fails HTTP == size-6x6.png size-6x6.png
fails HTTP == size-7x7.png size-7x7.png
fails HTTP == size-8x8.png size-8x8.png
fails HTTP == size-9x9.png size-9x9.png
fails HTTP == size-15x15.png size-15x15.png
fails HTTP == size-16x16.png size-16x16.png
fails HTTP == size-17x17.png size-17x17.png
fails HTTP == size-31x31.png size-31x31.png
fails HTTP == size-32x32.png size-32x32.png
fails HTTP == size-33x33.png size-33x33.png
# BMP using image/bmp mime type and 24bpp parse options
skip HTTP == size-1x1.png size-1x1.png
HTTP == size-2x2.png size-2x2.png
skip HTTP == size-3x3.png size-3x3.png
skip HTTP == size-4x4.png size-4x4.png
skip HTTP == size-5x5.png size-5x5.png
skip HTTP == size-6x6.png size-6x6.png
HTTP == size-7x7.png size-7x7.png
fails skip HTTP == size-8x8.png size-8x8.png
skip HTTP == size-9x9.png size-9x9.png
skip HTTP == size-15x15.png size-15x15.png
skip HTTP == size-16x16.png size-16x16.png
skip HTTP == size-17x17.png size-17x17.png
skip HTTP == size-31x31.png size-31x31.png
skip HTTP == size-32x32.png size-32x32.png
skip HTTP == size-33x33.png size-33x33.png
fails HTTP == size-1x1.png size-1x1.png
fails HTTP == size-2x2.png size-2x2.png
fails HTTP == size-3x3.png size-3x3.png
fails HTTP == size-4x4.png size-4x4.png
fails HTTP == size-5x5.png size-5x5.png
fails HTTP == size-6x6.png size-6x6.png
fails HTTP == size-7x7.png size-7x7.png
fails HTTP == size-8x8.png size-8x8.png
fails HTTP == size-9x9.png size-9x9.png
fails HTTP == size-15x15.png size-15x15.png
fails HTTP == size-16x16.png size-16x16.png
fails HTTP == size-17x17.png size-17x17.png
fails HTTP == size-31x31.png size-31x31.png
fails HTTP == size-32x32.png size-32x32.png
fails HTTP == size-33x33.png size-33x33.png
# ICO using default parse options
skip HTTP == size-1x1.png size-1x1.png
HTTP == size-2x2.png size-2x2.png
skip HTTP == size-3x3.png size-3x3.png
skip HTTP == size-4x4.png size-4x4.png
skip HTTP == size-5x5.png size-5x5.png
skip HTTP == size-6x6.png size-6x6.png
HTTP == size-7x7.png size-7x7.png
fails skip HTTP == size-8x8.png size-8x8.png
skip HTTP == size-9x9.png size-9x9.png
skip HTTP == size-15x15.png size-15x15.png
skip HTTP == size-16x16.png size-16x16.png
skip HTTP == size-17x17.png size-17x17.png
skip HTTP == size-31x31.png size-31x31.png
skip HTTP == size-32x32.png size-32x32.png
skip HTTP == size-33x33.png size-33x33.png
# skip HTTP == size-256x256.png size-256x256.png
fails HTTP == size-1x1.png size-1x1.png
fails HTTP == size-2x2.png size-2x2.png
fails HTTP == size-3x3.png size-3x3.png
fails HTTP == size-4x4.png size-4x4.png
fails HTTP == size-5x5.png size-5x5.png
fails HTTP == size-6x6.png size-6x6.png
fails HTTP == size-7x7.png size-7x7.png
fails HTTP == size-8x8.png size-8x8.png
fails HTTP == size-9x9.png size-9x9.png
fails HTTP == size-15x15.png size-15x15.png
fails HTTP == size-16x16.png size-16x16.png
fails HTTP == size-17x17.png size-17x17.png
fails HTTP == size-31x31.png size-31x31.png
fails HTTP == size-32x32.png size-32x32.png
fails HTTP == size-33x33.png size-33x33.png
fails HTTP == size-256x256.png size-256x256.png
# ICO using image/vnd.microsoft.icon mime type and 32bpp parse options with bmp
skip HTTP == size-1x1.png size-1x1.png
HTTP == size-2x2.png size-2x2.png
skip HTTP == size-3x3.png size-3x3.png
skip HTTP == size-4x4.png size-4x4.png
skip HTTP == size-5x5.png size-5x5.png
skip HTTP == size-6x6.png size-6x6.png
HTTP == size-7x7.png size-7x7.png
fails skip HTTP == size-8x8.png size-8x8.png
skip HTTP == size-9x9.png size-9x9.png
skip HTTP == size-15x15.png size-15x15.png
skip HTTP == size-16x16.png size-16x16.png
skip HTTP == size-17x17.png size-17x17.png
skip HTTP == size-31x31.png size-31x31.png
skip HTTP == size-32x32.png size-32x32.png
skip HTTP == size-33x33.png size-33x33.png
# skip HTTP == size-256x256.png size-256x256.png
fails HTTP == size-1x1.png size-1x1.png
fails HTTP == size-2x2.png size-2x2.png
fails HTTP == size-3x3.png size-3x3.png
fails HTTP == size-4x4.png size-4x4.png
fails HTTP == size-5x5.png size-5x5.png
fails HTTP == size-6x6.png size-6x6.png
fails HTTP == size-7x7.png size-7x7.png
fails HTTP == size-8x8.png size-8x8.png
fails HTTP == size-9x9.png size-9x9.png
fails HTTP == size-15x15.png size-15x15.png
fails HTTP == size-16x16.png size-16x16.png
fails HTTP == size-17x17.png size-17x17.png
fails HTTP == size-31x31.png size-31x31.png
fails HTTP == size-32x32.png size-32x32.png
fails HTTP == size-33x33.png size-33x33.png
fails HTTP == size-256x256.png size-256x256.png
# ICO using image/vnd.microsoft.icon mime type and 24bpp parse options with bmp
skip HTTP == size-1x1.png size-1x1.png
HTTP == size-2x2.png size-2x2.png
skip HTTP == size-3x3.png size-3x3.png
skip HTTP == size-4x4.png size-4x4.png
skip HTTP == size-5x5.png size-5x5.png
skip HTTP == size-6x6.png size-6x6.png
HTTP == size-7x7.png size-7x7.png
fails skip HTTP == size-8x8.png size-8x8.png
skip HTTP == size-9x9.png size-9x9.png
skip HTTP == size-15x15.png size-15x15.png
skip HTTP == size-16x16.png size-16x16.png
skip HTTP == size-17x17.png size-17x17.png
skip HTTP == size-31x31.png size-31x31.png
skip HTTP == size-32x32.png size-32x32.png
skip HTTP == size-33x33.png size-33x33.png
# skip HTTP == size-256x256.png size-256x256.png
fails HTTP == size-1x1.png size-1x1.png
fails HTTP == size-2x2.png size-2x2.png
fails HTTP == size-3x3.png size-3x3.png
fails HTTP == size-4x4.png size-4x4.png
fails HTTP == size-5x5.png size-5x5.png
fails HTTP == size-6x6.png size-6x6.png
fails HTTP == size-7x7.png size-7x7.png
fails HTTP == size-8x8.png size-8x8.png
fails HTTP == size-9x9.png size-9x9.png
fails HTTP == size-15x15.png size-15x15.png
fails HTTP == size-16x16.png size-16x16.png
fails HTTP == size-17x17.png size-17x17.png
fails HTTP == size-31x31.png size-31x31.png
fails HTTP == size-32x32.png size-32x32.png
fails HTTP == size-33x33.png size-33x33.png
fails HTTP == size-256x256.png size-256x256.png
# ICO using image/vnd.microsoft.icon mime type png
skip HTTP == size-1x1.png size-1x1.png
HTTP == size-2x2.png size-2x2.png
skip HTTP == size-3x3.png size-3x3.png
skip HTTP == size-4x4.png size-4x4.png
skip HTTP == size-5x5.png size-5x5.png
skip HTTP == size-6x6.png size-6x6.png
HTTP == size-7x7.png size-7x7.png
fails skip HTTP == size-8x8.png size-8x8.png
skip HTTP == size-9x9.png size-9x9.png
skip HTTP == size-15x15.png size-15x15.png
skip HTTP == size-16x16.png size-16x16.png
skip HTTP == size-17x17.png size-17x17.png
skip HTTP == size-31x31.png size-31x31.png
skip HTTP == size-32x32.png size-32x32.png
skip HTTP == size-33x33.png size-33x33.png
# skip HTTP == size-256x256.png size-256x256.png
fails HTTP == size-1x1.png size-1x1.png
fails HTTP == size-2x2.png size-2x2.png
fails HTTP == size-3x3.png size-3x3.png
fails HTTP == size-4x4.png size-4x4.png
fails HTTP == size-5x5.png size-5x5.png
fails HTTP == size-6x6.png size-6x6.png
fails HTTP == size-7x7.png size-7x7.png
fails HTTP == size-8x8.png size-8x8.png
fails HTTP == size-9x9.png size-9x9.png
fails HTTP == size-15x15.png size-15x15.png
fails HTTP == size-16x16.png size-16x16.png
fails HTTP == size-17x17.png size-17x17.png
fails HTTP == size-31x31.png size-31x31.png
fails HTTP == size-32x32.png size-32x32.png
fails HTTP == size-33x33.png size-33x33.png
fails HTTP == size-256x256.png size-256x256.png

View File

@ -1,32 +1,30 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# GIF tests
# GIF tests
# tests for bug 519589
== 1bit-255-trans.gif 1bit-255-trans.gif
== in-colormap-trans.gif in-colormap-trans.gif
== out-of-colormap-trans.gif out-of-colormap-trans.gif
fails == 1bit-255-trans.gif 1bit-255-trans.gif
fails == in-colormap-trans.gif in-colormap-trans.gif
fails == out-of-colormap-trans.gif out-of-colormap-trans.gif
# a GIF file that uses the comment extension
fails == comment.gif comment.gif
# a GIF file with a background smaller than the size of the canvas
== small-background-size.gif small-background-size.gif
== small-background-size-2.gif small-background-size-2.gif
fails == small-background-size.gif small-background-size.gif
fails == small-background-size-2.gif small-background-size-2.gif
# a transparent gif that disposes previous frames with clear; we must properly
# clear each frame to pass.
random == delaytest.html?transparent-animation.gif delaytest.html?transparent-animation.gif
# incorrect timing dependence (bug 558678)
# test for bug 641198
skip == test_bug641198.html test_bug641198.html
# Disabled; see bug 1120144.
fails == test_bug641198.html test_bug641198.html
# Bug 1062886: a gif with a single color and an offset
== one-color-offset.gif one-color-offset.gif
fails == one-color-offset.gif one-color-offset.gif
# Bug 1068230
== tile-transform.html tile-transform.html
fails == tile-transform.html tile-transform.html
# Bug 1234077
== truncated-framerect.html truncated-framerect.html
@ -38,7 +36,7 @@ skip == test_bug641198.html test_bug641198.html
#
# HTTP 200 OK
# Content-Type: multipart/x-mixed-replace;boundary=BOUNDARYOMG
#
#
# --BOUNDARYOMG\r\n
# Content-Type: image/gif\r\n
# \r\n
@ -48,10 +46,9 @@ skip == test_bug641198.html test_bug641198.html
# \r\n
# <contents of blue.gif> (no newline)
# --BOUNDARYOMG--\r\n
#
#
# (The boundary is arbitrary, and just has to be defined as something that
# won't be in the text of the contents themselves. --$(boundary)\r\n means
# "Here is the beginning of a boundary," and --$(boundary)-- means "All done
# sending you parts.")
skip-if(B2G) HTTP == webcam.html webcam.html
# bug 773482
HTTP == webcam.html webcam.html

View File

@ -1,5 +1,5 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# ICO BMP and PNG mixed tests
skip == wrapper.html?pointer.cur wrapper.html?pointer.cur
== wrapper.html?pointer.cur wrapper.html?pointer.cur

View File

@ -2,24 +2,23 @@
# ICO BMP 1BPP tests
# Images of various sizes
== ico-size-1x1-1bpp.ico ico-size-1x1-1bpp.ico
== ico-size-2x2-1bpp.ico ico-size-2x2-1bpp.ico
== ico-size-3x3-1bpp.ico ico-size-3x3-1bpp.ico
== ico-size-4x4-1bpp.ico ico-size-4x4-1bpp.ico
== ico-size-5x5-1bpp.ico ico-size-5x5-1bpp.ico
== ico-size-6x6-1bpp.ico ico-size-6x6-1bpp.ico
== ico-size-7x7-1bpp.ico ico-size-7x7-1bpp.ico
== ico-size-8x8-1bpp.ico ico-size-8x8-1bpp.ico
== ico-size-9x9-1bpp.ico ico-size-9x9-1bpp.ico
== ico-size-15x15-1bpp.ico ico-size-15x15-1bpp.ico
== ico-size-16x16-1bpp.ico ico-size-16x16-1bpp.ico
== ico-size-17x17-1bpp.ico ico-size-17x17-1bpp.ico
== ico-size-31x31-1bpp.ico ico-size-31x31-1bpp.ico
== ico-size-32x32-1bpp.ico ico-size-32x32-1bpp.ico
== ico-size-33x33-1bpp.ico ico-size-33x33-1bpp.ico
skip-if(B2G) == ico-size-256x256-1bpp.ico ico-size-256x256-1bpp.ico
# bug 773482
== ico-partial-transparent-1bpp.ico ico-partial-transparent-1bpp.ico
== ico-transparent-1bpp.ico ico-transparent-1bpp.ico
== ico-not-square-transparent-1bpp.ico ico-not-square-transparent-1bpp.ico
fails == ico-size-1x1-1bpp.ico ico-size-1x1-1bpp.ico
fails == ico-size-2x2-1bpp.ico ico-size-2x2-1bpp.ico
fails == ico-size-3x3-1bpp.ico ico-size-3x3-1bpp.ico
fails == ico-size-4x4-1bpp.ico ico-size-4x4-1bpp.ico
fails == ico-size-5x5-1bpp.ico ico-size-5x5-1bpp.ico
fails == ico-size-6x6-1bpp.ico ico-size-6x6-1bpp.ico
fails == ico-size-7x7-1bpp.ico ico-size-7x7-1bpp.ico
fails == ico-size-8x8-1bpp.ico ico-size-8x8-1bpp.ico
fails == ico-size-9x9-1bpp.ico ico-size-9x9-1bpp.ico
fails == ico-size-15x15-1bpp.ico ico-size-15x15-1bpp.ico
fails == ico-size-16x16-1bpp.ico ico-size-16x16-1bpp.ico
fails == ico-size-17x17-1bpp.ico ico-size-17x17-1bpp.ico
fails == ico-size-31x31-1bpp.ico ico-size-31x31-1bpp.ico
fails == ico-size-32x32-1bpp.ico ico-size-32x32-1bpp.ico
fails == ico-size-33x33-1bpp.ico ico-size-33x33-1bpp.ico
fails == ico-size-256x256-1bpp.ico ico-size-256x256-1bpp.ico
fails == ico-partial-transparent-1bpp.ico ico-partial-transparent-1bpp.ico
fails == ico-transparent-1bpp.ico ico-transparent-1bpp.ico
fails == ico-not-square-transparent-1bpp.ico ico-not-square-transparent-1bpp.ico

View File

@ -2,23 +2,23 @@
# ICO BMP 24BPP tests
# Images of various sizes
== ico-size-1x1-24bpp.ico ico-size-1x1-24bpp.ico
== ico-size-2x2-24bpp.ico ico-size-2x2-24bpp.ico
== ico-size-3x3-24bpp.ico ico-size-3x3-24bpp.ico
== ico-size-4x4-24bpp.ico ico-size-4x4-24bpp.ico
skip == ico-size-5x5-24bpp.ico ico-size-5x5-24bpp.ico
== ico-size-6x6-24bpp.ico ico-size-6x6-24bpp.ico
== ico-size-7x7-24bpp.ico ico-size-7x7-24bpp.ico
== ico-size-8x8-24bpp.ico ico-size-8x8-24bpp.ico
== ico-size-9x9-24bpp.ico ico-size-9x9-24bpp.ico
== ico-size-15x15-24bpp.ico ico-size-15x15-24bpp.ico
== ico-size-16x16-24bpp.ico ico-size-16x16-24bpp.ico
== ico-size-17x17-24bpp.ico ico-size-17x17-24bpp.ico
== ico-size-31x31-24bpp.ico ico-size-31x31-24bpp.ico
fails == ico-size-1x1-24bpp.ico ico-size-1x1-24bpp.ico
fails == ico-size-2x2-24bpp.ico ico-size-2x2-24bpp.ico
fails == ico-size-3x3-24bpp.ico ico-size-3x3-24bpp.ico
fails == ico-size-4x4-24bpp.ico ico-size-4x4-24bpp.ico
fails == ico-size-5x5-24bpp.ico ico-size-5x5-24bpp.ico
fails == ico-size-6x6-24bpp.ico ico-size-6x6-24bpp.ico
fails == ico-size-7x7-24bpp.ico ico-size-7x7-24bpp.ico
fails == ico-size-8x8-24bpp.ico ico-size-8x8-24bpp.ico
fails == ico-size-9x9-24bpp.ico ico-size-9x9-24bpp.ico
fails == ico-size-15x15-24bpp.ico ico-size-15x15-24bpp.ico
fails == ico-size-16x16-24bpp.ico ico-size-16x16-24bpp.ico
fails == ico-size-17x17-24bpp.ico ico-size-17x17-24bpp.ico
fails == ico-size-31x31-24bpp.ico ico-size-31x31-24bpp.ico
fails == ico-size-32x32-24bpp.ico ico-size-32x32-24bpp.ico
== ico-size-33x33-24bpp.ico ico-size-33x33-24bpp.ico
== ico-size-256x256-24bpp.ico ico-size-256x256-24bpp.ico
== ico-partial-transparent-24bpp.ico ico-partial-transparent-24bpp.ico
== ico-transparent-24bpp.ico ico-transparent-24bpp.ico
== ico-not-square-transparent-24bpp.ico ico-not-square-transparent-24bpp.ico
fails == ico-size-33x33-24bpp.ico ico-size-33x33-24bpp.ico
fails == ico-size-256x256-24bpp.ico ico-size-256x256-24bpp.ico
fails == ico-partial-transparent-24bpp.ico ico-partial-transparent-24bpp.ico
fails == ico-transparent-24bpp.ico ico-transparent-24bpp.ico
fails == ico-not-square-transparent-24bpp.ico ico-not-square-transparent-24bpp.ico

View File

@ -2,22 +2,22 @@
# ICO BMP 32BPP tests
# Images of various sizes
== ico-size-1x1-32bpp.ico ico-size-1x1-32bpp.ico
== ico-size-2x2-32bpp.ico ico-size-2x2-32bpp.ico
== ico-size-3x3-32bpp.ico ico-size-3x3-32bpp.ico
== ico-size-4x4-32bpp.ico ico-size-4x4-32bpp.ico
== ico-size-5x5-32bpp.ico ico-size-5x5-32bpp.ico
== ico-size-6x6-32bpp.ico ico-size-6x6-32bpp.ico
== ico-size-7x7-32bpp.ico ico-size-7x7-32bpp.ico
== ico-size-8x8-32bpp.ico ico-size-8x8-32bpp.ico
== ico-size-9x9-32bpp.ico ico-size-9x9-32bpp.ico
== ico-size-15x15-32bpp.ico ico-size-15x15-32bpp.ico
== ico-size-16x16-32bpp.ico ico-size-16x16-32bpp.ico
== ico-size-17x17-32bpp.ico ico-size-17x17-32bpp.ico
== ico-size-31x31-32bpp.ico ico-size-31x31-32bpp.ico
== ico-size-32x32-32bpp.ico ico-size-32x32-32bpp.ico
== ico-size-33x33-32bpp.ico ico-size-33x33-32bpp.ico
== ico-size-256x256-32bpp.ico ico-size-256x256-32bpp.ico
== ico-partial-transparent-32bpp.ico ico-partial-transparent-32bpp.ico
== ico-transparent-32bpp.ico ico-transparent-32bpp.ico
== ico-not-square-transparent-32bpp.ico ico-not-square-transparent-32bpp.ico
fails == ico-size-1x1-32bpp.ico ico-size-1x1-32bpp.ico
fails == ico-size-2x2-32bpp.ico ico-size-2x2-32bpp.ico
fails == ico-size-3x3-32bpp.ico ico-size-3x3-32bpp.ico
fails == ico-size-4x4-32bpp.ico ico-size-4x4-32bpp.ico
fails == ico-size-5x5-32bpp.ico ico-size-5x5-32bpp.ico
fails == ico-size-6x6-32bpp.ico ico-size-6x6-32bpp.ico
fails == ico-size-7x7-32bpp.ico ico-size-7x7-32bpp.ico
fails == ico-size-8x8-32bpp.ico ico-size-8x8-32bpp.ico
fails == ico-size-9x9-32bpp.ico ico-size-9x9-32bpp.ico
fails == ico-size-15x15-32bpp.ico ico-size-15x15-32bpp.ico
fails == ico-size-16x16-32bpp.ico ico-size-16x16-32bpp.ico
fails == ico-size-17x17-32bpp.ico ico-size-17x17-32bpp.ico
fails == ico-size-31x31-32bpp.ico ico-size-31x31-32bpp.ico
fails == ico-size-32x32-32bpp.ico ico-size-32x32-32bpp.ico
fails == ico-size-33x33-32bpp.ico ico-size-33x33-32bpp.ico
fails == ico-size-256x256-32bpp.ico ico-size-256x256-32bpp.ico
fails == ico-partial-transparent-32bpp.ico ico-partial-transparent-32bpp.ico
fails == ico-transparent-32bpp.ico ico-transparent-32bpp.ico
fails == ico-not-square-transparent-32bpp.ico ico-not-square-transparent-32bpp.ico

View File

@ -2,23 +2,23 @@
# ICO BMP 4BPP tests
# Images of various sizes
== ico-size-1x1-4bpp.ico ico-size-1x1-4bpp.ico
== ico-size-2x2-4bpp.ico ico-size-2x2-4bpp.ico
== ico-size-3x3-4bpp.ico ico-size-3x3-4bpp.ico
== ico-size-4x4-4bpp.ico ico-size-4x4-4bpp.ico
== ico-size-5x5-4bpp.ico ico-size-5x5-4bpp.ico
== ico-size-6x6-4bpp.ico ico-size-6x6-4bpp.ico
== ico-size-7x7-4bpp.ico ico-size-7x7-4bpp.ico
== ico-size-8x8-4bpp.ico ico-size-8x8-4bpp.ico
== ico-size-9x9-4bpp.ico ico-size-9x9-4bpp.ico
== ico-size-15x15-4bpp.ico ico-size-15x15-4bpp.ico
== ico-size-16x16-4bpp.ico ico-size-16x16-4bpp.ico
== ico-size-17x17-4bpp.ico ico-size-17x17-4bpp.ico
== ico-size-31x31-4bpp.ico ico-size-31x31-4bpp.ico
== ico-size-32x32-4bpp.ico ico-size-32x32-4bpp.ico
== ico-size-33x33-4bpp.ico ico-size-33x33-4bpp.ico
== ico-size-256x256-4bpp.ico ico-size-256x256-4bpp.ico
== ico-partial-transparent-4bpp.ico ico-partial-transparent-4bpp.ico
== ico-transparent-4bpp.ico ico-transparent-4bpp.ico
== ico-not-square-transparent-4bpp.ico ico-not-square-transparent-4bpp.ico
fails == ico-size-1x1-4bpp.ico ico-size-1x1-4bpp.ico
fails == ico-size-2x2-4bpp.ico ico-size-2x2-4bpp.ico
fails == ico-size-3x3-4bpp.ico ico-size-3x3-4bpp.ico
fails == ico-size-4x4-4bpp.ico ico-size-4x4-4bpp.ico
fails == ico-size-5x5-4bpp.ico ico-size-5x5-4bpp.ico
fails == ico-size-6x6-4bpp.ico ico-size-6x6-4bpp.ico
fails == ico-size-7x7-4bpp.ico ico-size-7x7-4bpp.ico
fails == ico-size-8x8-4bpp.ico ico-size-8x8-4bpp.ico
fails == ico-size-9x9-4bpp.ico ico-size-9x9-4bpp.ico
fails == ico-size-15x15-4bpp.ico ico-size-15x15-4bpp.ico
fails == ico-size-16x16-4bpp.ico ico-size-16x16-4bpp.ico
fails == ico-size-17x17-4bpp.ico ico-size-17x17-4bpp.ico
fails == ico-size-31x31-4bpp.ico ico-size-31x31-4bpp.ico
fails == ico-size-32x32-4bpp.ico ico-size-32x32-4bpp.ico
fails == ico-size-33x33-4bpp.ico ico-size-33x33-4bpp.ico
fails == ico-size-256x256-4bpp.ico ico-size-256x256-4bpp.ico
fails == ico-partial-transparent-4bpp.ico ico-partial-transparent-4bpp.ico
fails == ico-transparent-4bpp.ico ico-transparent-4bpp.ico
fails == ico-not-square-transparent-4bpp.ico ico-not-square-transparent-4bpp.ico

View File

@ -2,24 +2,23 @@
# ICO BMP 8BPP tests
# Images of various sizes
== ico-size-1x1-8bpp.ico ico-size-1x1-8bpp.ico
== ico-size-2x2-8bpp.ico ico-size-2x2-8bpp.ico
== ico-size-3x3-8bpp.ico ico-size-3x3-8bpp.ico
== ico-size-4x4-8bpp.ico ico-size-4x4-8bpp.ico
== ico-size-5x5-8bpp.ico ico-size-5x5-8bpp.ico
skip == ico-size-6x6-8bpp.ico ico-size-6x6-8bpp.ico
== ico-size-7x7-8bpp.ico ico-size-7x7-8bpp.ico
== ico-size-8x8-8bpp.ico ico-size-8x8-8bpp.ico
== ico-size-9x9-8bpp.ico ico-size-9x9-8bpp.ico
== ico-size-15x15-8bpp.ico ico-size-15x15-8bpp.ico
== ico-size-16x16-8bpp.ico ico-size-16x16-8bpp.ico
== ico-size-17x17-8bpp.ico ico-size-17x17-8bpp.ico
== ico-size-31x31-8bpp.ico ico-size-31x31-8bpp.ico
== ico-size-32x32-8bpp.ico ico-size-32x32-8bpp.ico
== ico-size-33x33-8bpp.ico ico-size-33x33-8bpp.ico
skip-if(B2G) == ico-size-256x256-8bpp.ico ico-size-256x256-8bpp.ico
# bug 773482
== ico-partial-transparent-8bpp.ico ico-partial-transparent-8bpp.ico
== ico-transparent-8bpp.ico ico-transparent-8bpp.ico
== ico-not-square-transparent-8bpp.ico ico-not-square-transparent-8bpp.ico
fails == ico-size-1x1-8bpp.ico ico-size-1x1-8bpp.ico
fails == ico-size-2x2-8bpp.ico ico-size-2x2-8bpp.ico
fails == ico-size-3x3-8bpp.ico ico-size-3x3-8bpp.ico
fails == ico-size-4x4-8bpp.ico ico-size-4x4-8bpp.ico
fails == ico-size-5x5-8bpp.ico ico-size-5x5-8bpp.ico
fails == ico-size-6x6-8bpp.ico ico-size-6x6-8bpp.ico
fails == ico-size-7x7-8bpp.ico ico-size-7x7-8bpp.ico
fails == ico-size-8x8-8bpp.ico ico-size-8x8-8bpp.ico
fails == ico-size-9x9-8bpp.ico ico-size-9x9-8bpp.ico
fails == ico-size-15x15-8bpp.ico ico-size-15x15-8bpp.ico
fails == ico-size-16x16-8bpp.ico ico-size-16x16-8bpp.ico
fails == ico-size-17x17-8bpp.ico ico-size-17x17-8bpp.ico
fails == ico-size-31x31-8bpp.ico ico-size-31x31-8bpp.ico
fails == ico-size-32x32-8bpp.ico ico-size-32x32-8bpp.ico
fails == ico-size-33x33-8bpp.ico ico-size-33x33-8bpp.ico
fails == ico-size-256x256-8bpp.ico ico-size-256x256-8bpp.ico
fails == ico-partial-transparent-8bpp.ico ico-partial-transparent-8bpp.ico
fails == ico-transparent-8bpp.ico ico-transparent-8bpp.ico
fails == ico-not-square-transparent-8bpp.ico ico-not-square-transparent-8bpp.ico

View File

@ -2,10 +2,10 @@
# ICOs containing corrupted BMP tests
# Invalid value for bits per pixel (BPP) - detected when decoding the header.
skip == wrapper.html?invalid-bpp.ico wrapper.html?invalid-bpp.ico
== wrapper.html?invalid-bpp.ico wrapper.html?invalid-bpp.ico
# Invalid BPP values for RLE4 - detected when decoding the image data.
skip == wrapper.html?invalid-compression-RLE4.ico wrapper.html?invalid-compression-RLE4.ico
== wrapper.html?invalid-compression-RLE4.ico wrapper.html?invalid-compression-RLE4.ico
# Invalid BPP values for RLE8 - detected when decoding the image data.
skip == wrapper.html?invalid-compression-RLE8.ico wrapper.html?invalid-compression-RLE8.ico
== wrapper.html?invalid-compression-RLE8.ico wrapper.html?invalid-compression-RLE8.ico
# Invalid compression value - detected when decoding the image data.
skip == wrapper.html?invalid-compression.ico wrapper.html?invalid-compression.ico
== wrapper.html?invalid-compression.ico wrapper.html?invalid-compression.ico

View File

@ -1,4 +1,4 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# ICO BMP and PNG mixed tests
skip == mixed-bmp-png.ico mixed-bmp-png.ico
fails == mixed-bmp-png.ico mixed-bmp-png.ico

View File

@ -2,29 +2,29 @@
# ICO PNG tests
# Images of various sizes
skip == ico-size-1x1-png.ico ico-size-1x1-png.ico
== ico-size-2x2-png.ico ico-size-2x2-png.ico
skip == ico-size-3x3-png.ico ico-size-3x3-png.ico
skip == ico-size-4x4-png.ico ico-size-4x4-png.ico
skip == ico-size-5x5-png.ico ico-size-5x5-png.ico
skip == ico-size-6x6-png.ico ico-size-6x6-png.ico
== ico-size-7x7-png.ico ico-size-7x7-png.ico
fails skip == ico-size-8x8-png.ico ico-size-8x8-png.ico
skip == ico-size-9x9-png.ico ico-size-9x9-png.ico
skip == ico-size-15x15-png.ico ico-size-15x15-png.ico
skip == ico-size-16x16-png.ico ico-size-16x16-png.ico
skip == ico-size-17x17-png.ico ico-size-17x17-png.ico
skip == ico-size-31x31-png.ico ico-size-31x31-png.ico
skip == ico-size-32x32-png.ico ico-size-32x32-png.ico
skip == ico-size-33x33-png.ico ico-size-33x33-png.ico
# skip == ico-size-256x256-png.ico ico-size-256x256-png.ico
fails == ico-size-1x1-png.ico ico-size-1x1-png.ico
fails == ico-size-2x2-png.ico ico-size-2x2-png.ico
fails == ico-size-3x3-png.ico ico-size-3x3-png.ico
fails == ico-size-4x4-png.ico ico-size-4x4-png.ico
fails == ico-size-5x5-png.ico ico-size-5x5-png.ico
fails == ico-size-6x6-png.ico ico-size-6x6-png.ico
fails == ico-size-7x7-png.ico ico-size-7x7-png.ico
fails == ico-size-8x8-png.ico ico-size-8x8-png.ico
fails == ico-size-9x9-png.ico ico-size-9x9-png.ico
fails == ico-size-15x15-png.ico ico-size-15x15-png.ico
fails == ico-size-16x16-png.ico ico-size-16x16-png.ico
fails == ico-size-17x17-png.ico ico-size-17x17-png.ico
fails == ico-size-31x31-png.ico ico-size-31x31-png.ico
fails == ico-size-32x32-png.ico ico-size-32x32-png.ico
fails == ico-size-33x33-png.ico ico-size-33x33-png.ico
fails == ico-size-256x256-png.ico ico-size-256x256-png.ico
# Corrupted files so no image should be loaded
# x00n0g01 - empty 0x0 grayscale file
skip == wrapper.html?x00n0g01.ico wrapper.html?x00n0g01.ico
== wrapper.html?x00n0g01.ico wrapper.html?x00n0g01.ico
# xcrn0g04 - added cr bytes
skip == wrapper.html?xcrn0g04.ico wrapper.html?xcrn0g04.ico
== wrapper.html?xcrn0g04.ico wrapper.html?xcrn0g04.ico
# Test ICO PNG transparency
== transparent-png.ico transparent-png.ico
fails == transparent-png.ico transparent-png.ico

View File

@ -1,13 +1,12 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# ICO tests
# bmp tests cause lots of intermittents
# include ico-bmp-1bpp/reftest-stylo.list
# include ico-bmp-4bpp/reftest-stylo.list
# include ico-bmp-8bpp/reftest-stylo.list
# include ico-bmp-24bpp/reftest-stylo.list
# include ico-bmp-32bpp/reftest-stylo.list
# include ico-bmp-corrupted/reftest-stylo.list
include ico-bmp-1bpp/reftest-stylo.list
include ico-bmp-4bpp/reftest-stylo.list
include ico-bmp-8bpp/reftest-stylo.list
include ico-bmp-24bpp/reftest-stylo.list
include ico-bmp-32bpp/reftest-stylo.list
include ico-bmp-corrupted/reftest-stylo.list
include ico-png/reftest-stylo.list
include ico-mixed/reftest-stylo.list
include cur/reftest-stylo.list

View File

@ -7,7 +7,7 @@ fails == jpg-size-2x2.jpg jpg-size-2x2.jpg
fails == jpg-size-3x3.jpg jpg-size-3x3.jpg
fails == jpg-size-4x4.jpg jpg-size-4x4.jpg
fails == jpg-size-5x5.jpg jpg-size-5x5.jpg
== jpg-size-6x6.jpg jpg-size-6x6.jpg
fails == jpg-size-6x6.jpg jpg-size-6x6.jpg
fails == jpg-size-7x7.jpg jpg-size-7x7.jpg
fails == jpg-size-8x8.jpg jpg-size-8x8.jpg
fails == jpg-size-9x9.jpg jpg-size-9x9.jpg
@ -24,11 +24,11 @@ fails == jpg-gray.jpg jpg-gray.jpg
# CMYK colorspace
fails == jpg-cmyk-1.jpg jpg-cmyk-1.jpg
fails == jpg-cmyk-2.jpg jpg-cmyk-2.jpg
# This intermittently fails on Android due to async image decoding (bug #685516)
# This intermittently fails on Android due to async image decoding (bug
# Sometimes the image decodes in time and the test passes, other times the image
# appears blank and the test fails. This only seems to be triggered since the
# switch to 24-bit colour (bug #803299).
fails random-if(Android) == jpg-srgb-icc.jpg jpg-srgb-icc.jpg
# switch to 24-bit colour (bug
fails == jpg-srgb-icc.jpg jpg-srgb-icc.jpg
# webcam-simulacrum.mjpg is a hand-edited file containing red.jpg and blue.jpg,
# concatenated together with the relevant headers for
@ -52,4 +52,4 @@ fails random-if(Android) == jpg-srgb-icc.jpg jpg-srgb-icc.jpg
# won't be in the text of the contents themselves. --$(boundary)\r\n means
# "Here is the beginning of a boundary," and --$(boundary)-- means "All done
# sending you parts.")
skip HTTP == webcam-simulacrum.mjpg webcam-simulacrum.mjpg
fails HTTP == webcam-simulacrum.mjpg webcam-simulacrum.mjpg

View File

@ -4,9 +4,9 @@
# cHRM chunks
#
# ccwn2c08 - gamma 1.0000 chunk, chroma chunk w:0.3127,0.3290 r:0.64,0.33 g:0.30,0.60 b:0.15,0.06
fails fails-if(prefs.getIntPref("gfx.color_management.mode")!=2) fuzzy-if(winWidget,8,569) == ccwn2c08.png ccwn2c08.png
fails == ccwn2c08.png ccwn2c08.png
# ccwn3p08 - gamma 1.0000 chunk, chroma chunk w:0.3127,0.3290 r:0.64,0.33 g:0.30,0.60 b:0.15,0.06
fails fails-if(prefs.getIntPref("gfx.color_management.mode")!=2) fuzzy-if(winWidget,8,577) == ccwn3p08.png ccwn3p08.png
fails == ccwn3p08.png ccwn3p08.png
# pHYs chunks
#

View File

@ -6,18 +6,18 @@
# identically and thus share common reference HTML files.
# bgai4a08 - 8 bit grayscale, alpha, no background chunk, interlaced
skip fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgai4a08.png wrapper.html?bgai4a08.png
fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgai4a08.png wrapper.html?bgai4a08.png
# bgai4a16 - 16 bit grayscale, alpha, no background chunk, interlaced
skip fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgai4a16.png wrapper.html?bgai4a16.png
fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgai4a16.png wrapper.html?bgai4a16.png
# bgan6a08 - 3x8 bits rgb color, alpha, no background chunk
skip fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgan6a08.png wrapper.html?bgan6a08.png
fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgan6a08.png wrapper.html?bgan6a08.png
# bgan6a16 - 3x16 bits rgb color, alpha, no background chunk
skip fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgan6a16.png wrapper.html?bgan6a16.png
fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgan6a16.png wrapper.html?bgan6a16.png
# bgbn4a08 - 8 bit grayscale, alpha, black background chunk
skip fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgbn4a08.png wrapper.html?bgbn4a08.png
fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgbn4a08.png wrapper.html?bgbn4a08.png
# bggn4a16 - 16 bit grayscale, alpha, gray background chunk
skip fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bggn4a16.png wrapper.html?bggn4a16.png
fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bggn4a16.png wrapper.html?bggn4a16.png
# bgwn6a08 - 3x8 bits rgb color, alpha, white background chunk
skip fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgwn6a08.png wrapper.html?bgwn6a08.png
fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgwn6a08.png wrapper.html?bgwn6a08.png
# bgyn6a16 - 3x16 bits rgb color, alpha, yellow background chunk
skip fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgyn6a16.png wrapper.html?bgyn6a16.png
fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgyn6a16.png wrapper.html?bgyn6a16.png

View File

@ -23,7 +23,7 @@ fails == basi3p02.png basi3p02.png
# basi3p04 - 4 bit (16 color) paletted
fails == basi3p04.png basi3p04.png
# basi3p08 - 8 bit (256 color) paletted
# fails == basi3p08.png basi3p08.png
fails == basi3p08.png basi3p08.png
# basi4a08 - 8 bit grayscale + 8 bit alpha-channel
#== basi4a08.png basi4a08.png
# basi4a16 - 16 bit grayscale + 16 bit alpha-channel

View File

@ -4,8 +4,8 @@
# Note: these are corrupt files, and so no image should be rendered.
# x00n0g01 - empty 0x0 grayscale file
skip == wrapper.html?x00n0g01.png wrapper.html?x00n0g01.png
== wrapper.html?x00n0g01.png wrapper.html?x00n0g01.png
# xcrn0g04 - added cr bytes
skip == wrapper.html?xcrn0g04.png wrapper.html?xcrn0g04.png
== wrapper.html?xcrn0g04.png wrapper.html?xcrn0g04.png
# xlfn0g04 - added lf bytes
skip == wrapper.html?xlfn0g04.png wrapper.html?xlfn0g04.png
== wrapper.html?xlfn0g04.png wrapper.html?xlfn0g04.png

View File

@ -8,7 +8,7 @@ fails == f00n2c08.png f00n2c08.png
# f01n0g08 - grayscale, no interlacing, filter-type 1
fails == f01n0g08.png f01n0g08.png
# f01n2c08 - color, no interlacing, filter-type 1
skip == f01n2c08.png f01n2c08.png
fails == f01n2c08.png f01n2c08.png
# f02n0g08 - grayscale, no interlacing, filter-type 2
fails == f02n0g08.png f02n0g08.png
# f02n2c08 - color, no interlacing, filter-type 2
@ -20,4 +20,4 @@ fails == f03n2c08.png f03n2c08.png
# f04n0g08 - grayscale, no interlacing, filter-type 4
fails == f04n0g08.png f04n0g08.png
# f04n2c08 - color, no interlacing, filter-type 4
skip == f04n2c08.png f04n2c08.png
fails == f04n2c08.png f04n2c08.png

View File

@ -10,7 +10,7 @@ fails == g03n3p04.png g03n3p04.png
# g04n0g16 - grayscale, file-gamma = 0.45
fails == g04n0g16.png g04n0g16.png
# g04n2c08 - color, file-gamma = 0.45
skip == g04n2c08.png g04n2c08.png
fails == g04n2c08.png g04n2c08.png
# g04n3p04 - paletted, file-gamma = 0.45
fails == g04n3p04.png g04n3p04.png
# g05n0g16 - grayscale, file-gamma = 0.55

View File

@ -23,7 +23,7 @@ fails == s04n3p01.png s04n3p01.png
# s05i3p02 - 5x5 paletted file, interlaced
fails == s05i3p02.png s05i3p02.png
# s05n3p02 - 5x5 paletted file, no interlacing
skip == s05n3p02.png s05n3p02.png
fails == s05n3p02.png s05n3p02.png
# s06i3p02 - 6x6 paletted file, interlaced
fails == s06i3p02.png s06i3p02.png
# s06n3p02 - 6x6 paletted file, no interlacing

View File

@ -2,26 +2,26 @@
# PngSuite - Transparency
# tbbn1g04 - transparent, black background chunk
skip == wrapper.html?tbbn1g04.png wrapper.html?tbbn1g04.png
== wrapper.html?tbbn1g04.png wrapper.html?tbbn1g04.png
# tbbn2c16 - transparent, blue background chunk
skip == wrapper.html?tbbn2c16.png wrapper.html?tbbn2c16.png
== wrapper.html?tbbn2c16.png wrapper.html?tbbn2c16.png
# tbbn3p08 - transparent, black background chunk
skip == wrapper.html?tbbn3p08.png wrapper.html?tbbn3p08.png
== wrapper.html?tbbn3p08.png wrapper.html?tbbn3p08.png
# tbgn2c16 - transparent, green background chunk
skip == wrapper.html?tbgn2c16.png wrapper.html?tbgn2c16.png
== wrapper.html?tbgn2c16.png wrapper.html?tbgn2c16.png
# tbgn3p08 - transparent, light-gray background chunk
skip == wrapper.html?tbgn3p08.png wrapper.html?tbgn3p08.png
== wrapper.html?tbgn3p08.png wrapper.html?tbgn3p08.png
# tbrn2c08 - transparent, red background chunk
skip == wrapper.html?tbrn2c08.png wrapper.html?tbrn2c08.png
== wrapper.html?tbrn2c08.png wrapper.html?tbrn2c08.png
# tbwn1g16 - transparent, white background chunk
skip == wrapper.html?tbwn1g16.png wrapper.html?tbwn1g16.png
== wrapper.html?tbwn1g16.png wrapper.html?tbwn1g16.png
# tbwn3p08 - transparent, white background chunk
skip == wrapper.html?tbwn3p08.png wrapper.html?tbwn3p08.png
== wrapper.html?tbwn3p08.png wrapper.html?tbwn3p08.png
# tbyn3p08 - transparent, yellow background chunk
skip == wrapper.html?tbyn3p08.png wrapper.html?tbyn3p08.png
== wrapper.html?tbyn3p08.png wrapper.html?tbyn3p08.png
# tp0n1g08 - not transparent for reference (logo on gray)
# tp0n2c08 - not transparent for reference (logo on gray)
# tp0n3p08 - not transparent for reference (logo on gray)
# ...these 3 not tested because they're not transparent.
# tp1n3p08 - transparent, but no background chunk
skip == wrapper.html?tp1n3p08.png wrapper.html?tp1n3p08.png
== wrapper.html?tp1n3p08.png wrapper.html?tp1n3p08.png

View File

@ -7,43 +7,30 @@ skip-if(Android) == colordepth.html colordepth.html
#
# http://www.schaik.com/pngsuite/pngsuite.html
# http://www.libpng.org/pub/png/pngsuite.html
skip-if(B2G) include pngsuite-basic-n/reftest-stylo.list
# bug 783632
skip-if(B2G) include pngsuite-basic-i/reftest-stylo.list
# bug 783632
skip-if(B2G) include pngsuite-ancillary/reftest-stylo.list
# bug 783632
skip-if(B2G) include pngsuite-background/reftest-stylo.list
# bug 783632
skip-if(B2G) include pngsuite-chunkorder/reftest-stylo.list
# bug 783632
skip-if(B2G) include pngsuite-corrupted/reftest-stylo.list
# bug 783632
skip-if(B2G) include pngsuite-filtering/reftest-stylo.list
# bug 783632
skip-if(B2G) include pngsuite-gamma/reftest-stylo.list
# bug 783632
skip-if(B2G) include pngsuite-oddsizes/reftest-stylo.list
# bug 783632
skip-if(B2G) include pngsuite-palettes/reftest-stylo.list
# bug 783632
skip-if(B2G) include pngsuite-transparency/reftest-stylo.list
# bug 783632
skip-if(B2G) include pngsuite-zlib/reftest-stylo.list
# bug 783632
include pngsuite-basic-n/reftest-stylo.list
include pngsuite-basic-i/reftest-stylo.list
include pngsuite-ancillary/reftest-stylo.list
include pngsuite-background/reftest-stylo.list
include pngsuite-chunkorder/reftest-stylo.list
include pngsuite-corrupted/reftest-stylo.list
include pngsuite-filtering/reftest-stylo.list
include pngsuite-gamma/reftest-stylo.list
include pngsuite-oddsizes/reftest-stylo.list
include pngsuite-palettes/reftest-stylo.list
include pngsuite-transparency/reftest-stylo.list
include pngsuite-zlib/reftest-stylo.list
# Disabled, lots of intermittents here
# BMP tests
#skip-if(Android) include bmp/reftest-stylo.list
skip-if(Android) include bmp/reftest-stylo.list
# ICO tests
#skip-if(Android) include ico/reftest-stylo.list
skip-if(Android) include ico/reftest-stylo.list
# JPEG tests
# include jpeg/reftest-stylo.list
include jpeg/reftest-stylo.list
# GIF tests
# include gif/reftest-stylo.list
include gif/reftest-stylo.list
# APNG tests
include apng/reftest-stylo.list
@ -55,8 +42,7 @@ include generic/reftest-stylo.list
include color-management/reftest-stylo.list
# Downscaling tests
# include downscaling/reftest-stylo.list
include downscaling/reftest-stylo.list
# Lossless encoders
# skip-if(Android||B2G) include encoders-lossless/reftest-stylo.list
# bug 783621
skip-if(Android) include encoders-lossless/reftest-stylo.list

View File

@ -1,69 +1,63 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== font-size-wrap.html font-size-wrap.html
== abs-pos-auto-margin-1.html abs-pos-auto-margin-1.html
fuzzy-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)&&!layersGPUAccelerated&&!azureSkia,73,1) == auto-offset-inline-block-1.html auto-offset-inline-block-1.html
# bug 696670
== fieldset-1.html fieldset-1.html
fails == font-size-wrap.html font-size-wrap.html
fails == abs-pos-auto-margin-1.html abs-pos-auto-margin-1.html
fails == auto-offset-inline-block-1.html auto-offset-inline-block-1.html
fails == fieldset-1.html fieldset-1.html
== table-1.html table-1.html
== table-2.html table-2.html
fails == table-2.html table-2.html
== table-3.html table-3.html
== table-caption-1.html table-caption-1.html
== table-caption-2.html table-caption-2.html
== table-caption-3.html table-caption-3.html
== table-caption-4.html table-caption-4.html
skip-if((B2G&&browserIsRemote)||Mulet) == table-caption-5.html table-caption-5.html
# TODO: change to == when bug 967870 is is
# Initial mulet triage: parity with B2G/B2G Desktop
== table-cell-1.html table-cell-1.html
== table-cell-2.html table-cell-2.html
== table-cell-3.html table-cell-3.html
== table-cell-4.html table-cell-4.html
== table-cell-5.html table-cell-5.html
== table-cell-6.html table-cell-6.html
== table-cell-7.html table-cell-7.html
skip-if((B2G&&browserIsRemote)||Mulet) == table-cell-8.html table-cell-8.html
# TODO: change to == when bug 967870 is is
# Initial mulet triage: parity with B2G/B2G Desktop
== table-row-1.html table-row-1.html
== table-row-2.html table-row-2.html
== table-row-3.html table-row-3.html
== table-row-4.html table-row-4.html
== table-row-5.html table-row-5.html
== table-row-6.html table-row-6.html
== table-row-7.html table-row-7.html
== table-row-group-1.html table-row-group-1.html
== table-row-group-2.html table-row-group-2.html
== table-row-group-3.html table-row-group-3.html
== table-row-group-4.html table-row-group-4.html
== table-row-group-5.html table-row-group-5.html
== table-row-group-6.html table-row-group-6.html
== table-row-group-7.html table-row-group-7.html
== table-header-group-1.html table-header-group-1.html
== table-header-group-2.html table-header-group-2.html
== table-header-group-3.html table-header-group-3.html
== table-header-group-4.html table-header-group-4.html
== table-header-group-5.html table-header-group-5.html
== table-header-group-6.html table-header-group-6.html
== table-header-group-7.html table-header-group-7.html
# == table-footer-group-1.html table-footer-group-1.html
== table-footer-group-2.html table-footer-group-2.html
== table-footer-group-3.html table-footer-group-3.html
== table-footer-group-4.html table-footer-group-4.html
== table-footer-group-5.html table-footer-group-5.html
== table-footer-group-6.html table-footer-group-6.html
== table-footer-group-7.html table-footer-group-7.html
== continuation-positioned-inline-1.html continuation-positioned-inline-1.html
== continuation-positioned-inline-2.html continuation-positioned-inline-2.html
== scrollframe-1.html scrollframe-1.html
fails == scrollframe-2.html scrollframe-2-ref.html #bug #bug
# Initial mulet triage: parity with B2G/B2G Desktop
fuzzy-if(gtkWidget,1,8) == select-1.html select-1.html
fails fuzzy-if(gtkWidget,1,8) == select-1-dynamic.html select-1-dynamic.html
== select-2.html select-2.html
fuzzy-if(gtkWidget,1,19) fuzzy-if(Android||B2G,17,726) fuzzy-if(asyncPan&&!layersGPUAccelerated,102,98) fuzzy-if(browserIsRemote&&winWidget,102,107) == select-3.html select-3.html
== multi-column-1.html multi-column-1.html
fails == table-caption-1.html table-caption-1.html
fails == table-caption-2.html table-caption-2.html
fails == table-caption-3.html table-caption-3.html
fails == table-caption-4.html table-caption-4.html
fails == table-caption-5.html table-caption-5.html
fails == table-cell-1.html table-cell-1.html
fails == table-cell-2.html table-cell-2.html
fails == table-cell-3.html table-cell-3.html
fails == table-cell-4.html table-cell-4.html
fails == table-cell-5.html table-cell-5.html
fails == table-cell-6.html table-cell-6.html
fails == table-cell-7.html table-cell-7.html
fails == table-cell-8.html table-cell-8.html
fails == table-row-1.html table-row-1.html
fails == table-row-2.html table-row-2.html
fails == table-row-3.html table-row-3.html
fails == table-row-4.html table-row-4.html
fails == table-row-5.html table-row-5.html
fails == table-row-6.html table-row-6.html
fails == table-row-7.html table-row-7.html
fails == table-row-group-1.html table-row-group-1.html
fails == table-row-group-2.html table-row-group-2.html
fails == table-row-group-3.html table-row-group-3.html
fails == table-row-group-4.html table-row-group-4.html
fails == table-row-group-5.html table-row-group-5.html
fails == table-row-group-6.html table-row-group-6.html
fails == table-row-group-7.html table-row-group-7.html
fails == table-header-group-1.html table-header-group-1.html
fails == table-header-group-2.html table-header-group-2.html
fails == table-header-group-3.html table-header-group-3.html
fails == table-header-group-4.html table-header-group-4.html
fails == table-header-group-5.html table-header-group-5.html
fails == table-header-group-6.html table-header-group-6.html
fails == table-header-group-7.html table-header-group-7.html
fails == table-footer-group-1.html table-footer-group-1.html
fails == table-footer-group-2.html table-footer-group-2.html
fails == table-footer-group-3.html table-footer-group-3.html
fails == table-footer-group-4.html table-footer-group-4.html
fails == table-footer-group-5.html table-footer-group-5.html
fails == table-footer-group-6.html table-footer-group-6.html
fails == table-footer-group-7.html table-footer-group-7.html
fails == continuation-positioned-inline-1.html continuation-positioned-inline-1.html
fails == continuation-positioned-inline-2.html continuation-positioned-inline-2.html
fails == scrollframe-1.html scrollframe-1.html
fails == scrollframe-2.html scrollframe-2.html
fails == select-1.html select-1.html
fails == select-1-dynamic.html select-1-dynamic.html
fails == select-2.html select-2.html
fails == select-3.html select-3.html
fails == multi-column-1.html multi-column-1.html
== button-1.html button-1.html
== button-2.html button-2.html
== relative-row-animation-1.html relative-row-animation-1.html
fuzzy-if(Android,12,50) == fixed-pos-auto-offset-1a.html fixed-pos-auto-offset-1a.html
fuzzy-if(Android,12,50) == fixed-pos-auto-offset-1b.html fixed-pos-auto-offset-1b.html
fails == relative-row-animation-1.html relative-row-animation-1.html
fails == fixed-pos-auto-offset-1a.html fixed-pos-auto-offset-1a.html
fails == fixed-pos-auto-offset-1b.html fixed-pos-auto-offset-1b.html

View File

@ -0,0 +1,2 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== test.html test.html

View File

@ -1,59 +1,62 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
skip-if(!asyncPan) == bg-fixed-1.html bg-fixed-1.html
skip-if(!asyncPan) == bg-fixed-cover-1.html bg-fixed-cover-1.html
skip-if(!asyncPan) == bg-fixed-cover-2.html bg-fixed-cover-2.html
fails == bg-fixed-1.html bg-fixed-1.html
== bg-fixed-cover-1.html bg-fixed-cover-1.html
fails == bg-fixed-cover-2.html bg-fixed-cover-2.html
skip-if(!asyncPan) == bg-fixed-cover-3.html bg-fixed-cover-3.html
skip-if(!asyncPan) == bg-fixed-child.html bg-fixed-child.html
skip-if(!asyncPan) == bg-fixed-child-clip-1.html bg-fixed-child-clip-1.html
skip-if(!asyncPan) == bg-fixed-child-clip-2.html bg-fixed-child-clip-2.html
fails == bg-fixed-child-clip-1.html bg-fixed-child-clip-1.html
fails == bg-fixed-child-clip-2.html bg-fixed-child-clip-2.html
fuzzy(1,246) fuzzy-if(skiaContent,2,160) fuzzy-if(browserIsRemote&&d2d,53,185) skip-if(!asyncPan) == bg-fixed-child-mask.html bg-fixed-child-mask.html
skip-if(!asyncPan) == bg-fixed-in-opacity.html bg-fixed-in-opacity.html
skip-if(!asyncPan) == bg-fixed-child-no-culling.html bg-fixed-child-no-culling.html
skip fuzzy-if(B2G,2,5366) fuzzy-if(Android,2,4000) fuzzy-if(browserIsRemote&&cocoaWidget,2,179524) fuzzy-if(browserIsRemote&&winWidget,1,74590) skip-if(!asyncPan) == bg-fixed-transformed-image.html bg-fixed-transformed-image.html
skip-if(!asyncPan) == element-1.html element-1.html
pref(layers.force-active,true) skip-if(!asyncPan) == iframe-1.html iframe-1.html
skip-if(!asyncPan) == nested-1.html nested-1.html
skip-if(!asyncPan) == nested-2.html nested-2.html
skip-if(!asyncPan) == position-fixed-1.html position-fixed-1.html
skip-if(!asyncPan) == position-fixed-2.html position-fixed-2.html
== bg-fixed-in-opacity.html bg-fixed-in-opacity.html
fails == bg-fixed-child-no-culling-1.html bg-fixed-child-no-culling-1.html
== bg-fixed-child-no-culling-2.html bg-fixed-child-no-culling-2.html
fuzzy-if(Android,2,4000) fuzzy-if(browserIsRemote&&cocoaWidget,2,179524) fuzzy-if(browserIsRemote&&winWidget,1,74590) fuzzy-if(gtkWidget&&layersGPUAccelerated,1,3528) skip-if(!asyncPan) == bg-fixed-transformed-image.html bg-fixed-transformed-image.html
== element-1.html element-1.html
# == iframe-1.html iframe-1.html
== nested-1.html nested-1.html
== nested-2.html nested-2.html
== position-fixed-1.html position-fixed-1.html
== position-fixed-2.html position-fixed-2.html
skip-if(!asyncPan) == position-fixed-body.html position-fixed-body.html
skip-if(!asyncPan) == position-fixed-cover-1.html position-fixed-cover-1.html
skip-if(!asyncPan) == position-fixed-cover-2.html position-fixed-cover-2.html
== position-fixed-cover-1.html position-fixed-cover-1.html
== position-fixed-cover-2.html position-fixed-cover-2.html
skip-if(!asyncPan) == position-fixed-cover-3.html position-fixed-cover-3.html
fuzzy-if(Android,5,4) skip-if(!asyncPan) == position-fixed-transformed-1.html position-fixed-transformed-1.html
skip-if(!asyncPan) == split-layers-1.html split-layers-1.html
skip-if(!asyncPan) == split-layers-multi-scrolling-1.html split-layers-multi-scrolling-1.html
fuzzy-if(skiaContent,2,240000) fuzzy-if(browserIsRemote&&!skiaContent&&(cocoaWidget||winWidget),1,240000) skip-if(!asyncPan) == split-opacity-layers-1.html split-opacity-layers-1.html
skip-if(!asyncPan) == sticky-pos-scrollable-1.html sticky-pos-scrollable-1.html
skip-if(!asyncPan) == fixed-pos-scrollable-1.html fixed-pos-scrollable-1.html
skip-if(!asyncPan) == culling-1.html culling-1.html
skip-if(!asyncPan) == position-fixed-iframe-1.html position-fixed-iframe-1.html
skip-if(!asyncPan) == position-fixed-iframe-2.html position-fixed-iframe-2.html
fuzzy-if(skiaContent||(browserIsRemote&&cocoaWidget),1,10000) skip-if(!asyncPan) == position-fixed-in-scroll-container.html position-fixed-in-scroll-container.html
skip-if(!asyncPan) == position-fixed-inside-sticky-1.html position-fixed-inside-sticky-1.html
skip-if(!asyncPan) == group-opacity-surface-size-1.html group-opacity-surface-size-1.html
fails == position-fixed-transformed-1.html position-fixed-transformed-1.html
== split-layers-1.html split-layers-1.html
== split-layers-multi-scrolling-1.html split-layers-multi-scrolling-1.html
== split-opacity-layers-1.html split-opacity-layers-1.html
== sticky-pos-scrollable-1.html sticky-pos-scrollable-1.html
== sticky-pos-scrollable-2.html sticky-pos-scrollable-2.html
skip-if(!asyncPan) == sticky-pos-scrollable-3.html sticky-pos-scrollable-3.html
fails == fixed-pos-scrollable-1.html fixed-pos-scrollable-1.html
== culling-1.html culling-1.html
# == position-fixed-iframe-1.html position-fixed-iframe-1.html
== position-fixed-iframe-2.html position-fixed-iframe-2.html
fuzzy-if(skiaContent,1,11300) skip-if(!asyncPan) == position-fixed-in-scroll-container.html position-fixed-in-scroll-container.html
== position-fixed-inside-sticky-1.html position-fixed-inside-sticky-1.html
== position-fixed-inside-sticky-2.html position-fixed-inside-sticky-2.html
== group-opacity-surface-size-1.html group-opacity-surface-size-1.html
skip-if(!asyncPan) == position-sticky-transformed.html position-sticky-transformed.html
skip-if(!asyncPan) == offscreen-prerendered-active-opacity.html offscreen-prerendered-active-opacity.html
fuzzy-if(Android,6,4) skip-if(!asyncPan) == offscreen-clipped-blendmode-1.html offscreen-clipped-blendmode-1.html
fuzzy-if(Android,6,4) skip-if(!asyncPan) == offscreen-clipped-blendmode-2.html offscreen-clipped-blendmode-2.html
== offscreen-prerendered-active-opacity.html offscreen-prerendered-active-opacity.html
fails == offscreen-clipped-blendmode-1.html offscreen-clipped-blendmode-1.html
fails == offscreen-clipped-blendmode-2.html offscreen-clipped-blendmode-2.html
fuzzy-if(Android,6,4) skip == offscreen-clipped-blendmode-3.html offscreen-clipped-blendmode-3.html
# bug 1251588 - wrong AGR on mix-blend-mode item
fuzzy-if(Android,6,4) skip-if(!asyncPan) == offscreen-clipped-blendmode-4.html offscreen-clipped-blendmode-4.html
fuzzy-if(Android,7,4) skip-if(!asyncPan) == perspective-scrolling-1.html perspective-scrolling-1.html
fuzzy-if(Android,7,4) skip-if(!asyncPan) == perspective-scrolling-2.html perspective-scrolling-2.html
fails == perspective-scrolling-1.html perspective-scrolling-1.html
fails == perspective-scrolling-2.html perspective-scrolling-2.html
fuzzy-if(Android,7,4) skip-if(!asyncPan) == perspective-scrolling-3.html perspective-scrolling-3.html
fuzzy-if(Android,7,4) skip-if(!asyncPan) == perspective-scrolling-4.html perspective-scrolling-4.html
pref(apz.disable_for_scroll_linked_effects,true) skip-if(!asyncPan) == disable-apz-for-sle-pages.html disable-apz-for-sle-pages.html
fuzzy-if(browserIsRemote&&d2d,1,19) skip-if(!asyncPan) == background-blend-mode-1.html background-blend-mode-1.html
skip-if(Android||!asyncPan) == opaque-fractional-displayport-1.html opaque-fractional-displayport-1.html
skip-if(Android||!asyncPan) == opaque-fractional-displayport-2.html opaque-fractional-displayport-2.html
== background-blend-mode-1.html background-blend-mode-1.html
fails == opaque-fractional-displayport-1.html opaque-fractional-displayport-1.html
fails == opaque-fractional-displayport-2.html opaque-fractional-displayport-2.html
# for the following tests, we want to disable the low-precision buffer
# as it will expand the displayport beyond what the test specifies in
# its reftest-displayport attributes, and interfere with where we expect
# checkerboarding to occur
default-preferences pref(layers.low-precision-buffer,false)
skip-if(!asyncPan) == checkerboard-1.html checkerboard-1.html
skip-if(!asyncPan) == checkerboard-2.html checkerboard-2.html
== checkerboard-1.html checkerboard-1.html
== checkerboard-2.html checkerboard-2.html
skip-if(!asyncPan) == checkerboard-3.html checkerboard-3.html
default-preferences

View File

@ -1,4 +1,4 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== scaled-color-stop-position.html scaled-color-stop-position.html
== color-stop-clamp-interpolation.html color-stop-clamp-interpolation.html
fails == scaled-color-stop-position.html scaled-color-stop-position.html
fails == color-stop-clamp-interpolation.html color-stop-clamp-interpolation.html
== linear-gradient-repeated.html linear-gradient-repeated.html

View File

@ -2,66 +2,59 @@
include gradient/reftest-stylo.list
include vector/reftest-stylo.list
skip-if(B2G||Mulet) == layers-stacking-order.xhtml layers-stacking-order.xhtml
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) == layers-layer-count-cascade-1.xhtml layers-layer-count-cascade-1.xhtml
# Initial mulet triage: parity with B2G/B2G Desktop
== layers-stacking-order.xhtml layers-stacking-order.xhtml
== layers-layer-count-cascade-1.xhtml layers-layer-count-cascade-1.xhtml
== layers-layer-count-inheritance-1.xhtml layers-layer-count-inheritance-1.xhtml
== layers-layer-count-cascade-2.xhtml layers-layer-count-cascade-2.xhtml
== layers-layer-count-inheritance-2.xhtml layers-layer-count-inheritance-2.xhtml
fuzzy-if(Android,9,600000) fuzzy-if(skiaContent,1,5000) == viewport-translucent-color-1.html viewport-translucent-color-1.html
fuzzy-if(skiaContent,1,5000) == viewport-translucent-color-2.html viewport-translucent-color-2.html
fuzzy-if(skiaContent,1,5000) == viewport-translucent-color-3.html viewport-translucent-color-3.html
fails == layers-layer-count-inheritance-2.xhtml layers-layer-count-inheritance-2.xhtml
== viewport-translucent-color-1.html viewport-translucent-color-1.html
fails == viewport-translucent-color-2.html viewport-translucent-color-2.html
fails == viewport-translucent-color-3.html viewport-translucent-color-3.html
== viewport-translucent-color-ref.html viewport-translucent-color-ref.html
fuzzy-if(skiaContent,1,10000) == iframe-translucent-color-1.html iframe-translucent-color-1.html
fuzzy-if(skiaContent,1,1024) == translucent-color-1.html translucent-color-1.html
fuzzy-if(skiaContent,1,1024) == translucent-color-2.html translucent-color-2.html
== iframe-translucent-color-1.html iframe-translucent-color-1.html
== translucent-color-1.html translucent-color-1.html
fails == translucent-color-2.html translucent-color-2.html
fuzzy-if(skiaContent,1,1024) == translucent-color-3.html translucent-color-3.html
== translucent-color-ref.html translucent-color-ref.html
skip-if(B2G||Mulet) == root-element-display-none-1.html root-element-display-none-1.html
# Initial mulet triage: parity with B2G/B2G Desktop
== continuous-inline-1a.html continuous-inline-1a.html
== continuous-inline-1b.html continuous-inline-1b.html
== continuous-inline-1c.html continuous-inline-1c.html
== continuous-inline-1d.html continuous-inline-1d.html
== continuous-inline-2a.html continuous-inline-2a.html
== continuous-inline-2b.html continuous-inline-2b.html
== continuous-inline-3.html continuous-inline-3.html
skip-if(B2G||Mulet) == continuous-inline-4a.html continuous-inline-4a.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) == continuous-inline-4b.html continuous-inline-4b.html
# Initial mulet triage: parity with B2G/B2G Desktop
== continuous-inline-5a.html continuous-inline-5a.html
== continuous-inline-5b.html continuous-inline-5b.html
== background-redraw-237766.html background-redraw-237766.html
fails == root-element-display-none-1.html root-element-display-none-1.html
fails == continuous-inline-1a.html continuous-inline-1a.html
fails == continuous-inline-1b.html continuous-inline-1b.html
fails == continuous-inline-1c.html continuous-inline-1c.html
fails == continuous-inline-1d.html continuous-inline-1d.html
fails == continuous-inline-2a.html continuous-inline-2a.html
fails == continuous-inline-2b.html continuous-inline-2b.html
fails == continuous-inline-3.html continuous-inline-3.html
fails == continuous-inline-4a.html continuous-inline-4a.html
fails == continuous-inline-4b.html continuous-inline-4b.html
fails == continuous-inline-5a.html continuous-inline-5a.html
fails == continuous-inline-5b.html continuous-inline-5b.html
fails == background-redraw-237766.html background-redraw-237766.html
== background-clip-1.html background-clip-1.html
== background-clip-2.html background-clip-2.html
skip-if(B2G||Mulet) == background-position-1a.html background-position-1a.html
# Initial mulet triage: parity with B2G/B2G Desktop
== background-position-1a.html background-position-1a.html
== background-position-1b.html background-position-1b.html
== background-position-1c.html background-position-1c.html
skip-if(B2G||Mulet) == background-position-1d.html background-position-1d.html
# Initial mulet triage: parity with B2G/B2G Desktop
== background-position-1e.html background-position-1e.html
== background-position-1f.html background-position-1f.html
fails == background-position-1d.html background-position-1d.html
fails == background-position-1e.html background-position-1e.html
fails == background-position-1f.html background-position-1f.html
== background-position-2a.html background-position-2a.html
== background-position-2b.html background-position-2b.html
== background-position-2c.html background-position-2c.html
== background-position-2d.html background-position-2d.html
# == background-position-2c.html background-position-2c.html
# == background-position-2d.html background-position-2d.html
== background-position-3a.html background-position-3a.html
== background-position-3b.html background-position-3b.html
== background-position-3c.html background-position-3c.html
== background-position-3d.html background-position-3d.html
fails == background-position-3c.html background-position-3c.html
fails == background-position-3d.html background-position-3d.html
== background-position-4a.html background-position-4a.html
== background-position-4b.html background-position-4b.html
== background-position-4c.html background-position-4c.html
== background-position-4d.html background-position-4d.html
== background-position-4e.html background-position-4e.html
fails == background-position-4d.html background-position-4d.html
fails == background-position-4e.html background-position-4e.html
== background-position-5.html background-position-5.html
== background-position-6a.html background-position-6a.html
== background-position-6b.html background-position-6b.html
fails == background-position-6b.html background-position-6b.html
== background-position-7.html background-position-7.html
== background-position-8.html background-position-8.html
@ -79,9 +72,7 @@ skip-if(B2G||Mulet) == background-position-1d.html background-position-1d.html
== background-size-percent-length.html background-size-percent-length.html
== background-size-percent-percent.html background-size-percent-percent.html
== background-size-length-length.html background-size-length-length.html
skip-if(B2G||Mulet) == background-size-percent-percent-stretch.html background-size-percent-percent-stretch.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== background-size-percent-percent-stretch.html background-size-percent-percent-stretch.html
== background-size-body-percent-percent.html background-size-body-percent-percent.html
== background-size-body-percent-percent-no-repeat.html background-size-body-percent-percent-no-repeat.html
@ -101,47 +92,35 @@ skip-if(B2G||Mulet) == background-size-percent-percent-stretch.html background-s
== background-size-zoom-no-repeat.html background-size-zoom-no-repeat.html
== background-size-contain-clip-padding.html background-size-contain-clip-padding.html
# == background-size-contain-clip-padding.html background-size-contain-clip-padding.html
== background-size-contain-clip-border.html background-size-contain-clip-border.html
== background-size-contain-position-fifty-fifty.html background-size-contain-position-fifty-fifty.html
== background-size-contain-clip-padding-origin-border.html background-size-contain-clip-padding-origin-border.html
== background-size-contain-clip-padding-origin-border-padding.html background-size-contain-clip-padding-origin-border-padding.html
# == background-size-contain-clip-padding-origin-border-padding.html background-size-contain-clip-padding-origin-border-padding.html
skip-if(B2G||Mulet) == background-layers-1a.html background-layers-1a.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
fuzzy-if(OSX,1,324) == background-layers-1b.html background-layers-1b.html
== background-layers-1a.html background-layers-1a.html
fails == background-layers-1b.html background-layers-1b.html
# box-decoration-break's effect on backgrounds is touchy and hard to test due to stretching
# artifacts and the difficulty of covering exact lines, so just make sure
# background-size results in a different rendering when present.
pref(layout.css.box-decoration-break.enabled,true) == background-size-cover-slice.html background-size-cover-slice.html
pref(layout.css.box-decoration-break.enabled,true) == background-size-cover-clone.html background-size-cover-clone.html
fails pref(layout.css.box-decoration-break.enabled,true) == background-size-cover-slice.html background-size-cover-slice.html
fails pref(layout.css.box-decoration-break.enabled,true) == background-size-cover-clone.html background-size-cover-clone.html
# ...and make sure each rendering with background-size is different from the
# other
pref(layout.css.box-decoration-break.enabled,true) == background-size-cover-slice.html background-size-cover-slice.html
fails pref(layout.css.box-decoration-break.enabled,true) == background-size-cover-slice.html background-size-cover-slice.html
random-if(OSX==1010) == background-size-monster-ch.html background-size-monster-ch.html
# bug 1129300
random-if(OSX==1010) == background-size-monster-cm.html background-size-monster-cm.html
# bug 1129300
random-if(OSX==1010) == background-size-monster-em.html background-size-monster-em.html
# bug 1129300
random-if(OSX==1010) == background-size-monster-ex.html background-size-monster-ex.html
# bug 1129300
random-if(OSX==1010) == background-size-monster-inches.html background-size-monster-inches.html
# bug 1129300
random-if(OSX==1010) == background-size-monster-mm.html background-size-monster-mm.html
# bug 1129300
random-if(OSX==1010) == background-size-monster-pc.html background-size-monster-pc.html
# bug 1129300
random-if(OSX==1010) == background-size-monster-pt.html background-size-monster-pt.html
# bug 1129300
random-if(OSX==1010) == background-size-monster-px.html background-size-monster-px.html
# bug 1129300
random-if(OSX==1010) == background-size-monster-rem.html background-size-monster-rem.html
# bug 1129300
fails == background-size-monster-ch.html background-size-monster-ch.html
fails == background-size-monster-cm.html background-size-monster-cm.html
fails == background-size-monster-em.html background-size-monster-em.html
fails == background-size-monster-ex.html background-size-monster-ex.html
fails == background-size-monster-inches.html background-size-monster-inches.html
fails == background-size-monster-mm.html background-size-monster-mm.html
fails == background-size-monster-pc.html background-size-monster-pc.html
fails == background-size-monster-pt.html background-size-monster-pt.html
fails == background-size-monster-px.html background-size-monster-px.html
fails == background-size-monster-rem.html background-size-monster-rem.html
# There seems to be a pixel-snapping problem here, where the repeated background
# image isn't being snapped at its boundaries. Note that the boundaries within
@ -151,65 +130,60 @@ random-if(OSX==1010) == background-size-monster-rem.html background-size-monster
== background-size-zoom-repeat.html background-size-zoom-repeat.html
# -moz-default-background-color and -moz-default-color (bug 591341)
== background-moz-default-background-color.html background-moz-default-background-color.html
fails == background-moz-default-background-color.html background-moz-default-background-color.html
random-if(B2G||Mulet) == fixed-bg-with-transform-outside-viewport-1.html fixed-bg-with-transform-outside-viewport-1.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails == fixed-bg-with-transform-outside-viewport-1.html fixed-bg-with-transform-outside-viewport-1.html
fuzzy(2,83) == fixed-bg-border-radius.html fixed-bg-border-radius.html
random == fixed-bg-inside-transform.html fixed-bg-inside-transform.html
HTTP == root-background-1.html root-background-1.html
HTTP == root-background-1.html root-background-1.html
fails HTTP == root-background-1.html root-background-1.html
fails HTTP == root-background-1.html root-background-1.html
random-if(B2G||Mulet) == really-big-background.html really-big-background.html
# Initial mulet triage: parity with B2G/B2G Desktop
== body-background.html body-background.html
== table-background.html table-background.html
== table-background-print.html table-background-print.html
== div-background.html div-background.html
# == really-big-background.html really-big-background.html
# == body-background.html body-background.html
# == table-background.html table-background.html
fails == table-background-print.html table-background-print.html
# == div-background.html div-background.html
== background-repeat-1-ref.html background-repeat-1-ref.html
== multi-background-clip-content-border.html multi-background-clip-content-border.html
HTTP == background-referrer.html background-referrer.html
fails HTTP == background-referrer.html background-referrer.html
== attachment-scroll-positioning-1.html attachment-scroll-positioning-1.html
== attachment-local-positioning-1.html attachment-local-positioning-1.html
== attachment-local-positioning-2.html attachment-local-positioning-2.html
== attachment-local-positioning-3.html attachment-local-positioning-3.html
== attachment-local-positioning-4.html attachment-local-positioning-4.html
fails == attachment-local-positioning-2.html attachment-local-positioning-2.html
fails == attachment-local-positioning-3.html attachment-local-positioning-3.html
fails == attachment-local-positioning-4.html attachment-local-positioning-4.html
== attachment-local-positioning-5.html attachment-local-positioning-5.html
== attachment-local-clipping-color-1.html attachment-local-clipping-color-1.html
== attachment-local-clipping-color-2.html attachment-local-clipping-color-2.html
# Same ref as the previous test.
== attachment-local-clipping-color-3.html attachment-local-clipping-color-3.html
fails fuzzy-if(skiaContent,1,300) == attachment-local-clipping-color-4.html attachment-local-clipping-color-4.html
fails fuzzy-if(skiaContent,1,400) == attachment-local-clipping-color-5.html attachment-local-clipping-color-5.html
== attachment-local-clipping-color-6.html attachment-local-clipping-color-6.html
fails == attachment-local-clipping-color-1.html attachment-local-clipping-color-1.html
fails == attachment-local-clipping-color-2.html attachment-local-clipping-color-2.html
fails == attachment-local-clipping-color-3.html attachment-local-clipping-color-3.html
fails == attachment-local-clipping-color-4.html attachment-local-clipping-color-4.html
fails == attachment-local-clipping-color-5.html attachment-local-clipping-color-5.html
fails == attachment-local-clipping-color-6.html attachment-local-clipping-color-6.html
== attachment-local-clipping-image-1.html attachment-local-clipping-image-1.html
== attachment-local-clipping-image-2.html attachment-local-clipping-image-2.html
# Same ref as the previous test.
== attachment-local-clipping-image-3.html attachment-local-clipping-image-3.html
fails == attachment-local-clipping-image-1.html attachment-local-clipping-image-1.html
fails == attachment-local-clipping-image-2.html attachment-local-clipping-image-2.html
fails == attachment-local-clipping-image-3.html attachment-local-clipping-image-3.html
# The next three tests are fuzzy due to bug 1128229.
fails fuzzy-if(skiaContent,64,1300) == attachment-local-clipping-image-4.html attachment-local-clipping-image-4.html
fails fuzzy-if(skiaContent,64,1300) == attachment-local-clipping-image-5.html attachment-local-clipping-image-5.html
== attachment-local-clipping-image-6.html attachment-local-clipping-image-6.html
fails == attachment-local-clipping-image-4.html attachment-local-clipping-image-4.html
fails == attachment-local-clipping-image-5.html attachment-local-clipping-image-5.html
fails == attachment-local-clipping-image-6.html attachment-local-clipping-image-6.html
fuzzy-if(skiaContent,1,8) == background-multiple-with-border-radius.html background-multiple-with-border-radius.html
== background-repeat-large-area.html background-repeat-large-area.html
fuzzy-if(skiaContent,31,474) == background-tiling-zoom-1.html background-tiling-zoom-1.html
fails == background-tiling-zoom-1.html background-tiling-zoom-1.html
skip-if(!cocoaWidget) == background-repeat-resampling.html background-repeat-resampling.html
skip pref(layout.css.background-clip-text.enabled,true) fuzzy-if(winWidget,102,2032) fuzzy-if(skiaContent,102,2595) == background-clip-text-1a.html background-clip-text-1a.html
fails pref(layout.css.background-clip-text.enabled,true) fuzzy-if(winWidget,102,2032) fuzzy-if(skiaContent,102,2595) == background-clip-text-1b.html background-clip-text-1b.html
fails pref(layout.css.background-clip-text.enabled,true) fuzzy-if(winWidget,102,2032) fuzzy-if(skiaContent,102,2595) == background-clip-text-1c.html background-clip-text-1c.html
fails pref(layout.css.background-clip-text.enabled,true) fuzzy-if(winWidget,102,2032) fuzzy-if(skiaContent,102,2595) == background-clip-text-1d.html background-clip-text-1d.html
fails pref(layout.css.background-clip-text.enabled,true) fuzzy-if(winWidget,102,2032) fuzzy-if(skiaContent,102,2595) == background-clip-text-1e.html background-clip-text-1e.html
skip pref(layout.css.background-clip-text.enabled,false) == background-clip-text-1a.html background-clip-text-1a.html
# == background-clip-text-1a.html background-clip-text-1a.html
fails == background-clip-text-1b.html background-clip-text-1b.html
fails == background-clip-text-1c.html background-clip-text-1c.html
fails == background-clip-text-1d.html background-clip-text-1d.html
fails == background-clip-text-1e.html background-clip-text-1e.html
# pref(layout.css.background-clip-text.enabled,false) == background-clip-text-1a.html background-clip-text-1a.html
pref(layout.css.background-clip-text.enabled,true) == background-clip-text-2.html background-clip-text-2.html
fails pref(layout.css.background-clip-text.enabled,true) == background-clip-text-2.html background-clip-text-2.html

View File

@ -6,51 +6,34 @@ include empty/reftest-stylo.list
# avoid viewBox-directed scaling to make the scaled height less than the wide-
# tests height):
#
# for ORIENTATION in tall wide; do for SIZE in 32px-auto auto-32px auto contain cover; do for VIMAGE in *.svg; do cat template.html | sed -e "s/SIZE/$(echo $SIZE | sed -e 's/-/ /')/g" | sed -e "s/VIMAGE/$VIMAGE/g" | sed -e "s/TALLWIDE/$ORIENTATION/g" | sed -e "s/ORIENTATION/$(if [ "$ORIENTATION" = "tall" ]; then echo 'width: 256px; height: 768px'; else echo 'width: 768px; height: 256px'; fi)/g" > $ORIENTATION--$SIZE--$(echo $VIMAGE | sed -e 's/.svg//').html; echo "== $ORIENTATION--$SIZE--$(echo $VIMAGE | sed -e 's/.svg//').html ###" >> reftest-stylo.list; done; echo >> reftest-stylo.list; done; done;
# for ORIENTATION in tall wide; do for SIZE in 32px-auto auto-32px auto contain cover; do for VIMAGE in *.svg; do cat template.html | sed -e "s/SIZE/$(echo $SIZE | sed -e 's/-/ /')/g" | sed -e "s/VIMAGE/$VIMAGE/g" | sed -e "s/TALLWIDE/$ORIENTATION/g" | sed -e "s/ORIENTATION/$(if [ "$ORIENTATION" = "tall" ]; then echo 'width: 256px; height: 768px'; else echo 'width: 768px; height: 256px'; fi)/g" > $ORIENTATION--$SIZE--$(echo $VIMAGE | sed -e 's/.svg//').html; echo "== $ORIENTATION--$SIZE--$(echo $VIMAGE | sed -e -e
#
################################################################################
== tall--32px-auto--nonpercent-width-nonpercent-height.html tall--32px-auto--nonpercent-width-nonpercent-height.html
== tall--32px-auto--nonpercent-width-nonpercent-height-viewbox.html tall--32px-auto--nonpercent-width-nonpercent-height-viewbox.html
== tall--32px-auto--nonpercent-width-omitted-height.html tall--32px-auto--nonpercent-width-omitted-height.html
skip-if(B2G||Mulet) == tall--32px-auto--nonpercent-width-omitted-height-viewbox.html tall--32px-auto--nonpercent-width-omitted-height-viewbox.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) == tall--32px-auto--nonpercent-width-percent-height.html tall--32px-auto--nonpercent-width-percent-height.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== tall--32px-auto--nonpercent-width-omitted-height-viewbox.html tall--32px-auto--nonpercent-width-omitted-height-viewbox.html
== tall--32px-auto--nonpercent-width-percent-height.html tall--32px-auto--nonpercent-width-percent-height.html
== tall--32px-auto--nonpercent-width-percent-height-viewbox.html tall--32px-auto--nonpercent-width-percent-height-viewbox.html
skip-if(B2G||Mulet) == tall--32px-auto--omitted-width-nonpercent-height.html tall--32px-auto--omitted-width-nonpercent-height.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== tall--32px-auto--omitted-width-nonpercent-height.html tall--32px-auto--omitted-width-nonpercent-height.html
== tall--32px-auto--omitted-width-nonpercent-height-viewbox.html tall--32px-auto--omitted-width-nonpercent-height-viewbox.html
== tall--32px-auto--omitted-width-omitted-height.html tall--32px-auto--omitted-width-omitted-height.html
== tall--32px-auto--omitted-width-omitted-height-viewbox.html tall--32px-auto--omitted-width-omitted-height-viewbox.html
skip-if(B2G||Mulet) == tall--32px-auto--omitted-width-percent-height.html tall--32px-auto--omitted-width-percent-height.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) == tall--32px-auto--omitted-width-percent-height-viewbox.html tall--32px-auto--omitted-width-percent-height-viewbox.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== tall--32px-auto--omitted-width-percent-height.html tall--32px-auto--omitted-width-percent-height.html
== tall--32px-auto--omitted-width-percent-height-viewbox.html tall--32px-auto--omitted-width-percent-height-viewbox.html
== tall--32px-auto--percent-width-nonpercent-height.html tall--32px-auto--percent-width-nonpercent-height.html
== tall--32px-auto--percent-width-nonpercent-height-viewbox.html tall--32px-auto--percent-width-nonpercent-height-viewbox.html
== tall--32px-auto--percent-width-omitted-height.html tall--32px-auto--percent-width-omitted-height.html
skip-if(B2G||Mulet) == tall--32px-auto--percent-width-omitted-height-viewbox.html tall--32px-auto--percent-width-omitted-height-viewbox.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== tall--32px-auto--percent-width-omitted-height-viewbox.html tall--32px-auto--percent-width-omitted-height-viewbox.html
== tall--32px-auto--percent-width-percent-height.html tall--32px-auto--percent-width-percent-height.html
skip-if(B2G||Mulet) == tall--32px-auto--percent-width-percent-height-viewbox.html tall--32px-auto--percent-width-percent-height-viewbox.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== tall--32px-auto--percent-width-percent-height-viewbox.html tall--32px-auto--percent-width-percent-height-viewbox.html
== tall--auto-32px--nonpercent-width-nonpercent-height.html tall--auto-32px--nonpercent-width-nonpercent-height.html
== tall--auto-32px--nonpercent-width-nonpercent-height-viewbox.html tall--auto-32px--nonpercent-width-nonpercent-height-viewbox.html
skip-if(B2G||Mulet) == tall--auto-32px--nonpercent-width-omitted-height.html tall--auto-32px--nonpercent-width-omitted-height.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== tall--auto-32px--nonpercent-width-omitted-height.html tall--auto-32px--nonpercent-width-omitted-height.html
== tall--auto-32px--nonpercent-width-omitted-height-viewbox.html tall--auto-32px--nonpercent-width-omitted-height-viewbox.html
skip-if(B2G||Mulet) == tall--auto-32px--nonpercent-width-percent-height.html tall--auto-32px--nonpercent-width-percent-height.html
# Initial mulet triage: parity with B2G/B2G Desktop
== tall--auto-32px--nonpercent-width-percent-height.html tall--auto-32px--nonpercent-width-percent-height.html
== tall--auto-32px--nonpercent-width-percent-height-viewbox.html tall--auto-32px--nonpercent-width-percent-height-viewbox.html
== tall--auto-32px--omitted-width-nonpercent-height.html tall--auto-32px--omitted-width-nonpercent-height.html
== tall--auto-32px--omitted-width-nonpercent-height-viewbox.html tall--auto-32px--omitted-width-nonpercent-height-viewbox.html
@ -65,9 +48,7 @@ skip-if(B2G||Mulet) == tall--auto-32px--nonpercent-width-percent-height.html tal
== tall--auto-32px--percent-width-percent-height.html tall--auto-32px--percent-width-percent-height.html
== tall--auto-32px--percent-width-percent-height-viewbox.html tall--auto-32px--percent-width-percent-height-viewbox.html
skip-if(B2G||Mulet) == tall--auto--nonpercent-width-nonpercent-height.html tall--auto--nonpercent-width-nonpercent-height.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== tall--auto--nonpercent-width-nonpercent-height.html tall--auto--nonpercent-width-nonpercent-height.html
== tall--auto--nonpercent-width-nonpercent-height-viewbox.html tall--auto--nonpercent-width-nonpercent-height-viewbox.html
== tall--auto--nonpercent-width-omitted-height.html tall--auto--nonpercent-width-omitted-height.html
== tall--auto--nonpercent-width-omitted-height-viewbox.html tall--auto--nonpercent-width-omitted-height-viewbox.html
@ -76,9 +57,7 @@ skip-if(B2G||Mulet) == tall--auto--nonpercent-width-nonpercent-height.html tall-
== tall--auto--omitted-width-nonpercent-height.html tall--auto--omitted-width-nonpercent-height.html
== tall--auto--omitted-width-nonpercent-height-viewbox.html tall--auto--omitted-width-nonpercent-height-viewbox.html
== tall--auto--omitted-width-omitted-height.html tall--auto--omitted-width-omitted-height.html
skip-if(B2G||Mulet) == tall--auto--omitted-width-omitted-height-viewbox.html tall--auto--omitted-width-omitted-height-viewbox.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== tall--auto--omitted-width-omitted-height-viewbox.html tall--auto--omitted-width-omitted-height-viewbox.html
== tall--auto--omitted-width-percent-height.html tall--auto--omitted-width-percent-height.html
== tall--auto--omitted-width-percent-height-viewbox.html tall--auto--omitted-width-percent-height-viewbox.html
== tall--auto--percent-width-nonpercent-height.html tall--auto--percent-width-nonpercent-height.html
@ -90,12 +69,8 @@ skip-if(B2G||Mulet) == tall--auto--omitted-width-omitted-height-viewbox.html tal
== tall--contain--nonpercent-width-nonpercent-height.html tall--contain--nonpercent-width-nonpercent-height.html
== tall--contain--nonpercent-width-nonpercent-height-viewbox.html tall--contain--nonpercent-width-nonpercent-height-viewbox.html
skip-if(B2G||Mulet) == tall--contain--nonpercent-width-omitted-height.html tall--contain--nonpercent-width-omitted-height.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) == tall--contain--nonpercent-width-omitted-height-viewbox.html tall--contain--nonpercent-width-omitted-height-viewbox.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== tall--contain--nonpercent-width-omitted-height.html tall--contain--nonpercent-width-omitted-height.html
== tall--contain--nonpercent-width-omitted-height-viewbox.html tall--contain--nonpercent-width-omitted-height-viewbox.html
== tall--contain--nonpercent-width-percent-height.html tall--contain--nonpercent-width-percent-height.html
== tall--contain--nonpercent-width-percent-height-viewbox.html tall--contain--nonpercent-width-percent-height-viewbox.html
== tall--contain--omitted-width-nonpercent-height.html tall--contain--omitted-width-nonpercent-height.html
@ -133,19 +108,12 @@ skip-if(B2G||Mulet) == tall--contain--nonpercent-width-omitted-height-viewbox.ht
== wide--12px-auto--nonpercent-width-nonpercent-height.html wide--12px-auto--nonpercent-width-nonpercent-height.html
== wide--12px-auto--nonpercent-width-nonpercent-height-viewbox.html wide--12px-auto--nonpercent-width-nonpercent-height-viewbox.html
skip-if(B2G||Mulet) == wide--12px-auto--nonpercent-width-omitted-height.html wide--12px-auto--nonpercent-width-omitted-height.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) == wide--12px-auto--nonpercent-width-omitted-height-viewbox.html wide--12px-auto--nonpercent-width-omitted-height-viewbox.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== wide--12px-auto--nonpercent-width-omitted-height.html wide--12px-auto--nonpercent-width-omitted-height.html
== wide--12px-auto--nonpercent-width-omitted-height-viewbox.html wide--12px-auto--nonpercent-width-omitted-height-viewbox.html
== wide--12px-auto--nonpercent-width-percent-height.html wide--12px-auto--nonpercent-width-percent-height.html
== wide--12px-auto--nonpercent-width-percent-height-viewbox.html wide--12px-auto--nonpercent-width-percent-height-viewbox.html
skip-if(B2G||Mulet) == wide--12px-auto--omitted-width-nonpercent-height.html wide--12px-auto--omitted-width-nonpercent-height.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) == wide--12px-auto--omitted-width-nonpercent-height-viewbox.html wide--12px-auto--omitted-width-nonpercent-height-viewbox.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== wide--12px-auto--omitted-width-nonpercent-height.html wide--12px-auto--omitted-width-nonpercent-height.html
== wide--12px-auto--omitted-width-nonpercent-height-viewbox.html wide--12px-auto--omitted-width-nonpercent-height-viewbox.html
== wide--12px-auto--omitted-width-omitted-height.html wide--12px-auto--omitted-width-omitted-height.html
== wide--12px-auto--omitted-width-omitted-height-viewbox.html wide--12px-auto--omitted-width-omitted-height-viewbox.html
== wide--12px-auto--omitted-width-percent-height.html wide--12px-auto--omitted-width-percent-height.html
@ -153,21 +121,15 @@ skip-if(B2G||Mulet) == wide--12px-auto--omitted-width-nonpercent-height-viewbox.
== wide--12px-auto--percent-width-nonpercent-height.html wide--12px-auto--percent-width-nonpercent-height.html
== wide--12px-auto--percent-width-nonpercent-height-viewbox.html wide--12px-auto--percent-width-nonpercent-height-viewbox.html
== wide--12px-auto--percent-width-omitted-height.html wide--12px-auto--percent-width-omitted-height.html
skip-if(B2G||Mulet) == wide--12px-auto--percent-width-omitted-height-viewbox.html wide--12px-auto--percent-width-omitted-height-viewbox.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) == wide--12px-auto--percent-width-percent-height.html wide--12px-auto--percent-width-percent-height.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== wide--12px-auto--percent-width-omitted-height-viewbox.html wide--12px-auto--percent-width-omitted-height-viewbox.html
== wide--12px-auto--percent-width-percent-height.html wide--12px-auto--percent-width-percent-height.html
== wide--12px-auto--percent-width-percent-height-viewbox.html wide--12px-auto--percent-width-percent-height-viewbox.html
== wide--auto-32px--nonpercent-width-nonpercent-height.html wide--auto-32px--nonpercent-width-nonpercent-height.html
== wide--auto-32px--nonpercent-width-nonpercent-height-viewbox.html wide--auto-32px--nonpercent-width-nonpercent-height-viewbox.html
== wide--auto-32px--nonpercent-width-omitted-height.html wide--auto-32px--nonpercent-width-omitted-height.html
== wide--auto-32px--nonpercent-width-omitted-height-viewbox.html wide--auto-32px--nonpercent-width-omitted-height-viewbox.html
skip-if(B2G||Mulet) == wide--auto-32px--nonpercent-width-percent-height.html wide--auto-32px--nonpercent-width-percent-height.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== wide--auto-32px--nonpercent-width-percent-height.html wide--auto-32px--nonpercent-width-percent-height.html
== wide--auto-32px--nonpercent-width-percent-height-viewbox.html wide--auto-32px--nonpercent-width-percent-height-viewbox.html
== wide--auto-32px--omitted-width-nonpercent-height.html wide--auto-32px--omitted-width-nonpercent-height.html
== wide--auto-32px--omitted-width-nonpercent-height-viewbox.html wide--auto-32px--omitted-width-nonpercent-height-viewbox.html
@ -182,23 +144,16 @@ skip-if(B2G||Mulet) == wide--auto-32px--nonpercent-width-percent-height.html wid
== wide--auto-32px--percent-width-percent-height.html wide--auto-32px--percent-width-percent-height.html
== wide--auto-32px--percent-width-percent-height-viewbox.html wide--auto-32px--percent-width-percent-height-viewbox.html
skip-if(B2G||Mulet) == wide--auto--nonpercent-width-nonpercent-height.html wide--auto--nonpercent-width-nonpercent-height.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) == wide--auto--nonpercent-width-nonpercent-height-viewbox.html wide--auto--nonpercent-width-nonpercent-height-viewbox.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== wide--auto--nonpercent-width-nonpercent-height.html wide--auto--nonpercent-width-nonpercent-height.html
== wide--auto--nonpercent-width-nonpercent-height-viewbox.html wide--auto--nonpercent-width-nonpercent-height-viewbox.html
== wide--auto--nonpercent-width-omitted-height.html wide--auto--nonpercent-width-omitted-height.html
== wide--auto--nonpercent-width-omitted-height-viewbox.html wide--auto--nonpercent-width-omitted-height-viewbox.html
== wide--auto--nonpercent-width-percent-height.html wide--auto--nonpercent-width-percent-height.html
skip-if(B2G||Mulet) == wide--auto--nonpercent-width-percent-height-viewbox.html wide--auto--nonpercent-width-percent-height-viewbox.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== wide--auto--nonpercent-width-percent-height-viewbox.html wide--auto--nonpercent-width-percent-height-viewbox.html
== wide--auto--omitted-width-nonpercent-height.html wide--auto--omitted-width-nonpercent-height.html
== wide--auto--omitted-width-nonpercent-height-viewbox.html wide--auto--omitted-width-nonpercent-height-viewbox.html
== wide--auto--omitted-width-omitted-height.html wide--auto--omitted-width-omitted-height.html
skip-if(B2G||Mulet) == wide--auto--omitted-width-omitted-height-viewbox.html wide--auto--omitted-width-omitted-height-viewbox.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== wide--auto--omitted-width-omitted-height-viewbox.html wide--auto--omitted-width-omitted-height-viewbox.html
== wide--auto--omitted-width-percent-height.html wide--auto--omitted-width-percent-height.html
== wide--auto--omitted-width-percent-height-viewbox.html wide--auto--omitted-width-percent-height-viewbox.html
== wide--auto--percent-width-nonpercent-height.html wide--auto--percent-width-nonpercent-height.html
@ -210,9 +165,7 @@ skip-if(B2G||Mulet) == wide--auto--omitted-width-omitted-height-viewbox.html wid
== wide--contain--nonpercent-width-nonpercent-height.html wide--contain--nonpercent-width-nonpercent-height.html
== wide--contain--nonpercent-width-nonpercent-height-viewbox.html wide--contain--nonpercent-width-nonpercent-height-viewbox.html
skip-if(B2G||Mulet) == wide--contain--nonpercent-width-omitted-height.html wide--contain--nonpercent-width-omitted-height.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== wide--contain--nonpercent-width-omitted-height.html wide--contain--nonpercent-width-omitted-height.html
== wide--contain--nonpercent-width-omitted-height-viewbox.html wide--contain--nonpercent-width-omitted-height-viewbox.html
== wide--contain--nonpercent-width-percent-height.html wide--contain--nonpercent-width-percent-height.html
== wide--contain--nonpercent-width-percent-height-viewbox.html wide--contain--nonpercent-width-percent-height-viewbox.html
@ -230,17 +183,13 @@ skip-if(B2G||Mulet) == wide--contain--nonpercent-width-omitted-height.html wide-
== wide--contain--percent-width-percent-height-viewbox.html wide--contain--percent-width-percent-height-viewbox.html
== wide--cover--nonpercent-width-nonpercent-height.html wide--cover--nonpercent-width-nonpercent-height.html
skip-if(B2G||Mulet) == wide--cover--nonpercent-width-nonpercent-height-viewbox.html wide--cover--nonpercent-width-nonpercent-height-viewbox.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== wide--cover--nonpercent-width-nonpercent-height-viewbox.html wide--cover--nonpercent-width-nonpercent-height-viewbox.html
== wide--cover--nonpercent-width-omitted-height.html wide--cover--nonpercent-width-omitted-height.html
== wide--cover--nonpercent-width-omitted-height-viewbox.html wide--cover--nonpercent-width-omitted-height-viewbox.html
== wide--cover--nonpercent-width-percent-height.html wide--cover--nonpercent-width-percent-height.html
== wide--cover--nonpercent-width-percent-height-viewbox.html wide--cover--nonpercent-width-percent-height-viewbox.html
== wide--cover--omitted-width-nonpercent-height.html wide--cover--omitted-width-nonpercent-height.html
skip-if(B2G||Mulet) == wide--cover--omitted-width-nonpercent-height-viewbox.html wide--cover--omitted-width-nonpercent-height-viewbox.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== wide--cover--omitted-width-nonpercent-height-viewbox.html wide--cover--omitted-width-nonpercent-height-viewbox.html
== wide--cover--omitted-width-omitted-height.html wide--cover--omitted-width-omitted-height.html
== wide--cover--omitted-width-omitted-height-viewbox.html wide--cover--omitted-width-omitted-height-viewbox.html
== wide--cover--omitted-width-percent-height.html wide--cover--omitted-width-percent-height.html
@ -252,5 +201,5 @@ skip-if(B2G||Mulet) == wide--cover--omitted-width-nonpercent-height-viewbox.html
== wide--cover--percent-width-percent-height.html wide--cover--percent-width-percent-height.html
== wide--cover--percent-width-percent-height-viewbox.html wide--cover--percent-width-percent-height-viewbox.html
== diagonal-percentage-vector-background.html diagonal-percentage-vector-background.html
# == diagonal-percentage-vector-background.html diagonal-percentage-vector-background.html
== no-aspect-ratio-wide.html no-aspect-ratio-wide.html

View File

@ -1,120 +1,120 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== bdi-auto-dir-default.html bdi-auto-dir-default.html
== dir_auto-set-contained-dir-L.html dir_auto-set-contained-dir-L.html
== dir_auto-set-contained-dir-R.html dir_auto-set-contained-dir-R.html
== dir_auto-set-contained-invalid-dir-L.html dir_auto-set-contained-invalid-dir-L.html
== dir_auto-set-contained-invalid-dir-R.html dir_auto-set-contained-invalid-dir-R.html
== dir_auto-unset-contained-dir-L.html dir_auto-unset-contained-dir-L.html
== dir_auto-unset-contained-dir-R.html dir_auto-unset-contained-dir-R.html
== dynamicDirAuto-setLTR-Auto1.html dynamicDirAuto-setLTR-Auto1.html
== dynamicDirAuto-setLTR-Auto2.html dynamicDirAuto-setLTR-Auto2.html
== dynamicDirAuto-setLTR-Auto3.html dynamicDirAuto-setLTR-Auto3.html
== dynamicDirAuto-setLTR-Auto4.html dynamicDirAuto-setLTR-Auto4.html
== dynamicDirAuto-setLTR-Auto5.html dynamicDirAuto-setLTR-Auto5.html
== dynamicDirAuto-setLTR-Auto6.html dynamicDirAuto-setLTR-Auto6.html
== dynamicDirAuto-setLTR-LTR1.html dynamicDirAuto-setLTR-LTR1.html
== dynamicDirAuto-setLTR-LTR2.html dynamicDirAuto-setLTR-LTR2.html
== dynamicDirAuto-setLTR-LTR3.html dynamicDirAuto-setLTR-LTR3.html
== dynamicDirAuto-setLTR-LTR4.html dynamicDirAuto-setLTR-LTR4.html
== dynamicDirAuto-setLTR-LTR5.html dynamicDirAuto-setLTR-LTR5.html
== dynamicDirAuto-setLTR-LTR6.html dynamicDirAuto-setLTR-LTR6.html
== dynamicDirAuto-setLTR-LTR7.html dynamicDirAuto-setLTR-LTR7.html
== dynamicDirAuto-setLTR-LTR8.html dynamicDirAuto-setLTR-LTR8.html
== dynamicDirAuto-setLTR-RTL1.html dynamicDirAuto-setLTR-RTL1.html
== dynamicDirAuto-setLTR-RTL2.html dynamicDirAuto-setLTR-RTL2.html
== dynamicDirAuto-setLTR-RTL3.html dynamicDirAuto-setLTR-RTL3.html
== dynamicDirAuto-setLTR-RTL4.html dynamicDirAuto-setLTR-RTL4.html
== dynamicDirAuto-setLTR-RTL5.html dynamicDirAuto-setLTR-RTL5.html
== dynamicDirAuto-setLTR-RTL6.html dynamicDirAuto-setLTR-RTL6.html
== dynamicDirAuto-setLTR-RTL7.html dynamicDirAuto-setLTR-RTL7.html
== dynamicDirAuto-setLTR-RTL8.html dynamicDirAuto-setLTR-RTL8.html
== dynamicDirAuto-setLTR-NoDir1.html dynamicDirAuto-setLTR-NoDir1.html
== dynamicDirAuto-setLTR-NoDir2.html dynamicDirAuto-setLTR-NoDir2.html
== dynamicDirAuto-setLTR-NoDir3.html dynamicDirAuto-setLTR-NoDir3.html
== dynamicDirAuto-setLTR-NoDir4.html dynamicDirAuto-setLTR-NoDir4.html
== dynamicDirAuto-setLTR-NoDir5.html dynamicDirAuto-setLTR-NoDir5.html
== dynamicDirAuto-setLTR-NoDir6.html dynamicDirAuto-setLTR-NoDir6.html
== dynamicDirAuto-setLTR-NoDir7.html dynamicDirAuto-setLTR-NoDir7.html
== dynamicDirAuto-setLTR-NoDir8.html dynamicDirAuto-setLTR-NoDir8.html
== dynamicDirAuto-setLTR-InvalidDir1.html dynamicDirAuto-setLTR-InvalidDir1.html
== dynamicDirAuto-setLTR-InvalidDir2.html dynamicDirAuto-setLTR-InvalidDir2.html
== dynamicDirAuto-setLTR-InvalidDir3.html dynamicDirAuto-setLTR-InvalidDir3.html
== dynamicDirAuto-setLTR-InvalidDir4.html dynamicDirAuto-setLTR-InvalidDir4.html
== dynamicDirAuto-setLTR-InvalidDir5.html dynamicDirAuto-setLTR-InvalidDir5.html
== dynamicDirAuto-setLTR-InvalidDir6.html dynamicDirAuto-setLTR-InvalidDir6.html
== dynamicDirAuto-setLTR-InvalidDir7.html dynamicDirAuto-setLTR-InvalidDir7.html
== dynamicDirAuto-setLTR-InvalidDir7.html dynamicDirAuto-setLTR-InvalidDir7.html
== dynamicDirAuto-setRTL-Auto1.html dynamicDirAuto-setRTL-Auto1.html
== dynamicDirAuto-setRTL-Auto2.html dynamicDirAuto-setRTL-Auto2.html
== dynamicDirAuto-setRTL-Auto3.html dynamicDirAuto-setRTL-Auto3.html
== dynamicDirAuto-setRTL-Auto4.html dynamicDirAuto-setRTL-Auto4.html
== dynamicDirAuto-setRTL-Auto5.html dynamicDirAuto-setRTL-Auto5.html
== dynamicDirAuto-setRTL-Auto6.html dynamicDirAuto-setRTL-Auto6.html
== dynamicDirAuto-setRTL-LTR1.html dynamicDirAuto-setRTL-LTR1.html
== dynamicDirAuto-setRTL-LTR2.html dynamicDirAuto-setRTL-LTR2.html
== dynamicDirAuto-setRTL-LTR3.html dynamicDirAuto-setRTL-LTR3.html
== dynamicDirAuto-setRTL-LTR4.html dynamicDirAuto-setRTL-LTR4.html
== dynamicDirAuto-setRTL-LTR5.html dynamicDirAuto-setRTL-LTR5.html
== dynamicDirAuto-setRTL-LTR6.html dynamicDirAuto-setRTL-LTR6.html
== dynamicDirAuto-setRTL-LTR7.html dynamicDirAuto-setRTL-LTR7.html
== dynamicDirAuto-setRTL-LTR8.html dynamicDirAuto-setRTL-LTR8.html
== dynamicDirAuto-setRTL-RTL1.html dynamicDirAuto-setRTL-RTL1.html
== dynamicDirAuto-setRTL-RTL2.html dynamicDirAuto-setRTL-RTL2.html
== dynamicDirAuto-setRTL-RTL3.html dynamicDirAuto-setRTL-RTL3.html
== dynamicDirAuto-setRTL-RTL4.html dynamicDirAuto-setRTL-RTL4.html
== dynamicDirAuto-setRTL-RTL5.html dynamicDirAuto-setRTL-RTL5.html
== dynamicDirAuto-setRTL-RTL6.html dynamicDirAuto-setRTL-RTL6.html
== dynamicDirAuto-setRTL-RTL7.html dynamicDirAuto-setRTL-RTL7.html
== dynamicDirAuto-setRTL-RTL8.html dynamicDirAuto-setRTL-RTL8.html
== dynamicDirAuto-setRTL-NoDir1.html dynamicDirAuto-setRTL-NoDir1.html
== dynamicDirAuto-setRTL-NoDir2.html dynamicDirAuto-setRTL-NoDir2.html
== dynamicDirAuto-setRTL-NoDir3.html dynamicDirAuto-setRTL-NoDir3.html
== dynamicDirAuto-setRTL-NoDir4.html dynamicDirAuto-setRTL-NoDir4.html
== dynamicDirAuto-setRTL-NoDir5.html dynamicDirAuto-setRTL-NoDir5.html
== dynamicDirAuto-setRTL-NoDir6.html dynamicDirAuto-setRTL-NoDir6.html
== dynamicDirAuto-setRTL-NoDir7.html dynamicDirAuto-setRTL-NoDir7.html
== dynamicDirAuto-setRTL-NoDir8.html dynamicDirAuto-setRTL-NoDir8.html
== dynamicDirAuto-setRTL-InvalidDir1.html dynamicDirAuto-setRTL-InvalidDir1.html
== dynamicDirAuto-setRTL-InvalidDir2.html dynamicDirAuto-setRTL-InvalidDir2.html
== dynamicDirAuto-setRTL-InvalidDir3.html dynamicDirAuto-setRTL-InvalidDir3.html
== dynamicDirAuto-setRTL-InvalidDir4.html dynamicDirAuto-setRTL-InvalidDir4.html
== dynamicDirAuto-setRTL-InvalidDir5.html dynamicDirAuto-setRTL-InvalidDir5.html
== dynamicDirAuto-setRTL-InvalidDir6.html dynamicDirAuto-setRTL-InvalidDir6.html
== dynamicDirAuto-setRTL-InvalidDir7.html dynamicDirAuto-setRTL-InvalidDir7.html
== dynamicDirAuto-setRTL-InvalidDir8.html dynamicDirAuto-setRTL-InvalidDir8.html
== dynamicDirAuto-addLTR-Auto.html dynamicDirAuto-addLTR-Auto.html
== dynamicDirAuto-addRTL-Auto.html dynamicDirAuto-addRTL-Auto.html
== dynamicDirAuto-ChangeText-LTR1.html dynamicDirAuto-ChangeText-LTR1.html
== dynamicDirAuto-ChangeText-LTR2.html dynamicDirAuto-ChangeText-LTR2.html
== dynamicDirAuto-ChangeText-LTR3.html dynamicDirAuto-ChangeText-LTR3.html
== dynamicDirAuto-ChangeText-LTR4.html dynamicDirAuto-ChangeText-LTR4.html
== dynamicDirAuto-ChangeText-LTR5.html dynamicDirAuto-ChangeText-LTR5.html
== dynamicDirAuto-ChangeText-LTR6.html dynamicDirAuto-ChangeText-LTR6.html
== dynamicDirAuto-ChangeText-LTR7.html dynamicDirAuto-ChangeText-LTR7.html
== dynamicDirAuto-ChangeText-LTR8.html dynamicDirAuto-ChangeText-LTR8.html
== dynamicDirAuto-ChangeText-LTR9.html dynamicDirAuto-ChangeText-LTR9.html
== dynamicDirAuto-ChangeText-LTR10.html dynamicDirAuto-ChangeText-LTR10.html
== dynamicDirAuto-ChangeText-RTL1.html dynamicDirAuto-ChangeText-RTL1.html
== dynamicDirAuto-ChangeText-RTL2.html dynamicDirAuto-ChangeText-RTL2.html
fuzzy-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)&&!layersGPUAccelerated&&!azureSkia,30,1) == dynamicDirAuto-ChangeText-RTL3.html dynamicDirAuto-ChangeText-RTL3.html
fuzzy-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)&&!layersGPUAccelerated&&!azureSkia,30,1) == dynamicDirAuto-ChangeText-RTL4.html dynamicDirAuto-ChangeText-RTL4.html
fuzzy-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)&&!layersGPUAccelerated&&!azureSkia,30,1) == dynamicDirAuto-ChangeText-RTL5.html dynamicDirAuto-ChangeText-RTL5.html
fuzzy-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)&&!layersGPUAccelerated&&!azureSkia,30,1) == dynamicDirAuto-ChangeText-RTL6.html dynamicDirAuto-ChangeText-RTL6.html
== dynamicDirAuto-ChangeText-RTL7.html dynamicDirAuto-ChangeText-RTL7.html
== dynamicDirAuto-ChangeText-RTL8.html dynamicDirAuto-ChangeText-RTL8.html
== dynamicDirAuto-ChangeText-RTL9.html dynamicDirAuto-ChangeText-RTL9.html
== dynamicDirAuto-ChangeText-RTL10.html dynamicDirAuto-ChangeText-RTL10.html
== dynamicDirAuto-DeleteText-LTR1.html dynamicDirAuto-DeleteText-LTR1.html
== dynamicDirAuto-DeleteText-LTR2.html dynamicDirAuto-DeleteText-LTR2.html
== dynamicDirAuto-DeleteText-LTR3.html dynamicDirAuto-DeleteText-LTR3.html
== dynamicDirAuto-DeleteText-RTL1.html dynamicDirAuto-DeleteText-RTL1.html
== dynamicDirAuto-DeleteText-RTL2.html dynamicDirAuto-DeleteText-RTL2.html
== dynamicDirAuto-DeleteText-RTL3.html dynamicDirAuto-DeleteText-RTL3.html
== 839886-1.html 839886-1.html
== 859093-1.html 859093-1.html
== 889742-1.html 889742-1.html
== 1103348-1.html 1103348-1.html
== 1169267-delete-add-1a.html 1169267-delete-add-1a.html
== 1169267-delete-add-1b.html 1169267-delete-add-1b.html
== 1169267-delete-add-2a.html 1169267-delete-add-2a.html
== 1169267-delete-add-2b.html 1169267-delete-add-2b.html
fails == bdi-auto-dir-default.html bdi-auto-dir-default.html
fails == dir_auto-set-contained-dir-L.html dir_auto-set-contained-dir-L.html
fails == dir_auto-set-contained-dir-R.html dir_auto-set-contained-dir-R.html
fails == dir_auto-set-contained-invalid-dir-L.html dir_auto-set-contained-invalid-dir-L.html
fails == dir_auto-set-contained-invalid-dir-R.html dir_auto-set-contained-invalid-dir-R.html
fails == dir_auto-unset-contained-dir-L.html dir_auto-unset-contained-dir-L.html
fails == dir_auto-unset-contained-dir-R.html dir_auto-unset-contained-dir-R.html
fails == dynamicDirAuto-setLTR-Auto1.html dynamicDirAuto-setLTR-Auto1.html
fails == dynamicDirAuto-setLTR-Auto2.html dynamicDirAuto-setLTR-Auto2.html
fails == dynamicDirAuto-setLTR-Auto3.html dynamicDirAuto-setLTR-Auto3.html
fails == dynamicDirAuto-setLTR-Auto4.html dynamicDirAuto-setLTR-Auto4.html
fails == dynamicDirAuto-setLTR-Auto5.html dynamicDirAuto-setLTR-Auto5.html
fails == dynamicDirAuto-setLTR-Auto6.html dynamicDirAuto-setLTR-Auto6.html
fails == dynamicDirAuto-setLTR-LTR1.html dynamicDirAuto-setLTR-LTR1.html
fails == dynamicDirAuto-setLTR-LTR2.html dynamicDirAuto-setLTR-LTR2.html
fails == dynamicDirAuto-setLTR-LTR3.html dynamicDirAuto-setLTR-LTR3.html
fails == dynamicDirAuto-setLTR-LTR4.html dynamicDirAuto-setLTR-LTR4.html
fails == dynamicDirAuto-setLTR-LTR5.html dynamicDirAuto-setLTR-LTR5.html
fails == dynamicDirAuto-setLTR-LTR6.html dynamicDirAuto-setLTR-LTR6.html
fails == dynamicDirAuto-setLTR-LTR7.html dynamicDirAuto-setLTR-LTR7.html
fails == dynamicDirAuto-setLTR-LTR8.html dynamicDirAuto-setLTR-LTR8.html
fails == dynamicDirAuto-setLTR-RTL1.html dynamicDirAuto-setLTR-RTL1.html
fails == dynamicDirAuto-setLTR-RTL2.html dynamicDirAuto-setLTR-RTL2.html
fails == dynamicDirAuto-setLTR-RTL3.html dynamicDirAuto-setLTR-RTL3.html
fails == dynamicDirAuto-setLTR-RTL4.html dynamicDirAuto-setLTR-RTL4.html
fails == dynamicDirAuto-setLTR-RTL5.html dynamicDirAuto-setLTR-RTL5.html
fails == dynamicDirAuto-setLTR-RTL6.html dynamicDirAuto-setLTR-RTL6.html
fails == dynamicDirAuto-setLTR-RTL7.html dynamicDirAuto-setLTR-RTL7.html
fails == dynamicDirAuto-setLTR-RTL8.html dynamicDirAuto-setLTR-RTL8.html
fails == dynamicDirAuto-setLTR-NoDir1.html dynamicDirAuto-setLTR-NoDir1.html
fails == dynamicDirAuto-setLTR-NoDir2.html dynamicDirAuto-setLTR-NoDir2.html
fails == dynamicDirAuto-setLTR-NoDir3.html dynamicDirAuto-setLTR-NoDir3.html
fails == dynamicDirAuto-setLTR-NoDir4.html dynamicDirAuto-setLTR-NoDir4.html
fails == dynamicDirAuto-setLTR-NoDir5.html dynamicDirAuto-setLTR-NoDir5.html
fails == dynamicDirAuto-setLTR-NoDir6.html dynamicDirAuto-setLTR-NoDir6.html
fails == dynamicDirAuto-setLTR-NoDir7.html dynamicDirAuto-setLTR-NoDir7.html
fails == dynamicDirAuto-setLTR-NoDir8.html dynamicDirAuto-setLTR-NoDir8.html
fails == dynamicDirAuto-setLTR-InvalidDir1.html dynamicDirAuto-setLTR-InvalidDir1.html
fails == dynamicDirAuto-setLTR-InvalidDir2.html dynamicDirAuto-setLTR-InvalidDir2.html
fails == dynamicDirAuto-setLTR-InvalidDir3.html dynamicDirAuto-setLTR-InvalidDir3.html
fails == dynamicDirAuto-setLTR-InvalidDir4.html dynamicDirAuto-setLTR-InvalidDir4.html
fails == dynamicDirAuto-setLTR-InvalidDir5.html dynamicDirAuto-setLTR-InvalidDir5.html
fails == dynamicDirAuto-setLTR-InvalidDir6.html dynamicDirAuto-setLTR-InvalidDir6.html
# == dynamicDirAuto-setLTR-InvalidDir7.html dynamicDirAuto-setLTR-InvalidDir7.html
# == dynamicDirAuto-setLTR-InvalidDir7.html dynamicDirAuto-setLTR-InvalidDir7.html
fails == dynamicDirAuto-setRTL-Auto1.html dynamicDirAuto-setRTL-Auto1.html
fails == dynamicDirAuto-setRTL-Auto2.html dynamicDirAuto-setRTL-Auto2.html
fails == dynamicDirAuto-setRTL-Auto3.html dynamicDirAuto-setRTL-Auto3.html
fails == dynamicDirAuto-setRTL-Auto4.html dynamicDirAuto-setRTL-Auto4.html
fails == dynamicDirAuto-setRTL-Auto5.html dynamicDirAuto-setRTL-Auto5.html
fails == dynamicDirAuto-setRTL-Auto6.html dynamicDirAuto-setRTL-Auto6.html
fails == dynamicDirAuto-setRTL-LTR1.html dynamicDirAuto-setRTL-LTR1.html
fails == dynamicDirAuto-setRTL-LTR2.html dynamicDirAuto-setRTL-LTR2.html
fails == dynamicDirAuto-setRTL-LTR3.html dynamicDirAuto-setRTL-LTR3.html
fails == dynamicDirAuto-setRTL-LTR4.html dynamicDirAuto-setRTL-LTR4.html
fails == dynamicDirAuto-setRTL-LTR5.html dynamicDirAuto-setRTL-LTR5.html
fails == dynamicDirAuto-setRTL-LTR6.html dynamicDirAuto-setRTL-LTR6.html
fails == dynamicDirAuto-setRTL-LTR7.html dynamicDirAuto-setRTL-LTR7.html
fails == dynamicDirAuto-setRTL-LTR8.html dynamicDirAuto-setRTL-LTR8.html
fails == dynamicDirAuto-setRTL-RTL1.html dynamicDirAuto-setRTL-RTL1.html
fails == dynamicDirAuto-setRTL-RTL2.html dynamicDirAuto-setRTL-RTL2.html
fails == dynamicDirAuto-setRTL-RTL3.html dynamicDirAuto-setRTL-RTL3.html
fails == dynamicDirAuto-setRTL-RTL4.html dynamicDirAuto-setRTL-RTL4.html
fails == dynamicDirAuto-setRTL-RTL5.html dynamicDirAuto-setRTL-RTL5.html
fails == dynamicDirAuto-setRTL-RTL6.html dynamicDirAuto-setRTL-RTL6.html
fails == dynamicDirAuto-setRTL-RTL7.html dynamicDirAuto-setRTL-RTL7.html
fails == dynamicDirAuto-setRTL-RTL8.html dynamicDirAuto-setRTL-RTL8.html
fails == dynamicDirAuto-setRTL-NoDir1.html dynamicDirAuto-setRTL-NoDir1.html
fails == dynamicDirAuto-setRTL-NoDir2.html dynamicDirAuto-setRTL-NoDir2.html
fails == dynamicDirAuto-setRTL-NoDir3.html dynamicDirAuto-setRTL-NoDir3.html
fails == dynamicDirAuto-setRTL-NoDir4.html dynamicDirAuto-setRTL-NoDir4.html
fails == dynamicDirAuto-setRTL-NoDir5.html dynamicDirAuto-setRTL-NoDir5.html
fails == dynamicDirAuto-setRTL-NoDir6.html dynamicDirAuto-setRTL-NoDir6.html
fails == dynamicDirAuto-setRTL-NoDir7.html dynamicDirAuto-setRTL-NoDir7.html
fails == dynamicDirAuto-setRTL-NoDir8.html dynamicDirAuto-setRTL-NoDir8.html
fails == dynamicDirAuto-setRTL-InvalidDir1.html dynamicDirAuto-setRTL-InvalidDir1.html
fails == dynamicDirAuto-setRTL-InvalidDir2.html dynamicDirAuto-setRTL-InvalidDir2.html
fails == dynamicDirAuto-setRTL-InvalidDir3.html dynamicDirAuto-setRTL-InvalidDir3.html
fails == dynamicDirAuto-setRTL-InvalidDir4.html dynamicDirAuto-setRTL-InvalidDir4.html
fails == dynamicDirAuto-setRTL-InvalidDir5.html dynamicDirAuto-setRTL-InvalidDir5.html
fails == dynamicDirAuto-setRTL-InvalidDir6.html dynamicDirAuto-setRTL-InvalidDir6.html
fails == dynamicDirAuto-setRTL-InvalidDir7.html dynamicDirAuto-setRTL-InvalidDir7.html
fails == dynamicDirAuto-setRTL-InvalidDir8.html dynamicDirAuto-setRTL-InvalidDir8.html
fails == dynamicDirAuto-addLTR-Auto.html dynamicDirAuto-addLTR-Auto.html
fails == dynamicDirAuto-addRTL-Auto.html dynamicDirAuto-addRTL-Auto.html
fails == dynamicDirAuto-ChangeText-LTR1.html dynamicDirAuto-ChangeText-LTR1.html
fails == dynamicDirAuto-ChangeText-LTR2.html dynamicDirAuto-ChangeText-LTR2.html
fails == dynamicDirAuto-ChangeText-LTR3.html dynamicDirAuto-ChangeText-LTR3.html
fails == dynamicDirAuto-ChangeText-LTR4.html dynamicDirAuto-ChangeText-LTR4.html
fails == dynamicDirAuto-ChangeText-LTR5.html dynamicDirAuto-ChangeText-LTR5.html
fails == dynamicDirAuto-ChangeText-LTR6.html dynamicDirAuto-ChangeText-LTR6.html
fails == dynamicDirAuto-ChangeText-LTR7.html dynamicDirAuto-ChangeText-LTR7.html
fails == dynamicDirAuto-ChangeText-LTR8.html dynamicDirAuto-ChangeText-LTR8.html
fails == dynamicDirAuto-ChangeText-LTR9.html dynamicDirAuto-ChangeText-LTR9.html
fails == dynamicDirAuto-ChangeText-LTR10.html dynamicDirAuto-ChangeText-LTR10.html
fails == dynamicDirAuto-ChangeText-RTL1.html dynamicDirAuto-ChangeText-RTL1.html
fails == dynamicDirAuto-ChangeText-RTL2.html dynamicDirAuto-ChangeText-RTL2.html
fails == dynamicDirAuto-ChangeText-RTL3.html dynamicDirAuto-ChangeText-RTL3.html
fails == dynamicDirAuto-ChangeText-RTL4.html dynamicDirAuto-ChangeText-RTL4.html
fails == dynamicDirAuto-ChangeText-RTL5.html dynamicDirAuto-ChangeText-RTL5.html
fails == dynamicDirAuto-ChangeText-RTL6.html dynamicDirAuto-ChangeText-RTL6.html
fails == dynamicDirAuto-ChangeText-RTL7.html dynamicDirAuto-ChangeText-RTL7.html
fails == dynamicDirAuto-ChangeText-RTL8.html dynamicDirAuto-ChangeText-RTL8.html
fails == dynamicDirAuto-ChangeText-RTL9.html dynamicDirAuto-ChangeText-RTL9.html
fails == dynamicDirAuto-ChangeText-RTL10.html dynamicDirAuto-ChangeText-RTL10.html
fails == dynamicDirAuto-DeleteText-LTR1.html dynamicDirAuto-DeleteText-LTR1.html
fails == dynamicDirAuto-DeleteText-LTR2.html dynamicDirAuto-DeleteText-LTR2.html
fails == dynamicDirAuto-DeleteText-LTR3.html dynamicDirAuto-DeleteText-LTR3.html
fails == dynamicDirAuto-DeleteText-RTL1.html dynamicDirAuto-DeleteText-RTL1.html
fails == dynamicDirAuto-DeleteText-RTL2.html dynamicDirAuto-DeleteText-RTL2.html
fails == dynamicDirAuto-DeleteText-RTL3.html dynamicDirAuto-DeleteText-RTL3.html
fails == 839886-1.html 839886-1.html
fails == 859093-1.html 859093-1.html
fails == 889742-1.html 889742-1.html
fails == 1103348-1.html 1103348-1.html
fails == 1169267-delete-add-1a.html 1169267-delete-add-1a.html
fails == 1169267-delete-add-1b.html 1169267-delete-add-1b.html
fails == 1169267-delete-add-2a.html 1169267-delete-add-2a.html
fails == 1169267-delete-add-2b.html 1169267-delete-add-2b.html

View File

@ -1,121 +1,121 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
pref(bidi.numeral,0) == arabic-1.html arabic-1.html
pref(bidi.numeral,1) == arabic-1.html arabic-1.html
pref(bidi.numeral,2) == arabic-1.html arabic-1.html
pref(bidi.numeral,3) == arabic-1.html arabic-1.html
pref(bidi.numeral,4) == arabic-1.html arabic-1.html
skip pref(bidi.numeral,0) == arabic-2.html arabic-2.html
skip pref(bidi.numeral,1) == arabic-2.html arabic-2.html
skip pref(bidi.numeral,2) == arabic-2.html arabic-2.html
skip pref(bidi.numeral,3) == arabic-2.html arabic-2.html
skip pref(bidi.numeral,4) == arabic-2.html arabic-2.html
pref(bidi.numeral,0) == arabic-3.html arabic-3.html
pref(bidi.numeral,1) == arabic-3.html arabic-3.html
pref(bidi.numeral,2) == arabic-3.html arabic-3.html
pref(bidi.numeral,3) == arabic-3.html arabic-3.html
pref(bidi.numeral,4) == arabic-3.html arabic-3.html
pref(bidi.numeral,0) == arabic-4.html arabic-4.html
pref(bidi.numeral,1) == arabic-4.html arabic-4.html
pref(bidi.numeral,2) == arabic-4.html arabic-4.html
pref(bidi.numeral,3) == arabic-4.html arabic-4.html
pref(bidi.numeral,4) == arabic-4.html arabic-4.html
pref(bidi.numeral,0) == arabic-5.html arabic-5.html
pref(bidi.numeral,1) == arabic-5.html arabic-5.html
pref(bidi.numeral,2) == arabic-5.html arabic-5.html
pref(bidi.numeral,3) == arabic-5.html arabic-5.html
pref(bidi.numeral,4) == arabic-5.html arabic-5.html
pref(bidi.numeral,0) == bug441782-1.html bug441782-1.html
pref(bidi.numeral,1) == bug441782-1.html bug441782-1.html
pref(bidi.numeral,2) == bug441782-1.html bug441782-1.html
pref(bidi.numeral,3) == bug441782-1.html bug441782-1.html
pref(bidi.numeral,4) == bug441782-1.html bug441782-1.html
pref(bidi.numeral,0) == bug441782-2.html bug441782-2.html
pref(bidi.numeral,1) == bug441782-2.html bug441782-2.html
pref(bidi.numeral,2) == bug441782-2.html bug441782-2.html
pref(bidi.numeral,3) == bug441782-2.html bug441782-2.html
pref(bidi.numeral,4) == bug441782-2.html bug441782-2.html
pref(bidi.numeral,0) == bug441782-3.html bug441782-3.html
fails-if(winWidget&&!layersGPUAccelerated&&!(/^Windows\x20NT\x205\.1/.test(http.oscpu))&&!skiaContent) fuzzy-if(winWidget&&!d2d&&d3d11,13,1) pref(bidi.numeral,1) == bug441782-3.html bug441782-3.html
fails-if(winWidget&&!layersGPUAccelerated&&!(/^Windows\x20NT\x205\.1/.test(http.oscpu))&&!skiaContent) fuzzy-if(winWidget&&!d2d&&d3d11,13,1) pref(bidi.numeral,2) == bug441782-3.html bug441782-3.html
fails-if(winWidget&&!layersGPUAccelerated&&!(/^Windows\x20NT\x205\.1/.test(http.oscpu))&&!skiaContent) fuzzy-if(winWidget&&!d2d&&d3d11,13,1) pref(bidi.numeral,3) == bug441782-3.html bug441782-3.html
pref(bidi.numeral,4) == bug441782-3.html bug441782-3.html
pref(bidi.numeral,0) == bug441782-4.html bug441782-4.html
pref(bidi.numeral,1) == bug441782-4.html bug441782-4.html
pref(bidi.numeral,2) == bug441782-4.html bug441782-4.html
pref(bidi.numeral,3) == bug441782-4.html bug441782-4.html
pref(bidi.numeral,4) == bug441782-4.html bug441782-4.html
pref(bidi.numeral,0) == bug441782-5.html bug441782-5.html
pref(bidi.numeral,1) == bug441782-5.html bug441782-5.html
pref(bidi.numeral,2) == bug441782-5.html bug441782-5.html
pref(bidi.numeral,3) == bug441782-5.html bug441782-5.html
pref(bidi.numeral,4) == bug441782-5.html bug441782-5.html
pref(bidi.numeral,0) == bug467672-1.html bug467672-1.html
pref(bidi.numeral,1) == bug467672-1.html bug467672-1.html
pref(bidi.numeral,2) == bug467672-1.html bug467672-1.html
pref(bidi.numeral,3) == bug467672-1.html bug467672-1.html
pref(bidi.numeral,4) == bug467672-1.html bug467672-1.html
pref(bidi.numeral,5) == bug467672-1.html bug467672-1.html
pref(bidi.numeral,6) == bug467672-1.html bug467672-1.html
pref(bidi.numeral,0) == bug467672-2.html bug467672-2.html
pref(bidi.numeral,1) == bug467672-2.html bug467672-2.html
pref(bidi.numeral,2) == bug467672-2.html bug467672-2.html
pref(bidi.numeral,3) == bug467672-2.html bug467672-2.html
pref(bidi.numeral,4) == bug467672-2.html bug467672-2.html
pref(bidi.numeral,5) == bug467672-2.html bug467672-2.html
pref(bidi.numeral,6) == bug467672-2.html bug467672-2.html
pref(bidi.numeral,0) == bug467672-3.html bug467672-3.html
pref(bidi.numeral,1) == bug467672-3.html bug467672-3.html
pref(bidi.numeral,2) == bug467672-3.html bug467672-3.html
pref(bidi.numeral,3) == bug467672-3.html bug467672-3.html
pref(bidi.numeral,4) == bug467672-3.html bug467672-3.html
pref(bidi.numeral,5) == bug467672-3.html bug467672-3.html
pref(bidi.numeral,6) == bug467672-3.html bug467672-3.html
pref(bidi.numeral,0) == bug467672-4.html bug467672-4.html
pref(bidi.numeral,1) == bug467672-4.html bug467672-4.html
pref(bidi.numeral,2) == bug467672-4.html bug467672-4.html
pref(bidi.numeral,3) == bug467672-4.html bug467672-4.html
pref(bidi.numeral,4) == bug467672-4.html bug467672-4.html
pref(bidi.numeral,5) == bug467672-4.html bug467672-4.html
pref(bidi.numeral,6) == bug467672-4.html bug467672-4.html
pref(bidi.numeral,0) == bug467672-5.html bug467672-5.html
pref(bidi.numeral,1) == bug467672-5.html bug467672-5.html
pref(bidi.numeral,2) == bug467672-5.html bug467672-5.html
pref(bidi.numeral,3) == bug467672-5.html bug467672-5.html
pref(bidi.numeral,4) == bug467672-5.html bug467672-5.html
pref(bidi.numeral,5) == bug467672-5.html bug467672-5.html
pref(bidi.numeral,6) == bug467672-5.html bug467672-5.html
pref(bidi.numeral,0) == persian-1.html persian-1.html
pref(bidi.numeral,1) == persian-1.html persian-1.html
pref(bidi.numeral,2) == persian-1.html persian-1.html
pref(bidi.numeral,3) == persian-1.html persian-1.html
pref(bidi.numeral,4) == persian-1.html persian-1.html
pref(bidi.numeral,5) == persian-1.html persian-1.html
pref(bidi.numeral,6) == persian-1.html persian-1.html
skip pref(bidi.numeral,0) == persian-2.html persian-2.html
skip pref(bidi.numeral,1) == persian-2.html persian-2.html
skip pref(bidi.numeral,2) == persian-2.html persian-2.html
skip pref(bidi.numeral,3) == persian-2.html persian-2.html
skip pref(bidi.numeral,4) == persian-2.html persian-2.html
skip pref(bidi.numeral,5) == persian-2.html persian-2.html
skip pref(bidi.numeral,6) == persian-2.html persian-2.html
pref(bidi.numeral,0) == persian-3.html persian-3.html
pref(bidi.numeral,1) == persian-3.html persian-3.html
pref(bidi.numeral,2) == persian-3.html persian-3.html
pref(bidi.numeral,3) == persian-3.html persian-3.html
pref(bidi.numeral,4) == persian-3.html persian-3.html
pref(bidi.numeral,5) == persian-3.html persian-3.html
pref(bidi.numeral,6) == persian-3.html persian-3.html
pref(bidi.numeral,0) == persian-4.html persian-4.html
pref(bidi.numeral,1) == persian-4.html persian-4.html
pref(bidi.numeral,2) == persian-4.html persian-4.html
pref(bidi.numeral,3) == persian-4.html persian-4.html
pref(bidi.numeral,4) == persian-4.html persian-4.html
pref(bidi.numeral,5) == persian-4.html persian-4.html
pref(bidi.numeral,6) == persian-4.html persian-4.html
pref(bidi.numeral,0) == persian-5.html persian-5.html
pref(bidi.numeral,1) == persian-5.html persian-5.html
pref(bidi.numeral,2) == persian-5.html persian-5.html
pref(bidi.numeral,3) == persian-5.html persian-5.html
pref(bidi.numeral,4) == persian-5.html persian-5.html
pref(bidi.numeral,5) == persian-5.html persian-5.html
pref(bidi.numeral,6) == persian-5.html persian-5.html
fails pref(bidi.numeral,0) == arabic-1.html arabic-1.html
fails pref(bidi.numeral,1) == arabic-1.html arabic-1.html
fails pref(bidi.numeral,2) == arabic-1.html arabic-1.html
fails pref(bidi.numeral,3) == arabic-1.html arabic-1.html
fails pref(bidi.numeral,4) == arabic-1.html arabic-1.html
fails pref(bidi.numeral,0) == arabic-2.html arabic-2.html
fails pref(bidi.numeral,1) == arabic-2.html arabic-2.html
fails pref(bidi.numeral,2) == arabic-2.html arabic-2.html
fails pref(bidi.numeral,3) == arabic-2.html arabic-2.html
fails pref(bidi.numeral,4) == arabic-2.html arabic-2.html
fails pref(bidi.numeral,0) == arabic-3.html arabic-3.html
fails pref(bidi.numeral,1) == arabic-3.html arabic-3.html
fails pref(bidi.numeral,2) == arabic-3.html arabic-3.html
fails pref(bidi.numeral,3) == arabic-3.html arabic-3.html
fails pref(bidi.numeral,4) == arabic-3.html arabic-3.html
fails pref(bidi.numeral,0) == arabic-4.html arabic-4.html
fails pref(bidi.numeral,1) == arabic-4.html arabic-4.html
fails pref(bidi.numeral,2) == arabic-4.html arabic-4.html
fails pref(bidi.numeral,3) == arabic-4.html arabic-4.html
fails pref(bidi.numeral,4) == arabic-4.html arabic-4.html
fails pref(bidi.numeral,0) == arabic-5.html arabic-5.html
fails pref(bidi.numeral,1) == arabic-5.html arabic-5.html
fails pref(bidi.numeral,2) == arabic-5.html arabic-5.html
fails pref(bidi.numeral,3) == arabic-5.html arabic-5.html
fails pref(bidi.numeral,4) == arabic-5.html arabic-5.html
fails pref(bidi.numeral,0) == bug441782-1.html bug441782-1.html
fails pref(bidi.numeral,1) == bug441782-1.html bug441782-1.html
fails pref(bidi.numeral,2) == bug441782-1.html bug441782-1.html
fails pref(bidi.numeral,3) == bug441782-1.html bug441782-1.html
fails pref(bidi.numeral,4) == bug441782-1.html bug441782-1.html
fails pref(bidi.numeral,0) == bug441782-2.html bug441782-2.html
fails pref(bidi.numeral,1) == bug441782-2.html bug441782-2.html
fails pref(bidi.numeral,2) == bug441782-2.html bug441782-2.html
fails pref(bidi.numeral,3) == bug441782-2.html bug441782-2.html
fails pref(bidi.numeral,4) == bug441782-2.html bug441782-2.html
# pref(bidi.numeral,0) == bug441782-3.html bug441782-3.html
# == bug441782-3.html bug441782-3.html
# == bug441782-3.html bug441782-3.html
# == bug441782-3.html bug441782-3.html
# pref(bidi.numeral,4) == bug441782-3.html bug441782-3.html
fails pref(bidi.numeral,0) == bug441782-4.html bug441782-4.html
fails pref(bidi.numeral,1) == bug441782-4.html bug441782-4.html
fails pref(bidi.numeral,2) == bug441782-4.html bug441782-4.html
fails pref(bidi.numeral,3) == bug441782-4.html bug441782-4.html
fails pref(bidi.numeral,4) == bug441782-4.html bug441782-4.html
fails pref(bidi.numeral,0) == bug441782-5.html bug441782-5.html
fails pref(bidi.numeral,1) == bug441782-5.html bug441782-5.html
fails pref(bidi.numeral,2) == bug441782-5.html bug441782-5.html
fails pref(bidi.numeral,3) == bug441782-5.html bug441782-5.html
fails pref(bidi.numeral,4) == bug441782-5.html bug441782-5.html
fails pref(bidi.numeral,0) == bug467672-1.html bug467672-1.html
fails pref(bidi.numeral,1) == bug467672-1.html bug467672-1.html
fails pref(bidi.numeral,2) == bug467672-1.html bug467672-1.html
fails pref(bidi.numeral,3) == bug467672-1.html bug467672-1.html
fails pref(bidi.numeral,4) == bug467672-1.html bug467672-1.html
fails pref(bidi.numeral,5) == bug467672-1.html bug467672-1.html
fails pref(bidi.numeral,6) == bug467672-1.html bug467672-1.html
fails pref(bidi.numeral,0) == bug467672-2.html bug467672-2.html
fails pref(bidi.numeral,1) == bug467672-2.html bug467672-2.html
fails pref(bidi.numeral,2) == bug467672-2.html bug467672-2.html
fails pref(bidi.numeral,3) == bug467672-2.html bug467672-2.html
fails pref(bidi.numeral,4) == bug467672-2.html bug467672-2.html
fails pref(bidi.numeral,5) == bug467672-2.html bug467672-2.html
fails pref(bidi.numeral,6) == bug467672-2.html bug467672-2.html
fails pref(bidi.numeral,0) == bug467672-3.html bug467672-3.html
fails pref(bidi.numeral,1) == bug467672-3.html bug467672-3.html
fails pref(bidi.numeral,2) == bug467672-3.html bug467672-3.html
fails pref(bidi.numeral,3) == bug467672-3.html bug467672-3.html
fails pref(bidi.numeral,4) == bug467672-3.html bug467672-3.html
fails pref(bidi.numeral,5) == bug467672-3.html bug467672-3.html
fails pref(bidi.numeral,6) == bug467672-3.html bug467672-3.html
fails pref(bidi.numeral,0) == bug467672-4.html bug467672-4.html
fails pref(bidi.numeral,1) == bug467672-4.html bug467672-4.html
fails pref(bidi.numeral,2) == bug467672-4.html bug467672-4.html
fails pref(bidi.numeral,3) == bug467672-4.html bug467672-4.html
fails pref(bidi.numeral,4) == bug467672-4.html bug467672-4.html
fails pref(bidi.numeral,5) == bug467672-4.html bug467672-4.html
fails pref(bidi.numeral,6) == bug467672-4.html bug467672-4.html
fails pref(bidi.numeral,0) == bug467672-5.html bug467672-5.html
fails pref(bidi.numeral,1) == bug467672-5.html bug467672-5.html
fails pref(bidi.numeral,2) == bug467672-5.html bug467672-5.html
fails pref(bidi.numeral,3) == bug467672-5.html bug467672-5.html
fails pref(bidi.numeral,4) == bug467672-5.html bug467672-5.html
fails pref(bidi.numeral,5) == bug467672-5.html bug467672-5.html
fails pref(bidi.numeral,6) == bug467672-5.html bug467672-5.html
fails pref(bidi.numeral,0) == persian-1.html persian-1.html
fails pref(bidi.numeral,1) == persian-1.html persian-1.html
fails pref(bidi.numeral,2) == persian-1.html persian-1.html
fails pref(bidi.numeral,3) == persian-1.html persian-1.html
fails pref(bidi.numeral,4) == persian-1.html persian-1.html
fails pref(bidi.numeral,5) == persian-1.html persian-1.html
fails pref(bidi.numeral,6) == persian-1.html persian-1.html
fails pref(bidi.numeral,0) == persian-2.html persian-2.html
fails pref(bidi.numeral,1) == persian-2.html persian-2.html
fails pref(bidi.numeral,2) == persian-2.html persian-2.html
fails pref(bidi.numeral,3) == persian-2.html persian-2.html
fails pref(bidi.numeral,4) == persian-2.html persian-2.html
fails pref(bidi.numeral,5) == persian-2.html persian-2.html
fails pref(bidi.numeral,6) == persian-2.html persian-2.html
fails pref(bidi.numeral,0) == persian-3.html persian-3.html
fails pref(bidi.numeral,1) == persian-3.html persian-3.html
fails pref(bidi.numeral,2) == persian-3.html persian-3.html
fails pref(bidi.numeral,3) == persian-3.html persian-3.html
fails pref(bidi.numeral,4) == persian-3.html persian-3.html
fails pref(bidi.numeral,5) == persian-3.html persian-3.html
fails pref(bidi.numeral,6) == persian-3.html persian-3.html
fails pref(bidi.numeral,0) == persian-4.html persian-4.html
fails pref(bidi.numeral,1) == persian-4.html persian-4.html
fails pref(bidi.numeral,2) == persian-4.html persian-4.html
fails pref(bidi.numeral,3) == persian-4.html persian-4.html
fails pref(bidi.numeral,4) == persian-4.html persian-4.html
fails pref(bidi.numeral,5) == persian-4.html persian-4.html
fails pref(bidi.numeral,6) == persian-4.html persian-4.html
fails pref(bidi.numeral,0) == persian-5.html persian-5.html
fails pref(bidi.numeral,1) == persian-5.html persian-5.html
fails pref(bidi.numeral,2) == persian-5.html persian-5.html
fails pref(bidi.numeral,3) == persian-5.html persian-5.html
fails pref(bidi.numeral,4) == persian-5.html persian-5.html
fails pref(bidi.numeral,5) == persian-5.html persian-5.html
fails pref(bidi.numeral,6) == persian-5.html persian-5.html

View File

@ -1,186 +1,175 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
include dirAuto/reftest-stylo.list
include numeral/reftest-stylo.list
== bdi-element.html bdi-element.html
== bidi-000.html bidi-000.html
== bidi-001.html bidi-001.html
== bidi-001-j.html bidi-001-j.html
== bidi-001-v.html bidi-001-v.html
== bidi-002.html bidi-002.html
== bidi-003.html bidi-003.html
== bidi-004.html bidi-004.html
== bidi-004-j.html bidi-004-j.html
== bidi-005.html bidi-005.html
random-if(cocoaWidget) == bidi-006.html bidi-006.html
# bug 734313
random-if(cocoaWidget) == bidi-006-j.html bidi-006-j.html
# bug 734313
fails == bdi-element.html bdi-element.html
fails == bidi-000.html bidi-000.html
fails == bidi-001.html bidi-001.html
fails == bidi-001-j.html bidi-001-j.html
fails == bidi-001-v.html bidi-001-v.html
fails == bidi-002.html bidi-002.html
fails == bidi-003.html bidi-003.html
fails == bidi-004.html bidi-004.html
fails == bidi-004-j.html bidi-004-j.html
fails == bidi-005.html bidi-005.html
fails == bidi-006.html bidi-006.html
fails == bidi-006-j.html bidi-006-j.html
== bidiSVG-01.svg bidiSVG-01.svg
== bidiSVG-02.svg bidiSVG-02.svg
skip == bidiSVG-03.svg bidiSVG-03.svg
== bidiSVG-04.svg bidiSVG-04.svg
== bidiSVG-03.svg bidiSVG-03.svg
fuzzy-if(skiaContent,1,1) == bidiSVG-04.svg bidiSVG-04.svg
== bidiSVG-05.svg bidiSVG-05.svg
random-if(/^Windows\x20NT\x205\.1/.test(http.oscpu)) HTTP(..) == bidiMirroring.svg bidiMirroring.svg
fuzzy-if(Android,9,134) random-if(layersGPUAccelerated) == visualmarquee.html visualmarquee.html
fuzzy-if(Android,9,134) random-if(layersGPUAccelerated) == logicalmarquee.html logicalmarquee.html
== visualmarquee.html visualmarquee.html
# test for glyph mirroring in right-to-left text
== mirroring-01.html mirroring-01.html
fails == mirroring-01.html mirroring-01.html
# quote marks are not supposed to mirror, but Unicode 5.0 said they should, so some systems do it
random-if(cocoaWidget) == mirroring-02.html mirroring-02.html
== mirroring-03.html mirroring-03.html
== mixedChartype-00.html mixedChartype-00.html
== mixedChartype-00-j.html mixedChartype-00-j.html
== mixedChartype-01.html mixedChartype-01.html
== mixedChartype-01-j.html mixedChartype-01-j.html
== mixedChartype-02.html mixedChartype-02.html
== mixedChartype-02-j.html mixedChartype-02-j.html
== mixedChartype-03.html mixedChartype-03.html
== mixedChartype-03-j.html mixedChartype-03-j.html
== unicode-bidi-anonymous-001.html unicode-bidi-anonymous-001.html
== unicode-bidi-anonymous-002.html unicode-bidi-anonymous-002.html
== unicode-bidi-isolate-basic.html unicode-bidi-isolate-basic.html
== unicode-bidi-isolate-aharon.html unicode-bidi-isolate-aharon.html
fails fuzzy-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)&&!layersGPUAccelerated&&!azureSkia,73,1) fuzzy-if(skiaContent,104,32) == unicode-bidi-plaintext.html unicode-bidi-plaintext.html
== unicode-bidi-plaintext-textarea-1.html unicode-bidi-plaintext-textarea-1.html
== unicode-bidi-plaintext-textarea-2.html unicode-bidi-plaintext-textarea-2.html
== unicode-bidi-plaintext-textarea-3.html unicode-bidi-plaintext-textarea-3.html
== unicode-bidi-plaintext-textarea-4.html unicode-bidi-plaintext-textarea-4.html
== with-first-letter-1a.html with-first-letter-1a.html
== with-first-letter-1b.html with-first-letter-1b.html
random-if(cocoaWidget) == with-first-letter-2a.html with-first-letter-2a.html
# bug 734313
random-if(cocoaWidget) == with-first-letter-2b.html with-first-letter-2b.html
# bug 734313
== 83958-1a.html 83958-1a.html
== 83958-1b.html 83958-1b.html
== 83958-1c.html 83958-1c.html
fuzzy-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)&&!layersGPUAccelerated&&!azureSkia,111,7) == 83958-2a.html 83958-2a.html
fuzzy-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)&&!layersGPUAccelerated&&!azureSkia,111,7) == 83958-2b.html 83958-2b.html
== 115921-1.html 115921-1.html
== 115921-2.html 115921-2.html
== 151407-1.html 151407-1.html
== 151407-1a.html 151407-1a.html
== 151407-2-ltr.html 151407-2-ltr.html
== 151407-2-rtl.html 151407-2-rtl.html
== 151407-2-auto.html 151407-2-auto.html
== 151407-2-empty.html 151407-2-empty.html
== 151407-2-foopy.html 151407-2-foopy.html
== 151407-3-ltr.html 151407-3-ltr.html
== 151407-3-rtl.html 151407-3-rtl.html
== 151407-3-auto.html 151407-3-auto.html
== 151407-3-foopy.html 151407-3-foopy.html
== 229367-1.html 229367-1.html
== 229367-2.html 229367-2.html
== 229367-3.html 229367-3.html
== 258928-1.html 258928-1.html
== 263359-1.html 263359-1.html
== 263359-1a.html 263359-1a.html
== 263359-1b.html 263359-1b.html
== 263359-2.html 263359-2.html
== 263359-3.html 263359-3.html
== 263359-4.html 263359-4.html
random-if(winWidget) fuzzy-if(skiaContent,1,1700) == 267459-1.html 267459-1.html
# depends on windows version, see bug 590101
fuzzy-if(skiaContent,1,1100) == 267459-2.html 267459-2.html
fails == mirroring-02.html mirroring-02.html
fails == mirroring-03.html mirroring-03.html
fails == mixedChartype-00.html mixedChartype-00.html
fails == mixedChartype-00-j.html mixedChartype-00-j.html
fails == mixedChartype-01.html mixedChartype-01.html
fails == mixedChartype-01-j.html mixedChartype-01-j.html
fails == mixedChartype-02.html mixedChartype-02.html
fails == mixedChartype-02-j.html mixedChartype-02-j.html
fails == mixedChartype-03.html mixedChartype-03.html
fails == mixedChartype-03-j.html mixedChartype-03-j.html
fails == unicode-bidi-anonymous-001.html unicode-bidi-anonymous-001.html
fails == unicode-bidi-anonymous-002.html unicode-bidi-anonymous-002.html
fails == unicode-bidi-isolate-basic.html unicode-bidi-isolate-basic.html
fails == unicode-bidi-isolate-aharon.html unicode-bidi-isolate-aharon.html
fails == unicode-bidi-plaintext.html unicode-bidi-plaintext.html
fails == unicode-bidi-plaintext-textarea-1.html unicode-bidi-plaintext-textarea-1.html
fails == unicode-bidi-plaintext-textarea-2.html unicode-bidi-plaintext-textarea-2.html
fails == unicode-bidi-plaintext-textarea-3.html unicode-bidi-plaintext-textarea-3.html
fails == unicode-bidi-plaintext-textarea-4.html unicode-bidi-plaintext-textarea-4.html
fails == with-first-letter-1a.html with-first-letter-1a.html
fails == with-first-letter-1b.html with-first-letter-1b.html
fails == with-first-letter-2a.html with-first-letter-2a.html
fails == with-first-letter-2b.html with-first-letter-2b.html
fails == 83958-1a.html 83958-1a.html
fails == 83958-1b.html 83958-1b.html
fails == 83958-1c.html 83958-1c.html
fails == 83958-2a.html 83958-2a.html
fails == 83958-2b.html 83958-2b.html
fails == 115921-1.html 115921-1.html
fails == 115921-2.html 115921-2.html
fails == 151407-1.html 151407-1.html
fails == 151407-1a.html 151407-1a.html
# == 151407-2-ltr.html 151407-2-ltr.html
# fails == 151407-2-rtl.html 151407-2-rtl.html
fails == 151407-2-auto.html 151407-2-auto.html
fails == 151407-2-empty.html 151407-2-empty.html
fails == 151407-2-foopy.html 151407-2-foopy.html
# == 151407-3-ltr.html 151407-3-ltr.html
# fails == 151407-3-rtl.html 151407-3-rtl.html
fails == 151407-3-auto.html 151407-3-auto.html
fails == 151407-3-foopy.html 151407-3-foopy.html
fails == 229367-1.html 229367-1.html
fails == 229367-2.html 229367-2.html
fails == 229367-3.html 229367-3.html
fails == 258928-1.html 258928-1.html
fails == 263359-1.html 263359-1.html
fails == 263359-1a.html 263359-1a.html
fails == 263359-1b.html 263359-1b.html
fails == 263359-2.html 263359-2.html
fails == 263359-3.html 263359-3.html
fails == 263359-4.html 263359-4.html
fails == 267459-1.html 267459-1.html
fails == 267459-2.html 267459-2.html
== 299065-1.html 299065-1.html
random-if(winWidget) == 305643-1.html 305643-1.html
# depends on windows version, see bug 590101
== 332655-1.html 332655-1.html
== 332655-2.html 332655-2.html
== 381279-1.html 381279-1.html
== 386339.html 386339.html
== 409375.html 409375.html
== 413542-1.html 413542-1.html
== 413542-2.html 413542-2.html
random-if((B2G&&browserIsRemote)||Mulet) == 413928-1.html 413928-1.html
# Initial mulet triage: parity with B2G/B2G Desktop
random-if((B2G&&browserIsRemote)||Mulet) == 413928-2.html 413928-2.html
# Initial mulet triage: parity with B2G/B2G Desktop
== 425338-1a.html 425338-1a.html
== 425338-1b.html 425338-1b.html
skip == 489517-1.html 489517-1.html
== 489887-1.html 489887-1.html
== 492231-1.html 492231-1.html
== 496006-1.html 496006-1.html
== 503269-1.html 503269-1.html
== 503957-1.html 503957-1.html
== 525740-1.html 525740-1.html
== 536963-1.html 536963-1.html
== 562169-1.html 562169-1.html
== 562169-1a.html 562169-1a.html
== 562169-2.html 562169-2.html
== 562169-2a.html 562169-2a.html
fails == 305643-1.html 305643-1.html
fails == 332655-1.html 332655-1.html
fails == 332655-2.html 332655-2.html
fails == 381279-1.html 381279-1.html
fails == 386339.html 386339.html
fails == 409375.html 409375.html
fails == 413542-1.html 413542-1.html
fails == 413542-2.html 413542-2.html
fails == 413928-1.html 413928-1.html
fails == 413928-2.html 413928-2.html
fails == 425338-1a.html 425338-1a.html
fails == 425338-1b.html 425338-1b.html
fails == 489517-1.html 489517-1.html
fails == 489887-1.html 489887-1.html
fails == 492231-1.html 492231-1.html
fails == 496006-1.html 496006-1.html
fails == 503269-1.html 503269-1.html
fails == 503957-1.html 503957-1.html
fails == 525740-1.html 525740-1.html
fails == 536963-1.html 536963-1.html
fails == 562169-1.html 562169-1.html
fails == 562169-1a.html 562169-1a.html
fails == 562169-2.html 562169-2.html
fails == 562169-2a.html 562169-2a.html
== 562169-3.html 562169-3.html
== 562169-3a.html 562169-3a.html
skip == 562169-4.html 562169-4.html
== 588739-1.html 588739-1.html
== 588739-2.html 588739-2.html
== 588739-3.html 588739-3.html
== 612843-1.html 612843-1.html
== 613149-1a.html 613149-1a.html
== 613149-1b.html 613149-1b.html
fuzzy-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)&&!layersGPUAccelerated&&!azureSkia,36,2) == 613149-2a.html 613149-2a.html
fuzzy-if(Android,24,1) fuzzy-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)&&!layersGPUAccelerated&&!azureSkia,36,2) == 613149-2b.html 613149-2b.html
== 613157-1.html 613157-1.html
fuzzy-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)&&!layersGPUAccelerated&&!azureSkia,255,6) == 613157-2.html 613157-2.html
== 662288-1.html 662288-1.html
skip == 670226-1.html 670226-1.html
== 676245-1.html 676245-1.html
skip-if(B2G||Mulet) fuzzy-if(skiaContent,1,3) == 698291-1.html 698291-1.html
# Initial mulet triage: parity with B2G/B2G Desktop
== 698706-1.html 698706-1.html
== 704837-1.html 704837-1.html
== 712600-1.html 712600-1.html
== 712600-2.html 712600-2.html
skip == 712600-2-dyn.html 712600-2-dyn.html
== 712600-3.html 712600-3.html
== 718236-1.html 718236-1.html
== 718236-2.html 718236-2.html
== 718236-3.html 718236-3.html
skip-if(B2G||Mulet) == 726420-1.html 726420-1.html
# Initial mulet triage: parity with B2G/B2G Desktop
== 726460-1.html 726460-1.html
== 729047-1.html 729047-1.html
fails == 562169-4.html 562169-4.html
fails == 588739-1.html 588739-1.html
fails == 588739-2.html 588739-2.html
fails == 588739-3.html 588739-3.html
fails == 612843-1.html 612843-1.html
fails == 613149-1a.html 613149-1a.html
fails == 613149-1b.html 613149-1b.html
fails == 613149-2a.html 613149-2a.html
fails == 613149-2b.html 613149-2b.html
fails == 613157-1.html 613157-1.html
fails == 613157-2.html 613157-2.html
fails == 662288-1.html 662288-1.html
fails == 670226-1.html 670226-1.html
fails == 676245-1.html 676245-1.html
fails == 698291-1.html 698291-1.html
fails == 698706-1.html 698706-1.html
fails == 704837-1.html 704837-1.html
fails == 712600-1.html 712600-1.html
fails == 712600-2.html 712600-2.html
fails == 712600-2-dyn.html 712600-2-dyn.html
fails == 712600-3.html 712600-3.html
fails == 718236-1.html 718236-1.html
fails == 718236-2.html 718236-2.html
fails == 718236-3.html 718236-3.html
fails == 726420-1.html 726420-1.html
fails == 726460-1.html 726460-1.html
fails == 729047-1.html 729047-1.html
== 730562-1.html 730562-1.html
== 746987-1.html 746987-1.html
== 746987-2.html 746987-2.html
== 746987-3.html 746987-3.html
== 746987-4.html 746987-4.html
== 779003-1.html 779003-1.html
== 779003-1-dynamic.html 779003-1-dynamic.html
fails == 746987-1.html 746987-1.html
fails == 746987-2.html 746987-2.html
fails == 746987-3.html 746987-3.html
fails == 746987-4.html 746987-4.html
fails == 779003-1.html 779003-1.html
fails == 779003-1-dynamic.html 779003-1-dynamic.html
== 817406-1.html 817406-1.html
== 817406-2.html 817406-2.html
== 817406-3.html 817406-3.html
== 817406-4.html 817406-4.html
== 847242-1.html 847242-1.html
skip-if((B2G&&browserIsRemote)||Mulet) fuzzy-if(xulRuntime.widgetToolkit=="gtk3",1,11) == 869833-1.xul 869833-1.xul
# Initial mulet triage: parity with B2G/B2G Desktop
== 922530-1.html 922530-1.html
== 922550-1.html 922550-1.html
== 1067268-1.html 1067268-1.html
fails == 847242-1.html 847242-1.html
fuzzy-if(xulRuntime.widgetToolkit=="gtk3",1,11) == 869833-1.xul 869833-1.xul
fails == 922530-1.html 922530-1.html
fails == 922550-1.html 922550-1.html
fails == 1067268-1.html 1067268-1.html
== 1069941-inline-bidi-border-1.html 1069941-inline-bidi-border-1.html
== 1069941-inline-bidi-margin-1.html 1069941-inline-bidi-margin-1.html
skip-if(B2G||Mulet) == 1155359-1.xul 1155359-1.xul
== 1157726-1.html 1157726-1.html
skip == 1161752.html 1161752.html
== 1161752-5-embed.html 1161752-5-embed.html
== brackets-1a-ltr.html brackets-1a-ltr.html
== brackets-1a-rtl.html brackets-1a-rtl.html
== brackets-1b-ltr.html brackets-1b-ltr.html
== brackets-1b-rtl.html brackets-1b-rtl.html
== brackets-1c-ltr.html brackets-1c-ltr.html
== brackets-1c-rtl.html brackets-1c-rtl.html
== brackets-2a-ltr.html brackets-2a-ltr.html
fuzzy-if(Android,254,557) == brackets-2a-rtl.html brackets-2a-rtl.html
== brackets-2b-ltr.html brackets-2b-ltr.html
== brackets-2b-rtl.html brackets-2b-rtl.html
== brackets-2c-ltr.html brackets-2c-ltr.html
fuzzy-if(Android,254,231) == brackets-2c-rtl.html brackets-2c-rtl.html
== brackets-3a-ltr.html brackets-3a-ltr.html
== brackets-3a-rtl.html brackets-3a-rtl.html
== brackets-3b-ltr.html brackets-3b-ltr.html
== brackets-3b-rtl.html brackets-3b-rtl.html
== 1217833-1.html 1217833-1.html
== 1217833-2.html 1217833-2.html
== 1231175-1.html 1231175-1.html
== 1155359-1.xul 1155359-1.xul
fails == 1157726-1.html 1157726-1.html
fails == 1161752.html 1161752.html
fails == 1161752-5-embed.html 1161752-5-embed.html
# == brackets-1a-ltr.html brackets-1a-ltr.html
# fails == brackets-1a-rtl.html brackets-1a-rtl.html
# == brackets-1b-ltr.html brackets-1b-ltr.html
# fails == brackets-1b-rtl.html brackets-1b-rtl.html
# == brackets-1c-ltr.html brackets-1c-ltr.html
# fails == brackets-1c-rtl.html brackets-1c-rtl.html
# == brackets-2a-ltr.html brackets-2a-ltr.html
# fails == brackets-2a-rtl.html brackets-2a-rtl.html
# == brackets-2b-ltr.html brackets-2b-ltr.html
# fails == brackets-2b-rtl.html brackets-2b-rtl.html
# == brackets-2c-ltr.html brackets-2c-ltr.html
# fails == brackets-2c-rtl.html brackets-2c-rtl.html
# == brackets-3a-ltr.html brackets-3a-ltr.html
# fails == brackets-3a-rtl.html brackets-3a-rtl.html
# == brackets-3b-ltr.html brackets-3b-ltr.html
# fails == brackets-3b-rtl.html brackets-3b-rtl.html
fails == 1217833-1.html 1217833-1.html
fails == 1217833-2.html 1217833-2.html
fails == 1231175-1.html 1231175-1.html

View File

@ -3,11 +3,12 @@
# matches to full-filled box, using fuzzyy because of anti-aliasing.
# These check filled and unfilled regions with solid opaque color,
# so difference less than 80 is ignorable.
== border-dotted-interaction.html border-dotted-interaction.html
== border-dotted-no-radius.html border-dotted-no-radius.html
== border-dotted-radius.html border-dotted-radius.html
== border-dashed-no-radius.html border-dashed-no-radius.html
== border-dashed-radius.html border-dashed-radius.html
== border-mixed.html border-mixed.html
== border-dashed-non-integer.html border-dashed-non-integer.html
== border-dashed-radius-zoom.html border-dashed-radius-zoom.html
fuzzy(80,1500) == border-dotted-interaction.html border-dotted-interaction.html
fuzzy(80,1500) == border-dotted-no-radius.html border-dotted-no-radius.html
fuzzy(80,1500) == border-dotted-radius.html border-dotted-radius.html
fuzzy(80,1500) == border-dashed-no-radius.html border-dashed-no-radius.html
fuzzy(80,1500) == border-dashed-radius.html border-dashed-radius.html
fuzzy(80,1500) == border-mixed.html border-mixed.html
fails == border-dashed-non-integer.html border-dashed-non-integer.html
fails == border-dashed-radius-zoom.html border-dashed-radius-zoom.html
fuzzy(80,1500) == border-dotted-radius-zero.html border-dotted-radius-zero.html

View File

@ -1,95 +1,93 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== solid-image-1.html solid-image-1.html
== solid-image-1a.html solid-image-1a.html
== solid-image-2.html solid-image-2.html
== solid-image-2a.html solid-image-2a.html
== multicolor-image-1.html multicolor-image-1.html
fails == solid-image-1.html solid-image-1.html
fails == solid-image-1a.html solid-image-1a.html
fails == solid-image-2.html solid-image-2.html
fails == solid-image-2a.html solid-image-2a.html
fails == multicolor-image-1.html multicolor-image-1.html
# This is fuzzy temporarily until bug 1044702 makes it possible to use source
# clipping on Windows. (Any other fix would have a significant perf cost.)
fuzzy-if(winWidget,1,1) == multicolor-image-2.html multicolor-image-2.html
== multicolor-image-3.html multicolor-image-3.html
== multicolor-image-4.html multicolor-image-4.html
== multicolor-image-5.html multicolor-image-5.html
== transparent-image-1.html transparent-image-1.html
== repeat-image-1.html repeat-image-1.html
== 470250-1.html 470250-1.html
random == 470250-2.html 470250-2.html
== different-h-v-1.html different-h-v-1.html
== different-h-v-2.html different-h-v-2.html
== different-h-v-1.html different-h-v-1.html
== center-scaling-1.html center-scaling-1.html
fails-if(Android||B2G) fails-if(usesRepeatResampling) == center-scaling-2.html center-scaling-2.html
# Android/B2G: very different scaling (blurriness) on some sides
fails-if(Android||B2G) fails-if(usesRepeatResampling) == center-scaling-3.html center-scaling-3.html
# Android/B2G: very different scaling (blurriness) on some sides
== center-scaling-4t.html center-scaling-4t.html
== center-scaling-4r.html center-scaling-4r.html
== center-scaling-4b.html center-scaling-4b.html
== center-scaling-4l.html center-scaling-4l.html
== center-scaling-4tb.html center-scaling-4tb.html
== center-scaling-4lr.html center-scaling-4lr.html
== side-scaling-1h.html side-scaling-1h.html
== side-scaling-1v.html side-scaling-1v.html
== border-image-width-1a.html border-image-width-1a.html
== border-image-width-1b.html border-image-width-1b.html
== border-image-width-1c.html border-image-width-1c.html
== border-image-width-large.html border-image-width-large.html
== border-image-outset-1a.html border-image-outset-1a.html
== border-image-outset-1b.html border-image-outset-1b.html
== border-image-outset-1c.html border-image-outset-1c.html
skip == border-image-nofill-1.html border-image-nofill-1.html
== border-image-outset-resize-1.html border-image-outset-resize-1.html
fuzzy-if(asyncPan&&!layersGPUAccelerated,121,447) == border-image-outset-move-1.html border-image-outset-move-1.html
== border-image-style-none.html border-image-style-none.html
== border-image-style-none-length.html border-image-style-none-length.html
== border-image-style-none-auto.html border-image-style-none-auto.html
fails == multicolor-image-2.html multicolor-image-2.html
fails == multicolor-image-3.html multicolor-image-3.html
fails == multicolor-image-4.html multicolor-image-4.html
fails == multicolor-image-5.html multicolor-image-5.html
fails == transparent-image-1.html transparent-image-1.html
fails == repeat-image-1.html repeat-image-1.html
fails == 470250-1.html 470250-1.html
fails == 470250-2.html 470250-2.html
# == different-h-v-1.html different-h-v-1.html
fails == different-h-v-2.html different-h-v-2.html
# == different-h-v-1.html different-h-v-1.html
fails == center-scaling-1.html center-scaling-1.html
fails == center-scaling-2.html center-scaling-2.html
fails == center-scaling-3.html center-scaling-3.html
fails == center-scaling-4t.html center-scaling-4t.html
fails == center-scaling-4r.html center-scaling-4r.html
fails == center-scaling-4b.html center-scaling-4b.html
fails == center-scaling-4l.html center-scaling-4l.html
fails == center-scaling-4tb.html center-scaling-4tb.html
fails == center-scaling-4lr.html center-scaling-4lr.html
fails == side-scaling-1h.html side-scaling-1h.html
fails == side-scaling-1v.html side-scaling-1v.html
fails == border-image-width-1a.html border-image-width-1a.html
fails == border-image-width-1b.html border-image-width-1b.html
fails == border-image-width-1c.html border-image-width-1c.html
fails == border-image-width-large.html border-image-width-large.html
fails == border-image-outset-1a.html border-image-outset-1a.html
fails == border-image-outset-1b.html border-image-outset-1b.html
fails == border-image-outset-1c.html border-image-outset-1c.html
fails == border-image-nofill-1.html border-image-nofill-1.html
fails == border-image-outset-resize-1.html border-image-outset-resize-1.html
fails == border-image-outset-move-1.html border-image-outset-move-1.html
fails == border-image-style-none.html border-image-style-none.html
fails == border-image-style-none-length.html border-image-style-none-length.html
fails == border-image-style-none-auto.html border-image-style-none-auto.html
# border images with gradients
== border-image-linear-gradient.html border-image-linear-gradient.html
skip fuzzy-if(skiaContent,1,350) == border-image-linear-gradient-slice-1.html border-image-linear-gradient-slice-1.html
fuzzy-if(OSX,1,10595) == border-image-linear-gradient-slice-2.html border-image-linear-gradient-slice-2.html
fuzzy-if(skiaContent,1,2500) == border-image-linear-gradient-slice-fill-1.html border-image-linear-gradient-slice-fill-1.html
skip fuzzy-if(OSX,1,25771) fuzzy-if(skiaContent,1,300) == border-image-linear-gradient-slice-fill-2.html border-image-linear-gradient-slice-fill-2.html
fuzzy-if(OSX,5,1676) == border-image-linear-gradient-width.html border-image-linear-gradient-width.html
fuzzy-if(OSX,1,15000) == border-image-linear-gradient-slice-width.html border-image-linear-gradient-slice-width.html
fuzzy-if(OSX,1,6000) == border-image-linear-gradient-outset.html border-image-linear-gradient-outset.html
fuzzy-if(skiaContent,1,400) == border-image-linear-gradient-repeat-repeat-1.html border-image-linear-gradient-repeat-repeat-1.html
fuzzy-if(skiaContent,1,300) == border-image-linear-gradient-repeat-round-1.html border-image-linear-gradient-repeat-round-1.html
== border-image-linear-gradient-slice-1.html border-image-linear-gradient-slice-1.html
== border-image-linear-gradient-slice-2.html border-image-linear-gradient-slice-2.html
== border-image-linear-gradient-slice-fill-1.html border-image-linear-gradient-slice-fill-1.html
== border-image-linear-gradient-slice-fill-2.html border-image-linear-gradient-slice-fill-2.html
fuzzy(1,48) fuzzy-if(OSX,5,1676) == border-image-linear-gradient-width.html border-image-linear-gradient-width.html
fuzzy(1,5000) fuzzy-if(OSX,1,15000) == border-image-linear-gradient-slice-width.html border-image-linear-gradient-slice-width.html
fuzzy(1,3000) fuzzy-if(OSX,1,6000) == border-image-linear-gradient-outset.html border-image-linear-gradient-outset.html
== border-image-linear-gradient-repeat-repeat-1.html border-image-linear-gradient-repeat-repeat-1.html
== border-image-linear-gradient-repeat-round-1.html border-image-linear-gradient-repeat-round-1.html
== border-image-linear-gradient-repeat-repeat-2.html border-image-linear-gradient-repeat-repeat-2.html
fuzzy-if(skiaContent,1,2000) == border-image-linear-gradient-repeat-round-2.html border-image-linear-gradient-repeat-round-2.html
== border-image-linear-gradient-repeat-repeat-3.html border-image-linear-gradient-repeat-repeat-3.html
== border-image-linear-gradient-repeat-round-3.html border-image-linear-gradient-repeat-round-3.html
== border-image-linear-gradient-repeat-round-2.html border-image-linear-gradient-repeat-round-2.html
fuzzy(1,8533) == border-image-linear-gradient-repeat-repeat-3.html border-image-linear-gradient-repeat-repeat-3.html
fuzzy(1,7161) == border-image-linear-gradient-repeat-round-3.html border-image-linear-gradient-repeat-round-3.html
== border-image-radial-gradient.html border-image-radial-gradient.html
fuzzy-if(skiaContent,2,20) == border-image-radial-gradient-slice-1.html border-image-radial-gradient-slice-1.html
fuzzy-if(OSX,2,4472) == border-image-radial-gradient-slice-2.html border-image-radial-gradient-slice-2.html
== border-image-radial-gradient-slice-1.html border-image-radial-gradient-slice-1.html
== border-image-radial-gradient-slice-2.html border-image-radial-gradient-slice-2.html
== border-image-radial-gradient-slice-fill-1.html border-image-radial-gradient-slice-fill-1.html
skip fuzzy-if(OSX,2,4478) fuzzy-if(skiaContent,2,120) == border-image-radial-gradient-slice-fill-2.html border-image-radial-gradient-slice-fill-2.html
fails fuzzy-if(skiaContent,1,2) == border-image-radial-gradient-width.html border-image-radial-gradient-width.html
== border-image-radial-gradient-slice-width.html border-image-radial-gradient-slice-width.html
== border-image-radial-gradient-slice-fill-2.html border-image-radial-gradient-slice-fill-2.html
fuzzy-if(skiaContent,1,2) == border-image-radial-gradient-width.html border-image-radial-gradient-width.html
fuzzy(1,9000) == border-image-radial-gradient-slice-width.html border-image-radial-gradient-slice-width.html
# OS X failures tracked in bug 957025
== border-image-repeating-linear-gradient.html border-image-repeating-linear-gradient.html
fails-if(OSX) fuzzy-if(skiaContent,3,3157) == border-image-repeating-linear-gradient-slice-fill-2.html border-image-repeating-linear-gradient-slice-fill-2.html
fails-if(OSX) fuzzy-if(skiaContent,3,20000) == border-image-repeating-linear-gradient-repeat-round-2.html border-image-repeating-linear-gradient-repeat-round-2.html
== border-image-repeating-linear-gradient-slice-fill-2.html border-image-repeating-linear-gradient-slice-fill-2.html
== border-image-repeating-linear-gradient-repeat-round-2.html border-image-repeating-linear-gradient-repeat-round-2.html
== border-image-repeating-radial-gradient.html border-image-repeating-radial-gradient.html
fuzzy-if(skiaContent,3,362) == border-image-repeating-radial-gradient-slice-1.html border-image-repeating-radial-gradient-slice-1.html
fuzzy-if(skiaContent,3,437) == border-image-repeating-radial-gradient-slice-2.html border-image-repeating-radial-gradient-slice-2.html
fuzzy-if(skiaContent,3,964) == border-image-repeating-radial-gradient-slice-fill-1.html border-image-repeating-radial-gradient-slice-fill-1.html
fails-if(OSX) fuzzy-if(skiaContent,3,887) == border-image-repeating-radial-gradient-slice-fill-2.html border-image-repeating-radial-gradient-slice-fill-2.html
skip == border-image-repeating-radial-gradient-width.html border-image-repeating-radial-gradient-width.html
fails fails-if(OSX) fuzzy-if(skiaContent,4,16462) == border-image-repeating-radial-gradient-slice-width.html border-image-repeating-radial-gradient-slice-width.html
fuzzy(1,657) == border-image-repeating-radial-gradient.html border-image-repeating-radial-gradient.html
== border-image-repeating-radial-gradient-slice-1.html border-image-repeating-radial-gradient-slice-1.html
== border-image-repeating-radial-gradient-slice-2.html border-image-repeating-radial-gradient-slice-2.html
== border-image-repeating-radial-gradient-slice-fill-1.html border-image-repeating-radial-gradient-slice-fill-1.html
== border-image-repeating-radial-gradient-slice-fill-2.html border-image-repeating-radial-gradient-slice-fill-2.html
fuzzy(1,602) == border-image-repeating-radial-gradient-width.html border-image-repeating-radial-gradient-width.html
fuzzy(3,18000) fails-if(OSX) fuzzy-if(skiaContent,4,16462) == border-image-repeating-radial-gradient-slice-width.html border-image-repeating-radial-gradient-slice-width.html
== border-image-repeating-radial-gradient-repeat-repeat-2.html border-image-repeating-radial-gradient-repeat-repeat-2.html
fails-if(OSX) fuzzy-if(skiaContent,2,952) == border-image-repeating-radial-gradient-repeat-round-2.html border-image-repeating-radial-gradient-repeat-round-2.html
== border-image-repeating-radial-gradient-repeat-round-2.html border-image-repeating-radial-gradient-repeat-round-2.html
# border-image-source (-moz-)element
fuzzy-if(B2G,151,5809) == border-image-element.html border-image-element.html
fails == border-image-element.html border-image-element.html
# svg-as-border-image
== svg-as-border-image-1a.html svg-as-border-image-1a.html
== svg-as-border-image-1b.html svg-as-border-image-1b.html
== svg-as-border-image-1c.html svg-as-border-image-1c.html
== svg-as-border-image-2.html svg-as-border-image-2.html
== svg-as-border-image-3.html svg-as-border-image-3.html
== svg-as-border-image-4.html svg-as-border-image-4.html
fails == svg-as-border-image-1a.html svg-as-border-image-1a.html
fails == svg-as-border-image-1b.html svg-as-border-image-1b.html
fails == svg-as-border-image-1c.html svg-as-border-image-1c.html
fails == svg-as-border-image-2.html svg-as-border-image-2.html
fails == svg-as-border-image-3.html svg-as-border-image-3.html
fails == svg-as-border-image-4.html svg-as-border-image-4.html

View File

@ -15,103 +15,81 @@
== outline-square.html outline-square.html
== outline-circle.html outline-circle.html
== border-value-interpret.html border-value-interpret.html
== curved-borders-all-styles.html curved-borders-all-styles.html
# no way to generate reference for dotted/dashed/inset/outset
fails == curved-borders-all-styles.html curved-borders-all-styles.html
# ridge/groove borders
# percent units
== percent-1.html percent-1.html
fuzzy-if(skiaContent,1,342) == percent-2.html percent-2.html
== percent-2.html percent-2.html
fuzzy-if(skiaContent,1,343) == percent-3.html percent-3.html
# more serious tests, using SVG reference
== border-circle-2.html border-circle-2.html
fuzzy-if(gtkWidget,14,280) fuzzy-if(cocoaWidget,4,582) fuzzy-if(Android||B2G,36,264) fuzzy-if(d2d,51,323) fuzzy-if(winWidget&&!d2d,16,377) fuzzy-if(skiaContent,52,377) == curved-stripe-border.html curved-stripe-border.html
# bug 459945
fuzzy-if(gtkWidget,14,280) fuzzy-if(cocoaWidget,4,582) fuzzy-if(Android,36,264) fuzzy-if(d2d,51,323) fuzzy-if(winWidget&&!d2d,16,377) fuzzy-if(skiaContent,52,377) == curved-stripe-border.html curved-stripe-border.html
# Corners
== corner-1.html corner-1.html
# bottom corners different radius than top corners
skip fuzzy-if(gtkWidget,23,5) fuzzy-if(winWidget&&!d2d,23,5) fuzzy-if(d2d,32,8) fuzzy-if(Android||B2G,10,8) == corner-2.html corner-2.html
# right corners different radius than left corners; see bug 500804
fuzzy-if(gtkWidget,3,10) fuzzy-if(winWidget&&!d2d,3,10) fuzzy-if(d2d,15,32) fuzzy-if(Android||B2G,3,15) fuzzy-if(skiaContent,3,100) == corner-3.html corner-3.html
fails fuzzy-if(skiaContent,1,2728) == corner-4.html corner-4.html
== corner-2.html corner-2.html
fuzzy-if(gtkWidget,3,10) fuzzy-if(winWidget&&!d2d,3,10) fuzzy-if(d2d,15,32) fuzzy-if(Android,3,15) fuzzy-if(skiaContent,3,100) == corner-3.html corner-3.html
fuzzy-if(skiaContent,1,2728) == corner-4.html corner-4.html
# Test that radii too long are reduced
== border-reduce-height.html border-reduce-height.html
# Tests for border clipping
== clipping-1.html clipping-1.html
# background color should completely fill box; bug 466572
== clipping-2.html clipping-2.html
# background color clipped to inner/outer border, can't get
# great tests for this due to antialiasing problems described in bug 466572
fuzzy-if(skiaContent,1,13) == clipping-3.html clipping-3.html
# edge of border-radius clips an underlying object's background
# Tests for clipping the contents of replaced elements and overflow!=visible
== clipping-4-ref.html clipping-4-ref.html
fuzzy-if(true,1,20) fuzzy-if(d2d,64,196) fuzzy-if(cocoaWidget,1,180) fuzzy-if(Android,140,237) == clipping-4-canvas.html clipping-4-canvas.html
# bug 732535
fuzzy-if(Android,5,54) fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,10) == clipping-4-image.html clipping-4-image.html
fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,10) fuzzy-if(skiaContent,1,77) == clipping-4-overflow-hidden.html clipping-4-overflow-hidden.html
fuzzy-if(Android,5,54) fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,10) fuzzy-if(skiaContent,1,140) == clipping-4-image.html clipping-4-image.html
== clipping-4-overflow-hidden.html clipping-4-overflow-hidden.html
== clipping-5-canvas.html clipping-5-canvas.html
fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,5) == clipping-5-image.html clipping-5-image.html
fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,5) fuzzy-if(skiaContent,1,77) == clipping-5-overflow-hidden.html clipping-5-overflow-hidden.html
== clipping-5-overflow-hidden.html clipping-5-overflow-hidden.html
fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,5) fuzzy-if(Android,5,21) fuzzy-if(skiaContent,1,77) == clipping-5-refi.html clipping-5-refi.html
fuzzy-if(true,1,7) fuzzy-if(d2d,48,94) fuzzy-if(cocoaWidget,1,99) fuzzy-if(Android,99,115) fuzzy-if(skiaContent,1,77) == clipping-5-refc.html clipping-5-refc.html
# bug 732535
fuzzy-if(winWidget,105,71) fuzzy-if(Android,8,469) == clipping-6.html clipping-6.html
# PaintedLayer and MaskLayer with transforms that aren't identical
fuzzy-if(true,2,29) fuzzy-if(d2d,46,50) fuzzy-if(Android,255,586) fuzzy-if(skiaContent,16,27) == clipping-7.html clipping-7.html
# ColorLayer and MaskLayer with transforms that aren't identical. Reference image rendered without using layers (which causes fuzzy failures).
fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,5) == clipping-and-zindex-1.html clipping-and-zindex-1.html
fails == clipping-6.html clipping-6.html
fuzzy-if(true,2,29) fuzzy-if(d2d,46,50) fuzzy-if(Android,255,586) fuzzy-if(skiaContent,19,29) == clipping-7.html clipping-7.html
== clipping-and-zindex-1.html clipping-and-zindex-1.html
fuzzy-if(cocoaWidget,1,4) == intersecting-clipping-1-canvas.html intersecting-clipping-1-canvas.html
== intersecting-clipping-1-image.html intersecting-clipping-1-image.html
== intersecting-clipping-1-overflow-hidden.html intersecting-clipping-1-overflow-hidden.html
fuzzy-if(Android,5,105) fuzzy-if(d2d,1,20) fuzzy-if(skiaContent,1,135) == intersecting-clipping-1-refi.html intersecting-clipping-1-refi.html
fuzzy-if(Android,5,105) fuzzy-if(d2d,1,20) fuzzy-if(skiaContent,1,250) == intersecting-clipping-1-refi.html intersecting-clipping-1-refi.html
fuzzy-if(true,1,33) fuzzy-if(d2d,48,350) fuzzy-if(cocoaWidget,1,332) fuzzy-if(Android,124,440) fuzzy-if(skiaContent,1,135) == intersecting-clipping-1-refc.html intersecting-clipping-1-refc.html
# bug 732535
# Inheritance
== inherit-1.html inherit-1.html
# border-radius shouldn't inherit
# Table elements
== table-collapse-1.html table-collapse-1.html
# border-radius is ignored on internal table elements
# == table-collapse-1.html table-collapse-1.html
# when border-collapse: collapse
fails fuzzy-if(azureQuartz,1,3) skip-if(B2G||Mulet) fuzzy-if(skiaContent,1,116) == invalidate-1a.html invalidate-1a.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails fuzzy-if(azureQuartz,1,3) skip-if(B2G||Mulet) fuzzy-if(skiaContent,1,117) == invalidate-1b.html invalidate-1b.html
# Initial mulet triage: parity with B2G/B2G Desktop
fuzzy-if(azureQuartz,1,3) fuzzy-if(skiaContent,1,116) == invalidate-1a.html invalidate-1a.html
fuzzy-if(azureQuartz,1,3) fuzzy-if(skiaContent,1,117) == invalidate-1b.html invalidate-1b.html
# test that border-radius is reduced for scrollbars
skip-if(B2G||Mulet) fails-if(Android) fuzzy-if(asyncPan&&!layersGPUAccelerated,12,12) fuzzy-if(browserIsRemote&&layersGPUAccelerated&&/^Windows\x20NT\x206\.1/.test(http.oscpu),12,12) fuzzy-if(skiaContent,1,50) == scrollbar-clamping-1.html scrollbar-clamping-1.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) fails-if(Android) == scrollbar-clamping-2.html scrollbar-clamping-2.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails == scrollbar-clamping-1.html scrollbar-clamping-1.html
fails == scrollbar-clamping-2.html scrollbar-clamping-2.html
# Test for bad corner joins.
fails fuzzy-if(true,1,1) == corner-joins-1.xhtml corner-joins-1.xhtml
fails skip-if(B2G||Mulet) random-if(winWidget) fuzzy-if(skiaContent,255,610) HTTP(..) == corner-joins-2.xhtml corner-joins-2.xhtml
# Initial mulet triage: parity with B2G/B2G Desktop
fails == corner-joins-1.xhtml corner-joins-1.xhtml
fails == corner-joins-2.xhtml corner-joins-2.xhtml
skip-if(B2G||Mulet) fuzzy-if(/^Windows\x20NT\x2010\.0/.test(http.oscpu)||/^Windows\x20NT\x206\.2/.test(http.oscpu),1,20) fuzzy-if(d2d,64,157) fuzzy-if(Android,166,400) fuzzy-if(skiaContent,64,70) == scroll-1.html scroll-1.html
# see bug 732535 #Bug 959166
# Initial mulet triage: parity with B2G/B2G Desktop
== scroll-1.html scroll-1.html
== transforms-1.html transforms-1.html
== zero-radius-clip-1.html zero-radius-clip-1.html
== iframe-1.html iframe-1.html
# == iframe-1.html iframe-1.html
# Test for antialiasing gaps between background and border
fuzzy-if(gtkWidget,1,9) fuzzy-if(winWidget&&!d2d,1,9) fuzzy-if(d2d,5,40) fuzzy-if(Android||B2G||skiaContent,1,9) == curved-border-background-nogap.html curved-border-background-nogap.html
fuzzy-if(gtkWidget,1,9) fuzzy-if(winWidget&&!d2d,1,9) fuzzy-if(d2d,5,40) fuzzy-if(Android||skiaContent,1,9) == curved-border-background-nogap.html curved-border-background-nogap.html
== color-layer-1a.html color-layer-1a.html
== corner-split.html corner-split.html
# bug 1185636
fails == corner-split.html corner-split.html

View File

@ -1,15 +1,8 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== box-ordinal-with-out-of-flow-1.html box-ordinal-with-out-of-flow-1.html
skip-if((B2G&&browserIsRemote)||Mulet) == dynamic-1-remove-to-none-grouped.xul dynamic-1-remove-to-none-grouped.xul
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if((B2G&&browserIsRemote)||Mulet) == dynamic-1-add-to-one-grouped.xul dynamic-1-add-to-one-grouped.xul
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if((B2G&&browserIsRemote)||Mulet) == dynamic-1-remove-to-one-grouped-1.xul dynamic-1-remove-to-one-grouped-1.xul
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if((B2G&&browserIsRemote)||Mulet) == dynamic-1-remove-to-one-grouped-2.xul dynamic-1-remove-to-one-grouped-2.xul
# bug 575500
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if((B2G&&browserIsRemote)||Mulet) == dynamic-1-add-to-two-grouped-1.xul dynamic-1-add-to-two-grouped-1.xul
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if((B2G&&browserIsRemote)||Mulet) == dynamic-1-add-to-two-grouped-2.xul dynamic-1-add-to-two-grouped-2.xul
# Initial mulet triage: parity with B2G/B2G Desktop
fails == box-ordinal-with-out-of-flow-1.html box-ordinal-with-out-of-flow-1.html
== dynamic-1-remove-to-none-grouped.xul dynamic-1-remove-to-none-grouped.xul
== dynamic-1-add-to-one-grouped.xul dynamic-1-add-to-one-grouped.xul
== dynamic-1-remove-to-one-grouped-1.xul dynamic-1-remove-to-one-grouped-1.xul
== dynamic-1-remove-to-one-grouped-2.xul dynamic-1-remove-to-one-grouped-2.xul
== dynamic-1-add-to-two-grouped-1.xul dynamic-1-add-to-two-grouped-1.xul
== dynamic-1-add-to-two-grouped-2.xul dynamic-1-add-to-two-grouped-2.xul

View File

@ -1,37 +1,31 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== outline-radius-percent-1.html outline-radius-percent-1.html
== min-width-1.html min-width-1.html
== min-height-1.html min-height-1.html
== max-width-1.html max-width-1.html
== max-height-1.html max-height-1.html
== width-special-values-block.html width-special-values-block.html
== width-special-values-float.html width-special-values-float.html
random == width-special-values-image-block.html width-special-values-image-block.html
== width-special-values-image.html width-special-values-image.html
== width-special-values-block-intrinsic.html width-special-values-block-intrinsic.html
== width-special-values-float-intrinsic.html width-special-values-float-intrinsic.html
skip == minmax-width-special-values-block-intrinsic.html minmax-width-special-values-block-intrinsic.html
skip == width-special-values-cell-auto.html width-special-values-cell-auto.html
== width-special-values-cell-fixed.html width-special-values-cell-fixed.html
== box-sizing-1.html box-sizing-1.html
== box-sizing-2.html box-sizing-2.html
== box-sizing-3.html box-sizing-3.html
== box-sizing-4.html box-sizing-4.html
== box-sizing-minmax-height.html box-sizing-minmax-height.html
== box-sizing-minmax-width.html box-sizing-minmax-width.html
== box-sizing-mozbox-minmax-height.html box-sizing-mozbox-minmax-height.html
skip == abspos-non-replaced-width-offset-margin.html abspos-non-replaced-width-offset-margin.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip == abspos-replaced-width-offset-margin.html abspos-replaced-width-offset-margin.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) HTTP(..) == CSS21-t100301.xhtml CSS21-t100301.xhtml
# Initial mulet triage: parity with B2G/B2G Desktop
random-if(B2G||Mulet) == CSS21-t100303.xhtml CSS21-t100303.xhtml
# Initial mulet triage: parity with B2G/B2G Desktop
random-if(B2G||Mulet) == CSS21-t100303-simple.xhtml CSS21-t100303-simple.xhtml
# Initial mulet triage: parity with B2G/B2G Desktop
random-if(B2G||Mulet) == CSS21-t100801-vertical-align.xhtml CSS21-t100801-vertical-align.xhtml
# Initial mulet triage: parity with B2G/B2G Desktop
fails == outline-radius-percent-1.html outline-radius-percent-1.html
fails == min-width-1.html min-width-1.html
fails == min-height-1.html min-height-1.html
fails == max-width-1.html max-width-1.html
fails == max-height-1.html max-height-1.html
fails == width-special-values-block.html width-special-values-block.html
fails == width-special-values-float.html width-special-values-float.html
fails == width-special-values-image-block.html width-special-values-image-block.html
fails == width-special-values-image.html width-special-values-image.html
fails == width-special-values-block-intrinsic.html width-special-values-block-intrinsic.html
fails == width-special-values-float-intrinsic.html width-special-values-float-intrinsic.html
fails == minmax-width-special-values-block-intrinsic.html minmax-width-special-values-block-intrinsic.html
fails == width-special-values-cell-auto.html width-special-values-cell-auto.html
fails == width-special-values-cell-fixed.html width-special-values-cell-fixed.html
fails == box-sizing-1.html box-sizing-1.html
fails == box-sizing-2.html box-sizing-2.html
fails == box-sizing-3.html box-sizing-3.html
fails == box-sizing-4.html box-sizing-4.html
# == box-sizing-minmax-height.html box-sizing-minmax-height.html
fails == box-sizing-minmax-width.html box-sizing-minmax-width.html
# == box-sizing-mozbox-minmax-height.html box-sizing-mozbox-minmax-height.html
fails == abspos-non-replaced-width-offset-margin.html abspos-non-replaced-width-offset-margin.html
fails == abspos-replaced-width-offset-margin.html abspos-replaced-width-offset-margin.html
fails HTTP(..) == CSS21-t100301.xhtml CSS21-t100301.xhtml
== CSS21-t100303.xhtml CSS21-t100303.xhtml
== CSS21-t100303-simple.xhtml CSS21-t100303-simple.xhtml
== CSS21-t100801-vertical-align.xhtml CSS21-t100801-vertical-align.xhtml
== clip-auto.html clip-auto.html
== clip-rect-auto.html clip-rect-auto.html
fails == clip-rect-auto.html clip-rect-auto.html
== width-rounding.html width-rounding.html

View File

@ -1,57 +1,46 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== boxshadow-basic.html boxshadow-basic.html
== boxshadow-blur.html boxshadow-blur.html
== boxshadow-blur.html boxshadow-blur.html
random == boxshadow-blur-2.html boxshadow-blur-2.html
# fixedpoint division in blur code makes this fail
random == boxshadow-blur-2.html boxshadow-blur-2.html
# fixedpoint division in blur code makes this fail
== boxshadow-multiple.html boxshadow-multiple.html
fails == boxshadow-basic.html boxshadow-basic.html
# == boxshadow-blur.html boxshadow-blur.html
# == boxshadow-blur.html boxshadow-blur.html
fails random == boxshadow-blur-2.html boxshadow-blur-2.html
fails random == boxshadow-blur-2.html boxshadow-blur-2.html
# == boxshadow-multiple.html boxshadow-multiple.html
== boxshadow-spread.html boxshadow-spread.html
== tableboxshadow-basic.html tableboxshadow-basic.html
== tableboxshadow-trshadow.html tableboxshadow-trshadow.html
== tableboxshadow-tdshadow.html tableboxshadow-tdshadow.html
== boxshadow-rounding.html boxshadow-rounding.html
fails-if(Android||B2G||Mulet) == boxshadow-button.html boxshadow-button.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(Android||B2G||Mulet) == boxshadow-fileupload.html boxshadow-fileupload.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails == tableboxshadow-basic.html tableboxshadow-basic.html
fails == tableboxshadow-trshadow.html tableboxshadow-trshadow.html
fails == tableboxshadow-tdshadow.html tableboxshadow-tdshadow.html
fails == boxshadow-rounding.html boxshadow-rounding.html
fails == boxshadow-button.html boxshadow-button.html
fails == boxshadow-fileupload.html boxshadow-fileupload.html
== boxshadow-inner-basic.html boxshadow-inner-basic.html
random-if(layersGPUAccelerated) == boxshadow-mixed.html boxshadow-mixed.html
random-if(d2d) fuzzy-if(B2G,12,18) == boxshadow-rounded-spread.html boxshadow-rounded-spread.html
skip-if((B2G&&browserIsRemote)||Mulet) fuzzy-if(skiaContent,1,50) HTTP(..) == boxshadow-dynamic.xul boxshadow-dynamic.xul
# Initial mulet triage: parity with B2G/B2G Desktop
random-if(d2d) == boxshadow-onecorner.html boxshadow-onecorner.html
skip random-if(d2d) == boxshadow-twocorners.html boxshadow-twocorners.html
random-if(d2d) == boxshadow-threecorners.html boxshadow-threecorners.html
skip == boxshadow-skiprect.html boxshadow-skiprect.html
fails == boxshadow-rounded-spread.html boxshadow-rounded-spread.html
fuzzy-if(skiaContent,1,50) HTTP(..) == boxshadow-dynamic.xul boxshadow-dynamic.xul
fails == boxshadow-onecorner.html boxshadow-onecorner.html
fails == boxshadow-twocorners.html boxshadow-twocorners.html
fails == boxshadow-threecorners.html boxshadow-threecorners.html
fuzzy(2,440) == boxshadow-skiprect.html boxshadow-skiprect.html
== boxshadow-opacity.html boxshadow-opacity.html
== boxshadow-color-rounding.html boxshadow-color-rounding.html
== boxshadow-color-rounding-middle.html boxshadow-color-rounding-middle.html
fuzzy-if(OSX==1010,1,24) fuzzy-if(d2d,16,568) == boxshadow-large-border-radius.html boxshadow-large-border-radius.html
# Bug 1209649
fuzzy-if(d2d,2,1080) == boxshadow-border-radius-int.html boxshadow-border-radius-int.html
fuzzy-if(OSX==1010,1,24) fuzzy-if(d2d,16,908) == boxshadow-large-border-radius.html boxshadow-large-border-radius.html
fails == boxshadow-border-radius-int.html boxshadow-border-radius-int.html
== boxshadow-inset-neg-spread.html boxshadow-inset-neg-spread.html
== boxshadow-inset-neg-spread2.html boxshadow-inset-neg-spread2.html
== boxshadow-rotated.html boxshadow-rotated.html
# Bug 1211264
fails == boxshadow-rotated.html boxshadow-rotated.html
== boxshadow-inset-large-border-radius.html boxshadow-inset-large-border-radius.html
# fuzzy due to blur going inside, but as long as it's essentially black instead of a light gray its ok.
== boxshadow-inset-large-offset.html boxshadow-inset-large-offset.html
fuzzy(12,9445) fuzzy-if(d2d,13,10926) == boxshadow-inset-large-offset.html boxshadow-inset-large-offset.html
== overflow-not-scrollable-1.html overflow-not-scrollable-1.html
== overflow-not-scrollable-1.html overflow-not-scrollable-1.html
== overflow-not-scrollable-2.html overflow-not-scrollable-2.html
fails-if(B2G||Mulet) == 611574-1.html 611574-1.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip fails-if(B2G||Mulet) == 611574-2.html 611574-2.html
# Initial mulet triage: parity with B2G/B2G Desktop
fuzzy-if(winWidget,5,30) fuzzy-if(skiaContent,16,10) == fieldset.html fieldset.html
# minor anti-aliasing problem on Windows
fails fuzzy-if(winWidget,5,30) fuzzy-if(skiaContent,16,10) == fieldset-inset.html fieldset-inset.html
# minor anti-aliasing problem on Windows
# == overflow-not-scrollable-1.html overflow-not-scrollable-1.html
# == overflow-not-scrollable-1.html overflow-not-scrollable-1.html
fails == overflow-not-scrollable-2.html overflow-not-scrollable-2.html
fails == 611574-1.html 611574-1.html
fails == 611574-2.html 611574-2.html
# == fieldset.html fieldset.html
fuzzy-if(winWidget,5,30) fuzzy-if(skiaContent,16,10) == fieldset-inset.html fieldset-inset.html
== 1178575.html 1178575.html
== 1178575-2.html 1178575-2.html
== 1212823-1.html 1212823-1.html
== boxshadow-large-offset.html boxshadow-large-offset.html
fails == 1212823-1.html 1212823-1.html
fails == boxshadow-large-offset.html boxshadow-large-offset.html

View File

@ -14,4 +14,4 @@
== intrinsic-1m.html intrinsic-1m.html
== intrinsic-1n.html intrinsic-1n.html
== intrinsic-1o.html intrinsic-1o.html
== computed-size-reporting.html computed-size-reporting.html
fails == computed-size-reporting.html computed-size-reporting.html

View File

@ -4,11 +4,9 @@
== flexbox-abspos-container-1c.html flexbox-abspos-container-1c.html
== flexbox-abspos-container-1d.html flexbox-abspos-container-1d.html
== flexbox-abspos-container-2.html flexbox-abspos-container-2.html
== flexbox-attributes-no-box-horizontal.xhtml flexbox-attributes-no-box-horizontal.xhtml
== flexbox-attributes-no-box-vertical.xhtml flexbox-attributes-no-box-vertical.xhtml
skip-if(B2G||Mulet) == flexbox-attributes-no-input-horizontal.xhtml flexbox-attributes-no-input-horizontal.xhtml
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) == flexbox-attributes-no-input-vertical.xhtml flexbox-attributes-no-input-vertical.xhtml
# Initial mulet triage: parity with B2G/B2G Desktop
fails == flexbox-attributes-no-box-horizontal.xhtml flexbox-attributes-no-box-horizontal.xhtml
fails == flexbox-attributes-no-box-vertical.xhtml flexbox-attributes-no-box-vertical.xhtml
fails == flexbox-attributes-no-input-horizontal.xhtml flexbox-attributes-no-input-horizontal.xhtml
fails == flexbox-attributes-no-input-vertical.xhtml flexbox-attributes-no-input-vertical.xhtml
== flexbox-child-is-abspos-container-1.html flexbox-child-is-abspos-container-1.html
== flexbox-child-is-abspos-container-2.html flexbox-child-is-abspos-container-2.html

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,15 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== default-size.html default-size.html
skip-if(B2G||Mulet) fuzzy-if(Android,8,1000) == size-1.html size-1.html
# Initial mulet triage: parity with B2G/B2G Desktop
# == default-size.html default-size.html
fails == size-1.html size-1.html
== empty-transaction-1.html empty-transaction-1.html
== image-rendering-test.html image-rendering-test.html
fails == image-rendering-test.html image-rendering-test.html
== image-shadow.html image-shadow.html
skip-if(B2G||Mulet) asserts-if(cocoaWidget,0-2) == size-change-1.html size-change-1.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails == size-change-1.html size-change-1.html
random-if(cocoaWidget) == subpixel-1.html subpixel-1.html
# see bug 1192616, re-enable once we're off the pandaboards
== subpixel-1.html subpixel-1.html
== text-ltr-left.html text-ltr-left.html
== text-ltr-right.html text-ltr-right.html
@ -28,39 +25,35 @@ random-if(cocoaWidget) == subpixel-1.html subpixel-1.html
== text-ltr-left.html text-ltr-left.html
== text-ltr-alignment-test.html text-ltr-alignment-test.html
== text-rtl-alignment-test.html text-rtl-alignment-test.html
fails == text-ltr-alignment-test.html text-ltr-alignment-test.html
fails == text-rtl-alignment-test.html text-rtl-alignment-test.html
fuzzy-if((B2G||Mulet)&&azureSkiaGL,1,256) == text-horzline-with-bottom.html text-horzline-with-bottom.html
# Initial mulet triage: parity with B2G/B2G Desktop
fuzzy-if((B2G||Mulet)&&azureSkiaGL,1,256) fails-if(azureSkia&&OSX>=1008) == text-horzline-with-top.html text-horzline-with-top.html
# Initial mulet triage: parity with B2G/B2G Desktop
== text-horzline-with-bottom.html text-horzline-with-bottom.html
fails-if(azureSkia&&OSX>=1008) == text-horzline-with-top.html text-horzline-with-top.html
== text-big-stroke.html text-big-stroke.html
== text-big-stroke.html text-big-stroke.html
# == text-big-stroke.html text-big-stroke.html
# == text-big-stroke.html text-big-stroke.html
== text-context-state-test.html text-context-state-test.html
== text-font-inherit.html text-font-inherit.html
== text-space-replace-test.html text-space-replace-test.html
fails == text-context-state-test.html text-context-state-test.html
fails == text-font-inherit.html text-font-inherit.html
fails == text-space-replace-test.html text-space-replace-test.html
== text-no-frame-test.html text-no-frame-test.html
== text-no-frame-2-test.html text-no-frame-2-test.html
fuzzy-if(azureSkiaGL,10,400) == text-not-in-doc-test.html text-not-in-doc-test.html
fails == text-no-frame-test.html text-no-frame-test.html
fails == text-no-frame-2-test.html text-no-frame-2-test.html
fails == text-not-in-doc-test.html text-not-in-doc-test.html
== text-bidi-ltr-test.html text-bidi-ltr-test.html
== text-bidi-ltr-test.html text-bidi-ltr-test.html
# for bug 698185
== text-bidi-rtl-test.html text-bidi-rtl-test.html
# == text-bidi-ltr-test.html text-bidi-ltr-test.html
# == text-bidi-ltr-test.html text-bidi-ltr-test.html
fails == text-bidi-rtl-test.html text-bidi-rtl-test.html
skip-if(B2G||Mulet) == text-font-lang.html text-font-lang.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails == text-font-lang.html text-font-lang.html
== text-measure.html text-measure.html
== text-small-caps-1.html text-small-caps-1.html
fails == text-measure.html text-measure.html
fails == text-small-caps-1.html text-small-caps-1.html
random-if(!d2d) == text-subpixel-1.html text-subpixel-1.html
fails == text-subpixel-1.html text-subpixel-1.html
== strokeText-path.html strokeText-path.html
fails == strokeText-path.html strokeText-path.html
# check that emoji character renders as something non-blank (for Apple Color Emoji font, bug 715798)
# apparently fails on some 10.7 systems for unknown reasons, bug 804522.
@ -74,33 +67,27 @@ random-if(cocoaWidget&&azureSkia) random-if(!cocoaWidget||OSX==1006||OSX==1007)
# azure quartz uses CGDrawLinearGradient instead of DrawShading
# so we have less control over degenerate behaviour as tested by this
# test
skip == linear-gradient-1a.html linear-gradient-1a.html
# fails-if((azureSkia&&!azureSkiaGL)||azureQuartz||(azureSkiaGL&&Android)) == linear-gradient-1a.html linear-gradient-1a.html
# this passes with cairo on 10.7 and 10.8 but not with azure for reasons unknown
skip == linear-gradient-1b.html linear-gradient-1b.html
# fails-if((azureSkia&&!azureSkiaGL)||azureQuartz||(azureSkiaGL&&Android)) == linear-gradient-1b.html linear-gradient-1b.html
== zero-dimensions.html zero-dimensions.html
== evenodd-fill-sanity.html evenodd-fill-sanity.html
== evenodd-fill-1.html evenodd-fill-1.html
== evenodd-fill-1.html evenodd-fill-1.html
random-if(azureSkiaGL) == evenodd-fill-2.html evenodd-fill-2.html
== evenodd-fill-3.html evenodd-fill-3.html
== dash-sanity.html dash-sanity.html
fuzzy-if(azureSkia||skiaContent,9,470) random-if(Android) == dash-1.html dash-1.html
# Bug 668412 (really is android-specific, not IPC-specific)
fails == dash-sanity.html dash-sanity.html
== dash-1.html dash-1.html
== ctm-sanity.html ctm-sanity.html
== ctm-singular-sanity.html ctm-singular-sanity.html
fails == ctm-sanity.html ctm-sanity.html
fails == ctm-singular-sanity.html ctm-singular-sanity.html
== ctm-1.html ctm-1.html
fails-if(azureQuartz&&OSX==1006) == 672646-alpha-radial-gradient.html 672646-alpha-radial-gradient.html
# Bug 673333
== 674003-alpha-radial-gradient-superlum.html 674003-alpha-radial-gradient-superlum.html
fails == 674003-alpha-radial-gradient-superlum.html 674003-alpha-radial-gradient-superlum.html
== 693610-1.html 693610-1.html
# bug 693610: multiple glyph runs should not be overprinted
fails == 693610-1.html 693610-1.html
== 726951-shadow-clips.html 726951-shadow-clips.html
@ -111,12 +98,17 @@ fuzzy-if(azureSkia,1,15) fuzzy-if(skiaContent,1,20) == transformed-gradient.html
== 749467-1.html 749467-1.html
# You get a little bit of rounding fuzz on OSX from transforming the paths between user space and device space
fuzzy-if(azureQuartz,2,128) fuzzy-if(d2d,12,21) fuzzy-if(skiaContent,12,7) fuzzy-if(d2d&&/^Windows\x20NT\x2010\.0/.test(http.oscpu),2,141) == 784573-1.html 784573-1.html
== 784573-1.html 784573-1.html
== 802658-1.html 802658-1.html
fails == 802658-1.html 802658-1.html
== 1074733-1.html 1074733-1.html
fuzzy-if(Mulet,45,2) == 1107096-invisibles.html 1107096-invisibles.html
fails == 1107096-invisibles.html 1107096-invisibles.html
== 1151821-1.html 1151821-1.html
== 1201272-1.html 1201272-1.html
== 1224976-1.html 1224976-1.html
== 1238795-1.html 1238795-1.html
== 1303534-1.html 1303534-1.html
fails == 1304353-text-global-alpha-1.html 1304353-text-global-alpha-1.html
fails == 1304353-text-global-alpha-2.html 1304353-text-global-alpha-2.html
fails == 1304353-text-global-composite-op-1.html 1304353-text-global-composite-op-1.html

View File

@ -1,44 +1,38 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== basic-1.html basic-1.html
== pref-width-1a.html pref-width-1a.html
== pref-width-1b.html pref-width-1b.html
== pref-width-1c.html pref-width-1c.html
== min-width-1a.html min-width-1a.html
# == basic-1.html basic-1.html
fails == pref-width-1a.html pref-width-1a.html
fails == pref-width-1b.html pref-width-1b.html
fails == pref-width-1c.html pref-width-1c.html
fails == min-width-1a.html min-width-1a.html
== min-width-1b.html min-width-1b.html
== min-width-1c.html min-width-1c.html
== min-width-2.html min-width-2.html
== column-balancing-overflow-000.html column-balancing-overflow-000.html
== column-balancing-overflow-001.html column-balancing-overflow-001.html
skip == column-balancing-overflow-002.html column-balancing-overflow-002.html
== column-balancing-overflow-003.html column-balancing-overflow-003.html
== column-balancing-overflow-004.html column-balancing-overflow-004.html
== column-balancing-overflow-005.html column-balancing-overflow-005.html
== column-balancing-000.html column-balancing-000.html
== column-balancing-001.html column-balancing-001.html
== column-balancing-002.html column-balancing-002.html
== column-balancing-003.html column-balancing-003.html
== column-balancing-004.html column-balancing-004.html
== column-box-alignment-rtl.html column-box-alignment-rtl.html
HTTP(..) == columnfill-balance.html columnfill-balance.html
fuzzy-if(OSX,32,1000) HTTP(..) == columnfill-auto.html columnfill-auto.html
HTTP(..) == columnfill-auto-2.html columnfill-auto-2.html
HTTP(..) == columnfill-auto-3.html columnfill-auto-3.html
skip-if(B2G||Mulet) == columnrule-basic.html columnrule-basic.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) == columnrule-complex.html columnrule-complex.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== columnrule-linestyles.html columnrule-linestyles.html
== columnrule-padding.html columnrule-padding.html
skip-if(B2G||Mulet) == columnfill-overflow.html columnfill-overflow.html
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
== margin-collapsing-bug616722-1.html margin-collapsing-bug616722-1.html
== margin-collapsing-bug616722-2.html margin-collapsing-bug616722-2.html
== column-balancing-nested-000.html column-balancing-nested-000.html
== column-balancing-nested-001.html column-balancing-nested-001.html
== columnrule-overflow.html columnrule-overflow.html
== columns-table-caption-000.html columns-table-caption-000.html
== positioning-transforms-bug1112501.html positioning-transforms-bug1112501.html
skip fuzzy-if(browserIsRemote&&winWidget,121,221) == fieldset-columns-001.html fieldset-columns-001.html
fails == min-width-1c.html min-width-1c.html
fails == min-width-2.html min-width-2.html
fails == column-balancing-overflow-000.html column-balancing-overflow-000.html
fails == column-balancing-overflow-001.html column-balancing-overflow-001.html
fails == column-balancing-overflow-002.html column-balancing-overflow-002.html
fails == column-balancing-overflow-003.html column-balancing-overflow-003.html
fails == column-balancing-overflow-004.html column-balancing-overflow-004.html
fails == column-balancing-overflow-005.html column-balancing-overflow-005.html
fails == column-balancing-000.html column-balancing-000.html
fails == column-balancing-001.html column-balancing-001.html
fails == column-balancing-002.html column-balancing-002.html
fails == column-balancing-003.html column-balancing-003.html
fails == column-balancing-004.html column-balancing-004.html
# fails == column-box-alignment-rtl.html column-box-alignment-rtl.html
fails HTTP(..) == columnfill-balance.html columnfill-balance.html
fails == columnfill-auto.html columnfill-auto.html
fails HTTP(..) == columnfill-auto-2.html columnfill-auto-2.html
fails HTTP(..) == columnfill-auto-3.html columnfill-auto-3.html
fails == columnrule-basic.html columnrule-basic.html
fails == columnrule-complex.html columnrule-complex.html
fails == columnrule-linestyles.html columnrule-linestyles.html
# == columnrule-padding.html columnrule-padding.html
fails == columnfill-overflow.html columnfill-overflow.html
fails == margin-collapsing-bug616722-1.html margin-collapsing-bug616722-1.html
fails == margin-collapsing-bug616722-2.html margin-collapsing-bug616722-2.html
fails == column-balancing-nested-000.html column-balancing-nested-000.html
fails == column-balancing-nested-001.html column-balancing-nested-001.html
fails == columnrule-overflow.html columnrule-overflow.html
fails == columns-table-caption-000.html columns-table-caption-000.html
fails == positioning-transforms-bug1112501.html positioning-transforms-bug1112501.html
fails == fieldset-columns-001.html fieldset-columns-001.html

View File

@ -1,38 +1,36 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== system-cyclic.html system-cyclic.html
== system-fixed.html system-fixed.html
== system-symbolic.html system-symbolic.html
== system-alphabetic.html system-alphabetic.html
== system-numeric.html system-numeric.html
== system-additive.html system-additive.html
== system-extends.html system-extends.html
== system-cyclic-invalid.html system-cyclic-invalid.html
== system-fixed-invalid.html system-fixed-invalid.html
== system-symbolic-invalid.html system-symbolic-invalid.html
== system-alphabetic-invalid.html system-alphabetic-invalid.html
== system-numeric-invalid.html system-numeric-invalid.html
== system-additive-invalid.html system-additive-invalid.html
== system-extends-invalid.html system-extends-invalid.html
== descriptor-negative.html descriptor-negative.html
== descriptor-prefix.html descriptor-prefix.html
fails-if(B2G||Mulet) == descriptor-suffix.html descriptor-suffix.html
# B2G kerning
# Initial mulet triage: parity with B2G/B2G Desktop
== descriptor-range.html descriptor-range.html
== descriptor-pad.html descriptor-pad.html
== descriptor-fallback.html descriptor-fallback.html
== descriptor-symbols.html descriptor-symbols.html
== descriptor-negative-invalid.html descriptor-negative-invalid.html
== descriptor-prefix-invalid.html descriptor-prefix-invalid.html
== descriptor-suffix-invalid.html descriptor-suffix-invalid.html
== descriptor-range-invalid.html descriptor-range-invalid.html
== descriptor-pad-invalid.html descriptor-pad-invalid.html
== descriptor-fallback.html descriptor-fallback.html
== descriptor-symbols-invalid.html descriptor-symbols-invalid.html
== name-case-sensitivity.html name-case-sensitivity.html
== dependent-builtin.html dependent-builtin.html
== redefine-builtin.html redefine-builtin.html
skip == redefine-attr-mapping.html redefine-attr-mapping.html
== disclosure-styles.html disclosure-styles.html
== symbols-function.html symbols-function.html
== symbols-function-invalid.html symbols-function-invalid.html
fails == system-cyclic.html system-cyclic.html
fails == system-fixed.html system-fixed.html
fails == system-symbolic.html system-symbolic.html
fails == system-alphabetic.html system-alphabetic.html
fails == system-numeric.html system-numeric.html
fails == system-additive.html system-additive.html
fails == system-extends.html system-extends.html
fails == system-cyclic-invalid.html system-cyclic-invalid.html
fails == system-fixed-invalid.html system-fixed-invalid.html
fails == system-symbolic-invalid.html system-symbolic-invalid.html
fails == system-alphabetic-invalid.html system-alphabetic-invalid.html
fails == system-numeric-invalid.html system-numeric-invalid.html
fails == system-additive-invalid.html system-additive-invalid.html
fails == system-extends-invalid.html system-extends-invalid.html
fails == descriptor-negative.html descriptor-negative.html
fails == descriptor-prefix.html descriptor-prefix.html
fails == descriptor-suffix.html descriptor-suffix.html
fails == descriptor-range.html descriptor-range.html
fails == descriptor-pad.html descriptor-pad.html
# == descriptor-fallback.html descriptor-fallback.html
fails == descriptor-symbols.html descriptor-symbols.html
fails == descriptor-negative-invalid.html descriptor-negative-invalid.html
fails == descriptor-prefix-invalid.html descriptor-prefix-invalid.html
fails == descriptor-suffix-invalid.html descriptor-suffix-invalid.html
fails == descriptor-range-invalid.html descriptor-range-invalid.html
fails == descriptor-pad-invalid.html descriptor-pad-invalid.html
# == descriptor-fallback.html descriptor-fallback.html
fails == descriptor-symbols-invalid.html descriptor-symbols-invalid.html
fails == name-case-sensitivity.html name-case-sensitivity.html
fails == dependent-builtin.html dependent-builtin.html
fails == redefine-builtin.html redefine-builtin.html
fails == redefine-attr-mapping.html redefine-attr-mapping.html
fails == disclosure-styles.html disclosure-styles.html
fails == symbols-function.html symbols-function.html
fails == symbols-function-invalid.html symbols-function-invalid.html

View File

@ -1,85 +1,83 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== counter-name-case-sensitive.html counter-name-case-sensitive.html
== t1202-counter-00-b-test.html t1202-counter-00-b-test.html
== t1202-counter-01-b-test.html t1202-counter-01-b-test.html
== t1202-counter-02-b-test.html t1202-counter-02-b-test.html
== t1202-counter-03-b-test.html t1202-counter-03-b-test.html
== t1202-counter-04-b-test.html t1202-counter-04-b-test.html
== t1202-counter-05-b-test.html t1202-counter-05-b-test.html
== t1202-counter-06-b-test.html t1202-counter-06-b-test.html
== t1202-counter-07-b-test.html t1202-counter-07-b-test.html
skip == t1202-counter-08-b-test.html t1202-counter-08-b-test.html
== t1202-counter-09-b-test.html t1202-counter-09-b-test.html
== t1202-counter-10-b-test.html t1202-counter-10-b-test.html
== t1202-counter-11-b-test.html t1202-counter-11-b-test.html
== t1202-counter-12-b-test.html t1202-counter-12-b-test.html
== t1202-counter-13-b-test.html t1202-counter-13-b-test.html
== t1202-counter-14-b-test.html t1202-counter-14-b-test.html
== t1202-counter-15-b-test.html t1202-counter-15-b-test.html
== t1202-counter-16-f-test.html t1202-counter-16-f-test.html
== t1202-counters-00-b-test.html t1202-counters-00-b-test.html
== t1202-counters-01-b-test.html t1202-counters-01-b-test.html
== t1202-counters-02-b-test.html t1202-counters-02-b-test.html
== t1202-counters-03-b-test.html t1202-counters-03-b-test.html
== t1202-counters-04-b-test.html t1202-counters-04-b-test.html
== t1202-counters-05-b-test.html t1202-counters-05-b-test.html
skip == t1202-counters-06-b-test.html t1202-counters-06-b-test.html
== t1202-counters-07-b-test.html t1202-counters-07-b-test.html
== t1202-counters-08-b-test.html t1202-counters-08-b-test.html
== t1202-counters-09-b-test.html t1202-counters-09-b-test.html
== t1202-counters-10-b-test.html t1202-counters-10-b-test.html
== t1202-counters-11-b-test.html t1202-counters-11-b-test.html
== t1202-counters-12-b-test.html t1202-counters-12-b-test.html
== t1202-counters-13-b-test.html t1202-counters-13-b-test.html
== t1202-counters-14-b-test.html t1202-counters-14-b-test.html
== t1202-counters-15-b-test.html t1202-counters-15-b-test.html
== t1202-counters-16-c-test.html t1202-counters-16-c-test.html
== t1202-counters-17-d-test.html t1202-counters-17-d-test.html
== t1202-counters-18-f-test.html t1202-counters-18-f-test.html
== t1204-implied-00-b-test.html t1204-implied-00-b-test.html
== t1204-implied-01-c-test.html t1204-implied-01-c-test.html
== t1204-implied-02-d-test.html t1204-implied-02-d-test.html
== t1204-increment-00-c-o-test.html t1204-increment-00-c-o-test.html
== t1204-increment-01-c-o-test.html t1204-increment-01-c-o-test.html
== t1204-increment-02-c-o-test.html t1204-increment-02-c-o-test.html
== t1204-multiple-00-c-test.html t1204-multiple-00-c-test.html
== t1204-multiple-01-c-test.html t1204-multiple-01-c-test.html
== t1204-order-00-c-test.html t1204-order-00-c-test.html
== t1204-order-01-d-test.html t1204-order-01-d-test.html
== t1204-reset-00-c-o-test.html t1204-reset-00-c-o-test.html
== t1204-reset-01-c-o-test.html t1204-reset-01-c-o-test.html
== t1204-reset-02-c-o-test.html t1204-reset-02-c-o-test.html
== t1204-root-e-test.html t1204-root-e-test.html
== t120401-scope-00-b-test.html t120401-scope-00-b-test.html
== t120401-scope-01-c-test.html t120401-scope-01-c-test.html
== t120401-scope-02-c-test.html t120401-scope-02-c-test.html
== t120401-scope-03-c-test.html t120401-scope-03-c-test.html
== t120401-scope-04-d-test.html t120401-scope-04-d-test.html
== t120403-content-none-00-c-test.html t120403-content-none-00-c-test.html
== t120403-display-none-00-c-test.html t120403-display-none-00-c-test.html
== t120403-visibility-00-c-test.html t120403-visibility-00-c-test.html
== text-boundaries-subpixel.html text-boundaries-subpixel.html
skip == counter-hebrew-test.html counter-hebrew-test.html
== counters-hebrew-test.html counters-hebrew-test.html
fails-if(xulRuntime.XPCOMABI.match(/arm/)) == counter-reset-integer-range.html counter-reset-integer-range.html
# bug 989718
== counter-ua-limits-00.html counter-ua-limits-00.html
== counter-ua-limits-01.html counter-ua-limits-01.html
fails-if(xulRuntime.XPCOMABI.match(/arm/)) == counter-ua-limits-02.html counter-ua-limits-02.html
# bug 989718
== counter-ua-limits-03.html counter-ua-limits-03.html
== counter-ua-limits-list-00.html counter-ua-limits-list-00.html
== counter-ua-limits-list-01.html counter-ua-limits-list-01.html
== multiple-thai-counters.html multiple-thai-counters.html
== counter-suffix.html counter-suffix.html
== counter-cjk-decimal.html counter-cjk-decimal.html
== counter-japanese-informal.html counter-japanese-informal.html
== counter-japanese-formal.html counter-japanese-formal.html
== counter-korean-hangul-formal.html counter-korean-hangul-formal.html
== counter-korean-hanja-informal.html counter-korean-hanja-informal.html
== counter-korean-hanja-formal.html counter-korean-hanja-formal.html
== counter-simp-chinese-informal.html counter-simp-chinese-informal.html
== counter-simp-chinese-formal.html counter-simp-chinese-formal.html
== counter-trad-chinese-informal.html counter-trad-chinese-informal.html
== counter-trad-chinese-formal.html counter-trad-chinese-formal.html
== counter-ethiopic-numeric.html counter-ethiopic-numeric.html
fails == counter-name-case-sensitive.html counter-name-case-sensitive.html
fails == t1202-counter-00-b-test.html t1202-counter-00-b-test.html
fails == t1202-counter-01-b-test.html t1202-counter-01-b-test.html
fails == t1202-counter-02-b-test.html t1202-counter-02-b-test.html
fails == t1202-counter-03-b-test.html t1202-counter-03-b-test.html
fails == t1202-counter-04-b-test.html t1202-counter-04-b-test.html
fails == t1202-counter-05-b-test.html t1202-counter-05-b-test.html
fails == t1202-counter-06-b-test.html t1202-counter-06-b-test.html
fails == t1202-counter-07-b-test.html t1202-counter-07-b-test.html
fails == t1202-counter-08-b-test.html t1202-counter-08-b-test.html
fails == t1202-counter-09-b-test.html t1202-counter-09-b-test.html
fails == t1202-counter-10-b-test.html t1202-counter-10-b-test.html
fails == t1202-counter-11-b-test.html t1202-counter-11-b-test.html
fails == t1202-counter-12-b-test.html t1202-counter-12-b-test.html
fails == t1202-counter-13-b-test.html t1202-counter-13-b-test.html
fails == t1202-counter-14-b-test.html t1202-counter-14-b-test.html
fails == t1202-counter-15-b-test.html t1202-counter-15-b-test.html
fails == t1202-counter-16-f-test.html t1202-counter-16-f-test.html
fails == t1202-counters-00-b-test.html t1202-counters-00-b-test.html
fails == t1202-counters-01-b-test.html t1202-counters-01-b-test.html
fails == t1202-counters-02-b-test.html t1202-counters-02-b-test.html
fails == t1202-counters-03-b-test.html t1202-counters-03-b-test.html
fails == t1202-counters-04-b-test.html t1202-counters-04-b-test.html
fails == t1202-counters-05-b-test.html t1202-counters-05-b-test.html
fails == t1202-counters-06-b-test.html t1202-counters-06-b-test.html
fails == t1202-counters-07-b-test.html t1202-counters-07-b-test.html
fails == t1202-counters-08-b-test.html t1202-counters-08-b-test.html
fails == t1202-counters-09-b-test.html t1202-counters-09-b-test.html
fails == t1202-counters-10-b-test.html t1202-counters-10-b-test.html
fails == t1202-counters-11-b-test.html t1202-counters-11-b-test.html
fails == t1202-counters-12-b-test.html t1202-counters-12-b-test.html
fails == t1202-counters-13-b-test.html t1202-counters-13-b-test.html
fails == t1202-counters-14-b-test.html t1202-counters-14-b-test.html
fails == t1202-counters-15-b-test.html t1202-counters-15-b-test.html
fails == t1202-counters-16-c-test.html t1202-counters-16-c-test.html
fails == t1202-counters-17-d-test.html t1202-counters-17-d-test.html
fails == t1202-counters-18-f-test.html t1202-counters-18-f-test.html
fails == t1204-implied-00-b-test.html t1204-implied-00-b-test.html
fails == t1204-implied-01-c-test.html t1204-implied-01-c-test.html
fails == t1204-implied-02-d-test.html t1204-implied-02-d-test.html
fails == t1204-increment-00-c-o-test.html t1204-increment-00-c-o-test.html
fails == t1204-increment-01-c-o-test.html t1204-increment-01-c-o-test.html
fails == t1204-increment-02-c-o-test.html t1204-increment-02-c-o-test.html
fails == t1204-multiple-00-c-test.html t1204-multiple-00-c-test.html
fails == t1204-multiple-01-c-test.html t1204-multiple-01-c-test.html
fails == t1204-order-00-c-test.html t1204-order-00-c-test.html
fails == t1204-order-01-d-test.html t1204-order-01-d-test.html
fails == t1204-reset-00-c-o-test.html t1204-reset-00-c-o-test.html
fails == t1204-reset-01-c-o-test.html t1204-reset-01-c-o-test.html
fails == t1204-reset-02-c-o-test.html t1204-reset-02-c-o-test.html
fails == t1204-root-e-test.html t1204-root-e-test.html
fails == t120401-scope-00-b-test.html t120401-scope-00-b-test.html
fails == t120401-scope-01-c-test.html t120401-scope-01-c-test.html
fails == t120401-scope-02-c-test.html t120401-scope-02-c-test.html
fails == t120401-scope-03-c-test.html t120401-scope-03-c-test.html
fails == t120401-scope-04-d-test.html t120401-scope-04-d-test.html
fails == t120403-content-none-00-c-test.html t120403-content-none-00-c-test.html
fails == t120403-display-none-00-c-test.html t120403-display-none-00-c-test.html
fails == t120403-visibility-00-c-test.html t120403-visibility-00-c-test.html
fails == text-boundaries-subpixel.html text-boundaries-subpixel.html
fails == counter-hebrew-test.html counter-hebrew-test.html
fails == counters-hebrew-test.html counters-hebrew-test.html
fails == counter-reset-integer-range.html counter-reset-integer-range.html
fails == counter-ua-limits-00.html counter-ua-limits-00.html
fails == counter-ua-limits-01.html counter-ua-limits-01.html
fails == counter-ua-limits-02.html counter-ua-limits-02.html
fails == counter-ua-limits-03.html counter-ua-limits-03.html
fails == counter-ua-limits-list-00.html counter-ua-limits-list-00.html
fails == counter-ua-limits-list-01.html counter-ua-limits-list-01.html
fails == multiple-thai-counters.html multiple-thai-counters.html
fails == counter-suffix.html counter-suffix.html
fails == counter-cjk-decimal.html counter-cjk-decimal.html
fails == counter-japanese-informal.html counter-japanese-informal.html
fails == counter-japanese-formal.html counter-japanese-formal.html
fails == counter-korean-hangul-formal.html counter-korean-hangul-formal.html
fails == counter-korean-hanja-informal.html counter-korean-hanja-informal.html
fails == counter-korean-hanja-formal.html counter-korean-hanja-formal.html
fails == counter-simp-chinese-informal.html counter-simp-chinese-informal.html
fails == counter-simp-chinese-formal.html counter-simp-chinese-formal.html
fails == counter-trad-chinese-informal.html counter-trad-chinese-informal.html
fails == counter-trad-chinese-formal.html counter-trad-chinese-formal.html
fails == counter-ethiopic-numeric.html counter-ethiopic-numeric.html

View File

@ -1,34 +1,44 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== screen-animations.html screen-animations.html
== screen-animations.html screen-animations.html
== print-no-animations.html print-no-animations.html
# reftest harness doesn't actually make pres context non-dynamic for reftest-print tests
== print-no-animations.html print-no-animations.html
# reftest harness doesn't actually make pres context non-dynamic for reftest-print tests
== animate-opacity.html animate-opacity.html
== animate-preserves3d.html animate-preserves3d.html
== in-visibility-hidden-animation.html in-visibility-hidden-animation.html
== in-visibility-hidden-animation-pseudo-element.html in-visibility-hidden-animation-pseudo-element.html
== partially-out-of-view-animation.html partially-out-of-view-animation.html
== animate-display-table-opacity.html animate-display-table-opacity.html
# == screen-animations.html screen-animations.html
# == screen-animations.html screen-animations.html
# == print-no-animations.html print-no-animations.html
# == print-no-animations.html print-no-animations.html
fails == animate-opacity.html animate-opacity.html
fails == animate-preserves3d.html animate-preserves3d.html
# == in-visibility-hidden-animation.html in-visibility-hidden-animation.html
# == in-visibility-hidden-animation-pseudo-element.html in-visibility-hidden-animation-pseudo-element.html
# == partially-out-of-view-animation.html partially-out-of-view-animation.html
fails == animate-display-table-opacity.html animate-display-table-opacity.html
# We need to run 100% opacity test case when OMTA is disabled to check that the animation creates a stacking context even if the animation is not running on the compositor
test-pref(layers.offmainthreadcomposition.async-animations,false) == stacking-context-opacity-1-animation.html stacking-context-opacity-1-animation.html
# test-pref(layers.offmainthreadcomposition.async-animations,false) == stacking-context-opacity-1-animation.html stacking-context-opacity-1-animation.html
# We need to run transform:none test case when OMTA is disabled to check that the animation creates a stacking context even if the animation is not running on the compositor
test-pref(layers.offmainthreadcomposition.async-animations,false) == stacking-context-transform-none-animation.html stacking-context-transform-none-animation.html
== stacking-context-lose-opacity-1.html stacking-context-lose-opacity-1.html
== stacking-context-lose-transform-none.html stacking-context-lose-transform-none.html
== stacking-context-opacity-1-animation.html stacking-context-opacity-1-animation.html
== stacking-context-opacity-1-with-fill-backwards.html stacking-context-opacity-1-with-fill-backwards.html
== stacking-context-opacity-1-with-fill-forwards.html stacking-context-opacity-1-with-fill-forwards.html
== stacking-context-paused-on-opacity-1.html stacking-context-paused-on-opacity-1.html
== stacking-context-paused-on-transform-none.html stacking-context-paused-on-transform-none.html
== stacking-context-transform-none-animation.html stacking-context-transform-none-animation.html
== stacking-context-transform-none-animation-on-svg.html stacking-context-transform-none-animation-on-svg.html
== stacking-context-transform-none-animation-with-backface-visibility.html stacking-context-transform-none-animation-with-backface-visibility.html
== stacking-context-transform-none-animation-with-preserve-3d.html stacking-context-transform-none-animation-with-preserve-3d.html
== stacking-context-transform-none-with-fill-backwards.html stacking-context-transform-none-with-fill-backwards.html
== stacking-context-transform-none-with-fill-forwards.html stacking-context-transform-none-with-fill-forwards.html
== stacking-context-opacity-1-in-delay.html stacking-context-opacity-1-in-delay.html
# bug 1278136 and bug 1279403
== stacking-context-transform-none-in-delay.html stacking-context-transform-none-in-delay.html
# bug 1278136 and bug 1279403
# test-pref(layers.offmainthreadcomposition.async-animations,false) == stacking-context-transform-none-animation.html stacking-context-transform-none-animation.html
== no-stacking-context-opacity-removing-animation-in-delay.html no-stacking-context-opacity-removing-animation-in-delay.html
== no-stacking-context-transform-removing-animation-in-delay.html no-stacking-context-transform-removing-animation-in-delay.html
fails == stacking-context-lose-opacity-1.html stacking-context-lose-opacity-1.html
fails == stacking-context-lose-transform-none.html stacking-context-lose-transform-none.html
fails == stacking-context-opacity-win-in-delay.html stacking-context-opacity-win-in-delay.html
fails == stacking-context-opacity-win-in-delay-on-main-thread.html stacking-context-opacity-win-in-delay-on-main-thread.html
fails == stacking-context-opacity-wins-over-transition.html stacking-context-opacity-wins-over-transition.html
fails == stacking-context-transform-win-in-delay.html stacking-context-transform-win-in-delay.html
fails == stacking-context-transform-win-in-delay-on-main-thread.html stacking-context-transform-win-in-delay-on-main-thread.html
fails == stacking-context-transform-wins-over-transition.html stacking-context-transform-wins-over-transition.html
# == stacking-context-opacity-1-animation.html stacking-context-opacity-1-animation.html
fails == stacking-context-opacity-1-with-fill-backwards.html stacking-context-opacity-1-with-fill-backwards.html
fails == stacking-context-opacity-1-with-fill-forwards.html stacking-context-opacity-1-with-fill-forwards.html
fails == stacking-context-paused-on-opacity-1.html stacking-context-paused-on-opacity-1.html
fails == stacking-context-paused-on-transform-none.html stacking-context-paused-on-transform-none.html
# == stacking-context-transform-none-animation.html stacking-context-transform-none-animation.html
fails == stacking-context-transform-none-animation-on-svg.html stacking-context-transform-none-animation-on-svg.html
fails == stacking-context-transform-none-animation-with-backface-visibility.html stacking-context-transform-none-animation-with-backface-visibility.html
fails == stacking-context-transform-none-animation-with-preserve-3d.html stacking-context-transform-none-animation-with-preserve-3d.html
fails == stacking-context-transform-none-with-fill-backwards.html stacking-context-transform-none-with-fill-backwards.html
fails == stacking-context-transform-none-with-fill-forwards.html stacking-context-transform-none-with-fill-forwards.html
fails == stacking-context-opacity-1-in-delay.html stacking-context-opacity-1-in-delay.html
fails == stacking-context-opacity-removing-important-in-delay.html stacking-context-opacity-removing-important-in-delay.html
fails == stacking-context-transform-none-in-delay.html stacking-context-transform-none-in-delay.html
fails == stacking-context-transform-removing-important-in-delay.html stacking-context-transform-removing-important-in-delay.html
fails == background-position-in-delay.html background-position-in-delay.html
# == background-position-after-finish.html background-position-after-finish.html
fails == background-position-running.html background-position-running.html
fails == background-position-important.html background-position-important.html

View File

@ -3,15 +3,15 @@ pref(layout.css.mix-blend-mode.enabled,true) == blend-canvas.html blend-canvas.h
pref(layout.css.mix-blend-mode.enabled,true) == blend-constant-background-color.html blend-constant-background-color.html
pref(layout.css.mix-blend-mode.enabled,true) == blend-gradient-background-color.html blend-gradient-background-color.html
pref(layout.css.mix-blend-mode.enabled,true) == blend-image.html blend-image.html
pref(layout.css.mix-blend-mode.enabled,true) == blend-difference-stacking.html blend-difference-stacking.html
fails pref(layout.css.mix-blend-mode.enabled,true) == blend-difference-stacking.html blend-difference-stacking.html
fails fuzzy-if(skiaContent,1,30000) pref(layout.css.background-blend-mode.enabled,true) == background-blending-alpha.html background-blending-alpha.html
fuzzy-if(skiaContent,1,30000) pref(layout.css.background-blend-mode.enabled,true) == background-blending-alpha.html background-blending-alpha.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-gradient-color.html background-blending-gradient-color.html
fails fuzzy-if(azureSkiaGL,3,7597) fuzzy-if(cocoaWidget,3,7597) fuzzy-if(d2d,1,3800) fuzzy-if(d3d11,1,4200) fuzzy-if(skiaContent,2,9450) pref(layout.css.background-blend-mode.enabled,true) == background-blending-gradient-gradient.html background-blending-gradient-gradient.html
fuzzy-if(azureSkiaGL,3,7597) fuzzy-if(cocoaWidget,3,7597) fuzzy-if(d2d,1,3800) fuzzy-if(d3d11,1,4200) fuzzy-if(skiaContent,2,9450) pref(layout.css.background-blend-mode.enabled,true) == background-blending-gradient-gradient.html background-blending-gradient-gradient.html
fuzzy-if(azureSkiaGL,2,7174) fuzzy-if(azureQuartz,2,7174) pref(layout.css.background-blend-mode.enabled,true) == background-blending-gradient-image.html background-blending-gradient-image.html
fails fuzzy-if(azureQuartz,2,10000) fuzzy-if(azureSkia||d2d||gtkWidget,1,10000) pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-jpg.html background-blending-image-color-jpg.html
fuzzy-if(azureQuartz,2,10000) fuzzy-if(azureSkia||d2d||gtkWidget,1,10000) pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-jpg.html background-blending-image-color-jpg.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-png.html background-blending-image-color-png.html
skip == background-blending-image-color-svg.html background-blending-image-color-svg.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-svg.html background-blending-image-color-svg.html
fuzzy-if(azureSkiaGL,2,7174) fuzzy-if(azureQuartz,2,7174) pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-gradient.html background-blending-image-gradient.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-image.html background-blending-image-image.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-isolation.html background-blending-isolation.html
@ -21,30 +21,30 @@ pref(layout.css.background-blend-mode.enabled,true) == background-blending-multi
pref(layout.css.background-blend-mode.enabled,true) == background-blending-color-burn.html background-blending-color-burn.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-color-dodge.html background-blending-color-dodge.html
# need to investigate why these tests are fuzzy - first suspect is a possible color space conversion on some platforms; same for mix-blend-mode tests
fails fuzzy-if(azureQuartz,2,8000) fuzzy-if(azureSkia||gtkWidget,2,9600) fuzzy-if(d2d,1,8000) pref(layout.css.background-blend-mode.enabled,true) == background-blending-color.html background-blending-color.html
fuzzy-if(azureQuartz,2,8000) fuzzy-if(azureSkia||gtkWidget,2,9600) fuzzy-if(d2d,1,8000) pref(layout.css.background-blend-mode.enabled,true) == background-blending-color.html background-blending-color.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-darken.html background-blending-darken.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-difference.html background-blending-difference.html
fails fuzzy-if(skiaContent,1,1600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-exclusion.html background-blending-exclusion.html
fuzzy-if(skiaContent,1,1600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-exclusion.html background-blending-exclusion.html
fuzzy-if(cocoaWidget||d2d,1,1600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-hard-light.html background-blending-hard-light.html
fails fuzzy-if(azureQuartz,2,8000) fuzzy-if(d2d,1,9600) fuzzy-if(azureSkia||gtkWidget,2,9600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-hue.html background-blending-hue.html
fuzzy-if(azureQuartz,2,8000) fuzzy-if(d2d,1,9600) fuzzy-if(azureSkia||gtkWidget,2,9600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-hue.html background-blending-hue.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-lighten.html background-blending-lighten.html
fails fuzzy-if(azureQuartz,2,8000) fuzzy-if(d2d,1,8000) fuzzy-if(azureSkia||gtkWidget,2,9600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-luminosity.html background-blending-luminosity.html
fuzzy-if(azureQuartz,2,8000) fuzzy-if(d2d,1,8000) fuzzy-if(azureSkia||gtkWidget,2,9600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-luminosity.html background-blending-luminosity.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-multiply.html background-blending-multiply.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-normal.html background-blending-normal.html
fails fuzzy-if(azureSkia||gtkWidget,1,1600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-overlay.html background-blending-overlay.html
fails fuzzy-if(d2d,1,1600) fuzzy-if(azureSkia||gtkWidget,2,12800) fuzzy-if(OSX==1006,1,1600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-saturation.html background-blending-saturation.html
fails fuzzy-if(d2d||azureSkia||gtkWidget,1,1600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-screen.html background-blending-screen.html
fails fuzzy-if(azureQuartz,1,1600) fuzzy-if(d2d||azureSkia||gtkWidget,10,4800) pref(layout.css.background-blend-mode.enabled,true) == background-blending-soft-light.html background-blending-soft-light.html
fuzzy-if(azureSkia||gtkWidget,1,1600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-overlay.html background-blending-overlay.html
fuzzy-if(d2d,1,1600) fuzzy-if(azureSkia||gtkWidget,2,12800) fuzzy-if(OSX==1006,1,1600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-saturation.html background-blending-saturation.html
fuzzy-if(d2d||azureSkia||gtkWidget,1,1600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-screen.html background-blending-screen.html
fuzzy-if(azureQuartz,1,1600) fuzzy-if(d2d||azureSkia||gtkWidget,10,4800) pref(layout.css.background-blend-mode.enabled,true) == background-blending-soft-light.html background-blending-soft-light.html
fails fuzzy-if(azureQuartz,2,40000) fuzzy-if(azureSkia||d2d||gtkWidget,1,40000) pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-959674.html background-blending-image-color-959674.html
fuzzy-if(azureQuartz,2,40000) fuzzy-if(azureSkia||d2d||gtkWidget,1,40000) pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-959674.html background-blending-image-color-959674.html
#fuzzy due to inconsistencies in rounded rect cliping between parent and child; may be related to antialiasing. Between platforms, the max difference is the same, and the number of different pixels is either 36 or 37. (Win, Mac and Lin)
pref(layout.css.mix-blend-mode.enabled,true) == mix-blend-mode-952051.html mix-blend-mode-952051.html
== mix-blend-mode-952051.html mix-blend-mode-952051.html
fuzzy-if(d3d11,49,200) pref(layout.css.mix-blend-mode.enabled,true) pref(layout.css.filters.enabled,true) == mix-blend-mode-and-filter.html mix-blend-mode-and-filter.html
fuzzy-if(d3d11,1,3) pref(layout.css.mix-blend-mode.enabled,true) pref(layout.css.filters.enabled,true) == mix-blend-mode-and-filter.svg mix-blend-mode-and-filter.svg
pref(layout.css.mix-blend-mode.enabled,true) == mix-blend-mode-child-of-blended-has-opacity.html mix-blend-mode-child-of-blended-has-opacity.html
== mix-blend-mode-child-of-blended-has-opacity.html mix-blend-mode-child-of-blended-has-opacity.html
pref(layout.css.mix-blend-mode.enabled,true) == mix-blend-mode-nested-976533.html mix-blend-mode-nested-976533.html
pref(layout.css.mix-blend-mode.enabled,true) == mix-blend-mode-culling-1207041.html mix-blend-mode-culling-1207041.html
@ -57,7 +57,7 @@ fuzzy(1,6800) == clipped-opacity-containing-unclipped-mixblendmode.html clipped-
pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-svg-as-data-uri.html background-blending-image-color-svg-as-data-uri.html
# Test 10
pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-gif.html background-blending-image-color-gif.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-transform3d.html background-blending-image-color-transform3d.html
fails pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-transform3d.html background-blending-image-color-transform3d.html
# Test plan 5.3.2 Background layers do not blend with content outside the background (or behind the element) - tests 2 and 3
pref(layout.css.background-blend-mode.enabled,true) == background-blending-isolation-parent-child-color.html background-blending-isolation-parent-child-color.html
@ -86,12 +86,12 @@ pref(layout.css.background-blend-mode.enabled,true) == background-blending-backg
# Test plan 5.3.11 background-blend-mode for an element with background-attachement
pref(layout.css.background-blend-mode.enabled,true) == background-blending-background-attachement-fixed.html background-blending-background-attachement-fixed.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-background-attachement-fixed-scroll.html background-blending-background-attachement-fixed-scroll.html
fails pref(layout.css.background-blend-mode.enabled,true) == background-blending-background-attachement-fixed-scroll.html background-blending-background-attachement-fixed-scroll.html
pref(layout.css.background-blend-mode.enabled,true) == background-blend-mode-body-image.html background-blend-mode-body-image.html
fuzzy-if(Android,4,768) fuzzy-if(gtkWidget,1,132) fuzzy-if(skiaContent,1,800) pref(layout.css.background-blend-mode.enabled,true) == background-blend-mode-body-transparent-image.html background-blend-mode-body-transparent-image.html
fails pref(layout.css.background-blend-mode.enabled,true) == background-blend-mode-body-image.html background-blend-mode-body-image.html
fails == background-blend-mode-body-transparent-image.html background-blend-mode-body-transparent-image.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-moz-element.html background-blending-moz-element.html
fails pref(layout.css.background-blend-mode.enabled,true) == background-blending-moz-element.html background-blending-moz-element.html
fuzzy(1,40000) pref(layout.css.background-blend-mode.enabled,true) == mix-blend-mode-soft-light.html mix-blend-mode-soft-light.html

View File

@ -1,13 +1,13 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
default-preferences pref(layout.css.box-decoration-break.enabled,true)
== box-decoration-break-1.html box-decoration-break-1.html
== box-decoration-break-with-inset-box-shadow-1.html box-decoration-break-with-inset-box-shadow-1.html
fuzzy-if(Android,10,3673) fuzzy-if(skiaContent,32,254) == box-decoration-break-with-outset-box-shadow-1.html box-decoration-break-with-outset-box-shadow-1.html
random-if(!gtkWidget) HTTP(..) == box-decoration-break-border-image.html box-decoration-break-border-image.html
== box-decoration-break-block-border-padding.html box-decoration-break-block-border-padding.html
== box-decoration-break-block-margin.html box-decoration-break-block-margin.html
fails fuzzy-if(!Android,1,5) fuzzy-if(Android,8,6627) fuzzy-if(skiaContent,1,24) == box-decoration-break-first-letter.html box-decoration-break-first-letter.html
fails == box-decoration-break-1.html box-decoration-break-1.html
fails == box-decoration-break-with-inset-box-shadow-1.html box-decoration-break-with-inset-box-shadow-1.html
fails == box-decoration-break-with-outset-box-shadow-1.html box-decoration-break-with-outset-box-shadow-1.html
fails == box-decoration-break-border-image.html box-decoration-break-border-image.html
# == box-decoration-break-block-border-padding.html box-decoration-break-block-border-padding.html
fails == box-decoration-break-block-margin.html box-decoration-break-block-margin.html
fails == box-decoration-break-first-letter.html box-decoration-break-first-letter.html
== box-decoration-break-with-bidi.html box-decoration-break-with-bidi.html
== box-decoration-break-bug-1235152.html box-decoration-break-bug-1235152.html
== box-decoration-break-bug-1249913.html box-decoration-break-bug-1249913.html
fails == box-decoration-break-bug-1249913.html box-decoration-break-bug-1249913.html

View File

@ -1,3 +1,3 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== background-image-gradient-1.html background-image-gradient-1.html
== line-height-1.html line-height-1.html
fails == background-image-gradient-1.html background-image-gradient-1.html
fails == line-height-1.html line-height-1.html

View File

@ -1,12 +1,12 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== default-submit-button-1.html default-submit-button-1.html
== default-submit-button-2.html default-submit-button-2.html
== default-submit-button-3.html default-submit-button-3.html
fails == default-submit-button-1.html default-submit-button-1.html
fails == default-submit-button-2.html default-submit-button-2.html
fails == default-submit-button-3.html default-submit-button-3.html
== default-submit-button-4.html default-submit-button-4.html
== default-submit-button-5.html default-submit-button-5.html
== default-submit-button-6.html default-submit-button-6.html
== default-submit-button-7.html default-submit-button-7.html
fails == default-submit-button-5.html default-submit-button-5.html
fails == default-submit-button-6.html default-submit-button-6.html
fails == default-submit-button-7.html default-submit-button-7.html
== default-multiple-submit-1.html default-multiple-submit-1.html
== default-multiple-submit-2.html default-multiple-submit-2.html
fails == default-multiple-submit-1.html default-multiple-submit-1.html
fails == default-multiple-submit-2.html default-multiple-submit-2.html

View File

@ -1,14 +1,10 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== button-fieldset-1.html button-fieldset-1.html
fails-if(B2G||Mulet) fuzzy-if(skiaContent,1,7) == button-fieldset-2.html button-fieldset-2.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(B2G||Mulet) fuzzy-if(skiaContent,1,7) == button-fieldset-3.html button-fieldset-3.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails fuzzy-if(skiaContent,1,7) == button-fieldset-4.html button-fieldset-4.html
== button-fieldset-legend-1.html button-fieldset-legend-1.html
fails-if(B2G||Mulet) == button-fieldset-legend-2.html button-fieldset-legend-2.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(B2G||Mulet) == button-fieldset-legend-3.html button-fieldset-legend-3.html
# Initial mulet triage: parity with B2G/B2G Desktop
== button-fieldset-legend-4.html button-fieldset-legend-4.html
== button-fieldset-legend-5.html button-fieldset-legend-5.html
fails == button-fieldset-1.html button-fieldset-1.html
fails == button-fieldset-2.html button-fieldset-2.html
fails == button-fieldset-3.html button-fieldset-3.html
fails == button-fieldset-4.html button-fieldset-4.html
fails == button-fieldset-legend-1.html button-fieldset-legend-1.html
fails == button-fieldset-legend-2.html button-fieldset-legend-2.html
fails == button-fieldset-legend-3.html button-fieldset-legend-3.html
fails == button-fieldset-legend-4.html button-fieldset-legend-4.html
fails == button-fieldset-legend-5.html button-fieldset-legend-5.html

View File

@ -1,12 +1,12 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== fieldset-enabled.html fieldset-enabled.html
fuzzy-if(skiaContent,2,5) == fieldset-disabled.html fieldset-disabled.html
== fieldset-fieldset-1.html fieldset-fieldset-1.html
fuzzy-if(skiaContent,1,11) == fieldset-fieldset-2.html fieldset-fieldset-2.html
fuzzy-if(skiaContent,1,11) == fieldset-fieldset-3.html fieldset-fieldset-3.html
fails fuzzy-if(skiaContent,1,11) == fieldset-fieldset-4.html fieldset-fieldset-4.html
== fieldset-legend-1.html fieldset-legend-1.html
== fieldset-legend-2.html fieldset-legend-2.html
== fieldset-legend-3.html fieldset-legend-3.html
== fieldset-legend-4.html fieldset-legend-4.html
== fieldset-legend-5.html fieldset-legend-5.html
fails == fieldset-enabled.html fieldset-enabled.html
fails == fieldset-disabled.html fieldset-disabled.html
fails == fieldset-fieldset-1.html fieldset-fieldset-1.html
fails == fieldset-fieldset-2.html fieldset-fieldset-2.html
fails == fieldset-fieldset-3.html fieldset-fieldset-3.html
fails == fieldset-fieldset-4.html fieldset-fieldset-4.html
fails == fieldset-legend-1.html fieldset-legend-1.html
fails == fieldset-legend-2.html fieldset-legend-2.html
fails == fieldset-legend-3.html fieldset-legend-3.html
fails == fieldset-legend-4.html fieldset-legend-4.html
fails == fieldset-legend-5.html fieldset-legend-5.html

View File

@ -1,10 +1,10 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== input-fieldset-1.html input-fieldset-1.html
fuzzy-if(skiaContent,1,7) == input-fieldset-2.html input-fieldset-2.html
fuzzy-if(skiaContent,1,7) == input-fieldset-3.html input-fieldset-3.html
fails fuzzy-if(skiaContent,1,7) == input-fieldset-4.html input-fieldset-4.html
== input-fieldset-legend-1.html input-fieldset-legend-1.html
== input-fieldset-legend-2.html input-fieldset-legend-2.html
== input-fieldset-legend-3.html input-fieldset-legend-3.html
== input-fieldset-legend-4.html input-fieldset-legend-4.html
== input-fieldset-legend-5.html input-fieldset-legend-5.html
fails == input-fieldset-1.html input-fieldset-1.html
fails == input-fieldset-2.html input-fieldset-2.html
fails == input-fieldset-3.html input-fieldset-3.html
fails == input-fieldset-4.html input-fieldset-4.html
fails == input-fieldset-legend-1.html input-fieldset-legend-1.html
fails == input-fieldset-legend-2.html input-fieldset-legend-2.html
fails == input-fieldset-legend-3.html input-fieldset-legend-3.html
fails == input-fieldset-legend-4.html input-fieldset-legend-4.html
fails == input-fieldset-legend-5.html input-fieldset-legend-5.html

View File

@ -1,2 +1,2 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== label.html label.html
fails == label.html label.html

View File

@ -1,2 +1,2 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== object.html object.html
fails == object.html object.html

View File

@ -1,2 +1,2 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== output.html output.html
fails == output.html output.html

View File

@ -1,14 +1,10 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== select-fieldset-1.html select-fieldset-1.html
fails-if(Android||B2G||Mulet) fuzzy-if(skiaContent,2,17) == select-fieldset-2.html select-fieldset-2.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(Android||B2G||Mulet) fuzzy-if(skiaContent,2,17) == select-fieldset-3.html select-fieldset-3.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(Android) fuzzy-if(skiaContent,2,13) == select-fieldset-4.html select-fieldset-4.html
== select-fieldset-legend-1.html select-fieldset-legend-1.html
fails-if(Android||B2G||Mulet) fuzzy-if(skiaContent,2,6) == select-fieldset-legend-2.html select-fieldset-legend-2.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(Android||B2G||Mulet) fuzzy-if(skiaContent,2,8) == select-fieldset-legend-3.html select-fieldset-legend-3.html
# Initial mulet triage: parity with B2G/B2G Desktop
fuzzy-if(skiaContent,2,12) == select-fieldset-legend-4.html select-fieldset-legend-4.html
fuzzy-if(skiaContent,2,5) == select-fieldset-legend-5.html select-fieldset-legend-5.html
fails == select-fieldset-1.html select-fieldset-1.html
fails == select-fieldset-2.html select-fieldset-2.html
fails == select-fieldset-3.html select-fieldset-3.html
fails == select-fieldset-4.html select-fieldset-4.html
fails == select-fieldset-legend-1.html select-fieldset-legend-1.html
fails == select-fieldset-legend-2.html select-fieldset-legend-2.html
fails == select-fieldset-legend-3.html select-fieldset-legend-3.html
fails == select-fieldset-legend-4.html select-fieldset-legend-4.html
fails == select-fieldset-legend-5.html select-fieldset-legend-5.html

View File

@ -1,10 +1,10 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
fuzzy-if(skiaContent,1,10) == textarea-fieldset-1.html textarea-fieldset-1.html
== textarea-fieldset-2.html textarea-fieldset-2.html
== textarea-fieldset-3.html textarea-fieldset-3.html
== textarea-fieldset-4.html textarea-fieldset-4.html
fuzzy-if(skiaContent,1,5) == textarea-fieldset-legend-1.html textarea-fieldset-legend-1.html
fuzzy-if(skiaContent,1,5) == textarea-fieldset-legend-2.html textarea-fieldset-legend-2.html
fuzzy-if(skiaContent,1,5) == textarea-fieldset-legend-3.html textarea-fieldset-legend-3.html
fuzzy-if(skiaContent,1,5) == textarea-fieldset-legend-4.html textarea-fieldset-legend-4.html
fuzzy-if(skiaContent,1,5) == textarea-fieldset-legend-5.html textarea-fieldset-legend-5.html
fails == textarea-fieldset-1.html textarea-fieldset-1.html
fails == textarea-fieldset-2.html textarea-fieldset-2.html
fails == textarea-fieldset-3.html textarea-fieldset-3.html
fails == textarea-fieldset-4.html textarea-fieldset-4.html
fails == textarea-fieldset-legend-1.html textarea-fieldset-legend-1.html
fails == textarea-fieldset-legend-2.html textarea-fieldset-legend-2.html
fails == textarea-fieldset-legend-3.html textarea-fieldset-legend-3.html
fails == textarea-fieldset-legend-4.html textarea-fieldset-legend-4.html
fails == textarea-fieldset-legend-5.html textarea-fieldset-legend-5.html

View File

@ -2,36 +2,28 @@
# Tests for CSS Display spec features.
# http://dev.w3.org/csswg/css-display
fuzzy-if(Android,8,604) == display-contents-acid.html display-contents-acid.html
random == display-contents-acid-dyn-1.html display-contents-acid-dyn-1.html
random == display-contents-acid-dyn-2.html display-contents-acid-dyn-2.html
random == display-contents-acid-dyn-3.html display-contents-acid-dyn-3.html
== display-contents-generated-content.html display-contents-generated-content.html
== display-contents-generated-content-2.html display-contents-generated-content-2.html
== display-contents-style-inheritance-1.html display-contents-style-inheritance-1.html
skip == display-contents-style-inheritance-1-stylechange.html display-contents-style-inheritance-1-stylechange.html
skip fuzzy-if(winWidget,12,100) == display-contents-style-inheritance-1-dom-mutations.html display-contents-style-inheritance-1-dom-mutations.html
fails == display-contents-acid.html display-contents-acid.html
# fuzzy-if(Android,8,604) == display-contents-acid-dyn-1.html display-contents-acid-dyn-1.html
fails == display-contents-acid-dyn-2.html display-contents-acid-dyn-2.html
fails == display-contents-acid-dyn-3.html display-contents-acid-dyn-3.html
# == display-contents-generated-content.html display-contents-generated-content.html
# == display-contents-generated-content-2.html display-contents-generated-content-2.html
fails == display-contents-style-inheritance-1.html display-contents-style-inheritance-1.html
fails == display-contents-style-inheritance-1-stylechange.html display-contents-style-inheritance-1-stylechange.html
# == display-contents-style-inheritance-1-dom-mutations.html display-contents-style-inheritance-1-dom-mutations.html
== display-contents-tables.xhtml display-contents-tables.xhtml
== display-contents-tables-2.xhtml display-contents-tables-2.xhtml
== display-contents-tables-3.xhtml display-contents-tables-3.xhtml
== display-contents-visibility-hidden.html display-contents-visibility-hidden.html
== display-contents-visibility-hidden-2.html display-contents-visibility-hidden-2.html
random == display-contents-495385-2d.html display-contents-495385-2d.html
skip-if(B2G||Mulet) fuzzy-if(Android,7,3935) == display-contents-xbl.xhtml display-contents-xbl.xhtml
# Initial mulet triage: parity with B2G/B2G Desktop
fails == display-contents-495385-2d.html display-contents-495385-2d.html
fails == display-contents-xbl.xhtml display-contents-xbl.xhtml
# fuzzy-if(Android,7,1186) pref(dom.webcomponents.enabled,true) == display-contents-shadow-dom-1.html display-contents-shadow-dom-1.html
skip-if(B2G||Mulet) == display-contents-xbl-2.xul display-contents-xbl-2.xul
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) asserts(1) == display-contents-xbl-3.xul display-contents-xbl-3.xul
# bug 1089223
# Initial mulet triage: parity with B2G/B2G Desktop
skip == display-contents-xbl-4.xul display-contents-xbl-4.xul
# fails (not just asserts) due to bug 1089223
asserts(0-1) fuzzy-if(Android,8,3216) == display-contents-fieldset.html display-contents-fieldset.html
# bug 1089223
skip-if(B2G||Mulet) asserts(1) == display-contents-xbl-5.xul display-contents-xbl-5.xul
# bug 1089223
# Initial mulet triage: parity with B2G/B2G Desktop
== display-contents-xbl-2.xul display-contents-xbl-2.xul
asserts(1) == display-contents-xbl-3.xul display-contents-xbl-3.xul
# == display-contents-xbl-4.xul display-contents-xbl-4.xul
# == display-contents-fieldset.html display-contents-fieldset.html
asserts(1) == display-contents-xbl-5.xul display-contents-xbl-5.xul
== display-contents-list-item-child.html display-contents-list-item-child.html
== display-contents-writing-mode-1.html display-contents-writing-mode-1.html
== display-contents-writing-mode-2.html display-contents-writing-mode-2.html
fails == display-contents-writing-mode-1.html display-contents-writing-mode-1.html
fails == display-contents-writing-mode-2.html display-contents-writing-mode-2.html

View File

@ -1,14 +1,10 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
fuzzy-if(skiaContent,1,3) == button-fieldset-1.html button-fieldset-1.html
fails-if(B2G||Mulet) == button-fieldset-2.html button-fieldset-2.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(B2G||Mulet) fuzzy-if(skiaContent,1,7) == button-fieldset-3.html button-fieldset-3.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails fuzzy-if(skiaContent,1,7) == button-fieldset-4.html button-fieldset-4.html
== button-fieldset-legend-1.html button-fieldset-legend-1.html
fails-if(B2G||Mulet) fuzzy-if(skiaContent,2,4) == button-fieldset-legend-2.html button-fieldset-legend-2.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(B2G||Mulet) fuzzy-if(skiaContent,1,3) == button-fieldset-legend-3.html button-fieldset-legend-3.html
# Initial mulet triage: parity with B2G/B2G Desktop
fuzzy-if(skiaContent,2,9) == button-fieldset-legend-4.html button-fieldset-legend-4.html
fuzzy-if(skiaContent,2,5) == button-fieldset-legend-5.html button-fieldset-legend-5.html
fails == button-fieldset-1.html button-fieldset-1.html
fails == button-fieldset-2.html button-fieldset-2.html
fails == button-fieldset-3.html button-fieldset-3.html
fails == button-fieldset-4.html button-fieldset-4.html
fails == button-fieldset-legend-1.html button-fieldset-legend-1.html
fails == button-fieldset-legend-2.html button-fieldset-legend-2.html
fails == button-fieldset-legend-3.html button-fieldset-legend-3.html
fails == button-fieldset-legend-4.html button-fieldset-legend-4.html
fails == button-fieldset-legend-5.html button-fieldset-legend-5.html

View File

@ -1,12 +1,12 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== fieldset-enabled.html fieldset-enabled.html
== fieldset-disabled.html fieldset-disabled.html
== fieldset-fieldset-1.html fieldset-fieldset-1.html
== fieldset-fieldset-2.html fieldset-fieldset-2.html
fuzzy-if(skiaContent,1,11) == fieldset-fieldset-3.html fieldset-fieldset-3.html
fails fuzzy-if(skiaContent,1,11) == fieldset-fieldset-4.html fieldset-fieldset-4.html
== fieldset-legend-1.html fieldset-legend-1.html
fuzzy-if(skiaContent,1,2) == fieldset-legend-2.html fieldset-legend-2.html
fuzzy-if(skiaContent,2,5) == fieldset-legend-3.html fieldset-legend-3.html
fuzzy-if(skiaContent,2,9) == fieldset-legend-4.html fieldset-legend-4.html
fuzzy-if(skiaContent,2,5) == fieldset-legend-5.html fieldset-legend-5.html
fails == fieldset-enabled.html fieldset-enabled.html
fails == fieldset-disabled.html fieldset-disabled.html
fails == fieldset-fieldset-1.html fieldset-fieldset-1.html
fails == fieldset-fieldset-2.html fieldset-fieldset-2.html
fails == fieldset-fieldset-3.html fieldset-fieldset-3.html
fails == fieldset-fieldset-4.html fieldset-fieldset-4.html
fails == fieldset-legend-1.html fieldset-legend-1.html
fails == fieldset-legend-2.html fieldset-legend-2.html
fails == fieldset-legend-3.html fieldset-legend-3.html
fails == fieldset-legend-4.html fieldset-legend-4.html
fails == fieldset-legend-5.html fieldset-legend-5.html

View File

@ -1,10 +1,10 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== input-fieldset-1.html input-fieldset-1.html
== input-fieldset-2.html input-fieldset-2.html
fuzzy-if(skiaContent,1,7) == input-fieldset-3.html input-fieldset-3.html
fails fuzzy-if(skiaContent,1,7) == input-fieldset-4.html input-fieldset-4.html
== input-fieldset-legend-1.html input-fieldset-legend-1.html
fuzzy-if(skiaContent,2,4) == input-fieldset-legend-2.html input-fieldset-legend-2.html
fuzzy-if(skiaContent,2,5) == input-fieldset-legend-3.html input-fieldset-legend-3.html
fuzzy-if(skiaContent,2,9) == input-fieldset-legend-4.html input-fieldset-legend-4.html
fuzzy-if(skiaContent,2,5) == input-fieldset-legend-5.html input-fieldset-legend-5.html
fails == input-fieldset-1.html input-fieldset-1.html
fails == input-fieldset-2.html input-fieldset-2.html
fails == input-fieldset-3.html input-fieldset-3.html
fails == input-fieldset-4.html input-fieldset-4.html
fails == input-fieldset-legend-1.html input-fieldset-legend-1.html
fails == input-fieldset-legend-2.html input-fieldset-legend-2.html
fails == input-fieldset-legend-3.html input-fieldset-legend-3.html
fails == input-fieldset-legend-4.html input-fieldset-legend-4.html
fails == input-fieldset-legend-5.html input-fieldset-legend-5.html

View File

@ -1,2 +1,2 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== label.html label.html
fails == label.html label.html

View File

@ -1,2 +1,2 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== object.html object.html
fails == object.html object.html

View File

@ -1,2 +1,2 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
fuzzy-if(skiaContent,1,2) == optgroup-fieldset-1.html optgroup-fieldset-1.html
fails == optgroup-fieldset-1.html optgroup-fieldset-1.html

View File

@ -1,2 +1,2 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== option-fieldset-1.html option-fieldset-1.html
fails == option-fieldset-1.html option-fieldset-1.html

View File

@ -1,2 +1,2 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== output.html output.html
fails == output.html output.html

View File

@ -1,14 +1,10 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== select-fieldset-1.html select-fieldset-1.html
fails-if(B2G||Mulet) fuzzy-if(skiaContent,1,9) == select-fieldset-2.html select-fieldset-2.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(B2G||Mulet) == select-fieldset-3.html select-fieldset-3.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails fuzzy-if(skiaContent,1,9) == select-fieldset-4.html select-fieldset-4.html
== select-fieldset-legend-1.html select-fieldset-legend-1.html
fails-if(B2G||Mulet) fuzzy-if(skiaContent,2,4) == select-fieldset-legend-2.html select-fieldset-legend-2.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails-if(B2G||Mulet) fuzzy-if(skiaContent,2,5) == select-fieldset-legend-3.html select-fieldset-legend-3.html
# Initial mulet triage: parity with B2G/B2G Desktop
fuzzy-if(skiaContent,2,9) == select-fieldset-legend-4.html select-fieldset-legend-4.html
fuzzy-if(skiaContent,2,5) == select-fieldset-legend-5.html select-fieldset-legend-5.html
fails == select-fieldset-1.html select-fieldset-1.html
fails == select-fieldset-2.html select-fieldset-2.html
fails == select-fieldset-3.html select-fieldset-3.html
fails == select-fieldset-4.html select-fieldset-4.html
fails == select-fieldset-legend-1.html select-fieldset-legend-1.html
fails == select-fieldset-legend-2.html select-fieldset-legend-2.html
fails == select-fieldset-legend-3.html select-fieldset-legend-3.html
fails == select-fieldset-legend-4.html select-fieldset-legend-4.html
fails == select-fieldset-legend-5.html select-fieldset-legend-5.html

View File

@ -1,10 +1,10 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
fuzzy-if(skiaContent,1,5) == textarea-fieldset-1.html textarea-fieldset-1.html
fuzzy-if(skiaContent,1,5) == textarea-fieldset-2.html textarea-fieldset-2.html
== textarea-fieldset-3.html textarea-fieldset-3.html
== textarea-fieldset-4.html textarea-fieldset-4.html
fuzzy-if(skiaContent,1,5) == textarea-fieldset-legend-1.html textarea-fieldset-legend-1.html
fuzzy-if(skiaContent,1,5) == textarea-fieldset-legend-2.html textarea-fieldset-legend-2.html
fuzzy-if(skiaContent,1,5) == textarea-fieldset-legend-3.html textarea-fieldset-legend-3.html
fuzzy-if(skiaContent,1,5) == textarea-fieldset-legend-4.html textarea-fieldset-legend-4.html
fuzzy-if(skiaContent,1,10) == textarea-fieldset-legend-5.html textarea-fieldset-legend-5.html
fails == textarea-fieldset-1.html textarea-fieldset-1.html
fails == textarea-fieldset-2.html textarea-fieldset-2.html
fails == textarea-fieldset-3.html textarea-fieldset-3.html
fails == textarea-fieldset-4.html textarea-fieldset-4.html
fails == textarea-fieldset-legend-1.html textarea-fieldset-legend-1.html
fails == textarea-fieldset-legend-2.html textarea-fieldset-legend-2.html
fails == textarea-fieldset-legend-3.html textarea-fieldset-legend-3.html
fails == textarea-fieldset-legend-4.html textarea-fieldset-legend-4.html
fails == textarea-fieldset-legend-5.html textarea-fieldset-legend-5.html

View File

@ -1,91 +1,87 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
fails fuzzy-if(!contentSameGfxBackendAsCanvas,4,88500) fuzzy-if(azureSkiaGL||skiaContent,4,89700) fuzzy-if(azureQuartz,1,34792) == linear-1a.html linear-1a.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,4,88500) fuzzy-if(azureSkiaGL||skiaContent,4,89700) fuzzy-if(azureQuartz,1,34792) == linear-1b.html linear-1b.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,2,88500) fuzzy-if(azureSkiaGL,2,89997) fuzzy-if(azureQuartz,1,11469) fuzzy-if(skiaContent,1,16000) == linear-keywords-1a.html linear-keywords-1a.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,2,88500) fuzzy-if(azureSkiaGL,2,89997) fuzzy-if(azureQuartz,1,11985) fuzzy-if(skiaContent,1,16000) == linear-keywords-1b.html linear-keywords-1b.html
fuzzy-if(!contentSameGfxBackendAsCanvas,2,88500) fuzzy-if(azureQuartz,1,10230) fuzzy-if(skiaContent,1,18000) == linear-percent.html linear-percent.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,4,92400) fuzzy-if(azureSkiaGL||skiaContent,3,143400) fuzzy-if(azureQuartz,1,27827) fuzzy-if(Android,4,93000) == linear-mix.html linear-mix.html
== linear-diagonal-1a.html linear-diagonal-1a.html
fails == linear-1a.html linear-1a.html
fails == linear-1b.html linear-1b.html
fuzzy-if(!contentSameGfxBackendAsCanvas,2,88500) fuzzy-if(azureSkiaGL,2,89997) fuzzy-if(azureQuartz,1,11469) fuzzy-if(skiaContent,1,16000) == linear-keywords-1a.html linear-keywords-1a.html
fails == linear-keywords-1b.html linear-keywords-1b.html
fails == linear-percent.html linear-percent.html
fails == linear-mix.html linear-mix.html
fails == linear-diagonal-1a.html linear-diagonal-1a.html
== linear-diagonal-1b.html linear-diagonal-1b.html
== linear-diagonal-1c.html linear-diagonal-1c.html
== linear-diagonal-2a.html linear-diagonal-2a.html
== linear-diagonal-2b.html linear-diagonal-2b.html
== linear-diagonal-2c.html linear-diagonal-2c.html
== linear-diagonal-3a.html linear-diagonal-3a.html
fails == linear-diagonal-1c.html linear-diagonal-1c.html
fails == linear-diagonal-2a.html linear-diagonal-2a.html
fails == linear-diagonal-2b.html linear-diagonal-2b.html
fails == linear-diagonal-2c.html linear-diagonal-2c.html
fails == linear-diagonal-3a.html linear-diagonal-3a.html
== linear-diagonal-3b.html linear-diagonal-3b.html
== linear-diagonal-3c.html linear-diagonal-3c.html
== linear-diagonal-4a.html linear-diagonal-4a.html
== linear-diagonal-4b.html linear-diagonal-4b.html
== linear-diagonal-4c.html linear-diagonal-4c.html
== linear-premul.html linear-premul.html
fails == linear-diagonal-3c.html linear-diagonal-3c.html
fails == linear-diagonal-4a.html linear-diagonal-4a.html
fails == linear-diagonal-4b.html linear-diagonal-4b.html
fails == linear-diagonal-4c.html linear-diagonal-4c.html
fails == linear-premul.html linear-premul.html
# these tests uses a similar gradient over different bounds. It's perfectly
# reasonable to expect implementations to give slightly different results
# if the gradients are not being normalized. Skia uses a lookup table for
# gradients so it will have less precision when drawing a larger gradient
fails fuzzy-if(skiaContent,4,16000) == linear-diagonal-5a.html linear-diagonal-5a.html
fails fuzzy-if(azureQuartz&&OSX==1006,2,11657) fuzzy-if(skiaContent,8,20000) == linear-diagonal-6a.html linear-diagonal-6a.html
fails fuzzy-if(skiaContent,8,20000) == linear-diagonal-7a.html linear-diagonal-7a.html
fails fuzzy-if(azureQuartz&&OSX==1006,2,11443) fuzzy-if(skiaContent,4,16000) == linear-diagonal-8a.html linear-diagonal-8a.html
fails == linear-diagonal-5a.html linear-diagonal-5a.html
fails == linear-diagonal-6a.html linear-diagonal-6a.html
fails == linear-diagonal-7a.html linear-diagonal-7a.html
fails == linear-diagonal-8a.html linear-diagonal-8a.html
fails fuzzy-if(cocoaWidget,4,29437) fuzzy-if(skiaContent,2,1700) == linear-diagonal-9a.html linear-diagonal-9a.html
== linear-flipped-1.html linear-flipped-1.html
== linear-position-1a.html linear-position-1a.html
== linear-repeat-1a.html linear-repeat-1a.html
fails-if(d2d) == linear-repeat-1b.html linear-repeat-1b.html
# bug 582236
== linear-repeat-1c.html linear-repeat-1c.html
fails-if(d2d) == linear-repeat-1d.html linear-repeat-1d.html
# bug 582236
== linear-repeat-1e.html linear-repeat-1e.html
fails-if(d2d) == linear-repeat-1f.html linear-repeat-1f.html
# bug 582236
fails-if(d2d) == linear-repeat-1g.html linear-repeat-1g.html
# bug 582236
fuzzy-if(skiaContent,1,500) == linear-rotated-1.html linear-rotated-1.html
fuzzy-if(OSX,1,45000) fuzzy-if(winWidget,1,36000) == linear-size-1a.html linear-size-1a.html
== linear-stops-1a.html linear-stops-1a.html
== linear-stops-1b.html linear-stops-1b.html
== linear-stops-1c.html linear-stops-1c.html
== linear-stops-1d.html linear-stops-1d.html
== linear-stops-1e.html linear-stops-1e.html
== linear-stops-1f.html linear-stops-1f.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,3,88500) fuzzy-if(azureSkiaGL||skiaContent,3,89700) fuzzy-if(azureQuartz,1,22367) == linear-vertical-1a.html linear-vertical-1a.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,3,88500) fuzzy-if(azureSkiaGL||skiaContent,3,89700) fuzzy-if(azureQuartz,1,22367) == linear-vertical-1b.html linear-vertical-1b.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,3,88500) fuzzy-if(azureSkiaGL||skiaContent,3,89700) fuzzy-if(azureQuartz,2,26777) == linear-vertical-1c.html linear-vertical-1c.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,3,88500) fuzzy-if(azureSkiaGL||skiaContent,3,89700) fuzzy-if(azureQuartz,2,26777) == linear-vertical-1d.html linear-vertical-1d.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,3,88500) fuzzy-if(azureSkiaGL||skiaContent,3,89700) fuzzy-if(azureQuartz,1,22367) == linear-vertical-1e.html linear-vertical-1e.html
== linear-vertical-subpixel-1.html linear-vertical-subpixel-1.html
== linear-viewport.html linear-viewport.html
skip fails-if(OSX==1010&&!skiaContent) fuzzy-if(Android,4,248) == linear-zero-length-1a.html linear-zero-length-1a.html
fails-if(OSX==1010&&!skiaContent) fuzzy-if(Android,4,248) == linear-zero-length-1b.html linear-zero-length-1b.html
fails-if(OSX==1010&&!skiaContent) fuzzy-if(Android,4,248) == linear-zero-length-1c.html linear-zero-length-1c.html
fuzzy-if(cocoaWidget,4,29437) fuzzy-if(skiaContent,2,1700) == linear-diagonal-9a.html linear-diagonal-9a.html
fails == linear-flipped-1.html linear-flipped-1.html
fails == linear-position-1a.html linear-position-1a.html
fails == linear-repeat-1a.html linear-repeat-1a.html
fails == linear-repeat-1b.html linear-repeat-1b.html
fails == linear-repeat-1c.html linear-repeat-1c.html
fails == linear-repeat-1d.html linear-repeat-1d.html
fails == linear-repeat-1e.html linear-repeat-1e.html
fails == linear-repeat-1f.html linear-repeat-1f.html
fails == linear-repeat-1g.html linear-repeat-1g.html
== linear-rotated-1.html linear-rotated-1.html
fails == linear-size-1a.html linear-size-1a.html
fails == linear-stops-1a.html linear-stops-1a.html
fails == linear-stops-1b.html linear-stops-1b.html
fails == linear-stops-1c.html linear-stops-1c.html
fails == linear-stops-1d.html linear-stops-1d.html
fails == linear-stops-1e.html linear-stops-1e.html
fails == linear-stops-1f.html linear-stops-1f.html
fails == linear-vertical-1a.html linear-vertical-1a.html
fails == linear-vertical-1b.html linear-vertical-1b.html
fails == linear-vertical-1c.html linear-vertical-1c.html
fails == linear-vertical-1d.html linear-vertical-1d.html
fuzzy-if(!contentSameGfxBackendAsCanvas,3,88500) fuzzy-if(azureSkiaGL||skiaContent,3,89700) fuzzy-if(azureQuartz,1,22367) == linear-vertical-1e.html linear-vertical-1e.html
fails == linear-vertical-subpixel-1.html linear-vertical-subpixel-1.html
fails == linear-viewport.html linear-viewport.html
fails == linear-zero-length-1a.html linear-zero-length-1a.html
fails == linear-zero-length-1b.html linear-zero-length-1b.html
fails == linear-zero-length-1c.html linear-zero-length-1c.html
== nostops.html nostops.html
== onestop.html onestop.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,1,5884) fuzzy-if(cocoaWidget,9,87824) fuzzy-if(azureSkiaGL,6,88024) random-if(d2d) fuzzy-if(skiaContent,4,6000) == radial-1a.html radial-1a.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,1,5884) fuzzy-if(cocoaWidget,9,87824) fuzzy-if(azureSkiaGL,6,88024) random-if(d2d) fuzzy-if(skiaContent,4,6000) == radial-1b.html radial-1b.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,1,5884) fuzzy-if(cocoaWidget,9,87824) fuzzy-if(azureSkiaGL,6,88024) random-if(d2d) fuzzy-if(skiaContent,4,6000) == radial-1c.html radial-1c.html
fuzzy-if(cocoaWidget,5,89041) fuzzy-if(azureSkiaGL,4,90000) == radial-2a.html radial-2a.html
fuzzy-if(cocoaWidget,5,89041) fuzzy-if(azureSkiaGL,4,90000) == radial-2b.html radial-2b.html
fuzzy-if(cocoaWidget,5,89041) fuzzy-if(azureSkiaGL,4,90000) == radial-2c.html radial-2c.html
fuzzy-if(cocoaWidget,5,89041) fuzzy-if(azureSkiaGL,4,90000) == radial-2d.html radial-2d.html
fuzzy-if(cocoaWidget,5,89041) fuzzy-if(azureSkiaGL,4,90000) == radial-2e.html radial-2e.html
fuzzy-if(cocoaWidget,5,89041) fuzzy-if(azureSkiaGL,4,90000) == radial-2f.html radial-2f.html
fails == onestop.html onestop.html
fuzzy-if(!contentSameGfxBackendAsCanvas,1,5884) fuzzy-if(cocoaWidget,9,87824) fuzzy-if(azureSkiaGL,6,88024) random-if(d2d) fuzzy-if(skiaContent,4,6000) == radial-1a.html radial-1a.html
fuzzy-if(!contentSameGfxBackendAsCanvas,1,5884) fuzzy-if(cocoaWidget,9,87824) fuzzy-if(azureSkiaGL,6,88024) random-if(d2d) fuzzy-if(skiaContent,4,6000) == radial-1b.html radial-1b.html
fails == radial-1c.html radial-1c.html
fuzzy(3,7860) fuzzy-if(cocoaWidget,5,89041) fuzzy-if(azureSkiaGL,4,90000) == radial-2a.html radial-2a.html
fuzzy(3,7860) fuzzy-if(cocoaWidget,5,89041) fuzzy-if(azureSkiaGL,4,90000) == radial-2b.html radial-2b.html
fuzzy(3,7860) fuzzy-if(cocoaWidget,5,89041) fuzzy-if(azureSkiaGL,4,90000) == radial-2c.html radial-2c.html
fuzzy(3,7860) fuzzy-if(cocoaWidget,5,89041) fuzzy-if(azureSkiaGL,4,90000) == radial-2d.html radial-2d.html
fails == radial-2e.html radial-2e.html
fails == radial-2f.html radial-2f.html
== radial-position-1a.html radial-position-1a.html
fails fuzzy-if(cocoaWidget,1,28) fuzzy-if(winWidget,1,18) fuzzy-if(skiaContent,1,50) == radial-position-1b.html radial-position-1b.html
fails == radial-position-1b.html radial-position-1b.html
fuzzy-if(cocoaWidget,4,22317) fuzzy-if(Android,8,771) == radial-shape-closest-corner-1a.html radial-shape-closest-corner-1a.html
fails fuzzy-if(cocoaWidget,4,22608) fuzzy-if((/^Windows\x20NT\x2010\.0/.test(http.oscpu)||/^Windows\x20NT\x206\./.test(http.oscpu))&&d2d,1,336) fuzzy-if(Android,8,787) fuzzy-if(B2G,1,242) fuzzy-if(skiaContent,2,300) == radial-shape-closest-corner-1b.html radial-shape-closest-corner-1b.html
fuzzy-if(azureQuartz,2,41171) fuzzy-if(Android,8,771) == radial-shape-closest-corner-1c.html radial-shape-closest-corner-1c.html
fuzzy(1,238) fuzzy-if(cocoaWidget,4,22608) fuzzy-if((/^Windows\x20NT\x2010\.0/.test(http.oscpu)||/^Windows\x20NT\x206\./.test(http.oscpu))&&d2d,1,336) fuzzy-if(Android,8,787) fuzzy-if(skiaContent,2,300) == radial-shape-closest-corner-1b.html radial-shape-closest-corner-1b.html
fails == radial-shape-closest-corner-1c.html radial-shape-closest-corner-1c.html
fuzzy-if(/^Windows\x20NT\x2010\.0/.test(http.oscpu)||/^Windows\x20NT\x206\.2/.test(http.oscpu),1,5) fuzzy-if(Android,17,3880) == radial-shape-closest-side-1a.html radial-shape-closest-side-1a.html
fuzzy-if(/^Windows\x20NT\x2010\.0/.test(http.oscpu)||/^Windows\x20NT\x206\.2/.test(http.oscpu),1,5) fuzzy-if(Android,17,3880) == radial-shape-closest-side-1b.html radial-shape-closest-side-1b.html
fuzzy-if(/^Windows\x20NT\x2010\.0/.test(http.oscpu)||/^Windows\x20NT\x206\.2/.test(http.oscpu),1,5) fuzzy-if(Android,17,3880) == radial-shape-closest-side-1c.html radial-shape-closest-side-1c.html
fails == radial-shape-closest-side-1c.html radial-shape-closest-side-1c.html
fuzzy-if(Android,8,771) == radial-shape-farthest-corner-1a.html radial-shape-farthest-corner-1a.html
fails-if(gtkWidget&&/x86_64-/.test(xulRuntime.XPCOMABI)) fuzzy(1,1569) fuzzy-if(cocoaWidget,2,41281) fuzzy-if(Android,8,1091) fuzzy-if(skiaContent,2,500) == radial-shape-farthest-corner-1b.html radial-shape-farthest-corner-1b.html
fuzzy-if(Android,8,771) == radial-shape-farthest-corner-1c.html radial-shape-farthest-corner-1c.html
fails == radial-shape-farthest-corner-1c.html radial-shape-farthest-corner-1c.html
fuzzy-if(Android,17,13320) == radial-shape-farthest-side-1a.html radial-shape-farthest-side-1a.html
fuzzy-if(Android,17,13320) == radial-shape-farthest-side-1b.html radial-shape-farthest-side-1b.html
fuzzy-if(Android,17,13320) == radial-shape-farthest-side-1c.html radial-shape-farthest-side-1c.html
== radial-size-1a.html radial-size-1a.html
fails == radial-shape-farthest-side-1c.html radial-shape-farthest-side-1c.html
fails == radial-size-1a.html radial-size-1a.html
== radial-size-1b.html radial-size-1b.html
fuzzy-if(Android,4,248) == radial-zero-length-1a.html radial-zero-length-1a.html
fuzzy-if(Android,4,248) == radial-zero-length-1b.html radial-zero-length-1b.html
@ -93,77 +89,67 @@ fuzzy-if(Android,4,248) == radial-zero-length-1c.html radial-zero-length-1c.html
fuzzy-if(Android,4,248) == radial-zero-length-1d.html radial-zero-length-1d.html
fuzzy-if(Android,4,248) == radial-zero-length-1e.html radial-zero-length-1e.html
fuzzy-if(Android,4,248) == radial-zero-length-1f.html radial-zero-length-1f.html
fuzzy-if(Android,4,248) == radial-zero-length-1g.html radial-zero-length-1g.html
fuzzy-if(Android,4,248) == radial-zero-length-1h.html radial-zero-length-1h.html
fuzzy-if(Android,4,248) == radial-zero-length-1i.html radial-zero-length-1i.html
fuzzy-if(Android,4,248) == radial-zero-length-1j.html radial-zero-length-1j.html
fails == radial-zero-length-1g.html radial-zero-length-1g.html
fails == radial-zero-length-1h.html radial-zero-length-1h.html
fails == radial-zero-length-1i.html radial-zero-length-1i.html
fails == radial-zero-length-1j.html radial-zero-length-1j.html
== radial-premul.html radial-premul.html
== repeated-final-stop-1.html repeated-final-stop-1.html
== repeating-linear-1a.html repeating-linear-1a.html
== repeating-linear-1b.html repeating-linear-1b.html
== repeating-linear-2a.html repeating-linear-2a.html
fails == repeating-linear-1a.html repeating-linear-1a.html
fails == repeating-linear-1b.html repeating-linear-1b.html
fails == repeating-linear-2a.html repeating-linear-2a.html
fuzzy-if(d2d,127,2612) == repeating-radial-1a.html repeating-radial-1a.html
== repeating-radial-1b.html repeating-radial-1b.html
fuzzy-if(d2d,127,2612) == repeating-radial-1c.html repeating-radial-1c.html
== repeating-radial-1c.html repeating-radial-1c.html
== repeating-radial-1d.html repeating-radial-1d.html
fuzzy-if(d2d,127,2612) == repeating-radial-1e.html repeating-radial-1e.html
== repeating-radial-1f.html repeating-radial-1f.html
fails == repeating-radial-1e.html repeating-radial-1e.html
fails == repeating-radial-1f.html repeating-radial-1f.html
== repeating-radial-2a.html repeating-radial-2a.html
== repeating-radial-2b.html repeating-radial-2b.html
fails fuzzy-if(skiaContent,18,600) == twostops-1a.html twostops-1a.html
fails fuzzy-if(skiaContent,18,600) == twostops-1b.html twostops-1b.html
fails fuzzy-if(skiaContent,226,600) == twostops-1c.html twostops-1c.html
fails fuzzy-if(skiaContent,141,300) == twostops-1d.html twostops-1d.html
fails fuzzy-if(skiaContent,73,900) == twostops-1e.html twostops-1e.html
fails fuzzy-if(skiaContent,18,600) == twostops-1f.html twostops-1f.html
fails fuzzy-if(skiaContent,18,600) == twostops-1g.html twostops-1g.html
fails == twostops-1a.html twostops-1a.html
fails == twostops-1b.html twostops-1b.html
fails == twostops-1c.html twostops-1c.html
fails == twostops-1d.html twostops-1d.html
fails == twostops-1e.html twostops-1e.html
fuzzy-if(skiaContent,18,600) == twostops-1f.html twostops-1f.html
fuzzy-if(skiaContent,18,600) == twostops-1g.html twostops-1g.html
# from http://www.xanthir.com/:4bhipd by way of http://a-ja.net/newgrad.html
fuzzy-if(!contentSameGfxBackendAsCanvas,3,20000) fuzzy-if(azureSkiaGL||skiaContent&&layersGPUAccelerated,8,20000) fuzzy-if(azureQuartz&&OSX==1006,1,4646) == aja-linear-1a.html aja-linear-1a.html
== aja-linear-1b.html aja-linear-1b.html
# bug 526694
fails == aja-linear-1a.html aja-linear-1a.html
fails == aja-linear-1b.html aja-linear-1b.html
fuzzy-if(!contentSameGfxBackendAsCanvas,3,20000) fuzzy-if(azureSkiaGL||skiaContent,8,20000) fuzzy-if(azureQuartz&&OSX==1006,1,4646) == aja-linear-1c.html aja-linear-1c.html
skip fuzzy-if(!contentSameGfxBackendAsCanvas,3,20000) fuzzy-if(azureSkiaGL||skiaContent,8,20000) fuzzy-if(azureQuartz&&OSX==1006,1,4646) == aja-linear-1d.html aja-linear-1d.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,3,20000) fuzzy-if(azureSkiaGL||skiaContent,8,20000) fuzzy-if(azureQuartz&&OSX==1006,1,4646) == aja-linear-1e.html aja-linear-1e.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,3,20000) fuzzy-if(azureSkiaGL||skiaContent,8,20000) fuzzy-if(azureQuartz&&OSX==1006,1,4646) == aja-linear-1f.html aja-linear-1f.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,3,20000) fuzzy-if(azureSkiaGL||skiaContent,8,20000) fuzzy-if(azureQuartz&&OSX==1006,1,4646) == aja-linear-1g.html aja-linear-1g.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,2,20000) fuzzy-if(azureSkiaGL||skiaContent,8,20000) fuzzy-if(azureQuartz&&OSX==1006,1,4667) == aja-linear-2a.html aja-linear-2a.html
fuzzy-if(!contentSameGfxBackendAsCanvas,2,20000) fuzzy-if(azureSkiaGL,8,20000) fuzzy-if(azureQuartz&&OSX==1006,1,4667) == aja-linear-2b.html aja-linear-2b.html
fuzzy-if(!contentSameGfxBackendAsCanvas,3,20000) fuzzy-if(azureSkiaGL||skiaContent,8,20000) fuzzy-if(azureQuartz&&OSX==1006,1,4646) == aja-linear-1d.html aja-linear-1d.html
fails == aja-linear-1e.html aja-linear-1e.html
fails == aja-linear-1f.html aja-linear-1f.html
fails == aja-linear-1g.html aja-linear-1g.html
fails == aja-linear-2a.html aja-linear-2a.html
fails == aja-linear-2b.html aja-linear-2b.html
== aja-linear-2c.html aja-linear-2c.html
# bug 522607
fails-if(!d2d&&!(skiaContent&&winWidget)) fuzzy-if(skiaContent&&!winWidget,1,200) == aja-linear-2d.html aja-linear-2d.html
# bug 526694
skip fuzzy-if(!contentSameGfxBackendAsCanvas,2,19999) fuzzy-if(azureSkiaGL||skiaContent,8,20000) fuzzy-if(azureQuartz,1,10553) == aja-linear-3a.html aja-linear-3a.html
fails == aja-linear-2d.html aja-linear-2d.html
fuzzy-if(!contentSameGfxBackendAsCanvas,2,19999) fuzzy-if(azureSkiaGL||skiaContent,8,20000) fuzzy-if(azureQuartz,1,10553) == aja-linear-3a.html aja-linear-3a.html
fuzzy-if(!contentSameGfxBackendAsCanvas,2,19999) fuzzy-if(azureSkiaGL||skiaContent,8,20000) fuzzy-if(azureQuartz,1,10553) == aja-linear-3b.html aja-linear-3b.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,4,20000) fuzzy-if(azureSkiaGL||skiaContent,8,20000) fuzzy-if(azureQuartz&&OSX==1006,1,8655) == aja-linear-4a.html aja-linear-4a.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,4,20000) fuzzy-if(azureSkiaGL||skiaContent,8,20000) fuzzy-if(azureQuartz&&OSX==1006,1,8655) == aja-linear-4b.html aja-linear-4b.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,4,20000) fuzzy-if(azureSkiaGL||skiaContent,8,20000) fuzzy-if(azureQuartz&&OSX==1006,2,7878) == aja-linear-5a.html aja-linear-5a.html
fails fuzzy-if(!contentSameGfxBackendAsCanvas,2,16500) fuzzy-if(azureSkiaGL||skiaContent,8,20000) fuzzy-if(azureQuartz,2,10163) == aja-linear-6a.html aja-linear-6a.html
# bug 526708
fails == aja-linear-4a.html aja-linear-4a.html
fails == aja-linear-4b.html aja-linear-4b.html
fails == aja-linear-5a.html aja-linear-5a.html
fails == aja-linear-6a.html aja-linear-6a.html
== aja-linear-6b.html aja-linear-6b.html
# bug 522607
skip-if(B2G||Mulet) fuzzy-if(Android,6,10576) == height-dependence-1.html height-dependence-1.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) fuzzy-if(cocoaWidget,1,40000) fuzzy-if(Android,6,10576) == height-dependence-2.html height-dependence-2.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) fuzzy-if(Android,6,10576) == height-dependence-3.html height-dependence-3.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails == height-dependence-1.html height-dependence-1.html
fails == height-dependence-2.html height-dependence-2.html
fails == height-dependence-3.html height-dependence-3.html
== linear-onestopposition-1.html linear-onestopposition-1.html
fuzzy-if(d2d,47,400) == linear-onestopposition-1.html linear-onestopposition-1.html
# d2d interpolates the hard stop
# == linear-onestopposition-1.html linear-onestopposition-1.html
# == linear-onestopposition-1.html linear-onestopposition-1.html
== radial-onestopposition-1a.html radial-onestopposition-1a.html
== radial-onestopposition-1b.html radial-onestopposition-1b.html
== radial-onestopposition-1c.html radial-onestopposition-1c.html
== repeating-linear-onestopposition-1.html repeating-linear-onestopposition-1.html
fails == radial-onestopposition-1c.html radial-onestopposition-1c.html
# == repeating-linear-onestopposition-1.html repeating-linear-onestopposition-1.html
== repeating-radial-onestopposition-1a.html repeating-radial-onestopposition-1a.html
== repeating-radial-onestopposition-1b.html repeating-radial-onestopposition-1b.html
== repeating-radial-onestopposition-1c.html repeating-radial-onestopposition-1c.html
fails == repeating-radial-onestopposition-1c.html repeating-radial-onestopposition-1c.html
== bug-916535-background-repeat-linear.html bug-916535-background-repeat-linear.html
== large-gradient-1.html large-gradient-1.html
fuzzy-if(Android,4,1) == large-gradient-2.html large-gradient-2.html
# Bug 1182082
== large-gradient-3.html large-gradient-3.html
== large-gradient-2.html large-gradient-2.html
fuzzy(1,800000) == large-gradient-3.html large-gradient-3.html
== large-gradient-4.html large-gradient-4.html
== large-gradient-5.html large-gradient-5.html
== 1224761-1.html 1224761-1.html
fuzzy(2,800000) == large-gradient-5.html large-gradient-5.html
fails == 1224761-1.html 1224761-1.html

View File

@ -1,233 +1,274 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
default-preferences pref(layout.css.grid.enabled,true)
== grid-whitespace-handling-1a.xhtml grid-whitespace-handling-1a.xhtml
== grid-whitespace-handling-1b.xhtml grid-whitespace-handling-1b.xhtml
== grid-whitespace-handling-2.xhtml grid-whitespace-handling-2.xhtml
== grid-placement-definite-001.html grid-placement-definite-001.html
== grid-placement-definite-002.html grid-placement-definite-002.html
== grid-placement-definite-003.html grid-placement-definite-003.html
== grid-placement-negative-lines-001.html grid-placement-negative-lines-001.html
== grid-placement-auto-row-sparse-001.html grid-placement-auto-row-sparse-001.html
== grid-placement-auto-row-dense-001.html grid-placement-auto-row-dense-001.html
== grid-placement-auto-col-sparse-001.html grid-placement-auto-col-sparse-001.html
== grid-placement-auto-col-dense-001.html grid-placement-auto-col-dense-001.html
== grid-placement-implicit-named-areas-001.html grid-placement-implicit-named-areas-001.html
== grid-placement-named-lines-001.html grid-placement-named-lines-001.html
== grid-placement-named-lines-002.html grid-placement-named-lines-002.html
== grid-placement-named-lines-003.html grid-placement-named-lines-003.html
== grid-track-sizing-001.html grid-track-sizing-001.html
== grid-track-sizing-002.html grid-track-sizing-002.html
== grid-abspos-items-001.html grid-abspos-items-001.html
== grid-abspos-items-002.html grid-abspos-items-002.html
== grid-abspos-items-003.html grid-abspos-items-003.html
== grid-abspos-items-004.html grid-abspos-items-004.html
== grid-abspos-items-005.html grid-abspos-items-005.html
== grid-abspos-items-006.html grid-abspos-items-006.html
== grid-abspos-items-007.html grid-abspos-items-007.html
== grid-abspos-items-008.html grid-abspos-items-008.html
== grid-abspos-items-009.html grid-abspos-items-009.html
skip == grid-abspos-items-010.html grid-abspos-items-010.html
== grid-abspos-items-011.html grid-abspos-items-011.html
== grid-abspos-items-012.html grid-abspos-items-012.html
== grid-abspos-items-013.html grid-abspos-items-013.html
== grid-abspos-items-014.html grid-abspos-items-014.html
skip == grid-abspos-items-015.html grid-abspos-items-015.html
== grid-order-abspos-items-001.html grid-order-abspos-items-001.html
== grid-order-placement-auto-001.html grid-order-placement-auto-001.html
fuzzy-if(skiaContent,1,200) == grid-order-placement-definite-001.html grid-order-placement-definite-001.html
skip-if(Android) == grid-placement-definite-implicit-001.html grid-placement-definite-implicit-001.html
== grid-placement-definite-implicit-002.html grid-placement-definite-implicit-002.html
skip-if(Android) fuzzy-if(winWidget,1,32) == grid-placement-auto-implicit-001.html grid-placement-auto-implicit-001.html
== grid-placement-abspos-implicit-001.html grid-placement-abspos-implicit-001.html
== rtl-grid-placement-definite-001.html rtl-grid-placement-definite-001.html
== rtl-grid-placement-auto-row-sparse-001.html rtl-grid-placement-auto-row-sparse-001.html
== vlr-grid-placement-auto-row-sparse-001.html vlr-grid-placement-auto-row-sparse-001.html
== vrl-grid-placement-auto-row-sparse-001.html vrl-grid-placement-auto-row-sparse-001.html
== grid-relpos-items-001.html grid-relpos-items-001.html
== grid-item-sizing-percent-001.html grid-item-sizing-percent-001.html
== grid-item-sizing-px-001.html grid-item-sizing-px-001.html
== grid-item-dir-001.html grid-item-dir-001.html
fuzzy-if(winWidget,70,130) fuzzy-if(cocoaWidget,85,180) == grid-col-max-sizing-max-content-001.html grid-col-max-sizing-max-content-001.html
fuzzy-if(winWidget,70,130) fuzzy-if(cocoaWidget,85,180) == grid-col-max-sizing-max-content-002.html grid-col-max-sizing-max-content-002.html
== grid-min-max-content-sizing-001.html grid-min-max-content-sizing-001.html
== grid-min-max-content-sizing-002.html grid-min-max-content-sizing-002.html
random == grid-auto-min-sizing-definite-001.html grid-auto-min-sizing-definite-001.html
== grid-auto-min-sizing-intrinsic-001.html grid-auto-min-sizing-intrinsic-001.html
== grid-auto-min-sizing-intrinsic-002.html grid-auto-min-sizing-intrinsic-002.html
== grid-auto-min-sizing-intrinsic-003.html grid-auto-min-sizing-intrinsic-003.html
== grid-auto-min-sizing-intrinsic-004.html grid-auto-min-sizing-intrinsic-004.html
skip == grid-auto-min-sizing-percent-001.html grid-auto-min-sizing-percent-001.html
== grid-track-intrinsic-sizing-001.html grid-track-intrinsic-sizing-001.html
== grid-track-intrinsic-sizing-002.html grid-track-intrinsic-sizing-002.html
== grid-track-intrinsic-sizing-003.html grid-track-intrinsic-sizing-003.html
== grid-track-intrinsic-sizing-004.html grid-track-intrinsic-sizing-004.html
== grid-track-percent-sizing-001.html grid-track-percent-sizing-001.html
== grid-max-sizing-flex-001.html grid-max-sizing-flex-001.html
== grid-max-sizing-flex-002.html grid-max-sizing-flex-002.html
== grid-max-sizing-flex-003.html grid-max-sizing-flex-003.html
== grid-max-sizing-flex-004.html grid-max-sizing-flex-004.html
== grid-max-sizing-flex-005.html grid-max-sizing-flex-005.html
== grid-max-sizing-flex-006.html grid-max-sizing-flex-006.html
== grid-flex-min-sizing-001.html grid-flex-min-sizing-001.html
== grid-flex-min-sizing-002.html grid-flex-min-sizing-002.html
== grid-item-align-001.html grid-item-align-001.html
skip == grid-item-align-002.html grid-item-align-002.html
== grid-item-align-003.html grid-item-align-003.html
== grid-item-justify-001.html grid-item-justify-001.html
== grid-item-justify-002.html grid-item-justify-002.html
== grid-item-stretch-001.html grid-item-stretch-001.html
== grid-item-self-baseline-001.html grid-item-self-baseline-001.html
skip-if(!gtkWidget) == grid-item-content-baseline-001.html grid-item-content-baseline-001.html
# depends on exact Ahem baseline font metrics which seems to differ between platforms
skip-if(!gtkWidget) == grid-item-content-baseline-002.html grid-item-content-baseline-002.html
# ditto
skip-if(!gtkWidget) == grid-item-mixed-baseline-001.html grid-item-mixed-baseline-001.html
# ditto
skip-if(!gtkWidget) == grid-item-mixed-baseline-002.html grid-item-mixed-baseline-002.html
# ditto
skip-if(!gtkWidget) == grid-item-mixed-baseline-003.html grid-item-mixed-baseline-003.html
# ditto
skip-if(!gtkWidget) == grid-item-mixed-baseline-004.html grid-item-mixed-baseline-004.html
# ditto
== grid-align-content-001.html grid-align-content-001.html
== grid-justify-content-001.html grid-justify-content-001.html
skip-if(Android&&isDebugBuild) == grid-justify-content-002.html grid-justify-content-002.html
# Bug 1245884 - slow
skip-if(Android&&isDebugBuild) == grid-justify-content-003.html grid-justify-content-003.html
# Bug 1245884 - slow
skip-if(Android&&isDebugBuild) == grid-column-gap-001.html grid-column-gap-001.html
# Bug 1245884 - slow
== grid-column-gap-002.html grid-column-gap-002.html
== grid-column-gap-003.html grid-column-gap-003.html
== grid-column-gap-004.html grid-column-gap-004.html
== grid-row-gap-001.html grid-row-gap-001.html
skip-if(Android&&isDebugBuild) == grid-row-gap-002.html grid-row-gap-002.html
# Bug 1245884 - slow
skip-if(Android&&isDebugBuild) == grid-row-gap-003.html grid-row-gap-003.html
# Bug 1245884 - slow
skip-if(Android&&isDebugBuild) == grid-row-gap-004.html grid-row-gap-004.html
# Bug 1245884 - slow
== grid-row-gap-005.html grid-row-gap-005.html
== grid-container-overflow-001.html grid-container-overflow-001.html
== grid-item-margin-left-auto-001.html grid-item-margin-left-auto-001.html
== grid-item-margin-left-auto-002.html grid-item-margin-left-auto-002.html
== grid-item-margin-left-auto-003.html grid-item-margin-left-auto-003.html
skip == grid-item-margin-left-auto-004.html grid-item-margin-left-auto-004.html
== grid-item-margin-left-right-auto-001.html grid-item-margin-left-right-auto-001.html
skip == grid-item-margin-left-right-auto-002.html grid-item-margin-left-right-auto-002.html
== grid-item-margin-left-right-auto-003.html grid-item-margin-left-right-auto-003.html
== grid-item-margin-left-right-auto-004.html grid-item-margin-left-right-auto-004.html
== grid-item-margin-right-auto-001.html grid-item-margin-right-auto-001.html
== grid-item-margin-right-auto-002.html grid-item-margin-right-auto-002.html
== grid-item-margin-right-auto-003.html grid-item-margin-right-auto-003.html
== grid-item-margin-right-auto-004.html grid-item-margin-right-auto-004.html
== grid-container-min-max-width-height-001.html grid-container-min-max-width-height-001.html
== grid-clamping-001.html grid-clamping-001.html
== grid-clamping-002.html grid-clamping-002.html
== grid-repeat-auto-fill-fit-001.html grid-repeat-auto-fill-fit-001.html
== grid-repeat-auto-fill-fit-002.html grid-repeat-auto-fill-fit-002.html
== grid-repeat-auto-fill-fit-003.html grid-repeat-auto-fill-fit-003.html
== grid-repeat-auto-fill-fit-004.html grid-repeat-auto-fill-fit-004.html
== grid-repeat-auto-fill-fit-005.html grid-repeat-auto-fill-fit-005.html
== grid-repeat-auto-fill-fit-006.html grid-repeat-auto-fill-fit-006.html
== grid-repeat-auto-fill-fit-007.html grid-repeat-auto-fill-fit-007.html
== grid-repeat-auto-fill-fit-008.html grid-repeat-auto-fill-fit-008.html
== grid-repeat-auto-fill-fit-009.html grid-repeat-auto-fill-fit-009.html
== grid-item-blockifying-001.html grid-item-blockifying-001.html
== grid-fragmentation-001.html grid-fragmentation-001.html
== grid-fragmentation-002.html grid-fragmentation-002.html
== grid-fragmentation-003.html grid-fragmentation-003.html
== grid-fragmentation-004.html grid-fragmentation-004.html
skip == grid-fragmentation-005.html grid-fragmentation-005.html
== grid-fragmentation-006.html grid-fragmentation-006.html
== grid-fragmentation-007.html grid-fragmentation-007.html
== grid-fragmentation-008.html grid-fragmentation-008.html
== grid-fragmentation-009.html grid-fragmentation-009.html
== grid-fragmentation-010.html grid-fragmentation-010.html
== grid-fragmentation-011.html grid-fragmentation-011.html
== grid-fragmentation-012.html grid-fragmentation-012.html
== grid-fragmentation-013.html grid-fragmentation-013.html
== grid-fragmentation-014.html grid-fragmentation-014.html
asserts(0-10) == grid-fragmentation-015.html grid-fragmentation-015.html
# bug 1144852 (due to vertical writing-mode)
== grid-fragmentation-016.html grid-fragmentation-016.html
== grid-fragmentation-017.html grid-fragmentation-017.html
== grid-fragmentation-018.html grid-fragmentation-018.html
== grid-fragmentation-019.html grid-fragmentation-019.html
== grid-fragmentation-020.html grid-fragmentation-020.html
== grid-fragmentation-021.html grid-fragmentation-021.html
== grid-fragmentation-022.html grid-fragmentation-022.html
== grid-fragmentation-023.html grid-fragmentation-023.html
== grid-fragmentation-024.html grid-fragmentation-024.html
== grid-fragmentation-025.html grid-fragmentation-025.html
== grid-fragmentation-026.html grid-fragmentation-026.html
== grid-fragmentation-027.html grid-fragmentation-027.html
== grid-fragmentation-028.html grid-fragmentation-028.html
== grid-fragmentation-029.html grid-fragmentation-029.html
== grid-fragmentation-030.html grid-fragmentation-030.html
== grid-fragmentation-031.html grid-fragmentation-031.html
fails == grid-whitespace-handling-1a.xhtml grid-whitespace-handling-1a.xhtml
fails == grid-whitespace-handling-1b.xhtml grid-whitespace-handling-1b.xhtml
fails == grid-whitespace-handling-2.xhtml grid-whitespace-handling-2.xhtml
fails == grid-placement-definite-001.html grid-placement-definite-001.html
fails == grid-placement-definite-002.html grid-placement-definite-002.html
fails == grid-placement-definite-003.html grid-placement-definite-003.html
fails == grid-placement-negative-lines-001.html grid-placement-negative-lines-001.html
fails == grid-placement-auto-row-sparse-001.html grid-placement-auto-row-sparse-001.html
fails == grid-placement-auto-row-dense-001.html grid-placement-auto-row-dense-001.html
fails == grid-placement-auto-col-sparse-001.html grid-placement-auto-col-sparse-001.html
fails == grid-placement-auto-col-dense-001.html grid-placement-auto-col-dense-001.html
fails == grid-placement-implicit-named-areas-001.html grid-placement-implicit-named-areas-001.html
fails == grid-placement-named-lines-001.html grid-placement-named-lines-001.html
fails == grid-placement-named-lines-002.html grid-placement-named-lines-002.html
fails == grid-placement-named-lines-003.html grid-placement-named-lines-003.html
fails == grid-track-sizing-001.html grid-track-sizing-001.html
fails == grid-track-sizing-002.html grid-track-sizing-002.html
fails == grid-abspos-items-001.html grid-abspos-items-001.html
fails == grid-abspos-items-002.html grid-abspos-items-002.html
fails == grid-abspos-items-003.html grid-abspos-items-003.html
fails == grid-abspos-items-004.html grid-abspos-items-004.html
fails == grid-abspos-items-005.html grid-abspos-items-005.html
fails == grid-abspos-items-006.html grid-abspos-items-006.html
fails == grid-abspos-items-007.html grid-abspos-items-007.html
fails == grid-abspos-items-008.html grid-abspos-items-008.html
fails == grid-abspos-items-009.html grid-abspos-items-009.html
fails == grid-abspos-items-010.html grid-abspos-items-010.html
fails == grid-abspos-items-011.html grid-abspos-items-011.html
fails == grid-abspos-items-012.html grid-abspos-items-012.html
fails == grid-abspos-items-013.html grid-abspos-items-013.html
fails == grid-abspos-items-014.html grid-abspos-items-014.html
fails == grid-abspos-items-015.html grid-abspos-items-015.html
fails == grid-order-abspos-items-001.html grid-order-abspos-items-001.html
fails == grid-order-placement-auto-001.html grid-order-placement-auto-001.html
fails == grid-order-placement-definite-001.html grid-order-placement-definite-001.html
# skip-if(Android) == grid-placement-definite-implicit-001.html grid-placement-definite-implicit-001.html
fails == grid-placement-definite-implicit-002.html grid-placement-definite-implicit-002.html
# skip-if(Android) fuzzy-if(winWidget,1,32) == grid-placement-auto-implicit-001.html grid-placement-auto-implicit-001.html
fails == grid-placement-abspos-implicit-001.html grid-placement-abspos-implicit-001.html
fails == rtl-grid-placement-definite-001.html rtl-grid-placement-definite-001.html
fails == rtl-grid-placement-auto-row-sparse-001.html rtl-grid-placement-auto-row-sparse-001.html
fails == vlr-grid-placement-auto-row-sparse-001.html vlr-grid-placement-auto-row-sparse-001.html
fails == vrl-grid-placement-auto-row-sparse-001.html vrl-grid-placement-auto-row-sparse-001.html
fails == grid-relpos-items-001.html grid-relpos-items-001.html
fails == grid-item-sizing-percent-001.html grid-item-sizing-percent-001.html
fails == grid-item-sizing-px-001.html grid-item-sizing-px-001.html
fails == grid-item-dir-001.html grid-item-dir-001.html
fails == grid-col-max-sizing-max-content-001.html grid-col-max-sizing-max-content-001.html
fails == grid-col-max-sizing-max-content-002.html grid-col-max-sizing-max-content-002.html
fails == grid-min-max-content-sizing-001.html grid-min-max-content-sizing-001.html
fails == grid-min-max-content-sizing-002.html grid-min-max-content-sizing-002.html
fails == grid-auto-min-sizing-definite-001.html grid-auto-min-sizing-definite-001.html
fails == grid-auto-min-sizing-intrinsic-001.html grid-auto-min-sizing-intrinsic-001.html
fails == grid-auto-min-sizing-intrinsic-002.html grid-auto-min-sizing-intrinsic-002.html
fails == grid-auto-min-sizing-intrinsic-003.html grid-auto-min-sizing-intrinsic-003.html
fails == grid-auto-min-sizing-intrinsic-004.html grid-auto-min-sizing-intrinsic-004.html
fails == grid-auto-min-sizing-transferred-size-001.html grid-auto-min-sizing-transferred-size-001.html
fails == grid-auto-min-sizing-transferred-size-002.html grid-auto-min-sizing-transferred-size-002.html
fails == grid-auto-min-sizing-transferred-size-003.html grid-auto-min-sizing-transferred-size-003.html
fails == grid-auto-min-sizing-transferred-size-004.html grid-auto-min-sizing-transferred-size-004.html
fails == grid-auto-min-sizing-min-content-min-size-001.html grid-auto-min-sizing-min-content-min-size-001.html
fails == grid-auto-min-sizing-min-content-min-size-002.html grid-auto-min-sizing-min-content-min-size-002.html
fails == grid-auto-min-sizing-min-content-min-size-003.html grid-auto-min-sizing-min-content-min-size-003.html
fails == grid-auto-min-sizing-min-content-min-size-004.html grid-auto-min-sizing-min-content-min-size-004.html
fails == grid-min-content-min-sizing-transferred-size-001.html grid-min-content-min-sizing-transferred-size-001.html
fails == grid-min-content-min-sizing-transferred-size-002.html grid-min-content-min-sizing-transferred-size-002.html
fails == grid-min-content-min-sizing-transferred-size-003.html grid-min-content-min-sizing-transferred-size-003.html
fails == grid-min-content-min-sizing-transferred-size-004.html grid-min-content-min-sizing-transferred-size-004.html
fails == grid-auto-min-sizing-percent-001.html grid-auto-min-sizing-percent-001.html
fails == grid-track-intrinsic-sizing-001.html grid-track-intrinsic-sizing-001.html
fails == grid-track-intrinsic-sizing-002.html grid-track-intrinsic-sizing-002.html
fails == grid-track-intrinsic-sizing-003.html grid-track-intrinsic-sizing-003.html
fails == grid-track-intrinsic-sizing-004.html grid-track-intrinsic-sizing-004.html
fails == grid-track-percent-sizing-001.html grid-track-percent-sizing-001.html
fails == grid-track-fit-content-sizing-001.html grid-track-fit-content-sizing-001.html
fails == grid-track-fit-content-sizing-002.html grid-track-fit-content-sizing-002.html
fails == grid-max-sizing-flex-001.html grid-max-sizing-flex-001.html
fails == grid-max-sizing-flex-002.html grid-max-sizing-flex-002.html
fails == grid-max-sizing-flex-003.html grid-max-sizing-flex-003.html
fails == grid-max-sizing-flex-004.html grid-max-sizing-flex-004.html
fails == grid-max-sizing-flex-005.html grid-max-sizing-flex-005.html
fails == grid-max-sizing-flex-006.html grid-max-sizing-flex-006.html
fails == grid-max-sizing-flex-007.html grid-max-sizing-flex-007.html
fails == grid-max-sizing-flex-008.html grid-max-sizing-flex-008.html
fails == grid-flex-min-sizing-001.html grid-flex-min-sizing-001.html
fails == grid-flex-min-sizing-002.html grid-flex-min-sizing-002.html
fails == grid-item-align-001.html grid-item-align-001.html
fails == grid-item-align-002.html grid-item-align-002.html
fails == grid-item-align-003.html grid-item-align-003.html
fails == grid-item-justify-001.html grid-item-justify-001.html
fails == grid-item-justify-002.html grid-item-justify-002.html
fails == grid-item-stretch-001.html grid-item-stretch-001.html
fails == grid-item-intrinsic-ratio-stretch-001.html grid-item-intrinsic-ratio-stretch-001.html
fails == grid-item-intrinsic-ratio-stretch-002.html grid-item-intrinsic-ratio-stretch-002.html
fails == grid-item-intrinsic-ratio-stretch-003.html grid-item-intrinsic-ratio-stretch-003.html
fails == grid-item-intrinsic-ratio-stretch-004.html grid-item-intrinsic-ratio-stretch-004.html
fails == grid-item-intrinsic-ratio-stretch-005.html grid-item-intrinsic-ratio-stretch-005.html
fails == grid-item-intrinsic-ratio-stretch-006.html grid-item-intrinsic-ratio-stretch-006.html
fails == grid-item-intrinsic-ratio-stretch-007.html grid-item-intrinsic-ratio-stretch-007.html
# == grid-item-intrinsic-ratio-normal-001.html grid-item-intrinsic-ratio-normal-001.html
# == grid-item-intrinsic-ratio-normal-002.html grid-item-intrinsic-ratio-normal-002.html
fails == grid-item-intrinsic-ratio-normal-003.html grid-item-intrinsic-ratio-normal-003.html
fails == grid-item-intrinsic-ratio-normal-004.html grid-item-intrinsic-ratio-normal-004.html
fails == grid-item-intrinsic-ratio-normal-005.html grid-item-intrinsic-ratio-normal-005.html
fails == grid-item-intrinsic-size-normal-001.html grid-item-intrinsic-size-normal-001.html
fails == grid-item-intrinsic-size-normal-002.html grid-item-intrinsic-size-normal-002.html
fails == grid-item-auto-min-size-clamp-001.html grid-item-auto-min-size-clamp-001.html
fails == grid-item-auto-min-size-clamp-002.html grid-item-auto-min-size-clamp-002.html
fails == grid-item-auto-min-size-clamp-003.html grid-item-auto-min-size-clamp-003.html
fails == grid-item-auto-min-size-clamp-004.html grid-item-auto-min-size-clamp-004.html
fails == grid-item-auto-min-size-clamp-005.html grid-item-auto-min-size-clamp-005.html
fails == grid-item-auto-min-size-clamp-006.html grid-item-auto-min-size-clamp-006.html
fails == grid-item-auto-min-size-clamp-007.html grid-item-auto-min-size-clamp-007.html
fails == grid-item-canvas-001.html grid-item-canvas-001.html
fails == grid-item-button-001.html grid-item-button-001.html
fails == grid-item-table-stretch-001.html grid-item-table-stretch-001.html
fails == grid-item-table-stretch-002.html grid-item-table-stretch-002.html
fails == grid-item-table-stretch-003.html grid-item-table-stretch-003.html
fails == grid-item-table-stretch-004.html grid-item-table-stretch-004.html
fails == grid-item-fieldset-stretch-001.html grid-item-fieldset-stretch-001.html
fails == grid-item-video-stretch-001.html grid-item-video-stretch-001.html
fails == grid-item-input-stretch-001.html grid-item-input-stretch-001.html
fails == grid-item-self-baseline-001.html grid-item-self-baseline-001.html
fails == grid-item-content-baseline-001.html grid-item-content-baseline-001.html
fails == grid-item-content-baseline-002.html grid-item-content-baseline-002.html
fails == grid-item-mixed-baseline-001.html grid-item-mixed-baseline-001.html
fails == grid-item-mixed-baseline-002.html grid-item-mixed-baseline-002.html
random-if(http.oscpu!="Linux\u0020i686") == grid-item-mixed-baseline-003.html grid-item-mixed-baseline-003.html
fails == grid-item-mixed-baseline-004.html grid-item-mixed-baseline-004.html
fails == grid-align-content-001.html grid-align-content-001.html
fails == grid-justify-content-001.html grid-justify-content-001.html
# skip-if(Android&&isDebugBuild) == grid-justify-content-002.html grid-justify-content-002.html
# skip-if(Android&&isDebugBuild) == grid-justify-content-003.html grid-justify-content-003.html
fails == grid-container-baselines-001.html grid-container-baselines-001.html
fails == grid-container-baselines-002.html grid-container-baselines-002.html
fails == grid-container-baselines-003.html grid-container-baselines-003.html
fails == grid-container-baselines-004.html grid-container-baselines-004.html
# skip-if(Android&&isDebugBuild) == grid-column-gap-001.html grid-column-gap-001.html
fails == grid-column-gap-002.html grid-column-gap-002.html
fails == grid-column-gap-003.html grid-column-gap-003.html
fails == grid-column-gap-004.html grid-column-gap-004.html
fails == grid-row-gap-001.html grid-row-gap-001.html
fails == grid-percent-grid-gap-001.html grid-percent-grid-gap-001.html
# skip-if(Android&&isDebugBuild) == grid-row-gap-002.html grid-row-gap-002.html
# skip-if(Android&&isDebugBuild) == grid-row-gap-003.html grid-row-gap-003.html
# skip-if(Android&&isDebugBuild) == grid-row-gap-004.html grid-row-gap-004.html
fails == grid-row-gap-005.html grid-row-gap-005.html
fails == grid-container-overflow-001.html grid-container-overflow-001.html
fails == grid-item-margin-left-auto-001.html grid-item-margin-left-auto-001.html
fails == grid-item-margin-left-auto-002.html grid-item-margin-left-auto-002.html
fails == grid-item-margin-left-auto-003.html grid-item-margin-left-auto-003.html
fails == grid-item-margin-left-auto-004.html grid-item-margin-left-auto-004.html
fails == grid-item-margin-left-right-auto-001.html grid-item-margin-left-right-auto-001.html
fails == grid-item-margin-left-right-auto-002.html grid-item-margin-left-right-auto-002.html
fails == grid-item-margin-left-right-auto-003.html grid-item-margin-left-right-auto-003.html
fails == grid-item-margin-left-right-auto-004.html grid-item-margin-left-right-auto-004.html
fails == grid-item-margin-right-auto-001.html grid-item-margin-right-auto-001.html
fails == grid-item-margin-right-auto-002.html grid-item-margin-right-auto-002.html
fails == grid-item-margin-right-auto-003.html grid-item-margin-right-auto-003.html
fails == grid-item-margin-right-auto-004.html grid-item-margin-right-auto-004.html
fails == grid-container-min-max-width-height-001.html grid-container-min-max-width-height-001.html
fails == grid-clamping-001.html grid-clamping-001.html
fails == grid-clamping-002.html grid-clamping-002.html
fails == grid-repeat-auto-fill-fit-001.html grid-repeat-auto-fill-fit-001.html
fails == grid-repeat-auto-fill-fit-002.html grid-repeat-auto-fill-fit-002.html
fails == grid-repeat-auto-fill-fit-003.html grid-repeat-auto-fill-fit-003.html
fails == grid-repeat-auto-fill-fit-004.html grid-repeat-auto-fill-fit-004.html
fails == grid-repeat-auto-fill-fit-005.html grid-repeat-auto-fill-fit-005.html
fails == grid-repeat-auto-fill-fit-006.html grid-repeat-auto-fill-fit-006.html
fails == grid-repeat-auto-fill-fit-007.html grid-repeat-auto-fill-fit-007.html
fails == grid-repeat-auto-fill-fit-008.html grid-repeat-auto-fill-fit-008.html
fails == grid-repeat-auto-fill-fit-009.html grid-repeat-auto-fill-fit-009.html
fails == grid-repeat-auto-fill-fit-010.html grid-repeat-auto-fill-fit-010.html
fails == grid-repeat-auto-fill-fit-011.html grid-repeat-auto-fill-fit-011.html
fails == grid-item-blockifying-001.html grid-item-blockifying-001.html
fails == grid-fragmentation-001.html grid-fragmentation-001.html
fails == grid-fragmentation-002.html grid-fragmentation-002.html
fails == grid-fragmentation-003.html grid-fragmentation-003.html
fails == grid-fragmentation-004.html grid-fragmentation-004.html
fails == grid-fragmentation-005.html grid-fragmentation-005.html
fails == grid-fragmentation-006.html grid-fragmentation-006.html
fails == grid-fragmentation-007.html grid-fragmentation-007.html
fails == grid-fragmentation-008.html grid-fragmentation-008.html
fails == grid-fragmentation-009.html grid-fragmentation-009.html
fails == grid-fragmentation-010.html grid-fragmentation-010.html
fails == grid-fragmentation-011.html grid-fragmentation-011.html
fails == grid-fragmentation-012.html grid-fragmentation-012.html
fails == grid-fragmentation-013.html grid-fragmentation-013.html
fails == grid-fragmentation-014.html grid-fragmentation-014.html
fails asserts(0-10) == grid-fragmentation-015.html grid-fragmentation-015.html
fails == grid-fragmentation-016.html grid-fragmentation-016.html
fails == grid-fragmentation-017.html grid-fragmentation-017.html
fails == grid-fragmentation-018.html grid-fragmentation-018.html
fails == grid-fragmentation-019.html grid-fragmentation-019.html
fails == grid-fragmentation-020.html grid-fragmentation-020.html
fails == grid-fragmentation-021.html grid-fragmentation-021.html
fails == grid-fragmentation-022.html grid-fragmentation-022.html
fails == grid-fragmentation-023.html grid-fragmentation-023.html
fails == grid-fragmentation-024.html grid-fragmentation-024.html
fails == grid-fragmentation-025.html grid-fragmentation-025.html
fails == grid-fragmentation-026.html grid-fragmentation-026.html
fails == grid-fragmentation-027.html grid-fragmentation-027.html
fails == grid-fragmentation-028.html grid-fragmentation-028.html
fails == grid-fragmentation-029.html grid-fragmentation-029.html
fails == grid-fragmentation-030.html grid-fragmentation-030.html
fails == grid-fragmentation-031.html grid-fragmentation-031.html
# Fragmentation tests that does dynamic content removal/insertions.
# They should give the same result as the corresponding static test.
== grid-fragmentation-dyn3-001.html grid-fragmentation-dyn3-001.html
== grid-fragmentation-dyn4-001.html grid-fragmentation-dyn4-001.html
== grid-fragmentation-dyn1-002.html grid-fragmentation-dyn1-002.html
== grid-fragmentation-dyn3-002.html grid-fragmentation-dyn3-002.html
skip == grid-fragmentation-dyn3-003.html grid-fragmentation-dyn3-003.html
== grid-fragmentation-dyn4-004.html grid-fragmentation-dyn4-004.html
== grid-fragmentation-dyn4-005.html grid-fragmentation-dyn4-005.html
== grid-fragmentation-dyn5-005.html grid-fragmentation-dyn5-005.html
== grid-fragmentation-dyn1-006.html grid-fragmentation-dyn1-006.html
== grid-fragmentation-dyn3-007.html grid-fragmentation-dyn3-007.html
== grid-fragmentation-dyn5-007.html grid-fragmentation-dyn5-007.html
== grid-fragmentation-dyn5-008.html grid-fragmentation-dyn5-008.html
== grid-fragmentation-dyn3-009.html grid-fragmentation-dyn3-009.html
== grid-fragmentation-dyn3-009.html grid-fragmentation-dyn3-009.html
== grid-fragmentation-dyn4-015.html grid-fragmentation-dyn4-015.html
== grid-fragmentation-dyn1-015.html grid-fragmentation-dyn1-015.html
== grid-fragmentation-dyn1-016.html grid-fragmentation-dyn1-016.html
== grid-fragmentation-dyn5-016.html grid-fragmentation-dyn5-016.html
== grid-fragmentation-dyn3-017.html grid-fragmentation-dyn3-017.html
skip == grid-fragmentation-dyn2-018.html grid-fragmentation-dyn2-018.html
== grid-fragmentation-dyn1-019.html grid-fragmentation-dyn1-019.html
== grid-fragmentation-dyn2-019.html grid-fragmentation-dyn2-019.html
== grid-fragmentation-dyn3-019.html grid-fragmentation-dyn3-019.html
== grid-fragmentation-dyn4-019.html grid-fragmentation-dyn4-019.html
== grid-fragmentation-dyn5-019.html grid-fragmentation-dyn5-019.html
== grid-fragmentation-dyn1-020.html grid-fragmentation-dyn1-020.html
== grid-fragmentation-dyn2-020.html grid-fragmentation-dyn2-020.html
== grid-fragmentation-dyn1-021.html grid-fragmentation-dyn1-021.html
# bug 1251799
== grid-fragmentation-dyn2-021.html grid-fragmentation-dyn2-021.html
== grid-fragmentation-dyn3-021.html grid-fragmentation-dyn3-021.html
asserts(1-10) == grid-fragmentation-dyn4-021.html grid-fragmentation-dyn4-021.html
# assertion related to bug 1251799 ?
== grid-fragmentation-dyn5-021.html grid-fragmentation-dyn5-021.html
== grid-fragmentation-dyn2-022.html grid-fragmentation-dyn2-022.html
== grid-fragmentation-dyn1-023.html grid-fragmentation-dyn1-023.html
== grid-fragmentation-dyn2-023.html grid-fragmentation-dyn2-023.html
== grid-fragmentation-dyn3-023.html grid-fragmentation-dyn3-023.html
== grid-fragmentation-dyn4-023.html grid-fragmentation-dyn4-023.html
== grid-fragmentation-dyn5-023.html grid-fragmentation-dyn5-023.html
== grid-fragmentation-dyn1-024.html grid-fragmentation-dyn1-024.html
== grid-fragmentation-dyn2-025.html grid-fragmentation-dyn2-025.html
== grid-fragmentation-dyn1-026.html grid-fragmentation-dyn1-026.html
skip == grid-fragmentation-dyn2-026.html grid-fragmentation-dyn2-026.html
== grid-fragmentation-dyn3-026.html grid-fragmentation-dyn3-026.html
== grid-fragmentation-dyn4-026.html grid-fragmentation-dyn4-026.html
== grid-fragmentation-dyn5-026.html grid-fragmentation-dyn5-026.html
== grid-fragmentation-dyn1-027.html grid-fragmentation-dyn1-027.html
== grid-fragmentation-dyn2-027.html grid-fragmentation-dyn2-027.html
== grid-fragmentation-dyn3-027.html grid-fragmentation-dyn3-027.html
== grid-fragmentation-dyn4-027.html grid-fragmentation-dyn4-027.html
== grid-fragmentation-dyn5-027.html grid-fragmentation-dyn5-027.html
skip == grid-fragmentation-dyn1-028.html grid-fragmentation-dyn1-028.html
== grid-fragmentation-dyn2-028.html grid-fragmentation-dyn2-028.html
== grid-fragmentation-dyn3-028.html grid-fragmentation-dyn3-028.html
== grid-fragmentation-dyn4-028.html grid-fragmentation-dyn4-028.html
== grid-fragmentation-dyn5-028.html grid-fragmentation-dyn5-028.html
== grid-fragmentation-dyn1-029.html grid-fragmentation-dyn1-029.html
== grid-fragmentation-dyn2-029.html grid-fragmentation-dyn2-029.html
== grid-fragmentation-dyn2-030.html grid-fragmentation-dyn2-030.html
== grid-fragmentation-dyn2-031.html grid-fragmentation-dyn2-031.html
fails == grid-fragmentation-dyn3-001.html grid-fragmentation-dyn3-001.html
fails == grid-fragmentation-dyn4-001.html grid-fragmentation-dyn4-001.html
fails == grid-fragmentation-dyn1-002.html grid-fragmentation-dyn1-002.html
fails == grid-fragmentation-dyn3-002.html grid-fragmentation-dyn3-002.html
fails == grid-fragmentation-dyn3-003.html grid-fragmentation-dyn3-003.html
fails == grid-fragmentation-dyn4-004.html grid-fragmentation-dyn4-004.html
fails == grid-fragmentation-dyn4-005.html grid-fragmentation-dyn4-005.html
fails == grid-fragmentation-dyn5-005.html grid-fragmentation-dyn5-005.html
fails == grid-fragmentation-dyn1-006.html grid-fragmentation-dyn1-006.html
fails == grid-fragmentation-dyn3-007.html grid-fragmentation-dyn3-007.html
fails == grid-fragmentation-dyn5-007.html grid-fragmentation-dyn5-007.html
fails == grid-fragmentation-dyn5-008.html grid-fragmentation-dyn5-008.html
fails == grid-fragmentation-dyn3-009.html grid-fragmentation-dyn3-009.html
fails == grid-fragmentation-dyn3-009.html grid-fragmentation-dyn3-009.html
fails == grid-fragmentation-dyn4-015.html grid-fragmentation-dyn4-015.html
fails == grid-fragmentation-dyn1-015.html grid-fragmentation-dyn1-015.html
fails == grid-fragmentation-dyn1-016.html grid-fragmentation-dyn1-016.html
fails == grid-fragmentation-dyn5-016.html grid-fragmentation-dyn5-016.html
fails == grid-fragmentation-dyn3-017.html grid-fragmentation-dyn3-017.html
fails == grid-fragmentation-dyn2-018.html grid-fragmentation-dyn2-018.html
fails == grid-fragmentation-dyn1-019.html grid-fragmentation-dyn1-019.html
fails == grid-fragmentation-dyn2-019.html grid-fragmentation-dyn2-019.html
fails == grid-fragmentation-dyn3-019.html grid-fragmentation-dyn3-019.html
fails == grid-fragmentation-dyn4-019.html grid-fragmentation-dyn4-019.html
fails == grid-fragmentation-dyn5-019.html grid-fragmentation-dyn5-019.html
fails == grid-fragmentation-dyn1-020.html grid-fragmentation-dyn1-020.html
fails == grid-fragmentation-dyn2-020.html grid-fragmentation-dyn2-020.html
fails == grid-fragmentation-dyn1-021.html grid-fragmentation-dyn1-021.html
fails == grid-fragmentation-dyn2-021.html grid-fragmentation-dyn2-021.html
fails == grid-fragmentation-dyn3-021.html grid-fragmentation-dyn3-021.html
fails asserts(1-10) == grid-fragmentation-dyn4-021.html grid-fragmentation-dyn4-021.html
fails == grid-fragmentation-dyn5-021.html grid-fragmentation-dyn5-021.html
fails == grid-fragmentation-dyn2-022.html grid-fragmentation-dyn2-022.html
fails == grid-fragmentation-dyn1-023.html grid-fragmentation-dyn1-023.html
fails == grid-fragmentation-dyn2-023.html grid-fragmentation-dyn2-023.html
fails == grid-fragmentation-dyn3-023.html grid-fragmentation-dyn3-023.html
fails == grid-fragmentation-dyn4-023.html grid-fragmentation-dyn4-023.html
fails == grid-fragmentation-dyn5-023.html grid-fragmentation-dyn5-023.html
fails == grid-fragmentation-dyn1-024.html grid-fragmentation-dyn1-024.html
fails == grid-fragmentation-dyn2-025.html grid-fragmentation-dyn2-025.html
fails == grid-fragmentation-dyn1-026.html grid-fragmentation-dyn1-026.html
fails == grid-fragmentation-dyn2-026.html grid-fragmentation-dyn2-026.html
fails == grid-fragmentation-dyn3-026.html grid-fragmentation-dyn3-026.html
fails == grid-fragmentation-dyn4-026.html grid-fragmentation-dyn4-026.html
fails == grid-fragmentation-dyn5-026.html grid-fragmentation-dyn5-026.html
fails == grid-fragmentation-dyn1-027.html grid-fragmentation-dyn1-027.html
fails == grid-fragmentation-dyn2-027.html grid-fragmentation-dyn2-027.html
fails == grid-fragmentation-dyn3-027.html grid-fragmentation-dyn3-027.html
fails == grid-fragmentation-dyn4-027.html grid-fragmentation-dyn4-027.html
fails == grid-fragmentation-dyn5-027.html grid-fragmentation-dyn5-027.html
fails == grid-fragmentation-dyn1-028.html grid-fragmentation-dyn1-028.html
fails == grid-fragmentation-dyn2-028.html grid-fragmentation-dyn2-028.html
fails == grid-fragmentation-dyn3-028.html grid-fragmentation-dyn3-028.html
fails == grid-fragmentation-dyn4-028.html grid-fragmentation-dyn4-028.html
fails == grid-fragmentation-dyn5-028.html grid-fragmentation-dyn5-028.html
fails == grid-fragmentation-dyn1-029.html grid-fragmentation-dyn1-029.html
fails == grid-fragmentation-dyn2-029.html grid-fragmentation-dyn2-029.html
fails == grid-fragmentation-dyn2-030.html grid-fragmentation-dyn2-030.html
fails == grid-fragmentation-dyn2-031.html grid-fragmentation-dyn2-031.html
fails == bug1306106.html bug1306106.html
fails == grid-percent-intrinsic-sizing-001.html grid-percent-intrinsic-sizing-001.html
fails == grid-percent-intrinsic-sizing-002.html grid-percent-intrinsic-sizing-002.html

View File

@ -1,16 +1,11 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
skip-if(B2G||Mulet) == 290018-1.html 290018-1.html
# Initial mulet triage: parity with B2G/B2G Desktop
== 436261-1.html 436261-1.html
== 436261-2.html 436261-2.html
== 436261-3.html 436261-3.html
== 444723-1.html 444723-1.html
== 444723-2.html 444723-2.html
== 445415-1a.xhtml 445415-1a.xhtml
== 445415-1b.xhtml 445415-1b.xhtml
skip-if(B2G||Mulet) == 445415-2a.xhtml 445415-2a.xhtml
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) == 445415-2b.xhtml 445415-2b.xhtml
# bug 773482
# Initial mulet triage: parity with B2G/B2G Desktop
fails == 290018-1.html 290018-1.html
fails == 436261-1.html 436261-1.html
fails == 436261-2.html 436261-2.html
fails == 436261-3.html 436261-3.html
fails == 444723-1.html 444723-1.html
fails == 444723-2.html 444723-2.html
fails == 445415-1a.xhtml 445415-1a.xhtml
fails == 445415-1b.xhtml 445415-1b.xhtml
fails == 445415-2a.xhtml 445415-2a.xhtml
fails == 445415-2b.xhtml 445415-2b.xhtml

View File

@ -1,13 +1,13 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
fuzzy-if(skiaContent,1,3) == button-valid.html button-valid.html
fails fuzzy-if(skiaContent,1,5) == button-invalid.html button-invalid.html
== button-disabled.html button-disabled.html
fuzzy-if(skiaContent,1,5) == button-dyn-disabled.html button-dyn-disabled.html
fails fuzzy-if(skiaContent,1,5) == button-dyn-not-disabled.html button-dyn-not-disabled.html
fuzzy-if(skiaContent,1,5) == button-button.html button-button.html
fails fuzzy-if(skiaContent,1,5) == button-reset.html button-reset.html
fails fuzzy-if(skiaContent,1,5) == button-type-invalid.html button-type-invalid.html
fails fuzzy-if(skiaContent,1,5) == button-type-barred.html button-type-barred.html
fuzzy-if(skiaContent,1,3) == button-disabled-fieldset-1.html button-disabled-fieldset-1.html
fuzzy-if(skiaContent,1,3) == button-disabled-fieldset-2.html button-disabled-fieldset-2.html
fuzzy-if(skiaContent,1,3) == button-fieldset-legend.html button-fieldset-legend.html
fails == button-valid.html button-valid.html
fails == button-invalid.html button-invalid.html
fails == button-disabled.html button-disabled.html
fails == button-dyn-disabled.html button-dyn-disabled.html
fails == button-dyn-not-disabled.html button-dyn-not-disabled.html
fails == button-button.html button-button.html
fails == button-reset.html button-reset.html
fails == button-type-invalid.html button-type-invalid.html
fails == button-type-barred.html button-type-barred.html
fails == button-disabled-fieldset-1.html button-disabled-fieldset-1.html
fails == button-disabled-fieldset-2.html button-disabled-fieldset-2.html
fails == button-fieldset-legend.html button-fieldset-legend.html

View File

@ -1,6 +1,6 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== input.html input.html
== button.html button.html
== textarea.html textarea.html
== select.html select.html
== fieldset.html fieldset.html
fails == input.html input.html
fails == button.html button.html
fails == textarea.html textarea.html
fails == select.html select.html
# == fieldset.html fieldset.html

View File

@ -3,28 +3,28 @@
== fieldset-invalid.html fieldset-invalid.html
== fieldset-add-invalid-barred.html fieldset-add-invalid-barred.html
== fieldset-add-invalid-element-dynamic.html fieldset-add-invalid-element-dynamic.html
== fieldset-add-invalid-element.html fieldset-add-invalid-element.html
== fieldset-add-invalid-with-valid-element.html fieldset-add-invalid-with-valid-element.html
== fieldset-add-valid-element.html fieldset-add-valid-element.html
== fieldset-add-valid-with-invalid-element.html fieldset-add-valid-with-invalid-element.html
== fieldset-add-valid-with-no-element.html fieldset-add-valid-with-no-element.html
fails == fieldset-add-invalid-element.html fieldset-add-invalid-element.html
fails == fieldset-add-invalid-with-valid-element.html fieldset-add-invalid-with-valid-element.html
fails == fieldset-add-valid-element.html fieldset-add-valid-element.html
fails == fieldset-add-valid-with-invalid-element.html fieldset-add-valid-with-invalid-element.html
fails == fieldset-add-valid-with-no-element.html fieldset-add-valid-with-no-element.html
== fieldset-dynamic-invalid-barred.html fieldset-dynamic-invalid-barred.html
== fieldset-dynamic-invalid-not-barred.html fieldset-dynamic-invalid-not-barred.html
== fieldset-dynamic-invalid.html fieldset-dynamic-invalid.html
== fieldset-dynamic-valid.html fieldset-dynamic-valid.html
fails == fieldset-dynamic-valid.html fieldset-dynamic-valid.html
== fieldset-invalid-and-barred-remove-barred.html fieldset-invalid-and-barred-remove-barred.html
== fieldset-invalid-and-barred-remove-invalid.html fieldset-invalid-and-barred-remove-invalid.html
== fieldset-invalid-and-barred.html fieldset-invalid-and-barred.html
fails == fieldset-invalid-and-barred-remove-invalid.html fieldset-invalid-and-barred-remove-invalid.html
fails == fieldset-invalid-and-barred.html fieldset-invalid-and-barred.html
== fieldset-remove-invalid-element.html fieldset-remove-invalid-element.html
== fieldset-static-invalid-barred.html fieldset-static-invalid-barred.html
== fieldset-static-invalid.html fieldset-static-invalid.html
== fieldset-static-valid.html fieldset-static-valid.html
== fieldset-valid-and-barred-remove-barred.html fieldset-valid-and-barred-remove-barred.html
== fieldset-valid-and-barred.html fieldset-valid-and-barred.html
== fieldset-with-invalid-element-add-barred-dynamic.html fieldset-with-invalid-element-add-barred-dynamic.html
== fieldset-with-valid-and-invalid.html fieldset-with-valid-and-invalid.html
== fieldset-with-valid-element-add-barred-dynamic.html fieldset-with-valid-element-add-barred-dynamic.html
fails == fieldset-static-valid.html fieldset-static-valid.html
fails == fieldset-valid-and-barred-remove-barred.html fieldset-valid-and-barred-remove-barred.html
fails == fieldset-valid-and-barred.html fieldset-valid-and-barred.html
fails == fieldset-with-invalid-element-add-barred-dynamic.html fieldset-with-invalid-element-add-barred-dynamic.html
fails == fieldset-with-valid-and-invalid.html fieldset-with-valid-and-invalid.html
fails == fieldset-with-valid-element-add-barred-dynamic.html fieldset-with-valid-element-add-barred-dynamic.html
== fieldset-nested-invalid.html fieldset-nested-invalid.html
== fieldset-div-invalid.html fieldset-div-invalid.html
== fieldset-nested-valid-invalid.html fieldset-nested-valid-invalid.html
fails fuzzy-if(skiaContent,1,5) == fieldset-nested-barred.html fieldset-nested-barred.html
fails == fieldset-nested-valid-invalid.html fieldset-nested-valid-invalid.html
fails == fieldset-nested-barred.html fieldset-nested-barred.html

View File

@ -1,25 +1,25 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== form-static-valid.html form-static-valid.html
== form-dynamic-valid.html form-dynamic-valid.html
fails == form-static-valid.html form-static-valid.html
fails == form-dynamic-valid.html form-dynamic-valid.html
== form-remove-invalid-element.html form-remove-invalid-element.html
== form-static-invalid.html form-static-invalid.html
== form-dynamic-invalid.html form-dynamic-invalid.html
== form-add-control.html form-add-control.html
== form-dynamic-invalid-not-barred.html form-dynamic-invalid-not-barred.html
== form-remove-invalid-element.html form-remove-invalid-element.html
== form-dynamic-invalid-barred.html form-dynamic-invalid-barred.html
== form-static-invalid-barred.html form-static-invalid-barred.html
== form-add-invalid-element.html form-add-invalid-element.html
== form-add-valid-with-invalid-element.html form-add-valid-with-invalid-element.html
== form-invalid-barred.html form-invalid-barred.html
== form-add-valid-element.html form-add-valid-element.html
== form-add-valid-with-no-element.html form-add-valid-with-no-element.html
== form-add-invalid-with-valid-element.html form-add-invalid-with-valid-element.html
== form-with-valid-and-invalid.html form-with-valid-and-invalid.html
fails == form-dynamic-invalid-barred.html form-dynamic-invalid-barred.html
fails == form-static-invalid-barred.html form-static-invalid-barred.html
fails == form-add-invalid-element.html form-add-invalid-element.html
fails == form-add-valid-with-invalid-element.html form-add-valid-with-invalid-element.html
fails == form-invalid-barred.html form-invalid-barred.html
fails == form-add-valid-element.html form-add-valid-element.html
fails == form-add-valid-with-no-element.html form-add-valid-with-no-element.html
fails == form-add-invalid-with-valid-element.html form-add-invalid-with-valid-element.html
fails == form-with-valid-and-invalid.html form-with-valid-and-invalid.html
== form-add-invalid-element-dynamic.html form-add-invalid-element-dynamic.html
== form-invalid-and-barred.html form-invalid-and-barred.html
fails == form-invalid-and-barred.html form-invalid-and-barred.html
== form-invalid-and-barred-remove-barred.html form-invalid-and-barred-remove-barred.html
== form-valid-and-barred.html form-valid-and-barred.html
== form-valid-and-barred-remove-barred.html form-valid-and-barred-remove-barred.html
== form-with-invalid-element-add-barred-dynamic.html form-with-invalid-element-add-barred-dynamic.html
== form-with-valid-element-add-barred-dynamic.html form-with-valid-element-add-barred-dynamic.html
fails == form-valid-and-barred.html form-valid-and-barred.html
fails == form-valid-and-barred-remove-barred.html form-valid-and-barred-remove-barred.html
fails == form-with-invalid-element-add-barred-dynamic.html form-with-invalid-element-add-barred-dynamic.html
fails == form-with-valid-element-add-barred-dynamic.html form-with-valid-element-add-barred-dynamic.html

View File

@ -1,38 +1,34 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== input-valid.html input-valid.html
fuzzy-if(skiaContent,2,10) == input-customerror.html input-customerror.html
skip-if(B2G||Mulet) == input-disabled.html input-disabled.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) == input-dyn-disabled.html input-dyn-disabled.html
# Initial mulet triage: parity with B2G/B2G Desktop
== input-dyn-not-disabled.html input-dyn-not-disabled.html
== input-readonly.html input-readonly.html
== input-dyn-readonly.html input-dyn-readonly.html
== input-dyn-not-readonly.html input-dyn-not-readonly.html
skip == input-maxlength-valid.html input-maxlength-valid.html
skip == input-maxlength-invalid.html input-maxlength-invalid.html
== input-required-valid.html input-required-valid.html
== input-required-invalid.html input-required-invalid.html
== input-button.html input-button.html
skip == input-reset.html input-reset.html
== input-email-invalid.html input-email-invalid.html
== input-email-valid.html input-email-valid.html
== input-url-invalid.html input-url-invalid.html
== input-url-valid.html input-url-valid.html
== input-pattern-valid.html input-pattern-valid.html
== input-pattern-invalid.html input-pattern-invalid.html
== input-type-barred.html input-type-barred.html
== input-type-invalid.html input-type-invalid.html
== input-disabled-fieldset-1.html input-disabled-fieldset-1.html
== input-disabled-fieldset-2.html input-disabled-fieldset-2.html
skip == input-fieldset-legend.html input-fieldset-legend.html
== input-radio-required.html input-radio-required.html
fuzzy-if(skiaContent,2,10) == input-radio-customerror.html input-radio-customerror.html
fuzzy-if(skiaContent,2,10) == input-radio-dyn-valid-1.html input-radio-dyn-valid-1.html
fuzzy-if(skiaContent,2,10) == input-radio-dyn-valid-2.html input-radio-dyn-valid-2.html
fuzzy-if(skiaContent,2,10) == input-radio-nogroup-required-valid.html input-radio-nogroup-required-valid.html
fuzzy-if(skiaContent,2,10) == input-radio-nogroup-required-invalid.html input-radio-nogroup-required-invalid.html
skip == input-radio-focus-click.html input-radio-focus-click.html
== input-submit.html input-submit.html
== input-image.html input-image.html
fails == input-valid.html input-valid.html
fails == input-customerror.html input-customerror.html
fails == input-disabled.html input-disabled.html
fails == input-dyn-disabled.html input-dyn-disabled.html
fails == input-dyn-not-disabled.html input-dyn-not-disabled.html
fails == input-readonly.html input-readonly.html
fails == input-dyn-readonly.html input-dyn-readonly.html
fails == input-dyn-not-readonly.html input-dyn-not-readonly.html
fails == input-required-valid.html input-required-valid.html
fails == input-required-invalid.html input-required-invalid.html
fails == input-button.html input-button.html
fails == input-reset.html input-reset.html
fails == input-email-invalid.html input-email-invalid.html
fails == input-email-valid.html input-email-valid.html
fails == input-url-invalid.html input-url-invalid.html
fails == input-url-valid.html input-url-valid.html
fails == input-pattern-valid.html input-pattern-valid.html
fails == input-pattern-invalid.html input-pattern-invalid.html
fails == input-type-barred.html input-type-barred.html
fails == input-type-invalid.html input-type-invalid.html
fails == input-disabled-fieldset-1.html input-disabled-fieldset-1.html
fails == input-disabled-fieldset-2.html input-disabled-fieldset-2.html
fails == input-fieldset-legend.html input-fieldset-legend.html
fails == input-radio-required.html input-radio-required.html
fails == input-radio-customerror.html input-radio-customerror.html
fails == input-radio-dyn-valid-1.html input-radio-dyn-valid-1.html
fails == input-radio-dyn-valid-2.html input-radio-dyn-valid-2.html
fails == input-radio-nogroup-required-valid.html input-radio-nogroup-required-valid.html
fails == input-radio-nogroup-required-invalid.html input-radio-nogroup-required-invalid.html
fails == input-radio-focus-click.html input-radio-focus-click.html
fails == input-submit.html input-submit.html
fails == input-image.html input-image.html
# input type='hidden' shouldn't show

View File

@ -1,3 +1,3 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== output-valid.html output-valid.html
== output-invalid.html output-invalid.html
# == output-valid.html output-valid.html
# == output-invalid.html output-invalid.html

View File

@ -1,16 +1,13 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
needs-focus == select-valid.html select-valid.html
fails fuzzy-if(skiaContent,1,3) needs-focus == select-invalid.html select-invalid.html
fuzzy-if(skiaContent,2,6) needs-focus == select-disabled.html select-disabled.html
skip-if(B2G||Mulet) fuzzy-if(skiaContent,2,6) needs-focus == select-dyn-disabled.html select-dyn-disabled.html
# Initial mulet triage: parity with B2G/B2G Desktop
fails fuzzy-if(skiaContent,1,3) needs-focus == select-dyn-not-disabled.html select-dyn-not-disabled.html
needs-focus == select-required-invalid.html select-required-invalid.html
needs-focus == select-required-valid.html select-required-valid.html
needs-focus == select-required-multiple-invalid.html select-required-multiple-invalid.html
fuzzy-if(skiaContent,1,250) needs-focus == select-required-multiple-valid.html select-required-multiple-valid.html
skip-if(B2G||Mulet) fails-if(Android) fuzzy-if(skiaContent,1,3) needs-focus == select-disabled-fieldset-1.html select-disabled-fieldset-1.html
# Initial mulet triage: parity with B2G/B2G Desktop
skip-if(B2G||Mulet) fails-if(Android) fuzzy-if(skiaContent,2,3) needs-focus == select-disabled-fieldset-2.html select-disabled-fieldset-2.html
# Initial mulet triage: parity with B2G/B2G Desktop
fuzzy-if(skiaContent,2,5) needs-focus == select-fieldset-legend.html select-fieldset-legend.html
fails needs-focus == select-valid.html select-valid.html
fails == select-invalid.html select-invalid.html
fails == select-disabled.html select-disabled.html
fails == select-dyn-disabled.html select-dyn-disabled.html
fails == select-dyn-not-disabled.html select-dyn-not-disabled.html
fails needs-focus == select-required-invalid.html select-required-invalid.html
fails needs-focus == select-required-valid.html select-required-valid.html
fails needs-focus == select-required-multiple-still-valid.html select-required-multiple-still-valid.html
fails == select-required-multiple-valid.html select-required-multiple-valid.html
fails == select-disabled-fieldset-1.html select-disabled-fieldset-1.html
fails == select-disabled-fieldset-2.html select-disabled-fieldset-2.html
fails == select-fieldset-legend.html select-fieldset-legend.html

View File

@ -1,16 +1,14 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== textarea-valid.html textarea-valid.html
== textarea-customerror.html textarea-customerror.html
== textarea-disabled.html textarea-disabled.html
== textarea-dyn-disabled.html textarea-dyn-disabled.html
== textarea-dyn-not-disabled.html textarea-dyn-not-disabled.html
== textarea-readonly.html textarea-readonly.html
== textarea-dyn-readonly.html textarea-dyn-readonly.html
== textarea-dyn-not-readonly.html textarea-dyn-not-readonly.html
skip == textarea-maxlength-valid.html textarea-maxlength-valid.html
skip == textarea-maxlength-invalid.html textarea-maxlength-invalid.html
== textarea-required-valid.html textarea-required-valid.html
== textarea-required-invalid.html textarea-required-invalid.html
== textarea-disabled-fieldset-1.html textarea-disabled-fieldset-1.html
== textarea-disabled-fieldset-2.html textarea-disabled-fieldset-2.html
== textarea-fieldset-legend.html textarea-fieldset-legend.html
fails == textarea-valid.html textarea-valid.html
fails == textarea-customerror.html textarea-customerror.html
fails == textarea-disabled.html textarea-disabled.html
fails == textarea-dyn-disabled.html textarea-dyn-disabled.html
fails == textarea-dyn-not-disabled.html textarea-dyn-not-disabled.html
fails == textarea-readonly.html textarea-readonly.html
fails == textarea-dyn-readonly.html textarea-dyn-readonly.html
fails == textarea-dyn-not-readonly.html textarea-dyn-not-readonly.html
fails == textarea-required-valid.html textarea-required-valid.html
fails == textarea-required-invalid.html textarea-required-invalid.html
fails == textarea-disabled-fieldset-1.html textarea-disabled-fieldset-1.html
fails == textarea-disabled-fieldset-2.html textarea-disabled-fieldset-2.html
fails == textarea-fieldset-legend.html textarea-fieldset-legend.html

Some files were not shown because too many files have changed in this diff Show More