mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #2112 - Part 1: Remove Stylo tests
This commit is contained in:
parent
2aa7dc2652
commit
656ee639c5
97 changed files with 0 additions and 2835 deletions
|
|
@ -1,2 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
== test_bug920877.html test_bug920877.html
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# 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
|
||||
|
|
@ -1,169 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# WebGL Reftests!
|
||||
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
|
||||
|
||||
# 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
|
||||
|
||||
# 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
|
||||
|
||||
# Check that resize works:
|
||||
== 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
|
||||
|
||||
# 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
|
||||
# differences in the `sandbox` contents. That is, I'm labeling based on symptoms rather
|
||||
# than cause.
|
||||
# WinXP R: winWidget && layersGPUAccelerated && !d3d11
|
||||
# Win7+ R: winWidget && layersGPUAccelerated && d3d11
|
||||
# Win7+ Ru: winWidget && !layersGPUAccelerated && d3d11
|
||||
# (Note that we have to remove spaces when used below)
|
||||
|
||||
# IMPORTANT: Expected outcomes are evaluated left-to-right, and they replace eachother.
|
||||
# That means that if an unconditional status (`fuzzy()`) is to the right of another status
|
||||
# (such as fails-if), it will overwrite the old status.
|
||||
#
|
||||
# As such, all unconditional statuses should be to the left of conditional statuses.
|
||||
# (See /layout/tools/reftest/reftest.js:945)
|
||||
|
||||
# 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
|
||||
|
||||
== 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&__&________&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
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
# 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
|
||||
|
||||
== 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
|
||||
|
||||
|
||||
# Check that our experimental prefs still work:
|
||||
|
||||
# 16bpp for Android/B2G: [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
|
||||
|
||||
# Force native GL (Windows):
|
||||
skip-if(!winWidget) pref(webgl.disable-angle,true) == webgl-color-test.html?native-gl webgl-color-test.html?native-gl
|
||||
|
||||
|
||||
# Non-WebGL Reftests!
|
||||
|
||||
# Do we correctly handle multiple clip paths?
|
||||
== clip-multiple-paths.html clip-multiple-paths.html
|
||||
|
||||
# Bug 1255062
|
||||
== clip-multiple-move-1.html clip-multiple-move-1.html
|
||||
== clip-multiple-move-2.html clip-multiple-move-2.html
|
||||
|
||||
# Bug 815648
|
||||
== 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
|
||||
|
||||
# Check that captureStream() displays in a local video element
|
||||
skip == 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
|
||||
|
||||
# Canvas Filter Reftests
|
||||
include filters/reftest-stylo.list
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
# 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
|
||||
== bug863728-3.html bug863728-3.html
|
||||
== bug945215-1.html bug945215-1.html
|
||||
skip fuzzy-if(skiaContent,1,10) == bug945215-2.html bug945215-2.html
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
# 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
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
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
|
||||
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
|
||||
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,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
|
||||
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
|
||||
|
|
@ -1,59 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
|
||||
|
||||
== dir_auto-contained-bdi-L.html dir_auto-contained-bdi-L.html
|
||||
== dir_auto-contained-bdi-R.html dir_auto-contained-bdi-R.html
|
||||
== dir_auto-contained-dir_auto-L.html dir_auto-contained-dir_auto-L.html
|
||||
== dir_auto-contained-dir_auto-R.html dir_auto-contained-dir_auto-R.html
|
||||
== dir_auto-contained-dir-L.html dir_auto-contained-dir-L.html
|
||||
== dir_auto-contained-dir-R.html dir_auto-contained-dir-R.html
|
||||
== dir_auto-contained-L.html dir_auto-contained-L.html
|
||||
== dir_auto-contained-R.html dir_auto-contained-R.html
|
||||
== dir_auto-contained-script-L.html dir_auto-contained-script-L.html
|
||||
== dir_auto-contained-script-R.html dir_auto-contained-script-R.html
|
||||
== dir_auto-contained-style-L.html dir_auto-contained-style-L.html
|
||||
== dir_auto-contained-style-R.html dir_auto-contained-style-R.html
|
||||
== dir_auto-contained-textarea-L.html dir_auto-contained-textarea-L.html
|
||||
== dir_auto-contained-textarea-R.html dir_auto-contained-textarea-R.html
|
||||
== dir_auto-EN-L.html dir_auto-EN-L.html
|
||||
== dir_auto-EN-R.html dir_auto-EN-R.html
|
||||
== dir_auto-input-EN-L.html dir_auto-input-EN-L.html
|
||||
== dir_auto-input-EN-R.html dir_auto-input-EN-R.html
|
||||
== dir_auto-input-L.html dir_auto-input-L.html
|
||||
== dir_auto-input-N-EN.html dir_auto-input-N-EN.html
|
||||
== dir_auto-input-N-EN-L.html dir_auto-input-N-EN-L.html
|
||||
== dir_auto-input-N-EN-R.html dir_auto-input-N-EN-R.html
|
||||
== dir_auto-input-N-L.html dir_auto-input-N-L.html
|
||||
== dir_auto-input-N-R.html dir_auto-input-N-R.html
|
||||
== dir_auto-input-R.html dir_auto-input-R.html
|
||||
== dir_auto-input-script-EN-L.html dir_auto-input-script-EN-L.html
|
||||
== dir_auto-input-script-EN-R.html dir_auto-input-script-EN-R.html
|
||||
== dir_auto-input-script-L.html dir_auto-input-script-L.html
|
||||
== dir_auto-input-script-N-EN.html dir_auto-input-script-N-EN.html
|
||||
== dir_auto-input-script-N-EN-L.html dir_auto-input-script-N-EN-L.html
|
||||
== dir_auto-input-script-N-EN-R.html dir_auto-input-script-N-EN-R.html
|
||||
== dir_auto-input-script-N-L.html dir_auto-input-script-N-L.html
|
||||
== dir_auto-input-script-N-R.html dir_auto-input-script-N-R.html
|
||||
== dir_auto-input-script-R.html dir_auto-input-script-R.html
|
||||
== dir_auto-isolate.html dir_auto-isolate.html
|
||||
== dir_auto-L.html dir_auto-L.html
|
||||
== dir_auto-N-EN.html dir_auto-N-EN.html
|
||||
== dir_auto-N-EN-L.html dir_auto-N-EN-L.html
|
||||
== dir_auto-N-EN-R.html dir_auto-N-EN-R.html
|
||||
== dir_auto-N-L.html dir_auto-N-L.html
|
||||
== dir_auto-N-R.html dir_auto-N-R.html
|
||||
== dir_auto-pre-mixed.html dir_auto-pre-mixed.html
|
||||
== dir_auto-pre-N-between-Rs.html dir_auto-pre-N-between-Rs.html
|
||||
== 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
|
||||
== 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
|
||||
== 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
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
# 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
|
||||
# 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
|
||||
# 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
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
# 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
|
||||
== 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
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
== css_relative_href.xml css_relative_href.xml
|
||||
HTTP == css_relative_href_also_external.xml css_relative_href_also_external.xml
|
||||
HTTP == css_relative_href_also_external_override.xml css_relative_href_also_external_override.xml
|
||||
== embedded_dtd_id.svg embedded_dtd_id.svg
|
||||
== error_no_href.svg error_no_href.svg
|
||||
== lreas_selflink_dtd_id.svg lreas_selflink_dtd_id.svg
|
||||
== lreas_selflink_empty_href.svg lreas_selflink_empty_href.svg
|
||||
== lreas_selflink_relative_href.svg lreas_selflink_relative_href.svg
|
||||
== xslt_relative_href.svg xslt_relative_href.svg
|
||||
== xslt_selflink_dtd_id.xml xslt_selflink_dtd_id.xml
|
||||
== xslt_selflink_empty_href.xml xslt_selflink_empty_href.xml
|
||||
== xslt_selflink_relative_href.xml xslt_selflink_relative_href.xml
|
||||
|
|
@ -1,177 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# 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
|
||||
#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
|
||||
# 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
|
||||
|
|
@ -1,67 +0,0 @@
|
|||
# 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
|
||||
# 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
|
||||
# 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
|
||||
# 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
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
# 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
|
||||
|
||||
# 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
|
||||
|
||||
# Meta-viewport tag support
|
||||
skip-if(!asyncZoom) == initial-scale-1.html initial-scale-1.html
|
||||
|
||||
skip-if(!asyncPan) == frame-reconstruction-scroll-clamping.html frame-reconstruction-scroll-clamping.html
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
# 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
|
||||
skip-if(!asyncPan) == 1086723.html 1086723.html
|
||||
== 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
|
||||
== 1131264-1.svg 1131264-1.svg
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# APNG tests
|
||||
#
|
||||
# delaytest.html delays the reftest snapshot to allow time for the
|
||||
# animation to complete.
|
||||
random == delaytest.html?bug411852-1.png delaytest.html?bug411852-1.png
|
||||
random == delaytest.html?bug546272.png delaytest.html?bug546272.png
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
# 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
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# BMP 1BPP tests
|
||||
|
||||
# Images of various sizes
|
||||
fails == bmp-size-1x1-1bpp.bmp bmp-size-1x1-1bpp.bmp
|
||||
fails == bmp-size-2x2-1bpp.bmp bmp-size-2x2-1bpp.bmp
|
||||
fails == bmp-size-3x3-1bpp.bmp bmp-size-3x3-1bpp.bmp
|
||||
fails == bmp-size-4x4-1bpp.bmp bmp-size-4x4-1bpp.bmp
|
||||
fails == bmp-size-5x5-1bpp.bmp bmp-size-5x5-1bpp.bmp
|
||||
fails == bmp-size-6x6-1bpp.bmp bmp-size-6x6-1bpp.bmp
|
||||
fails == bmp-size-7x7-1bpp.bmp bmp-size-7x7-1bpp.bmp
|
||||
fails == bmp-size-8x8-1bpp.bmp bmp-size-8x8-1bpp.bmp
|
||||
fails == bmp-size-9x9-1bpp.bmp bmp-size-9x9-1bpp.bmp
|
||||
fails == bmp-size-15x15-1bpp.bmp bmp-size-15x15-1bpp.bmp
|
||||
fails == bmp-size-16x16-1bpp.bmp bmp-size-16x16-1bpp.bmp
|
||||
fails == bmp-size-17x17-1bpp.bmp bmp-size-17x17-1bpp.bmp
|
||||
fails == bmp-size-31x31-1bpp.bmp bmp-size-31x31-1bpp.bmp
|
||||
fails == bmp-size-32x32-1bpp.bmp bmp-size-32x32-1bpp.bmp
|
||||
fails == bmp-size-33x33-1bpp.bmp bmp-size-33x33-1bpp.bmp
|
||||
fails == bmp-not-square-1bpp.bmp bmp-not-square-1bpp.bmp
|
||||
fails == os2bmp-size-32x32-1bpp.bmp os2bmp-size-32x32-1bpp.bmp
|
||||
fails == top-to-bottom-16x16-1bpp.bmp top-to-bottom-16x16-1bpp.bmp
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# BMP 24BPP tests
|
||||
|
||||
# Images of various sizes
|
||||
fails == bmp-size-1x1-24bpp.bmp bmp-size-1x1-24bpp.bmp
|
||||
fails == bmp-size-2x2-24bpp.bmp bmp-size-2x2-24bpp.bmp
|
||||
fails == bmp-size-3x3-24bpp.bmp bmp-size-3x3-24bpp.bmp
|
||||
fails == bmp-size-4x4-24bpp.bmp bmp-size-4x4-24bpp.bmp
|
||||
fails == bmp-size-5x5-24bpp.bmp bmp-size-5x5-24bpp.bmp
|
||||
fails == bmp-size-6x6-24bpp.bmp bmp-size-6x6-24bpp.bmp
|
||||
fails == bmp-size-7x7-24bpp.bmp bmp-size-7x7-24bpp.bmp
|
||||
fails == bmp-size-8x8-24bpp.bmp bmp-size-8x8-24bpp.bmp
|
||||
fails == bmp-size-9x9-24bpp.bmp bmp-size-9x9-24bpp.bmp
|
||||
fails == bmp-size-15x15-24bpp.bmp bmp-size-15x15-24bpp.bmp
|
||||
fails == bmp-size-16x16-24bpp.bmp bmp-size-16x16-24bpp.bmp
|
||||
fails == bmp-size-17x17-24bpp.bmp bmp-size-17x17-24bpp.bmp
|
||||
fails == bmp-size-31x31-24bpp.bmp bmp-size-31x31-24bpp.bmp
|
||||
fails == bmp-size-32x32-24bpp.bmp bmp-size-32x32-24bpp.bmp
|
||||
fails == bmp-size-33x33-24bpp.bmp bmp-size-33x33-24bpp.bmp
|
||||
fails == bmp-not-square-24bpp.bmp bmp-not-square-24bpp.bmp
|
||||
fails == os2bmp-size-32x32-24bpp.bmp os2bmp-size-32x32-24bpp.bmp
|
||||
fails == top-to-bottom-16x16-24bpp.bmp top-to-bottom-16x16-24bpp.bmp
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# BMP 4BPP tests
|
||||
|
||||
# Images of various sizes
|
||||
fails == bmp-size-1x1-4bpp.bmp bmp-size-1x1-4bpp.bmp
|
||||
fails == bmp-size-2x2-4bpp.bmp bmp-size-2x2-4bpp.bmp
|
||||
fails == bmp-size-3x3-4bpp.bmp bmp-size-3x3-4bpp.bmp
|
||||
fails == bmp-size-4x4-4bpp.bmp bmp-size-4x4-4bpp.bmp
|
||||
fails == bmp-size-5x5-4bpp.bmp bmp-size-5x5-4bpp.bmp
|
||||
fails == bmp-size-6x6-4bpp.bmp bmp-size-6x6-4bpp.bmp
|
||||
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-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
|
||||
fails == bmp-size-33x33-4bpp.bmp bmp-size-33x33-4bpp.bmp
|
||||
fails == bmp-not-square-4bpp.bmp bmp-not-square-4bpp.bmp
|
||||
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
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# BMP 8BPP tests
|
||||
|
||||
# Images of various sizes
|
||||
fails == bmp-size-1x1-8bpp.bmp bmp-size-1x1-8bpp.bmp
|
||||
fails == bmp-size-2x2-8bpp.bmp bmp-size-2x2-8bpp.bmp
|
||||
fails == bmp-size-3x3-8bpp.bmp bmp-size-3x3-8bpp.bmp
|
||||
fails == bmp-size-4x4-8bpp.bmp bmp-size-4x4-8bpp.bmp
|
||||
fails == bmp-size-5x5-8bpp.bmp bmp-size-5x5-8bpp.bmp
|
||||
fails == bmp-size-6x6-8bpp.bmp bmp-size-6x6-8bpp.bmp
|
||||
fails == bmp-size-7x7-8bpp.bmp bmp-size-7x7-8bpp.bmp
|
||||
fails == bmp-size-8x8-8bpp.bmp bmp-size-8x8-8bpp.bmp
|
||||
fails == bmp-size-9x9-8bpp.bmp bmp-size-9x9-8bpp.bmp
|
||||
fails == bmp-size-15x15-8bpp.bmp bmp-size-15x15-8bpp.bmp
|
||||
fails == bmp-size-16x16-8bpp.bmp bmp-size-16x16-8bpp.bmp
|
||||
fails == bmp-size-17x17-8bpp.bmp bmp-size-17x17-8bpp.bmp
|
||||
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 == 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 == top-to-bottom-16x16-8bpp.bmp top-to-bottom-16x16-8bpp.bmp
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# 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
|
||||
# Tests for an unsupported compression value
|
||||
skip == 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
|
||||
# Tests for RLE8 with an invalid BPP
|
||||
skip == 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
|
||||
|
||||
skip == wrapper.html?invalid-truncated-metadata.bmp wrapper.html?invalid-truncated-metadata.bmp
|
||||
|
|
@ -1,85 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# bmpsuite "bad" tests
|
||||
|
||||
# See ../README.mozilla for details.
|
||||
|
||||
# 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
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=1, compression=0, colors=2
|
||||
# "Header incorrectly indicates that the bitmap is several GB in size."
|
||||
# [We accept it. So does Chromium.]
|
||||
fails == badbitssize.bmp badbitssize.bmp
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=1, compression=0, colors=2
|
||||
# BMP: bihsize=40, 127 x 64, bpp=1, compression=0, colors=2
|
||||
# "Density (pixels per meter) suggests the image is much larger in one
|
||||
# dimension than the other."
|
||||
# [We accept them. So does Chromium.]
|
||||
fails == baddens1.bmp baddens1.bmp
|
||||
fails == baddens2.bmp baddens2.bmp
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=1, compression=0, colors=2
|
||||
# "Header incorrectly indicates that the file is several GB in size."
|
||||
# [We accept it. So does Chromium.]
|
||||
fails == badfilesize.bmp badfilesize.bmp
|
||||
|
||||
# BMP: <no "BMP:" output is produced for files with bad header sizes>
|
||||
# "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
|
||||
|
||||
# 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
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=1, compression=0, colors=2
|
||||
# "The 'planes' setting, which is required to be 1, is not 1."
|
||||
# [We accept it. So does Chromium.]
|
||||
fails == badplanes.bmp badplanes.bmp
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=8, compression=1, colors=253
|
||||
# "An invalid RLE-compressed image that tries to cause buffer overruns."
|
||||
# [We accept it, drawing the valid first part and leaving the rest black.
|
||||
# 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
|
||||
|
||||
# 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
|
||||
|
||||
# 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
|
||||
# palette."
|
||||
# [We accept it and use black for the missing colors. So does Chromium.]
|
||||
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
|
||||
|
||||
# BMP: bihsize=40, 127 x -64, bpp=8, compression=1, colors=252
|
||||
# "An RLE-compressed image that tries to use top-down orientation, which isn’t
|
||||
# allowed."
|
||||
# [We accept it. Chromium rejects it. Accepting seems better given that we can
|
||||
# decode it perfectly well.]
|
||||
== 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."
|
||||
# [We accept it, drawing the part that is present and leaving the rest black.
|
||||
# Chromium draws the part that is present and leaves the rest transparent.
|
||||
# Using black for the invalid part is arguably better because it makes the
|
||||
# image edges more obvious.]
|
||||
fails == shortfile.bmp shortfile.bmp
|
||||
|
||||
|
|
@ -1,113 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# bmpsuite "good" tests
|
||||
|
||||
# See ../README.mozilla for details.
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=1, compression=0, colors=2
|
||||
# "1 bit/pixel paletted image, in which black is the first color in the
|
||||
# palette."
|
||||
fails == pal1.bmp pal1.bmp
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=1, compression=0, colors=2
|
||||
# "1 bit/pixel paletted image, in which white is the first color in the
|
||||
# palette."
|
||||
fails == pal1wb.bmp pal1wb.bmp
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=1, compression=0, colors=2
|
||||
# "1 bit/pixel paletted image, with colors other than black and white."
|
||||
fails == pal1bg.bmp pal1bg.bmp
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=4, compression=0, colors=12
|
||||
# "Paletted image with 12 palette colors, and 4 bits/pixel."
|
||||
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
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=8, compression=0, colors=252
|
||||
# "Our standard paletted image, with 252 palette colors, and 8 bits/pixel."
|
||||
fails == pal8.bmp pal8.bmp
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=8, compression=0, colors=0
|
||||
# "Every field that can be set to 0 is set to 0: pixels/meter=0; colors used=0
|
||||
# (meaning the default 256); size-of-image=0."
|
||||
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
|
||||
|
||||
# BMP: bihsize=40, 126 x 63, bpp=8, compression=0, colors=252
|
||||
# BMP: bihsize=40, 125 x 62, bpp=8, compression=0, colors=252
|
||||
# BMP: bihsize=40, 124 x 61, bpp=8, compression=0, colors=252
|
||||
# "Images with different widths and heights. In BMP format, rows are padded to
|
||||
# a multiple of four bytes, so we test all four possibilities."
|
||||
fails == pal8w126.bmp pal8w126.bmp
|
||||
fails == pal8w125.bmp pal8w125.bmp
|
||||
fails == pal8w124.bmp pal8w124.bmp
|
||||
|
||||
# BMP: bihsize=40, 127 x -64, bpp=8, compression=0, colors=252
|
||||
# "BMP images are normally stored from the bottom up, but there is a way to
|
||||
# store them from the top down."
|
||||
fails == pal8topdown.bmp pal8topdown.bmp
|
||||
|
||||
# BMP: bihsize=40, 127 x 32, bpp=8, compression=0, colors=252
|
||||
# "An image with non-square pixels: the X pixels/meter is twice the Y
|
||||
# pixels/meter. Image editors can be expected to leave the image 'squashed';
|
||||
# image viewers should consider stretching it to its correct proportions."
|
||||
# [We leave it squashed, as does Chromium.]
|
||||
fails == pal8nonsquare.bmp pal8nonsquare.bmp
|
||||
|
||||
# BMP: bihsize=12, 127 x 64, bpp=8, compression=0, colors=0
|
||||
# "An OS/2-style bitmap."
|
||||
fails == pal8os2.bmp pal8os2.bmp
|
||||
|
||||
# BMP: bihsize=108, 127 x 64, bpp=8, compression=0, colors=252
|
||||
# "A v4 bitmap. I’m not sure that the gamma and chromaticity values in this
|
||||
# file are sensible, because I can’t find any detailed documentation of them."
|
||||
fails == pal8v4.bmp pal8v4.bmp
|
||||
|
||||
# BMP: bihsize=124, 127 x 64, bpp=8, compression=0, colors=252
|
||||
# "A v5 bitmap. Version 5 has additional colorspace options over v4, so it is
|
||||
# easier to create, and ought to be more portable."
|
||||
fails == pal8v5.bmp pal8v5.bmp
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=16, compression=0, colors=0
|
||||
# "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
|
||||
|
||||
# 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 don’t 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
|
||||
|
||||
# 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
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=24, compression=0, colors=0
|
||||
# "A perfectly ordinary 24-bit (truecolor) image."
|
||||
fails == rgb24.bmp rgb24.bmp
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=24, compression=0, colors=256
|
||||
# "A 24-bit image, with a palette containing 256 colors. There is little if any
|
||||
# reason for a truecolor image to contain a palette, but it is legal."
|
||||
fails == rgb24pal.bmp rgb24pal.bmp
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=32, compression=0, colors=0
|
||||
# "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
|
||||
|
||||
# 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
|
||||
# channel, and 8 unused bits. But the color channels are in an unusual order,
|
||||
# so the viewer must read the BITFIELDS, and not just guess."
|
||||
fails == rgb32bf.bmp rgb32bf.bmp
|
||||
|
||||
|
|
@ -1,131 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# bmpsuite "questionable" tests
|
||||
|
||||
# See ../README.mozilla for details.
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=1, compression=0, colors=1
|
||||
# "1 bit/pixel paletted image, with only one color in the palette. The
|
||||
# documentation says that 1-bpp images have a palette size of 2 (not 'up to
|
||||
# 2'), but it would be silly for a viewer not to support a size of 1."
|
||||
# [We accept it. So does Chromium.]
|
||||
fails == pal1p1.bmp pal1p1.bmp
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=2, compression=0, colors=4
|
||||
# "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
|
||||
|
||||
# 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,
|
||||
# leaving them undefined. Some viewers make undefined pixels transparent,
|
||||
# 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
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=8, compression=1, colors=253
|
||||
# "8-bit version of q/pal4rletrns.bmp."
|
||||
# [Ditto.]
|
||||
== 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
|
||||
# probably valid, but I’m not 100% sure."
|
||||
# [We accept it. So does Chromium.]
|
||||
fails == pal8offs.bmp pal8offs.bmp
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=8, compression=0, colors=300
|
||||
# "An 8-bit image with 300 palette colors. This may be invalid, because the
|
||||
# documentation could be interpreted to imply that 8-bit images aren’t allowed
|
||||
# to have more than 256 colors."
|
||||
# [We accept it. So does Chromium.]
|
||||
fails == pal8oversizepal.bmp pal8oversizepal.bmp
|
||||
|
||||
# BMP: bihsize=12, 127 x 64, bpp=8, compression=0, colors=0
|
||||
# "An OS/2v1 with a less-than-full-sized palette. Probably not valid, but such
|
||||
# files have been seen in the wild."
|
||||
# [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
|
||||
|
||||
# BMP: bihsize=64, 127 x 64, bpp=8, compression=0, colors=252
|
||||
# "My attempt to make an OS/2v2 bitmap."
|
||||
# [We accept it. So does Chromium.]
|
||||
fails == pal8os2v2.bmp pal8os2v2.bmp
|
||||
|
||||
# BMP: bihsize=16, 127 x 64, bpp=8, compression=0, colors=0
|
||||
# "An OS/2v2 bitmap whose header has only 16 bytes, instead of the full 64."
|
||||
# [We accept it. So does Chromium.]
|
||||
fails == pal8os2v2-16.bmp pal8os2v2-16.bmp
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=16, compression=3, colors=0
|
||||
# "An unusual and silly 16-bit image, with 2 red bits, 3 green bits, and 1 blue
|
||||
# bit. Most viewers do support this image, but the colors may be darkened with
|
||||
# a yellow-green shadow. That’s because they’re doing simple bit-shifting
|
||||
# (possibly including one round of bit replication), instead of proper
|
||||
# scaling."
|
||||
fails == rgb16-231.bmp rgb16-231.bmp
|
||||
|
||||
# BMP: bihsize=124, 127 x 64, bpp=16, compression=3, colors=0
|
||||
# "A 16-bit image with an alpha channel. There are 4 bits for each color
|
||||
# channel, and 4 bits for the alpha channel. It’s not clear if this is valid,
|
||||
# but I can’t find anything that suggests it isn’t."
|
||||
== 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
|
||||
# palette has more than 256 colors may cause some viewers to complain, but the
|
||||
# documentation does not mention a size limit."
|
||||
# [We accept it. So does Chromium.]
|
||||
fails == rgb24largepal.bmp rgb24largepal.bmp
|
||||
|
||||
# BMP: bihsize=124, 127 x 64, bpp=24, compression=0, colors=0
|
||||
# "My attempt to make a BMP file with an embedded color profile."
|
||||
# [We support it, though we don't do anything with the color profile. Chromium
|
||||
# also handles it.]
|
||||
fails == rgb24prof.bmp rgb24prof.bmp
|
||||
|
||||
# BMP: bihsize=124, 127 x 64, bpp=24, compression=0, colors=0
|
||||
# "My attempt to make a BMP file with a linked color profile."
|
||||
# [We accept it, though we don't do anything with the color profile. Chromium
|
||||
# also handles it.]
|
||||
fails == rgb24lprof.bmp rgb24lprof.bmp
|
||||
|
||||
# BMP: bihsize=124, 127 x 64, bpp=0, compression=4, colors=0
|
||||
# BMP: bihsize=124, 127 x 64, bpp=0, compression=5, colors=0
|
||||
# "My attempt to make BMP files with embedded JPEG and PNG images. These are
|
||||
# not likely to be supported by much of anything (they’re 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
|
||||
|
||||
# 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
|
||||
# than 0. If the image becomes transparent toward the bottom, it probably means
|
||||
# the viewer uses heuristics to guess whether the undefined data represents
|
||||
# transparency."
|
||||
# [We don't apply transparency here. Chromium does the same.]
|
||||
fails == rgb32fakealpha.bmp rgb32fakealpha.bmp
|
||||
|
||||
# BMP: bihsize=40, 127 x 64, bpp=32, compression=3, colors=0
|
||||
# "A 32 bits/pixel image, with all 32 bits used: 11 each for red and green, and
|
||||
# 10 for blue. As far as I know, this is perfectly valid, but it is unusual."
|
||||
fails == rgb32-111110.bmp rgb32-111110.bmp
|
||||
|
||||
# BMP: bihsize=124, 127 x 64, bpp=32, compression=3, colors=0
|
||||
# "A BMP with an alpha channel. Transparency is barely documented, so it’s
|
||||
# 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
|
||||
|
||||
# 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 don’t know whether it is constructed correctly."
|
||||
# [We reject it. So does Chromium.]
|
||||
skip == wrapper.html?rgba32abf.bmp wrapper.html?rgba32abf.bmp
|
||||
|
||||
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# bmpsuite tests
|
||||
|
||||
# See README.mozilla for details about these tests.
|
||||
|
||||
include g/reftest-stylo.list
|
||||
include q/reftest-stylo.list
|
||||
include b/reftest-stylo.list
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# BMP tests
|
||||
|
||||
include bmp-1bpp/reftest-stylo.list
|
||||
include bmp-4bpp/reftest-stylo.list
|
||||
include bmp-8bpp/reftest-stylo.list
|
||||
include bmp-24bpp/reftest-stylo.list
|
||||
include bmp-corrupted/reftest-stylo.list
|
||||
include bmpsuite/reftest-stylo.list
|
||||
|
||||
# Two bmp files where the offset to the start of the image data in the file
|
||||
# is past the end of the file. In 1240629-1.bmp the offset us uint32_max,
|
||||
# so we are testing that we don't try to allocate a buffer that size (and
|
||||
# fail on 32 bit platforms) and declare the image in error state. If in the
|
||||
# future we decide that such bmps (offset past the end of the file) are
|
||||
# invalid the test will still pass, but won't be testing much.
|
||||
fails == 1240629-1.bmp 1240629-1.bmp
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Colormangement
|
||||
|
||||
# test for bug 489133, test for bug 460520
|
||||
fails == invalid-chrm.png invalid-chrm.png
|
||||
fails == invalid-whitepoint.png invalid-whitepoint.png
|
||||
# test for bug 488955
|
||||
== trc-type.html trc-type.html
|
||||
|
|
@ -1,195 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Reftests for downscaling
|
||||
#
|
||||
# Downscaling can be a lossy process, so a bit of mismatch is acceptable here,
|
||||
# as long as it's barely noticable visually. When necessary, this can be
|
||||
# explicitly allowed via 'fuzzy'/'fuzzy-if' annotations.
|
||||
#
|
||||
# Many of these tests check primarily that we don't lose rows or columns of
|
||||
# pixels when downscaling by making sure that the result isn't too similar to
|
||||
# about:blank. A small amount of fuzziness is used to ensure that the tests
|
||||
# don't pass because of very slight deviations; passing tests should be
|
||||
# substantially different from about:blank. This fuzziness should *not* be
|
||||
# removed as doing so would make the tests pass in situations where they
|
||||
# shouldn't.
|
||||
#
|
||||
# IMPORTANT: For robustness, each test should be listed *twice* in this
|
||||
# manifest -- once with the high quality downscaling pref disabled, and once
|
||||
# with this pref enabled. The pref is set via "default-preferences", so
|
||||
# simply appending a new test to the lists below each of those lines should be
|
||||
# sufficient.
|
||||
#
|
||||
# Also note that Mac OS X has its own system-level downscaling algorithm, so
|
||||
# tests here may need Mac-specific "fuzzy-if(cocoaWidget,...)" annotations.
|
||||
# Similarly, modern versions of Windows have slightly different downscaling
|
||||
# behavior than other platforms, and may require "fuzzy-if(winWidget,...)".
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
# 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-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-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-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-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-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-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-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-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
|
||||
|
||||
== 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
|
||||
|
||||
# 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
|
||||
|
||||
# Upside-down (negative height) BMP
|
||||
random == 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
|
||||
|
||||
# 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-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
|
||||
|
||||
== 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
|
||||
|
||||
== 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
|
||||
|
||||
== 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
|
||||
|
||||
== 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
|
||||
|
||||
== 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
|
||||
|
||||
== 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
|
||||
|
||||
== 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
|
||||
|
||||
== 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
|
||||
|
||||
# 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
|
||||
|
||||
# Upside-down (negative height) BMP
|
||||
random == 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
|
||||
|
|
@ -1,160 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Encoder ref tests
|
||||
# These reftests must be run as HTTP because of canvas' origin-clean security
|
||||
# file:// URLs are always considered from a different origin unless same URL
|
||||
#
|
||||
# The test will copy a PNG image to a canvas, then use canvas.toDataUrl to get
|
||||
# the data, then set the data to a new image hence invoking the appropriate
|
||||
# encoder.
|
||||
#
|
||||
# The tests should only be used with lossless encoders.
|
||||
#
|
||||
# Valid arguments for encoder.html in the query string:
|
||||
# - img=<reference image to use>
|
||||
# - mime=<mime type>
|
||||
# - options=<canvas toDataURL encoder options>
|
||||
# Example:
|
||||
# encoder.html?img=escape(reference_image.png)
|
||||
# &mime=escape(image/vnd.microsoft.icon)
|
||||
# &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
|
||||
|
||||
# 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
|
||||
|
||||
# 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
|
||||
|
||||
# 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
|
||||
|
||||
# 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
|
||||
|
||||
# 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
|
||||
|
||||
# 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
|
||||
|
||||
# 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
|
||||
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
HTTP == accept-image-catchall.html accept-image-catchall.html
|
||||
|
|
@ -1,57 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# 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
|
||||
|
||||
# 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
|
||||
|
||||
# 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.
|
||||
|
||||
# Bug 1062886: a gif with a single color and an offset
|
||||
== one-color-offset.gif one-color-offset.gif
|
||||
|
||||
# Bug 1068230
|
||||
== tile-transform.html tile-transform.html
|
||||
|
||||
# Bug 1234077
|
||||
== truncated-framerect.html truncated-framerect.html
|
||||
|
||||
# webcam-simulacrum.mgif is a hand-edited file containing red.gif and blue.gif,
|
||||
# concatenated together with the relevant headers for
|
||||
# multipart/x-mixed-replace. Specifically, with the headers in
|
||||
# webcam-simulacrum.mjpg^headers^, the web browser will get the following:
|
||||
#
|
||||
# HTTP 200 OK
|
||||
# Content-Type: multipart/x-mixed-replace;boundary=BOUNDARYOMG
|
||||
#
|
||||
# --BOUNDARYOMG\r\n
|
||||
# Content-Type: image/gif\r\n
|
||||
# \r\n
|
||||
# <contents of red.gif> (no newline)
|
||||
# --BOUNDARYOMG\r\n
|
||||
# Content-Type: image/gif\r\n
|
||||
# \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
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# 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
|
||||
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# 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
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# 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-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
|
||||
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# 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
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# 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
|
||||
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# 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
|
||||
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# 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
|
||||
# Invalid BPP values for RLE4 - detected when decoding the image data.
|
||||
skip == 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
|
||||
# Invalid compression value - detected when decoding the image data.
|
||||
skip == wrapper.html?invalid-compression.ico wrapper.html?invalid-compression.ico
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
# 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
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# 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
|
||||
|
||||
# Corrupted files so no image should be loaded
|
||||
# x00n0g01 - empty 0x0 grayscale file
|
||||
skip == wrapper.html?x00n0g01.ico wrapper.html?x00n0g01.ico
|
||||
# xcrn0g04 - added cr bytes
|
||||
skip == wrapper.html?xcrn0g04.ico wrapper.html?xcrn0g04.ico
|
||||
|
||||
# Test ICO PNG transparency
|
||||
== transparent-png.ico transparent-png.ico
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
# 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-png/reftest-stylo.list
|
||||
include ico-mixed/reftest-stylo.list
|
||||
include cur/reftest-stylo.list
|
||||
|
|
@ -1,57 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# JPEG tests
|
||||
|
||||
# Images of various sizes.
|
||||
fails == jpg-size-1x1.jpg jpg-size-1x1.jpg
|
||||
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-7x7.jpg jpg-size-7x7.jpg
|
||||
fails == jpg-size-8x8.jpg jpg-size-8x8.jpg
|
||||
fails == jpg-size-9x9.jpg jpg-size-9x9.jpg
|
||||
fails == jpg-size-15x15.jpg jpg-size-15x15.jpg
|
||||
fails == jpg-size-16x16.jpg jpg-size-16x16.jpg
|
||||
fails == jpg-size-17x17.jpg jpg-size-17x17.jpg
|
||||
fails == jpg-size-31x31.jpg jpg-size-31x31.jpg
|
||||
fails == jpg-size-32x32.jpg jpg-size-32x32.jpg
|
||||
fails == jpg-size-33x33.jpg jpg-size-33x33.jpg
|
||||
# Progressive encoding
|
||||
fails == jpg-progressive.jpg jpg-progressive.jpg
|
||||
# Grayscale colorspace
|
||||
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)
|
||||
# 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
|
||||
|
||||
# webcam-simulacrum.mjpg is a hand-edited file containing red.jpg and blue.jpg,
|
||||
# concatenated together with the relevant headers for
|
||||
# multipart/x-mixed-replace. Specifically, with the headers in
|
||||
# webcam-simulacrum.mjpg^headers^, the web browser will get the following:
|
||||
#
|
||||
# HTTP 200 OK
|
||||
# Content-Type: multipart/x-mixed-replace;boundary=BOUNDARYOMG
|
||||
#
|
||||
# --BOUNDARYOMG\r\n
|
||||
# Content-Type: image/jpeg\r\n
|
||||
# \r\n
|
||||
# <contents of red.jpg> (no newline)
|
||||
# --BOUNDARYOMG\r\n
|
||||
# Content-Type: image/jpeg\r\n
|
||||
# \r\n
|
||||
# <contents of blue.jpg> (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 HTTP == webcam-simulacrum.mjpg webcam-simulacrum.mjpg
|
||||
skip pref(image.mozsamplesize.enabled,true) == jpg-size-32x32.jpg#-moz-samplesize=2 jpg-size-32x32.jpg#-moz-samplesize=2
|
||||
skip pref(image.mozsamplesize.enabled,true) == jpg-size-32x32.jpg#-moz-samplesize=8 jpg-size-32x32.jpg#-moz-samplesize=8
|
||||
|
|
@ -1,63 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# PngSuite - Ancillary chunks
|
||||
|
||||
# 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
|
||||
# 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
|
||||
|
||||
# pHYs chunks
|
||||
#
|
||||
# PngSuite implies these first 3 should end up as 32x32 bitmaps, but
|
||||
# per discussion in bug 408622 that's not actually true.
|
||||
#
|
||||
# cdfn2c08 - physical pixel dimensions, 8x32 flat pixels
|
||||
fails == cdfn2c08.png cdfn2c08.png
|
||||
# cdhn2c08 - physical pixel dimensions, 32x8 high pixels
|
||||
fails == cdhn2c08.png cdhn2c08.png
|
||||
# cdsn2c08 - physical pixel dimensions, 8x8 square pixels
|
||||
fails == cdsn2c08.png cdsn2c08.png
|
||||
# cdun2c08 - physical pixel dimensions, 1000 pixels per 1 meter
|
||||
fails == cdun2c08.png cdun2c08.png
|
||||
|
||||
# hISt chunks (shouldn't affect display on 24bit systems)
|
||||
#
|
||||
# ch1n3p04 - histogram 15 colors
|
||||
fails == ch1n3p04.png ch1n3p04.png
|
||||
# ch2n3p08 - histogram 256 colors
|
||||
fails == ch2n3p08.png ch2n3p08.png
|
||||
|
||||
# tIME chunks (doesn't affect display)
|
||||
#
|
||||
# cm0n0g04 - modification time, 01-jan-2000 12:34:56
|
||||
fails == cm0n0g04.png cm0n0g04.png
|
||||
# cm7n0g04 - modification time, 01-jan-1970 00:00:00
|
||||
fails == cm7n0g04.png cm7n0g04.png
|
||||
# cm9n0g04 - modification time, 31-dec-1999 23:59:59
|
||||
fails == cm9n0g04.png cm9n0g04.png
|
||||
|
||||
# sBIT chunks
|
||||
#
|
||||
# cs3n2c16 - color, 13 significant bits
|
||||
fails == cs3n2c16.png cs3n2c16.png
|
||||
# cs3n3p08 - paletted, 3 significant bits
|
||||
fails == cs3n3p08.png cs3n3p08.png
|
||||
# cs5n2c08 - color, 5 significant bits
|
||||
fails == cs5n2c08.png cs5n2c08.png
|
||||
# cs5n3p08 - paletted, 5 significant bits
|
||||
fails == cs5n3p08.png cs5n3p08.png
|
||||
# cs8n2c08 - color, 8 significant bits (reference)
|
||||
fails == cs8n2c08.png cs8n2c08.png
|
||||
# cs8n3p08 - paletted, 8 significant bits (reference)
|
||||
fails == cs8n3p08.png cs8n3p08.png
|
||||
|
||||
# tEXt chunks (doesn't affect display)
|
||||
#
|
||||
# ct0n0g04 - no textual data
|
||||
fails == ct0n0g04.png ct0n0g04.png
|
||||
# ct1n0g04 - with textual data
|
||||
fails == ct1n0g04.png ct1n0g04.png
|
||||
# ctzn0g04 - with compressed textual data
|
||||
fails == ctzn0g04.png ctzn0g04.png
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# PngSuite - Background colors
|
||||
#
|
||||
# Note 1: The first 4 images have no bKGD chunk, the last 4 do. The background
|
||||
# color indicated by bKGD isn't used, so the two sets of images are rendered
|
||||
# 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
|
||||
# bgai4a16 - 16 bit grayscale, alpha, no background chunk, interlaced
|
||||
skip 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
|
||||
# bgan6a16 - 3x16 bits rgb color, alpha, no background chunk
|
||||
skip 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
|
||||
# bggn4a16 - 16 bit grayscale, alpha, gray background chunk
|
||||
skip 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
|
||||
# bgyn6a16 - 3x16 bits rgb color, alpha, yellow background chunk
|
||||
skip fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgyn6a16.png wrapper.html?bgyn6a16.png
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# PngSuite - Basic formats (interlaced)
|
||||
|
||||
|
||||
# basi0g01 - black & white
|
||||
fails == basi0g01.png basi0g01.png
|
||||
# basi0g02 - 2 bit (4 level) grayscale
|
||||
fails == basi0g02.png basi0g02.png
|
||||
# basi0g04 - 4 bit (16 level) grayscale
|
||||
fails == basi0g04.png basi0g04.png
|
||||
# basi0g08 - 8 bit (256 level) grayscale
|
||||
fails == basi0g08.png basi0g08.png
|
||||
# basi0g16 - 16 bit (64k level) grayscale
|
||||
fails == basi0g16.png basi0g16.png
|
||||
# basi2c08 - 3x8 bits rgb color
|
||||
fails == basi2c08.png basi2c08.png
|
||||
# basi2c16 - 3x16 bits rgb color
|
||||
fails == basi2c16.png basi2c16.png
|
||||
# basi3p01 - 1 bit (2 color) paletted
|
||||
fails == basi3p01.png basi3p01.png
|
||||
# basi3p02 - 2 bit (4 color) paletted
|
||||
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
|
||||
# basi4a08 - 8 bit grayscale + 8 bit alpha-channel
|
||||
#== basi4a08.png basi4a08.png
|
||||
# basi4a16 - 16 bit grayscale + 16 bit alpha-channel
|
||||
#== basi4a16.png basi4a16.png
|
||||
# basi6a08 - 3x8 bits rgb color + 8 bit alpha-channel
|
||||
#== basi6a08.png basi6a08.png
|
||||
# basi6a16 - 3x16 bits rgb color + 16 bit alpha-channel
|
||||
#== basi6a16.png basi6a16.png
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# PngSuite - Basic formats (non-interlaced)
|
||||
|
||||
|
||||
# basn0g01 - black & white
|
||||
fails == basn0g01.png basn0g01.png
|
||||
# basn0g02 - 2 bit (4 level) grayscale
|
||||
fails == basn0g02.png basn0g02.png
|
||||
# basn0g04 - 4 bit (16 level) grayscale
|
||||
fails == basn0g04.png basn0g04.png
|
||||
# basn0g08 - 8 bit (256 level) grayscale
|
||||
fails == basn0g08.png basn0g08.png
|
||||
# basn0g16 - 16 bit (64k level) grayscale
|
||||
fails == basn0g16.png basn0g16.png
|
||||
# basn2c08 - 3x8 bits rgb color
|
||||
fails == basn2c08.png basn2c08.png
|
||||
# basn2c16 - 3x16 bits rgb color
|
||||
fails == basn2c16.png basn2c16.png
|
||||
# basn3p01 - 1 bit (2 color) paletted
|
||||
fails == basn3p01.png basn3p01.png
|
||||
# basn3p02 - 2 bit (4 color) paletted
|
||||
fails == basn3p02.png basn3p02.png
|
||||
# basn3p04 - 4 bit (16 color) paletted
|
||||
fails == basn3p04.png basn3p04.png
|
||||
# basn3p08 - 8 bit (256 color) paletted
|
||||
fails == basn3p08.png basn3p08.png
|
||||
# basn4a08 - 8 bit grayscale + 8 bit alpha-channel
|
||||
#== basn4a08.png basn4a08.png
|
||||
# basn4a16 - 16 bit grayscale + 16 bit alpha-channel
|
||||
#== basn4a16.png basn4a16.png
|
||||
# basn6a08 - 3x8 bits rgb color + 8 bit alpha-channel
|
||||
#== basn6a08.png basn6a08.png
|
||||
# basn6a16 - 3x16 bits rgb color + 16 bit alpha-channel
|
||||
#== basn6a16.png basn6a16.png
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# PngSuite - Chunk ordering
|
||||
#
|
||||
# The resulting images of a type (color or grayscale) should all look the
|
||||
# same, so they share common HTML reference files.
|
||||
|
||||
# oi1n0g16 - grayscale mother image with 1 idat-chunk
|
||||
fails == oi1n0g16.png oi1n0g16.png
|
||||
# oi1n2c16 - color mother image with 1 idat-chunk
|
||||
fails == oi1n2c16.png oi1n2c16.png
|
||||
# oi2n0g16 - grayscale image with 2 idat-chunks
|
||||
fails == oi2n0g16.png oi2n0g16.png
|
||||
# oi2n2c16 - color image with 2 idat-chunks
|
||||
fails == oi2n2c16.png oi2n2c16.png
|
||||
# oi4n0g16 - grayscale image with 4 unequal sized idat-chunks
|
||||
fails == oi4n0g16.png oi4n0g16.png
|
||||
# oi4n2c16 - color image with 4 unequal sized idat-chunks
|
||||
fails == oi4n2c16.png oi4n2c16.png
|
||||
# oi9n0g16 - grayscale image with all idat-chunks length one
|
||||
fails == oi9n0g16.png oi9n0g16.png
|
||||
# oi9n2c16 - color image with all idat-chunks length one
|
||||
fails == oi9n2c16.png oi9n2c16.png
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# PngSuite - Corrupted files
|
||||
#
|
||||
# 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
|
||||
# xcrn0g04 - added cr bytes
|
||||
skip == wrapper.html?xcrn0g04.png wrapper.html?xcrn0g04.png
|
||||
# xlfn0g04 - added lf bytes
|
||||
skip == wrapper.html?xlfn0g04.png wrapper.html?xlfn0g04.png
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# PngSuite - Image filtering
|
||||
|
||||
# f00n0g08 - grayscale, no interlacing, filter-type 0
|
||||
fails == f00n0g08.png f00n0g08.png
|
||||
# f00n2c08 - color, no interlacing, filter-type 0
|
||||
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
|
||||
# f02n0g08 - grayscale, no interlacing, filter-type 2
|
||||
fails == f02n0g08.png f02n0g08.png
|
||||
# f02n2c08 - color, no interlacing, filter-type 2
|
||||
fails == f02n2c08.png f02n2c08.png
|
||||
# f03n0g08 - grayscale, no interlacing, filter-type 3
|
||||
fails == f03n0g08.png f03n0g08.png
|
||||
# f03n2c08 - color, no interlacing, filter-type 3
|
||||
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
|
||||
|
|
@ -1,39 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# PngSuite - Gamma values
|
||||
|
||||
# g03n0g16 - grayscale, file-gamma = 0.35
|
||||
fails == g03n0g16.png g03n0g16.png
|
||||
# g03n2c08 - color, file-gamma = 0.35
|
||||
fails == g03n2c08.png g03n2c08.png
|
||||
# g03n3p04 - paletted, file-gamma = 0.35
|
||||
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
|
||||
# g04n3p04 - paletted, file-gamma = 0.45
|
||||
fails == g04n3p04.png g04n3p04.png
|
||||
# g05n0g16 - grayscale, file-gamma = 0.55
|
||||
fails == g05n0g16.png g05n0g16.png
|
||||
# g05n2c08 - color, file-gamma = 0.55
|
||||
fails == g05n2c08.png g05n2c08.png
|
||||
# g05n3p04 - paletted, file-gamma = 0.55
|
||||
fails == g05n3p04.png g05n3p04.png
|
||||
# g07n0g16 - grayscale, file-gamma = 0.70
|
||||
fails == g07n0g16.png g07n0g16.png
|
||||
# g07n2c08 - color, file-gamma = 0.70
|
||||
fails == g07n2c08.png g07n2c08.png
|
||||
# g07n3p04 - paletted, file-gamma = 0.70
|
||||
fails == g07n3p04.png g07n3p04.png
|
||||
# g10n0g16 - grayscale, file-gamma = 1.00
|
||||
fails == g10n0g16.png g10n0g16.png
|
||||
# g10n2c08 - color, file-gamma = 1.00
|
||||
fails == g10n2c08.png g10n2c08.png
|
||||
# g10n3p04 - paletted, file-gamma = 1.00
|
||||
fails == g10n3p04.png g10n3p04.png
|
||||
# g25n0g16 - grayscale, file-gamma = 2.50
|
||||
fails == g25n0g16.png g25n0g16.png
|
||||
# g25n2c08 - color, file-gamma = 2.50
|
||||
fails == g25n2c08.png g25n2c08.png
|
||||
# g25n3p04 - paletted, file-gamma = 2.50
|
||||
fails == g25n3p04.png g25n3p04.png
|
||||
|
|
@ -1,78 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# PngSuite - Odd sizes
|
||||
#
|
||||
# Note: For each size, there are 2 PNGs (one interlaced, one not). Both
|
||||
# versions look identical, so they share a common HTML reference file.
|
||||
|
||||
# s01i3p01 - 1x1 paletted file, interlaced
|
||||
fails == s01i3p01.png s01i3p01.png
|
||||
# s01n3p01 - 1x1 paletted file, no interlacing
|
||||
fails == s01n3p01.png s01n3p01.png
|
||||
# s02i3p01 - 2x2 paletted file, interlaced
|
||||
fails == s02i3p01.png s02i3p01.png
|
||||
# s02n3p01 - 2x2 paletted file, no interlacing
|
||||
fails == s02n3p01.png s02n3p01.png
|
||||
# s03i3p01 - 3x3 paletted file, interlaced
|
||||
fails == s03i3p01.png s03i3p01.png
|
||||
# s03n3p01 - 3x3 paletted file, no interlacing
|
||||
fails == s03n3p01.png s03n3p01.png
|
||||
# s04i3p01 - 4x4 paletted file, interlaced
|
||||
fails == s04i3p01.png s04i3p01.png
|
||||
# s04n3p01 - 4x4 paletted file, no interlacing
|
||||
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
|
||||
# s06i3p02 - 6x6 paletted file, interlaced
|
||||
fails == s06i3p02.png s06i3p02.png
|
||||
# s06n3p02 - 6x6 paletted file, no interlacing
|
||||
fails == s06n3p02.png s06n3p02.png
|
||||
# s07i3p02 - 7x7 paletted file, interlaced
|
||||
fails == s07i3p02.png s07i3p02.png
|
||||
# s07n3p02 - 7x7 paletted file, no interlacing
|
||||
fails == s07n3p02.png s07n3p02.png
|
||||
# s08i3p02 - 8x8 paletted file, interlaced
|
||||
fails == s08i3p02.png s08i3p02.png
|
||||
# s08n3p02 - 8x8 paletted file, no interlacing
|
||||
fails == s08n3p02.png s08n3p02.png
|
||||
# s09i3p02 - 9x9 paletted file, interlaced
|
||||
fails == s09i3p02.png s09i3p02.png
|
||||
# s09n3p02 - 9x9 paletted file, no interlacing
|
||||
fails == s09n3p02.png s09n3p02.png
|
||||
# s32i3p04 - 32x32 paletted file, interlaced
|
||||
fails == s32i3p04.png s32i3p04.png
|
||||
# s32n3p04 - 32x32 paletted file, no interlacing
|
||||
fails == s32n3p04.png s32n3p04.png
|
||||
# s33i3p04 - 33x33 paletted file, interlaced
|
||||
fails == s33i3p04.png s33i3p04.png
|
||||
# s33n3p04 - 33x33 paletted file, no interlacing
|
||||
fails == s33n3p04.png s33n3p04.png
|
||||
# s34i3p04 - 34x34 paletted file, interlaced
|
||||
fails == s34i3p04.png s34i3p04.png
|
||||
# s34n3p04 - 34x34 paletted file, no interlacing
|
||||
fails == s34n3p04.png s34n3p04.png
|
||||
# s35i3p04 - 35x35 paletted file, interlaced
|
||||
fails == s35i3p04.png s35i3p04.png
|
||||
# s35n3p04 - 35x35 paletted file, no interlacing
|
||||
fails == s35n3p04.png s35n3p04.png
|
||||
# s36i3p04 - 36x36 paletted file, interlaced
|
||||
fails == s36i3p04.png s36i3p04.png
|
||||
# s36n3p04 - 36x36 paletted file, no interlacing
|
||||
fails == s36n3p04.png s36n3p04.png
|
||||
# s37i3p04 - 37x37 paletted file, interlaced
|
||||
fails == s37i3p04.png s37i3p04.png
|
||||
# s37n3p04 - 37x37 paletted file, no interlacing
|
||||
fails == s37n3p04.png s37n3p04.png
|
||||
# s38i3p04 - 38x38 paletted file, interlaced
|
||||
fails == s38i3p04.png s38i3p04.png
|
||||
# s38n3p04 - 38x38 paletted file, no interlacing
|
||||
fails == s38n3p04.png s38n3p04.png
|
||||
# s39i3p04 - 39x39 paletted file, interlaced
|
||||
fails == s39i3p04.png s39i3p04.png
|
||||
# s39n3p04 - 39x39 paletted file, no interlacing
|
||||
fails == s39n3p04.png s39n3p04.png
|
||||
# s40i3p04 - 40x40 paletted file, interlaced
|
||||
fails == s40i3p04.png s40i3p04.png
|
||||
# s40n3p04 - 40x40 paletted file, no interlacing
|
||||
fails == s40n3p04.png s40n3p04.png
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# PngSuite - Additional palettes
|
||||
|
||||
# pp0n2c16 - six-cube palette-chunk in true-color image
|
||||
fails == pp0n2c16.png pp0n2c16.png
|
||||
# pp0n6a08 - six-cube palette-chunk in true-color+alpha image
|
||||
#== pp0n6a08.png pp0n6a08.png
|
||||
# ps1n0g08 - six-cube suggested palette (1 byte) in grayscale image
|
||||
fails == ps1n0g08.png ps1n0g08.png
|
||||
# ps1n2c16 - six-cube suggested palette (1 byte) in true-color image
|
||||
fails == ps1n2c16.png ps1n2c16.png
|
||||
# ps2n0g08 - six-cube suggested palette (2 bytes) in grayscale image
|
||||
fails == ps2n0g08.png ps2n0g08.png
|
||||
# ps2n2c16 - six-cube suggested palette (2 bytes) in true-color image
|
||||
fails == ps2n2c16.png ps2n2c16.png
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# PngSuite - Transparency
|
||||
|
||||
# tbbn1g04 - transparent, black background chunk
|
||||
skip == wrapper.html?tbbn1g04.png wrapper.html?tbbn1g04.png
|
||||
# tbbn2c16 - transparent, blue background chunk
|
||||
skip == wrapper.html?tbbn2c16.png wrapper.html?tbbn2c16.png
|
||||
# tbbn3p08 - transparent, black background chunk
|
||||
skip == wrapper.html?tbbn3p08.png wrapper.html?tbbn3p08.png
|
||||
# tbgn2c16 - transparent, green background chunk
|
||||
skip == wrapper.html?tbgn2c16.png wrapper.html?tbgn2c16.png
|
||||
# tbgn3p08 - transparent, light-gray background chunk
|
||||
skip == wrapper.html?tbgn3p08.png wrapper.html?tbgn3p08.png
|
||||
# tbrn2c08 - transparent, red background chunk
|
||||
skip == wrapper.html?tbrn2c08.png wrapper.html?tbrn2c08.png
|
||||
# tbwn1g16 - transparent, white background chunk
|
||||
skip == wrapper.html?tbwn1g16.png wrapper.html?tbwn1g16.png
|
||||
# tbwn3p08 - transparent, white background chunk
|
||||
skip == wrapper.html?tbwn3p08.png wrapper.html?tbwn3p08.png
|
||||
# tbyn3p08 - transparent, yellow background chunk
|
||||
skip == 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
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# z00n2c08 - color, no interlacing, compression level 0 (none)
|
||||
fails == z00n2c08.png z00n2c08.png
|
||||
# z03n2c08 - color, no interlacing, compression level 3
|
||||
fails == z03n2c08.png z03n2c08.png
|
||||
# z06n2c08 - color, no interlacing, compression level 6 (default)
|
||||
fails == z06n2c08.png z06n2c08.png
|
||||
# z09n2c08 - color, no interlacing, compression level 9 (maximum)
|
||||
fails == z09n2c08.png z09n2c08.png
|
||||
|
|
@ -1,65 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Check for 24-bit color mode (test for bug 414720)
|
||||
skip-if(Android) == colordepth.html colordepth.html
|
||||
|
||||
# "PngSuite, the official set of PNG test images"
|
||||
# Images by Willem van Schaik
|
||||
#
|
||||
# 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
|
||||
|
||||
# Disabled, lots of intermittents here
|
||||
# BMP tests
|
||||
#skip-if(Android) include bmp/reftest-stylo.list
|
||||
|
||||
# ICO tests
|
||||
#skip-if(Android) include ico/reftest-stylo.list
|
||||
|
||||
# JPEG tests
|
||||
# include jpeg/reftest-stylo.list
|
||||
|
||||
# GIF tests
|
||||
# include gif/reftest-stylo.list
|
||||
|
||||
# APNG tests
|
||||
include apng/reftest-stylo.list
|
||||
|
||||
# Generic image tests
|
||||
include generic/reftest-stylo.list
|
||||
|
||||
# Color management test
|
||||
include color-management/reftest-stylo.list
|
||||
|
||||
# Downscaling tests
|
||||
# include downscaling/reftest-stylo.list
|
||||
|
||||
# Blob URI tests
|
||||
include blob/reftest-stylo.list
|
||||
|
||||
# Lossless encoders
|
||||
# skip-if(Android||B2G) include encoders-lossless/reftest-stylo.list
|
||||
# bug 783621
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
== leftN-widthA-rightA.html?border_abspos leftN-widthA-rightA.html?border_abspos
|
||||
== leftN-widthA-rightA-2.html?border_abspos leftN-widthA-rightA-2.html?border_abspos
|
||||
== leftN-widthA-rightN.html?border_abspos leftN-widthA-rightN.html?border_abspos
|
||||
== leftN-widthA-rightN-2.html?border_abspos leftN-widthA-rightN-2.html?border_abspos
|
||||
== leftA-widthN-rightA.html?border_abspos leftA-widthN-rightA.html?border_abspos
|
||||
== leftN-widthN-rightA.html?border_abspos leftN-widthN-rightA.html?border_abspos
|
||||
== leftA-widthN-rightN.html?border_abspos leftA-widthN-rightN.html?border_abspos
|
||||
== leftA-widthA-rightN.html?border_abspos leftA-widthA-rightN.html?border_abspos
|
||||
== toauto-leftN-widthA-rightA.html?border_abspos toauto-leftN-widthA-rightA.html?border_abspos
|
||||
== toauto-leftN-widthA-rightA-2.html?border_abspos toauto-leftN-widthA-rightA-2.html?border_abspos
|
||||
== toauto-leftN-widthA-rightN.html?border_abspos toauto-leftN-widthA-rightN.html?border_abspos
|
||||
== toauto-leftN-widthA-rightN-2.html?border_abspos toauto-leftN-widthA-rightN-2.html?border_abspos
|
||||
== toauto-leftA-widthN-rightA.html?border_abspos toauto-leftA-widthN-rightA.html?border_abspos
|
||||
== toauto-leftN-widthN-rightA.html?border_abspos toauto-leftN-widthN-rightA.html?border_abspos
|
||||
== toauto-leftA-widthN-rightN.html?border_abspos toauto-leftA-widthN-rightN.html?border_abspos
|
||||
== toauto-leftA-widthA-rightN.html?border_abspos toauto-leftA-widthA-rightN.html?border_abspos
|
||||
== fromauto-leftN-widthA-rightA.html?border_abspos fromauto-leftN-widthA-rightA.html?border_abspos
|
||||
random-if(cocoaWidget) == fromauto-leftN-widthA-rightA-2.html?border_abspos fromauto-leftN-widthA-rightA-2.html?border_abspos
|
||||
# Bug 688545
|
||||
== fromauto-leftN-widthA-rightN.html?border_abspos fromauto-leftN-widthA-rightN.html?border_abspos
|
||||
== fromauto-leftN-widthA-rightN-2.html?border_abspos fromauto-leftN-widthA-rightN-2.html?border_abspos
|
||||
== fromauto-leftA-widthN-rightA.html?border_abspos fromauto-leftA-widthN-rightA.html?border_abspos
|
||||
== fromauto-leftN-widthN-rightA.html?border_abspos fromauto-leftN-widthN-rightA.html?border_abspos
|
||||
== fromauto-leftA-widthN-rightN.html?border_abspos fromauto-leftA-widthN-rightN.html?border_abspos
|
||||
== fromauto-leftA-widthA-rightN.html?border_abspos fromauto-leftA-widthA-rightN.html?border_abspos
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== leftN-widthA-rightA.html?border_parent leftN-widthA-rightA.html?border_parent
|
||||
== leftN-widthA-rightA-2.html?border_parent leftN-widthA-rightA-2.html?border_parent
|
||||
== leftN-widthA-rightN.html?border_parent leftN-widthA-rightN.html?border_parent
|
||||
== leftN-widthA-rightN-2.html?border_parent leftN-widthA-rightN-2.html?border_parent
|
||||
== leftA-widthN-rightA.html?border_parent leftA-widthN-rightA.html?border_parent
|
||||
== leftN-widthN-rightA.html?border_parent leftN-widthN-rightA.html?border_parent
|
||||
== leftA-widthN-rightN.html?border_parent leftA-widthN-rightN.html?border_parent
|
||||
== leftA-widthA-rightN.html?border_parent leftA-widthA-rightN.html?border_parent
|
||||
== toauto-leftN-widthA-rightA.html?border_parent toauto-leftN-widthA-rightA.html?border_parent
|
||||
== toauto-leftN-widthA-rightA-2.html?border_parent toauto-leftN-widthA-rightA-2.html?border_parent
|
||||
== toauto-leftN-widthA-rightN.html?border_parent toauto-leftN-widthA-rightN.html?border_parent
|
||||
== toauto-leftN-widthA-rightN-2.html?border_parent toauto-leftN-widthA-rightN-2.html?border_parent
|
||||
== toauto-leftA-widthN-rightA.html?border_parent toauto-leftA-widthN-rightA.html?border_parent
|
||||
== toauto-leftN-widthN-rightA.html?border_parent toauto-leftN-widthN-rightA.html?border_parent
|
||||
== toauto-leftA-widthN-rightN.html?border_parent toauto-leftA-widthN-rightN.html?border_parent
|
||||
== toauto-leftA-widthA-rightN.html?border_parent toauto-leftA-widthA-rightN.html?border_parent
|
||||
== fromauto-leftN-widthA-rightA.html?border_parent fromauto-leftN-widthA-rightA.html?border_parent
|
||||
random-if(cocoaWidget) == fromauto-leftN-widthA-rightA-2.html?border_parent fromauto-leftN-widthA-rightA-2.html?border_parent
|
||||
# Bug 688545
|
||||
== fromauto-leftN-widthA-rightN.html?border_parent fromauto-leftN-widthA-rightN.html?border_parent
|
||||
== fromauto-leftN-widthA-rightN-2.html?border_parent fromauto-leftN-widthA-rightN-2.html?border_parent
|
||||
== fromauto-leftA-widthN-rightA.html?border_parent fromauto-leftA-widthN-rightA.html?border_parent
|
||||
== fromauto-leftN-widthN-rightA.html?border_parent fromauto-leftN-widthN-rightA.html?border_parent
|
||||
== fromauto-leftA-widthN-rightN.html?border_parent fromauto-leftA-widthN-rightN.html?border_parent
|
||||
== fromauto-leftA-widthA-rightN.html?border_parent fromauto-leftA-widthA-rightN.html?border_parent
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== leftN-widthA-rightA.html?margin_abspos leftN-widthA-rightA.html?margin_abspos
|
||||
== leftN-widthA-rightA-2.html?margin_abspos leftN-widthA-rightA-2.html?margin_abspos
|
||||
== leftN-widthA-rightN.html?margin_abspos leftN-widthA-rightN.html?margin_abspos
|
||||
== leftN-widthA-rightN-2.html?margin_abspos leftN-widthA-rightN-2.html?margin_abspos
|
||||
== leftA-widthN-rightA.html?margin_abspos leftA-widthN-rightA.html?margin_abspos
|
||||
== leftN-widthN-rightA.html?margin_abspos leftN-widthN-rightA.html?margin_abspos
|
||||
== leftA-widthN-rightN.html?margin_abspos leftA-widthN-rightN.html?margin_abspos
|
||||
== leftA-widthA-rightN.html?margin_abspos leftA-widthA-rightN.html?margin_abspos
|
||||
== toauto-leftN-widthA-rightA.html?margin_abspos toauto-leftN-widthA-rightA.html?margin_abspos
|
||||
== toauto-leftN-widthA-rightA-2.html?margin_abspos toauto-leftN-widthA-rightA-2.html?margin_abspos
|
||||
== toauto-leftN-widthA-rightN.html?margin_abspos toauto-leftN-widthA-rightN.html?margin_abspos
|
||||
== toauto-leftN-widthA-rightN-2.html?margin_abspos toauto-leftN-widthA-rightN-2.html?margin_abspos
|
||||
== toauto-leftA-widthN-rightA.html?margin_abspos toauto-leftA-widthN-rightA.html?margin_abspos
|
||||
== toauto-leftN-widthN-rightA.html?margin_abspos toauto-leftN-widthN-rightA.html?margin_abspos
|
||||
== toauto-leftA-widthN-rightN.html?margin_abspos toauto-leftA-widthN-rightN.html?margin_abspos
|
||||
== toauto-leftA-widthA-rightN.html?margin_abspos toauto-leftA-widthA-rightN.html?margin_abspos
|
||||
== fromauto-leftN-widthA-rightA.html?margin_abspos fromauto-leftN-widthA-rightA.html?margin_abspos
|
||||
random-if(cocoaWidget) == fromauto-leftN-widthA-rightA-2.html?margin_abspos fromauto-leftN-widthA-rightA-2.html?margin_abspos
|
||||
# Bug 688545
|
||||
== fromauto-leftN-widthA-rightN.html?margin_abspos fromauto-leftN-widthA-rightN.html?margin_abspos
|
||||
== fromauto-leftN-widthA-rightN-2.html?margin_abspos fromauto-leftN-widthA-rightN-2.html?margin_abspos
|
||||
== fromauto-leftA-widthN-rightA.html?margin_abspos fromauto-leftA-widthN-rightA.html?margin_abspos
|
||||
== fromauto-leftN-widthN-rightA.html?margin_abspos fromauto-leftN-widthN-rightA.html?margin_abspos
|
||||
== fromauto-leftA-widthN-rightN.html?margin_abspos fromauto-leftA-widthN-rightN.html?margin_abspos
|
||||
== fromauto-leftA-widthA-rightN.html?margin_abspos fromauto-leftA-widthA-rightN.html?margin_abspos
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== leftN-widthA-rightA.html?margin_parent leftN-widthA-rightA.html?margin_parent
|
||||
== leftN-widthA-rightA-2.html?margin_parent leftN-widthA-rightA-2.html?margin_parent
|
||||
== leftN-widthA-rightN.html?margin_parent leftN-widthA-rightN.html?margin_parent
|
||||
== leftN-widthA-rightN-2.html?margin_parent leftN-widthA-rightN-2.html?margin_parent
|
||||
== leftA-widthN-rightA.html?margin_parent leftA-widthN-rightA.html?margin_parent
|
||||
== leftN-widthN-rightA.html?margin_parent leftN-widthN-rightA.html?margin_parent
|
||||
== leftA-widthN-rightN.html?margin_parent leftA-widthN-rightN.html?margin_parent
|
||||
== leftA-widthA-rightN.html?margin_parent leftA-widthA-rightN.html?margin_parent
|
||||
== toauto-leftN-widthA-rightA.html?margin_parent toauto-leftN-widthA-rightA.html?margin_parent
|
||||
== toauto-leftN-widthA-rightA-2.html?margin_parent toauto-leftN-widthA-rightA-2.html?margin_parent
|
||||
== toauto-leftN-widthA-rightN.html?margin_parent toauto-leftN-widthA-rightN.html?margin_parent
|
||||
== toauto-leftN-widthA-rightN-2.html?margin_parent toauto-leftN-widthA-rightN-2.html?margin_parent
|
||||
== toauto-leftA-widthN-rightA.html?margin_parent toauto-leftA-widthN-rightA.html?margin_parent
|
||||
== toauto-leftN-widthN-rightA.html?margin_parent toauto-leftN-widthN-rightA.html?margin_parent
|
||||
== toauto-leftA-widthN-rightN.html?margin_parent toauto-leftA-widthN-rightN.html?margin_parent
|
||||
== toauto-leftA-widthA-rightN.html?margin_parent toauto-leftA-widthA-rightN.html?margin_parent
|
||||
== fromauto-leftN-widthA-rightA.html?margin_parent fromauto-leftN-widthA-rightA.html?margin_parent
|
||||
random-if(cocoaWidget) == fromauto-leftN-widthA-rightA-2.html?margin_parent fromauto-leftN-widthA-rightA-2.html?margin_parent
|
||||
# Bug 688545
|
||||
== fromauto-leftN-widthA-rightN.html?margin_parent fromauto-leftN-widthA-rightN.html?margin_parent
|
||||
skip == fromauto-leftN-widthA-rightN-2.html?margin_parent fromauto-leftN-widthA-rightN-2.html?margin_parent
|
||||
== fromauto-leftA-widthN-rightA.html?margin_parent fromauto-leftA-widthN-rightA.html?margin_parent
|
||||
== fromauto-leftN-widthN-rightA.html?margin_parent fromauto-leftN-widthN-rightA.html?margin_parent
|
||||
== fromauto-leftA-widthN-rightN.html?margin_parent fromauto-leftA-widthN-rightN.html?margin_parent
|
||||
== fromauto-leftA-widthA-rightN.html?margin_parent fromauto-leftA-widthA-rightN.html?margin_parent
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== leftN-widthA-rightA.html?padding_abspos leftN-widthA-rightA.html?padding_abspos
|
||||
== leftN-widthA-rightA-2.html?padding_abspos leftN-widthA-rightA-2.html?padding_abspos
|
||||
== leftN-widthA-rightN.html?padding_abspos leftN-widthA-rightN.html?padding_abspos
|
||||
== leftN-widthA-rightN-2.html?padding_abspos leftN-widthA-rightN-2.html?padding_abspos
|
||||
== leftA-widthN-rightA.html?padding_abspos leftA-widthN-rightA.html?padding_abspos
|
||||
== leftN-widthN-rightA.html?padding_abspos leftN-widthN-rightA.html?padding_abspos
|
||||
== leftA-widthN-rightN.html?padding_abspos leftA-widthN-rightN.html?padding_abspos
|
||||
== leftA-widthA-rightN.html?padding_abspos leftA-widthA-rightN.html?padding_abspos
|
||||
== toauto-leftN-widthA-rightA.html?padding_abspos toauto-leftN-widthA-rightA.html?padding_abspos
|
||||
== toauto-leftN-widthA-rightA-2.html?padding_abspos toauto-leftN-widthA-rightA-2.html?padding_abspos
|
||||
== toauto-leftN-widthA-rightN.html?padding_abspos toauto-leftN-widthA-rightN.html?padding_abspos
|
||||
== toauto-leftN-widthA-rightN-2.html?padding_abspos toauto-leftN-widthA-rightN-2.html?padding_abspos
|
||||
== toauto-leftA-widthN-rightA.html?padding_abspos toauto-leftA-widthN-rightA.html?padding_abspos
|
||||
== toauto-leftN-widthN-rightA.html?padding_abspos toauto-leftN-widthN-rightA.html?padding_abspos
|
||||
== toauto-leftA-widthN-rightN.html?padding_abspos toauto-leftA-widthN-rightN.html?padding_abspos
|
||||
== toauto-leftA-widthA-rightN.html?padding_abspos toauto-leftA-widthA-rightN.html?padding_abspos
|
||||
== fromauto-leftN-widthA-rightA.html?padding_abspos fromauto-leftN-widthA-rightA.html?padding_abspos
|
||||
random-if(cocoaWidget) == fromauto-leftN-widthA-rightA-2.html?padding_abspos fromauto-leftN-widthA-rightA-2.html?padding_abspos
|
||||
# Bug 688545
|
||||
== fromauto-leftN-widthA-rightN.html?padding_abspos fromauto-leftN-widthA-rightN.html?padding_abspos
|
||||
== fromauto-leftN-widthA-rightN-2.html?padding_abspos fromauto-leftN-widthA-rightN-2.html?padding_abspos
|
||||
== fromauto-leftA-widthN-rightA.html?padding_abspos fromauto-leftA-widthN-rightA.html?padding_abspos
|
||||
== fromauto-leftN-widthN-rightA.html?padding_abspos fromauto-leftN-widthN-rightA.html?padding_abspos
|
||||
== fromauto-leftA-widthN-rightN.html?padding_abspos fromauto-leftA-widthN-rightN.html?padding_abspos
|
||||
== fromauto-leftA-widthA-rightN.html?padding_abspos fromauto-leftA-widthA-rightN.html?padding_abspos
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== leftN-widthA-rightA.html?padding_parent leftN-widthA-rightA.html?padding_parent
|
||||
== leftN-widthA-rightA-2.html?padding_parent leftN-widthA-rightA-2.html?padding_parent
|
||||
== leftN-widthA-rightN.html?padding_parent leftN-widthA-rightN.html?padding_parent
|
||||
== leftN-widthA-rightN-2.html?padding_parent leftN-widthA-rightN-2.html?padding_parent
|
||||
== leftA-widthN-rightA.html?padding_parent leftA-widthN-rightA.html?padding_parent
|
||||
== leftN-widthN-rightA.html?padding_parent leftN-widthN-rightA.html?padding_parent
|
||||
== leftA-widthN-rightN.html?padding_parent leftA-widthN-rightN.html?padding_parent
|
||||
== leftA-widthA-rightN.html?padding_parent leftA-widthA-rightN.html?padding_parent
|
||||
== toauto-leftN-widthA-rightA.html?padding_parent toauto-leftN-widthA-rightA.html?padding_parent
|
||||
== toauto-leftN-widthA-rightA-2.html?padding_parent toauto-leftN-widthA-rightA-2.html?padding_parent
|
||||
== toauto-leftN-widthA-rightN.html?padding_parent toauto-leftN-widthA-rightN.html?padding_parent
|
||||
== toauto-leftN-widthA-rightN-2.html?padding_parent toauto-leftN-widthA-rightN-2.html?padding_parent
|
||||
== toauto-leftA-widthN-rightA.html?padding_parent toauto-leftA-widthN-rightA.html?padding_parent
|
||||
== toauto-leftN-widthN-rightA.html?padding_parent toauto-leftN-widthN-rightA.html?padding_parent
|
||||
== toauto-leftA-widthN-rightN.html?padding_parent toauto-leftA-widthN-rightN.html?padding_parent
|
||||
skip == toauto-leftA-widthA-rightN.html?padding_parent toauto-leftA-widthA-rightN.html?padding_parent
|
||||
== fromauto-leftN-widthA-rightA.html?padding_parent fromauto-leftN-widthA-rightA.html?padding_parent
|
||||
random-if(cocoaWidget) == fromauto-leftN-widthA-rightA-2.html?padding_parent fromauto-leftN-widthA-rightA-2.html?padding_parent
|
||||
# Bug 688545
|
||||
== fromauto-leftN-widthA-rightN.html?padding_parent fromauto-leftN-widthA-rightN.html?padding_parent
|
||||
== fromauto-leftN-widthA-rightN-2.html?padding_parent fromauto-leftN-widthA-rightN-2.html?padding_parent
|
||||
== fromauto-leftA-widthN-rightA.html?padding_parent fromauto-leftA-widthN-rightA.html?padding_parent
|
||||
== fromauto-leftN-widthN-rightA.html?padding_parent fromauto-leftN-widthN-rightA.html?padding_parent
|
||||
== fromauto-leftA-widthN-rightN.html?padding_parent fromauto-leftA-widthN-rightN.html?padding_parent
|
||||
== fromauto-leftA-widthA-rightN.html?padding_parent fromauto-leftA-widthA-rightN.html?padding_parent
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== leftN-widthA-rightA.html leftN-widthA-rightA.html
|
||||
== leftN-widthA-rightA-2.html leftN-widthA-rightA-2.html
|
||||
== leftN-widthA-rightN.html leftN-widthA-rightN.html
|
||||
== leftN-widthA-rightN-2.html leftN-widthA-rightN-2.html
|
||||
== leftA-widthN-rightA.html leftA-widthN-rightA.html
|
||||
== leftN-widthN-rightA.html leftN-widthN-rightA.html
|
||||
== leftA-widthN-rightN.html leftA-widthN-rightN.html
|
||||
== leftA-widthA-rightN.html leftA-widthA-rightN.html
|
||||
== toauto-leftN-widthA-rightA.html toauto-leftN-widthA-rightA.html
|
||||
== toauto-leftN-widthA-rightA-2.html toauto-leftN-widthA-rightA-2.html
|
||||
== toauto-leftN-widthA-rightN.html toauto-leftN-widthA-rightN.html
|
||||
== toauto-leftN-widthA-rightN-2.html toauto-leftN-widthA-rightN-2.html
|
||||
== toauto-leftA-widthN-rightA.html toauto-leftA-widthN-rightA.html
|
||||
== toauto-leftN-widthN-rightA.html toauto-leftN-widthN-rightA.html
|
||||
== toauto-leftA-widthN-rightN.html toauto-leftA-widthN-rightN.html
|
||||
== toauto-leftA-widthA-rightN.html toauto-leftA-widthA-rightN.html
|
||||
== fromauto-leftN-widthA-rightA.html fromauto-leftN-widthA-rightA.html
|
||||
random-if(cocoaWidget) == fromauto-leftN-widthA-rightA-2.html fromauto-leftN-widthA-rightA-2.html
|
||||
# Bug 688545
|
||||
== fromauto-leftN-widthA-rightN.html fromauto-leftN-widthA-rightN.html
|
||||
== fromauto-leftN-widthA-rightN-2.html fromauto-leftN-widthA-rightN-2.html
|
||||
== fromauto-leftA-widthN-rightA.html fromauto-leftA-widthN-rightA.html
|
||||
== fromauto-leftN-widthN-rightA.html fromauto-leftN-widthN-rightA.html
|
||||
== fromauto-leftA-widthN-rightN.html fromauto-leftA-widthN-rightN.html
|
||||
== fromauto-leftA-widthA-rightN.html fromauto-leftA-widthA-rightN.html
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== mixed-dimentionN.html?border_abspos mixed-dimentionN.html?border_abspos
|
||||
== mixed-dimentionA.html?border_abspos mixed-dimentionA.html?border_abspos
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== mixed-dimentionN.html?border_parent mixed-dimentionN.html?border_parent
|
||||
== mixed-dimentionA.html?border_parent mixed-dimentionA.html?border_parent
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== mixed-dimentionN.html?margin_abspos mixed-dimentionN.html?margin_abspos
|
||||
== mixed-dimentionA.html?margin_abspos mixed-dimentionA.html?margin_abspos
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== mixed-dimentionN.html?margin_parent mixed-dimentionN.html?margin_parent
|
||||
== mixed-dimentionA.html?margin_parent mixed-dimentionA.html?margin_parent
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== mixed-dimentionN.html?padding_abspos mixed-dimentionN.html?padding_abspos
|
||||
== mixed-dimentionA.html?padding_abspos mixed-dimentionA.html?padding_abspos
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== mixed-dimentionN.html?padding_parent mixed-dimentionN.html?padding_parent
|
||||
== mixed-dimentionA.html?padding_parent mixed-dimentionA.html?padding_parent
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== mixed-dimentionN.html mixed-dimentionN.html
|
||||
== mixed-dimentionA.html mixed-dimentionA.html
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== mixed-dimentionN.html?border_abspos mixed-dimentionN.html?border_abspos
|
||||
== mixed-dimentionA.html?border_abspos mixed-dimentionA.html?border_abspos
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== mixed-dimentionN.html?border_parent mixed-dimentionN.html?border_parent
|
||||
== mixed-dimentionA.html?border_parent mixed-dimentionA.html?border_parent
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== mixed-dimentionN.html?margin_abspos mixed-dimentionN.html?margin_abspos
|
||||
== mixed-dimentionA.html?margin_abspos mixed-dimentionA.html?margin_abspos
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== mixed-dimentionN.html?margin_parent mixed-dimentionN.html?margin_parent
|
||||
== mixed-dimentionA.html?margin_parent mixed-dimentionA.html?margin_parent
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== mixed-dimentionN.html?padding_abspos mixed-dimentionN.html?padding_abspos
|
||||
== mixed-dimentionA.html?padding_abspos mixed-dimentionA.html?padding_abspos
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== mixed-dimentionN.html?padding_parent mixed-dimentionN.html?padding_parent
|
||||
== mixed-dimentionA.html?padding_parent mixed-dimentionA.html?padding_parent
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== mixed-dimentionN.html mixed-dimentionN.html
|
||||
== mixed-dimentionA.html mixed-dimentionA.html
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== topN-heightA-bottomA.html?border_abspos topN-heightA-bottomA.html?border_abspos
|
||||
== topN-heightA-bottomN.html?border_abspos topN-heightA-bottomN.html?border_abspos
|
||||
== topA-heightN-bottomA.html?border_abspos topA-heightN-bottomA.html?border_abspos
|
||||
== topN-heightN-bottomA.html?border_abspos topN-heightN-bottomA.html?border_abspos
|
||||
== topA-heightN-bottomN.html?border_abspos topA-heightN-bottomN.html?border_abspos
|
||||
== topA-heightA-bottomN.html?border_abspos topA-heightA-bottomN.html?border_abspos
|
||||
skip == toauto-topN-heightA-bottomA.html?border_abspos toauto-topN-heightA-bottomA.html?border_abspos
|
||||
== toauto-topN-heightA-bottomN.html?border_abspos toauto-topN-heightA-bottomN.html?border_abspos
|
||||
== toauto-topA-heightN-bottomA.html?border_abspos toauto-topA-heightN-bottomA.html?border_abspos
|
||||
== toauto-topN-heightN-bottomA.html?border_abspos toauto-topN-heightN-bottomA.html?border_abspos
|
||||
== toauto-topA-heightN-bottomN.html?border_abspos toauto-topA-heightN-bottomN.html?border_abspos
|
||||
== toauto-topA-heightA-bottomN.html?border_abspos toauto-topA-heightA-bottomN.html?border_abspos
|
||||
== fromauto-topN-heightA-bottomA.html?border_abspos fromauto-topN-heightA-bottomA.html?border_abspos
|
||||
skip-if(B2G||Mulet) == fromauto-topN-heightA-bottomN.html?border_abspos fromauto-topN-heightA-bottomN.html?border_abspos
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
== fromauto-topA-heightN-bottomA.html?border_abspos fromauto-topA-heightN-bottomA.html?border_abspos
|
||||
== fromauto-topN-heightN-bottomA.html?border_abspos fromauto-topN-heightN-bottomA.html?border_abspos
|
||||
== fromauto-topA-heightN-bottomN.html?border_abspos fromauto-topA-heightN-bottomN.html?border_abspos
|
||||
== fromauto-topA-heightA-bottomN.html?border_abspos fromauto-topA-heightA-bottomN.html?border_abspos
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== topN-heightA-bottomA.html?border_parent topN-heightA-bottomA.html?border_parent
|
||||
== topN-heightA-bottomN.html?border_parent topN-heightA-bottomN.html?border_parent
|
||||
== topA-heightN-bottomA.html?border_parent topA-heightN-bottomA.html?border_parent
|
||||
== topN-heightN-bottomA.html?border_parent topN-heightN-bottomA.html?border_parent
|
||||
== topA-heightN-bottomN.html?border_parent topA-heightN-bottomN.html?border_parent
|
||||
== topA-heightA-bottomN.html?border_parent topA-heightA-bottomN.html?border_parent
|
||||
skip == toauto-topN-heightA-bottomA.html?border_parent toauto-topN-heightA-bottomA.html?border_parent
|
||||
== toauto-topN-heightA-bottomN.html?border_parent toauto-topN-heightA-bottomN.html?border_parent
|
||||
== toauto-topA-heightN-bottomA.html?border_parent toauto-topA-heightN-bottomA.html?border_parent
|
||||
== toauto-topN-heightN-bottomA.html?border_parent toauto-topN-heightN-bottomA.html?border_parent
|
||||
== toauto-topA-heightN-bottomN.html?border_parent toauto-topA-heightN-bottomN.html?border_parent
|
||||
== toauto-topA-heightA-bottomN.html?border_parent toauto-topA-heightA-bottomN.html?border_parent
|
||||
== fromauto-topN-heightA-bottomA.html?border_parent fromauto-topN-heightA-bottomA.html?border_parent
|
||||
== fromauto-topN-heightA-bottomN.html?border_parent fromauto-topN-heightA-bottomN.html?border_parent
|
||||
== fromauto-topA-heightN-bottomA.html?border_parent fromauto-topA-heightN-bottomA.html?border_parent
|
||||
== fromauto-topN-heightN-bottomA.html?border_parent fromauto-topN-heightN-bottomA.html?border_parent
|
||||
== fromauto-topA-heightN-bottomN.html?border_parent fromauto-topA-heightN-bottomN.html?border_parent
|
||||
== fromauto-topA-heightA-bottomN.html?border_parent fromauto-topA-heightA-bottomN.html?border_parent
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== topN-heightA-bottomA.html?margin_abspos topN-heightA-bottomA.html?margin_abspos
|
||||
== topN-heightA-bottomN.html?margin_abspos topN-heightA-bottomN.html?margin_abspos
|
||||
== topA-heightN-bottomA.html?margin_abspos topA-heightN-bottomA.html?margin_abspos
|
||||
== topN-heightN-bottomA.html?margin_abspos topN-heightN-bottomA.html?margin_abspos
|
||||
== topA-heightN-bottomN.html?margin_abspos topA-heightN-bottomN.html?margin_abspos
|
||||
== topA-heightA-bottomN.html?margin_abspos topA-heightA-bottomN.html?margin_abspos
|
||||
skip == toauto-topN-heightA-bottomA.html?margin_abspos toauto-topN-heightA-bottomA.html?margin_abspos
|
||||
== toauto-topN-heightA-bottomN.html?margin_abspos toauto-topN-heightA-bottomN.html?margin_abspos
|
||||
== toauto-topA-heightN-bottomA.html?margin_abspos toauto-topA-heightN-bottomA.html?margin_abspos
|
||||
== toauto-topN-heightN-bottomA.html?margin_abspos toauto-topN-heightN-bottomA.html?margin_abspos
|
||||
== toauto-topA-heightN-bottomN.html?margin_abspos toauto-topA-heightN-bottomN.html?margin_abspos
|
||||
== toauto-topA-heightA-bottomN.html?margin_abspos toauto-topA-heightA-bottomN.html?margin_abspos
|
||||
== fromauto-topN-heightA-bottomA.html?margin_abspos fromauto-topN-heightA-bottomA.html?margin_abspos
|
||||
== fromauto-topN-heightA-bottomN.html?margin_abspos fromauto-topN-heightA-bottomN.html?margin_abspos
|
||||
== fromauto-topA-heightN-bottomA.html?margin_abspos fromauto-topA-heightN-bottomA.html?margin_abspos
|
||||
== fromauto-topN-heightN-bottomA.html?margin_abspos fromauto-topN-heightN-bottomA.html?margin_abspos
|
||||
== fromauto-topA-heightN-bottomN.html?margin_abspos fromauto-topA-heightN-bottomN.html?margin_abspos
|
||||
== fromauto-topA-heightA-bottomN.html?margin_abspos fromauto-topA-heightA-bottomN.html?margin_abspos
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== topN-heightA-bottomA.html?margin_parent topN-heightA-bottomA.html?margin_parent
|
||||
== topN-heightA-bottomN.html?margin_parent topN-heightA-bottomN.html?margin_parent
|
||||
== topA-heightN-bottomA.html?margin_parent topA-heightN-bottomA.html?margin_parent
|
||||
== topN-heightN-bottomA.html?margin_parent topN-heightN-bottomA.html?margin_parent
|
||||
== topA-heightN-bottomN.html?margin_parent topA-heightN-bottomN.html?margin_parent
|
||||
== topA-heightA-bottomN.html?margin_parent topA-heightA-bottomN.html?margin_parent
|
||||
skip == toauto-topN-heightA-bottomA.html?margin_parent toauto-topN-heightA-bottomA.html?margin_parent
|
||||
== toauto-topN-heightA-bottomN.html?margin_parent toauto-topN-heightA-bottomN.html?margin_parent
|
||||
== toauto-topA-heightN-bottomA.html?margin_parent toauto-topA-heightN-bottomA.html?margin_parent
|
||||
== toauto-topN-heightN-bottomA.html?margin_parent toauto-topN-heightN-bottomA.html?margin_parent
|
||||
== toauto-topA-heightN-bottomN.html?margin_parent toauto-topA-heightN-bottomN.html?margin_parent
|
||||
== toauto-topA-heightA-bottomN.html?margin_parent toauto-topA-heightA-bottomN.html?margin_parent
|
||||
== fromauto-topN-heightA-bottomA.html?margin_parent fromauto-topN-heightA-bottomA.html?margin_parent
|
||||
== fromauto-topN-heightA-bottomN.html?margin_parent fromauto-topN-heightA-bottomN.html?margin_parent
|
||||
== fromauto-topA-heightN-bottomA.html?margin_parent fromauto-topA-heightN-bottomA.html?margin_parent
|
||||
== fromauto-topN-heightN-bottomA.html?margin_parent fromauto-topN-heightN-bottomA.html?margin_parent
|
||||
== fromauto-topA-heightN-bottomN.html?margin_parent fromauto-topA-heightN-bottomN.html?margin_parent
|
||||
== fromauto-topA-heightA-bottomN.html?margin_parent fromauto-topA-heightA-bottomN.html?margin_parent
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== topN-heightA-bottomA.html?padding_abspos topN-heightA-bottomA.html?padding_abspos
|
||||
== topN-heightA-bottomN.html?padding_abspos topN-heightA-bottomN.html?padding_abspos
|
||||
== topA-heightN-bottomA.html?padding_abspos topA-heightN-bottomA.html?padding_abspos
|
||||
== topN-heightN-bottomA.html?padding_abspos topN-heightN-bottomA.html?padding_abspos
|
||||
== topA-heightN-bottomN.html?padding_abspos topA-heightN-bottomN.html?padding_abspos
|
||||
== topA-heightA-bottomN.html?padding_abspos topA-heightA-bottomN.html?padding_abspos
|
||||
skip == toauto-topN-heightA-bottomA.html?padding_abspos toauto-topN-heightA-bottomA.html?padding_abspos
|
||||
== toauto-topN-heightA-bottomN.html?padding_abspos toauto-topN-heightA-bottomN.html?padding_abspos
|
||||
== toauto-topA-heightN-bottomA.html?padding_abspos toauto-topA-heightN-bottomA.html?padding_abspos
|
||||
== toauto-topN-heightN-bottomA.html?padding_abspos toauto-topN-heightN-bottomA.html?padding_abspos
|
||||
== toauto-topA-heightN-bottomN.html?padding_abspos toauto-topA-heightN-bottomN.html?padding_abspos
|
||||
== toauto-topA-heightA-bottomN.html?padding_abspos toauto-topA-heightA-bottomN.html?padding_abspos
|
||||
== fromauto-topN-heightA-bottomA.html?padding_abspos fromauto-topN-heightA-bottomA.html?padding_abspos
|
||||
== fromauto-topN-heightA-bottomN.html?padding_abspos fromauto-topN-heightA-bottomN.html?padding_abspos
|
||||
== fromauto-topA-heightN-bottomA.html?padding_abspos fromauto-topA-heightN-bottomA.html?padding_abspos
|
||||
== fromauto-topN-heightN-bottomA.html?padding_abspos fromauto-topN-heightN-bottomA.html?padding_abspos
|
||||
== fromauto-topA-heightN-bottomN.html?padding_abspos fromauto-topA-heightN-bottomN.html?padding_abspos
|
||||
== fromauto-topA-heightA-bottomN.html?padding_abspos fromauto-topA-heightA-bottomN.html?padding_abspos
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== topN-heightA-bottomA.html?padding_parent topN-heightA-bottomA.html?padding_parent
|
||||
== topN-heightA-bottomN.html?padding_parent topN-heightA-bottomN.html?padding_parent
|
||||
== topA-heightN-bottomA.html?padding_parent topA-heightN-bottomA.html?padding_parent
|
||||
== topN-heightN-bottomA.html?padding_parent topN-heightN-bottomA.html?padding_parent
|
||||
== topA-heightN-bottomN.html?padding_parent topA-heightN-bottomN.html?padding_parent
|
||||
skip == topA-heightA-bottomN.html?padding_parent topA-heightA-bottomN.html?padding_parent
|
||||
skip == toauto-topN-heightA-bottomA.html?padding_parent toauto-topN-heightA-bottomA.html?padding_parent
|
||||
== toauto-topN-heightA-bottomN.html?padding_parent toauto-topN-heightA-bottomN.html?padding_parent
|
||||
== toauto-topA-heightN-bottomA.html?padding_parent toauto-topA-heightN-bottomA.html?padding_parent
|
||||
== toauto-topN-heightN-bottomA.html?padding_parent toauto-topN-heightN-bottomA.html?padding_parent
|
||||
== toauto-topA-heightN-bottomN.html?padding_parent toauto-topA-heightN-bottomN.html?padding_parent
|
||||
skip == toauto-topA-heightA-bottomN.html?padding_parent toauto-topA-heightA-bottomN.html?padding_parent
|
||||
== fromauto-topN-heightA-bottomA.html?padding_parent fromauto-topN-heightA-bottomA.html?padding_parent
|
||||
== fromauto-topN-heightA-bottomN.html?padding_parent fromauto-topN-heightA-bottomN.html?padding_parent
|
||||
== fromauto-topA-heightN-bottomA.html?padding_parent fromauto-topA-heightN-bottomA.html?padding_parent
|
||||
== fromauto-topN-heightN-bottomA.html?padding_parent fromauto-topN-heightN-bottomA.html?padding_parent
|
||||
== fromauto-topA-heightN-bottomN.html?padding_parent fromauto-topA-heightN-bottomN.html?padding_parent
|
||||
skip == fromauto-topA-heightA-bottomN.html?padding_parent fromauto-topA-heightA-bottomN.html?padding_parent
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# Please see the comment at the beginning of reftest-stylo.list
|
||||
|
||||
== topN-heightA-bottomA.html topN-heightA-bottomA.html
|
||||
== topN-heightA-bottomN.html topN-heightA-bottomN.html
|
||||
== topA-heightN-bottomA.html topA-heightN-bottomA.html
|
||||
== topN-heightN-bottomA.html topN-heightN-bottomA.html
|
||||
== topA-heightN-bottomN.html topA-heightN-bottomN.html
|
||||
== topA-heightA-bottomN.html topA-heightA-bottomN.html
|
||||
skip == toauto-topN-heightA-bottomA.html toauto-topN-heightA-bottomA.html
|
||||
== toauto-topN-heightA-bottomN.html toauto-topN-heightA-bottomN.html
|
||||
== toauto-topA-heightN-bottomA.html toauto-topA-heightN-bottomA.html
|
||||
== toauto-topN-heightN-bottomA.html toauto-topN-heightN-bottomA.html
|
||||
== toauto-topA-heightN-bottomN.html toauto-topA-heightN-bottomN.html
|
||||
== toauto-topA-heightA-bottomN.html toauto-topA-heightA-bottomN.html
|
||||
== fromauto-topN-heightA-bottomA.html fromauto-topN-heightA-bottomA.html
|
||||
== fromauto-topN-heightA-bottomN.html fromauto-topN-heightA-bottomN.html
|
||||
== fromauto-topA-heightN-bottomA.html fromauto-topA-heightN-bottomA.html
|
||||
== fromauto-topN-heightN-bottomA.html fromauto-topN-heightN-bottomA.html
|
||||
== fromauto-topA-heightN-bottomN.html fromauto-topA-heightN-bottomN.html
|
||||
== fromauto-topA-heightA-bottomN.html fromauto-topA-heightA-bottomN.html
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# test default-preferences
|
||||
|
||||
# test default-preferences with a pref()
|
||||
default-preferences pref(font.size.variable.x-western,24)
|
||||
skip == font-default.html font-default.html
|
||||
skip == font-default.html font-default.html
|
||||
|
||||
# test that a default preference can be overridden
|
||||
skip pref(font.size.variable.x-western,16) == font-default.html font-default.html
|
||||
skip pref(font.size.variable.x-western,16) == font-default.html font-default.html
|
||||
|
||||
# test that default preferences are kept when other test-specific preferences are set
|
||||
skip pref(font.size.variable.zh-HK,36) == font-default.html font-default.html
|
||||
skip pref(font.size.variable.zh-HK,36) == font-default.html font-default.html
|
||||
|
||||
# test default-preferences with test-pref() and ref-pref()
|
||||
default-preferences test-pref(font.size.variable.x-western,16) ref-pref(font.size.variable.x-western,24)
|
||||
skip == font-default.html font-default.html
|
||||
skip == font-default.html font-default.html
|
||||
== font-size-24.html font-size-24.html
|
||||
|
||||
# test that default-preferences does not apply to include commands
|
||||
include default-preferences-include.list
|
||||
|
||||
# test resetting default-preferences
|
||||
default-preferences
|
||||
skip == font-default.html font-default.html
|
||||
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# test script keyword.
|
||||
|
||||
# cases where the test does not include an appropriate getTestCases() function,
|
||||
# or where getTestCases() does not return an array of objects with methods
|
||||
# testPassed() and testDescription() can not be included since they always
|
||||
# produce unexpected failures.
|
||||
|
||||
script scripttest-pass.html
|
||||
skip script scripttest-fail.html
|
||||
fails script scripttest-pass-fail.html
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
# test url-prefix
|
||||
|
||||
# test that url-prefix is not be applied to absolute uris.
|
||||
url-prefix absolute
|
||||
|
||||
== data:text/html,<body> data:text/html,<body>
|
||||
skip == data:text/plain, data:text/plain,
|
||||
skip == data:text/plain,HELLO data:text/plain,HELLO
|
||||
|
||||
# test that url-prefix is applied to test items.
|
||||
url-prefix prefix-
|
||||
|
||||
script suffix.html
|
||||
|
||||
# test if url-prefix containing / works.
|
||||
url-prefix prefix/
|
||||
|
||||
script suffix.html
|
||||
|
||||
# test that url-prefix should not be applied to include commands.
|
||||
|
||||
include urlprefixtests-include.list
|
||||
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
== 1031934.html 1031934.html
|
||||
== 1220621-1a.html 1220621-1a.html
|
||||
== 1220621-1b.html 1220621-1b.html
|
||||
== 1220621-1c.html 1220621-1c.html
|
||||
== 1220621-1d.html 1220621-1d.html
|
||||
== 1220621-1e.html 1220621-1e.html
|
||||
== 1220621-1f.html 1220621-1f.html
|
||||
== 1220621-2a.html 1220621-2a.html
|
||||
== 1220621-2b.html 1220621-2b.html
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == row-sizing-1.xul row-sizing-1.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == column-sizing-1.xul column-sizing-1.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == row-or-column-sizing-1.xul row-or-column-sizing-1.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == row-or-column-sizing-1.xul row-or-column-sizing-1.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == row-or-column-sizing-1.xul row-or-column-sizing-1.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) fuzzy-if(skiaContent,1,60000) == z-order-1.xul z-order-1.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) fuzzy-if(skiaContent,1,60000) == z-order-2.xul z-order-2.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) fuzzy-if(skiaContent,1,60000) == not-full-basic.xul not-full-basic.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) fuzzy-if(skiaContent,1,110000) == not-full-grid-pack-align.xul not-full-grid-pack-align.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) fuzzy-if(skiaContent,1,30000) == not-full-row-group-align.xul not-full-row-group-align.xul
|
||||
# does anyone want/need this behavior?
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) fuzzy-if(skiaContent,1,10000) == not-full-row-group-pack.xul not-full-row-group-pack.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) fuzzy-if(skiaContent,1,50000) == not-full-row-group-direction.xul not-full-row-group-direction.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) fuzzy-if(skiaContent,1,60000) == not-full-row-leaf-align.xul not-full-row-leaf-align.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) fuzzy-if(skiaContent,1,50000) == not-full-row-leaf-pack.xul not-full-row-leaf-pack.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) fuzzy-if(skiaContent,1,80000) == not-full-row-leaf-direction.xul not-full-row-leaf-direction.xul
|
||||
skip-if(B2G||Mulet) random-if(transparentScrollbars) fuzzy-if(OSX==1010,1,565) == scrollable-columns.xul scrollable-columns.xul
|
||||
# bug 650597
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == scrollable-rows.xul scrollable-rows.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == sizing-2d.xul sizing-2d.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
fails-if(Android||B2G) skip-if((B2G&&browserIsRemote)||Mulet) == textbox-multiline-noresize.xul textbox-multiline-noresize.xul
|
||||
# reference is blank on Android (due to no native theme support?)
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == textbox-multiline-resize.xul textbox-multiline-resize.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == popup-explicit-size.xul popup-explicit-size.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
random-if(Android) skip-if((B2G&&browserIsRemote)||Mulet) == image-size.xul image-size.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == image-scaling-min-height-1.xul image-scaling-min-height-1.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
skip-if((B2G&&browserIsRemote)||Mulet) == textbox-text-transform.xul textbox-text-transform.xul
|
||||
# Initial mulet triage: parity with B2G/B2G Desktop
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
== bug565432-1.html bug565432-1.html
|
||||
== 658949-1.html 658949-1.html
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
== bug535530-1.html bug535530-1.html
|
||||
skip == view-source:bug535530-2.html view-source:bug535530-2.html
|
||||
== bug566280-1.html bug566280-1.html
|
||||
== bug577418-1.html bug577418-1.html
|
||||
== bug582788-1.html bug582788-1.html
|
||||
skip-if(B2G) fuzzy-if(skiaContent,2,5) == bug582940-1.html bug582940-1.html
|
||||
random == bug592656-1.html bug592656-1.html
|
||||
# skip fuzzy-if(skiaContent,1,5) == bug599320-1.html bug599320-1.html
|
||||
skip fuzzy-if(skiaContent,2,5) == bug608373-1.html bug608373-1.html
|
||||
fuzzy-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)&&!layersGPUAccelerated&&!azureSkia,73,1) == view-source:bug482921-1.html view-source:bug482921-1.html
|
||||
== view-source:bug482921-2.xhtml view-source:bug482921-2.xhtml
|
||||
fuzzy-if(skiaContent,2,5) == bug659763-1.html bug659763-1.html
|
||||
fuzzy-if(skiaContent,1,5) == bug659763-2.html bug659763-2.html
|
||||
skip fuzzy-if(skiaContent,1,5) == bug659763-3.html bug659763-3.html
|
||||
fails fuzzy-if(skiaContent,2,3) == bug659763-4.html bug659763-4.html
|
||||
fails fuzzy-if(skiaContent,1,5) == bug659763-5.html bug659763-5.html
|
||||
fails fuzzy-if(skiaContent,1,5) == bug659763-6.html bug659763-6.html
|
||||
skip skip-if(B2G) == view-source:bug673094-1.html view-source:bug673094-1.html
|
||||
random == bug696651-1.html bug696651-1.html
|
||||
skip-if(B2G) == bug696651-2.html bug696651-2.html
|
||||
== view-source:bug700260-1.html view-source:bug700260-1.html
|
||||
== view-source:bug704667-1.html view-source:bug704667-1.html
|
||||
== view-source:bug731234-1.html view-source:bug731234-1.html
|
||||
== bug820508-1.html bug820508-1.html
|
||||
skip == view-source:bug910588-1.html view-source:bug910588-1.html
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
== test1.html test1.html
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
== reftest1.html reftest1.html
|
||||
include included-reftest-stylo.list
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
== reftest1.html reftest1.html
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
skip-if(B2G&&browserIsRemote) random-if(cocoaWidget) == bug-442419-progressmeter-max.xul bug-442419-progressmeter-max.xul
|
||||
# fails most of the time on Mac because progress meter animates
|
||||
# Bug 974780
|
||||
skip-if(B2G&&browserIsRemote) == textbox-multiline-default-value.xul textbox-multiline-default-value.xul
|
||||
# Bug 974780
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
skip-if(!cocoaWidget) == 482681.xul 482681.xul
|
||||
skip-if(!cocoaWidget) == radiosize.xul radiosize.xul
|
||||
skip-if(!cocoaWidget) == checkboxsize.xul checkboxsize.xul
|
||||
skip-if(!cocoaWidget) == baseline.xul baseline.xul
|
||||
skip-if(!cocoaWidget) == nostretch.xul nostretch.xul
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
|
||||
skip-if(!cocoaWidget) == 507947.html 507947.html
|
||||
== progressbar-fallback-default-style.html progressbar-fallback-default-style.html
|
||||
fuzzy-if(Android,17,1120) == meter-native-style.html meter-native-style.html
|
||||
fails skip-if(!cocoaWidget) == meter-vertical-native-style.html meter-vertical-native-style.html
|
||||
# dithering
|
||||
== meter-fallback-default-style.html meter-fallback-default-style.html
|
||||
load 664925.xhtml
|
||||
Loading…
Add table
Add a link
Reference in a new issue