Bug 1351548 - Remove reftest-stylo.lists. r=bholley

MozReview-Commit-ID: 8LoQ9xNnDnj
This commit is contained in:
Shing Lyu 2017-04-27 16:44:55 +08:00
Родитель 16402be633
Коммит c46f5d5baf
367 изменённых файлов: 0 добавлений и 18663 удалений

Просмотреть файл

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

Просмотреть файл

@ -1,31 +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
== 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
== fillText-with-filter-opacity-1.html fillText-with-filter-opacity-1.html
== fillText-with-filter-opacity-2.html fillText-with-filter-opacity-2.html
== strokeText-with-filter-grayscale-1.html strokeText-with-filter-grayscale-1.html
== strokeText-with-filter-grayscale-2.html strokeText-with-filter-grayscale-2.html
== fillText-with-shadow-1.html fillText-with-shadow-1.html
== fillText-with-shadow-2.html fillText-with-shadow-2.html
== fillText-with-filter-grayscale-1.html fillText-with-filter-grayscale-1.html
== fillText-with-filter-grayscale-2.html fillText-with-filter-grayscale-2.html
== strokeText-with-shadow-1.html strokeText-with-shadow-1.html
== strokeText-with-shadow-2.html strokeText-with-shadow-2.html

Просмотреть файл

@ -1,174 +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:
skip-if(Android) == webgl-disable-test.html?nogl webgl-disable-test.html?nogl
pref(webgl.disabled,true) skip-if(Android) == webgl-disable-test.html webgl-disable-test.html
# Basic WebGL tests:
# Do we get pixels to the screen at all?
# Neither of these should ever break.
skip-if(Android) == webgl-clear-test.html webgl-clear-test.html
pref(webgl.force-layers-readback,true) skip-if(Android) == webgl-clear-test.html?readback webgl-clear-test.html?readback
# Make sure that our choice of attribs doesn't break rendering.
skip-if(Android) == webgl-clear-test.html?depth webgl-clear-test.html?depth
skip-if(Android) == webgl-clear-test.html?stencil webgl-clear-test.html?stencil
skip-if(Android) == webgl-clear-test.html?depth&stencil webgl-clear-test.html?depth&stencil
# Check that resize works:
fails == webgl-resize-test.html webgl-resize-test.html
# Check that captureStream() displays in a local video element
skip-if(Android) == webgl-capturestream-test.html?preserve webgl-capturestream-test.html?preserve
# Some of the failure conditions are a little crazy. I'm (jgilbert) setting these based on
# failures encountered when running on Try, and then targetting the Try config by
# 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.
skip-if(Android) == webgl-color-test.html?frame=1&__&________&_______&_____ webgl-color-test.html?frame=1&__&________&_______&_____
skip-if(Android) == webgl-color-test.html?frame=1&aa&________&_______&_____ webgl-color-test.html?frame=1&aa&________&_______&_____
skip-if(Android) == webgl-color-test.html?frame=1&__&preserve&_______&_____ webgl-color-test.html?frame=1&__&preserve&_______&_____
skip-if(Android) == webgl-color-test.html?frame=1&aa&preserve&_______&_____ webgl-color-test.html?frame=1&aa&preserve&_______&_____
skip-if(Android) == webgl-color-test.html?frame=1&__&________&premult&_____ webgl-color-test.html?frame=1&__&________&premult&_____
skip-if(Android) == webgl-color-test.html?frame=1&aa&________&premult&_____ webgl-color-test.html?frame=1&aa&________&premult&_____
skip-if(Android) == webgl-color-test.html?frame=1&__&preserve&premult&_____ webgl-color-test.html?frame=1&__&preserve&premult&_____
skip-if(Android) == webgl-color-test.html?frame=1&aa&preserve&premult&_____ webgl-color-test.html?frame=1&aa&preserve&premult&_____
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) == webgl-color-test.html?frame=1&__&________&_______&alpha webgl-color-test.html?frame=1&__&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) == webgl-color-test.html?frame=1&aa&________&_______&alpha webgl-color-test.html?frame=1&aa&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) == webgl-color-test.html?frame=1&__&preserve&_______&alpha webgl-color-test.html?frame=1&__&preserve&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) == webgl-color-test.html?frame=1&aa&preserve&_______&alpha webgl-color-test.html?frame=1&aa&preserve&_______&alpha
skip-if(Android) == webgl-color-test.html?frame=1&__&________&premult&alpha webgl-color-test.html?frame=1&__&________&premult&alpha
skip-if(Android) == webgl-color-test.html?frame=1&aa&________&premult&alpha webgl-color-test.html?frame=1&aa&________&premult&alpha
skip-if(Android) == webgl-color-test.html?frame=1&__&preserve&premult&alpha webgl-color-test.html?frame=1&__&preserve&premult&alpha
skip-if(Android) == webgl-color-test.html?frame=1&aa&preserve&premult&alpha webgl-color-test.html?frame=1&aa&preserve&premult&alpha
== webgl-color-test.html?frame=6&__&________&_______&_____ webgl-color-test.html?frame=6&__&________&_______&_____
skip-if(Android) == webgl-color-test.html?frame=6&aa&________&_______&_____ webgl-color-test.html?frame=6&aa&________&_______&_____
skip-if(Android) == webgl-color-test.html?frame=6&__&preserve&_______&_____ webgl-color-test.html?frame=6&__&preserve&_______&_____
skip-if(Android) == webgl-color-test.html?frame=6&aa&preserve&_______&_____ webgl-color-test.html?frame=6&aa&preserve&_______&_____
== webgl-color-test.html?frame=6&__&________&premult&_____ webgl-color-test.html?frame=6&__&________&premult&_____
skip-if(Android) == webgl-color-test.html?frame=6&aa&________&premult&_____ webgl-color-test.html?frame=6&aa&________&premult&_____
skip-if(Android) == webgl-color-test.html?frame=6&__&preserve&premult&_____ webgl-color-test.html?frame=6&__&preserve&premult&_____
skip-if(Android) == webgl-color-test.html?frame=6&aa&preserve&premult&_____ webgl-color-test.html?frame=6&aa&preserve&premult&_____
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) == webgl-color-test.html?frame=6&__&________&_______&alpha webgl-color-test.html?frame=6&__&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) == webgl-color-test.html?frame=6&aa&________&_______&alpha webgl-color-test.html?frame=6&aa&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) == webgl-color-test.html?frame=6&__&preserve&_______&alpha webgl-color-test.html?frame=6&__&preserve&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) == webgl-color-test.html?frame=6&aa&preserve&_______&alpha webgl-color-test.html?frame=6&aa&preserve&_______&alpha
skip-if(Android) == webgl-color-test.html?frame=6&__&________&premult&alpha webgl-color-test.html?frame=6&__&________&premult&alpha
skip-if(Android) == webgl-color-test.html?frame=6&aa&________&premult&alpha webgl-color-test.html?frame=6&aa&________&premult&alpha
skip-if(Android) == webgl-color-test.html?frame=6&__&preserve&premult&alpha webgl-color-test.html?frame=6&__&preserve&premult&alpha
skip-if(Android) == webgl-color-test.html?frame=6&aa&preserve&premult&alpha webgl-color-test.html?frame=6&aa&preserve&premult&alpha
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&________&_______&_____ webgl-color-test.html?frame=1&readback&__&________&_______&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&________&_______&_____ webgl-color-test.html?frame=1&readback&aa&________&_______&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&preserve&_______&_____ webgl-color-test.html?frame=1&readback&__&preserve&_______&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&preserve&_______&_____ webgl-color-test.html?frame=1&readback&aa&preserve&_______&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&________&premult&_____ webgl-color-test.html?frame=1&readback&__&________&premult&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&________&premult&_____ webgl-color-test.html?frame=1&readback&aa&________&premult&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&preserve&premult&_____ webgl-color-test.html?frame=1&readback&__&preserve&premult&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&preserve&premult&_____ webgl-color-test.html?frame=1&readback&aa&preserve&premult&_____
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&________&_______&alpha webgl-color-test.html?frame=1&readback&__&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&________&_______&alpha webgl-color-test.html?frame=1&readback&aa&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&preserve&_______&alpha webgl-color-test.html?frame=1&readback&__&preserve&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&preserve&_______&alpha webgl-color-test.html?frame=1&readback&aa&preserve&_______&alpha
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&________&premult&alpha webgl-color-test.html?frame=1&readback&__&________&premult&alpha
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&________&premult&alpha webgl-color-test.html?frame=1&readback&aa&________&premult&alpha
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&__&preserve&premult&alpha webgl-color-test.html?frame=1&readback&__&preserve&premult&alpha
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=1&readback&aa&preserve&premult&alpha webgl-color-test.html?frame=1&readback&aa&preserve&premult&alpha
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&________&_______&_____ webgl-color-test.html?frame=6&readback&__&________&_______&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&________&_______&_____ webgl-color-test.html?frame=6&readback&aa&________&_______&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&preserve&_______&_____ webgl-color-test.html?frame=6&readback&__&preserve&_______&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&preserve&_______&_____ webgl-color-test.html?frame=6&readback&aa&preserve&_______&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&________&premult&_____ webgl-color-test.html?frame=6&readback&__&________&premult&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&________&premult&_____ webgl-color-test.html?frame=6&readback&aa&________&premult&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&preserve&premult&_____ webgl-color-test.html?frame=6&readback&__&preserve&premult&_____
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&preserve&premult&_____ webgl-color-test.html?frame=6&readback&aa&preserve&premult&_____
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&________&_______&alpha webgl-color-test.html?frame=6&readback&__&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&________&_______&alpha webgl-color-test.html?frame=6&readback&aa&________&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&__&preserve&_______&alpha webgl-color-test.html?frame=6&readback&__&preserve&_______&alpha
fuzzy(1,30000) fails-if(winWidget&&layersGPUAccelerated&&!d3d11) skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&preserve&_______&alpha webgl-color-test.html?frame=6&readback&aa&preserve&_______&alpha
== webgl-color-test.html?frame=6&readback&__&________&premult&alpha webgl-color-test.html?frame=6&readback&__&________&premult&alpha
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&________&premult&alpha webgl-color-test.html?frame=6&readback&aa&________&premult&alpha
== webgl-color-test.html?frame=6&readback&__&preserve&premult&alpha webgl-color-test.html?frame=6&readback&__&preserve&premult&alpha
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-color-test.html?frame=6&readback&aa&preserve&premult&alpha webgl-color-test.html?frame=6&readback&aa&preserve&premult&alpha
# Check for hanging bindings/state settings:
skip-if(Android) == webgl-hanging-fb-test.html?__&________ webgl-hanging-fb-test.html?__&________
skip-if(Android) == webgl-hanging-fb-test.html?aa&________ webgl-hanging-fb-test.html?aa&________
skip-if(Android) == webgl-hanging-fb-test.html?__&preserve webgl-hanging-fb-test.html?__&preserve
skip-if(Android) == webgl-hanging-fb-test.html?aa&preserve webgl-hanging-fb-test.html?aa&preserve
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-hanging-fb-test.html?readback&__&________ webgl-hanging-fb-test.html?readback&__&________
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-hanging-fb-test.html?readback&aa&________ webgl-hanging-fb-test.html?readback&aa&________
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-hanging-fb-test.html?readback&__&preserve webgl-hanging-fb-test.html?readback&__&preserve
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-hanging-fb-test.html?readback&aa&preserve webgl-hanging-fb-test.html?readback&aa&preserve
skip-if(Android) == webgl-hanging-scissor-test.html?__ webgl-hanging-scissor-test.html?__
skip-if(Android) == webgl-hanging-scissor-test.html?aa webgl-hanging-scissor-test.html?aa
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-hanging-scissor-test.html?readback&__ webgl-hanging-scissor-test.html?readback&__
skip-if(Android) pref(webgl.force-layers-readback,true) == webgl-hanging-scissor-test.html?readback&aa webgl-hanging-scissor-test.html?readback&aa
# Check that our experimental prefs still work:
# 16bpp for Android: [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)
# Bug 1285531 - tests disabled for memory corruption
fuzzy(5,30000) skip pref(webgl.prefer-16bpp,true) == webgl-color-test.html?16bpp&________&_______&_____ webgl-color-test.html?16bpp&________&_______&_____
fuzzy(5,30000) skip pref(webgl.prefer-16bpp,true) pref(webgl.force-layers-readback,true) == webgl-color-test.html?16bpp&readback&_______&_____ webgl-color-test.html?16bpp&readback&_______&_____
fuzzy(5,30000) skip pref(webgl.prefer-16bpp,true) == webgl-color-test.html?16bpp&________&premult&_____ webgl-color-test.html?16bpp&________&premult&_____
fuzzy(5,30000) skip pref(webgl.prefer-16bpp,true) pref(webgl.force-layers-readback,true) == webgl-color-test.html?16bpp&readback&premult&_____ webgl-color-test.html?16bpp&readback&premult&_____
fuzzy(9,40000) skip pref(webgl.prefer-16bpp,true) == webgl-color-test.html?16bpp&________&_______&alpha webgl-color-test.html?16bpp&________&_______&alpha
fuzzy(9,40000) skip pref(webgl.prefer-16bpp,true) pref(webgl.force-layers-readback,true) == webgl-color-test.html?16bpp&readback&_______&alpha webgl-color-test.html?16bpp&readback&_______&alpha
fuzzy(9,40000) skip pref(webgl.prefer-16bpp,true) == webgl-color-test.html?16bpp&________&premult&alpha webgl-color-test.html?16bpp&________&premult&alpha
fuzzy(9,40000) skip pref(webgl.prefer-16bpp,true) pref(webgl.force-layers-readback,true) == webgl-color-test.html?16bpp&readback&premult&alpha webgl-color-test.html?16bpp&readback&premult&alpha
# Force native GL (Windows):
skip-if(!winWidget) pref(webgl.disable-angle,true) == webgl-color-test.html?native-gl webgl-color-test.html?native-gl
# 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(cocoaWidget) skip-if(winWidget) needs-focus == drawFocusIfNeeded.html drawFocusIfNeeded.html
pref(canvas.customfocusring.enabled,true) skip-if(Android||cocoaWidget||winWidget) fuzzy-if(gtkWidget,64,410) needs-focus == drawCustomFocusRing.html drawCustomFocusRing.html
# Check that captureStream() displays in a local video element
== capturestream.html capturestream.html
== 1177726-text-stroke-bounds.html 1177726-text-stroke-bounds.html
# Canvas Filter Reftests
include filters/reftest-stylo.list
# Bug 1305963
== mozCurrentTransform.html mozCurrentTransform.html
== mozCurrentTransformInverse.html mozCurrentTransformInverse.html

Просмотреть файл

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

Просмотреть файл

@ -1,15 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
default-preferences pref(dom.forms.number,true) pref(dom.forms.datetime,true)
fails == input-load.html input-load.html
fails == input-create.html input-create.html
fuzzy-if(skiaContent,1,3) skip-if(stylo) needs-focus == input-number.html input-number.html # Bug 1341973
fails == input-time.html input-time.html
fails == button-load.html button-load.html
fails == button-create.html button-create.html
fails == textarea-load.html textarea-load.html
fails == textarea-create.html textarea-create.html
fails == select-load.html select-load.html
fails == select-create.html select-create.html
fails needs-focus == autofocus-after-load.html autofocus-after-load.html
fails == autofocus-leaves-iframe.html autofocus-leaves-iframe.html
fails == autofocus-after-body-focus.html autofocus-after-body-focus.html

Просмотреть файл

@ -1,72 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# autofocus attribute (we can't test with mochitests)
include autofocus/reftest-stylo.list
include toblob-todataurl/reftest-stylo.list
fails == 41464-1a.html 41464-1a.html
fails == 41464-1b.html 41464-1b.html
== 52019-1.html 52019-1.html
fails == 82711-1.html 82711-1.html # Bug 1341637
fails == 82711-2.html 82711-2.html
fails == 82711-1-ref.html 82711-1-ref.html
== 468263-1a.html 468263-1a.html
== 468263-1b.html 468263-1b.html
== 468263-1c.html 468263-1c.html
== 468263-1d.html 468263-1d.html
== 468263-2.html 468263-2.html # Bug 1341642
== 484200-1.html 484200-1.html
== 485377.html 485377.html
== 557840.html 557840.html
== 560059-video-dimensions.html 560059-video-dimensions.html
fails == 573322-quirks.html 573322-quirks.html
fails == 573322-no-quirks.html 573322-no-quirks.html
fails == 596455-1a.html 596455-1a.html
fails == 596455-1b.html 596455-1b.html
fails == 596455-2a.html 596455-2a.html
fails == 596455-2b.html 596455-2b.html
== 610935.html 610935.html
== 649134-1.html 649134-1.html
== 649134-2.html 649134-2.html
== 741776-1.vtt 741776-1.vtt
== bug448564-1_malformed.html bug448564-1_malformed.html
== bug448564-1_malformed.html bug448564-1_malformed.html
== bug448564-4a.html bug448564-4a.html
== bug502168-1_malformed.html bug502168-1_malformed.html
== responsive-image-load-shortcircuit.html responsive-image-load-shortcircuit.html
== image-load-shortcircuit-1.html image-load-shortcircuit-1.html
== image-load-shortcircuit-2.html image-load-shortcircuit-2.html
# Test that image documents taken into account CSS properties like
# image-orientation when determining the size of the image.
# (Fuzzy necessary due to pixel-wise comparison of different JPEGs.
# The vast majority of the fuzziness comes from Linux and WinXP.)
== bug917595-iframe-1.html bug917595-iframe-1.html
== bug917595-exif-rotated.jpg bug917595-exif-rotated.jpg
# Test support for SVG-as-image in <picture> elements.
== bug1106522-1.html bug1106522-1.html
== bug1106522-2.html bug1106522-2.html
== href-attr-change-restyles.html href-attr-change-restyles.html
== figure.html figure.html
== pre-1.html pre-1.html
== table-border-1.html table-border-1.html
== table-border-2.html table-border-2.html
== table-border-2.html table-border-2.html
# Test imageset is using permissions.default.image
pref(permissions.default.image,1) HTTP == bug1196784-with-srcset.html bug1196784-with-srcset.html
pref(permissions.default.image,2) HTTP == bug1196784-with-srcset.html bug1196784-with-srcset.html
# Test video with rotation information can be rotated.
== bug1228601-video-rotation-90.html bug1228601-video-rotation-90.html
# Test that dynamically setting body margin attributes updates style appropriately
== body-topmargin-dynamic.html body-topmargin-dynamic.html
# Test that dynamically removing a nonmargin mapped attribute does not
# destroy margins inherited from the frame.
== body-frame-margin-remove-other-pres-hint.html body-frame-margin-remove-other-pres-hint.html

Просмотреть файл

@ -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
== 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
== toblob-quality-default.html toblob-quality-default.html
fuzzy-if(Android,105,482) == todataurl-quality-0.html todataurl-quality-0.html
fuzzy-if(Android,38,2024) == todataurl-quality-25.html todataurl-quality-25.html
fuzzy-if(Android,29,2336) == todataurl-quality-50.html todataurl-quality-50.html
fuzzy-if(Android,23,3533) == todataurl-quality-75.html todataurl-quality-75.html
== 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
== todataurl-quality-default.html todataurl-quality-default.html

Просмотреть файл

@ -1,57 +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(Android&&asyncPan) == dir_auto-textarea-N-between-Rs.html dir_auto-textarea-N-between-Rs.html
== dir_auto-textarea-N-EN.html dir_auto-textarea-N-EN.html
== dir_auto-textarea-script-mixed.html dir_auto-textarea-script-mixed.html
fails-if(Android&&asyncPan) == dir_auto-textarea-script-N-between-Rs.html dir_auto-textarea-script-N-between-Rs.html
== dir_auto-textarea-script-N-EN.html dir_auto-textarea-script-N-EN.html
== lang-xyzzy.html lang-xyzzy.html
fails == lang-xmllang-01.html lang-xmllang-01.html
fails == style-01.html style-01.html

Просмотреть файл

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

Просмотреть файл

@ -1,14 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
fails == bug453105.html bug453105.html
fails == optiontext.html optiontext.html
== bug456008.xhtml bug456008.xhtml
== bug439965.html bug439965.html
== bug427779.xml bug427779.xml
fails == bug559996.html bug559996.html
== bug591981-1.html bug591981-1.html
== bug591981-2.html bug591981-2.html
== bug592366-1.html bug592366-1.html
== bug592366-2.html bug592366-2.html
== bug592366-1.xhtml bug592366-1.xhtml
== bug592366-2.xhtml bug592366-2.xhtml
== 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,137 +0,0 @@
# include the XUL reftests
include xul/reftest-stylo.list
fails == newline-1.html newline-1.html
fails == newline-2.html newline-2.html
fails == newline-3.html newline-3.html
fails == newline-4.html newline-4.html
fails == dynamic-1.html dynamic-1.html
fails == dynamic-type-1.html dynamic-type-1.html
fails == dynamic-type-2.html dynamic-type-2.html
fails == dynamic-type-3.html dynamic-type-3.html
fails == dynamic-type-4.html dynamic-type-4.html
fails == passwd-1.html passwd-1.html
fails == passwd-2.html passwd-2.html
fails == passwd-3.html passwd-3.html
fails needs-focus == passwd-4.html passwd-4.html
fails == emptypasswd-1.html emptypasswd-1.html
fails == emptypasswd-2.html emptypasswd-2.html
== caret_on_positioned.html caret_on_positioned.html
fails == spellcheck-input-disabled.html spellcheck-input-disabled.html
fails == spellcheck-input-attr-before.html spellcheck-input-attr-before.html
fails == spellcheck-input-attr-before.html spellcheck-input-attr-before.html
fails == spellcheck-input-attr-after.html spellcheck-input-attr-after.html
fails == spellcheck-input-attr-after.html spellcheck-input-attr-after.html
fails == spellcheck-input-attr-inherit.html spellcheck-input-attr-inherit.html
fails == spellcheck-input-attr-inherit.html spellcheck-input-attr-inherit.html
fails == spellcheck-input-attr-dynamic.html spellcheck-input-attr-dynamic.html
fails == spellcheck-input-attr-dynamic.html spellcheck-input-attr-dynamic.html
fails == spellcheck-input-attr-dynamic-inherit.html spellcheck-input-attr-dynamic-inherit.html
fails == spellcheck-input-attr-dynamic-inherit.html spellcheck-input-attr-dynamic-inherit.html
fails == spellcheck-input-property-dynamic.html spellcheck-input-property-dynamic.html
fails == spellcheck-input-property-dynamic.html spellcheck-input-property-dynamic.html
fails == spellcheck-input-property-dynamic-inherit.html spellcheck-input-property-dynamic-inherit.html
fails == spellcheck-input-property-dynamic-inherit.html spellcheck-input-property-dynamic-inherit.html
fails == spellcheck-input-attr-dynamic-override.html spellcheck-input-attr-dynamic-override.html
fails == spellcheck-input-attr-dynamic-override.html spellcheck-input-attr-dynamic-override.html
fails == spellcheck-input-attr-dynamic-override-inherit.html spellcheck-input-attr-dynamic-override-inherit.html
fails == spellcheck-input-attr-dynamic-override-inherit.html spellcheck-input-attr-dynamic-override-inherit.html
fails == spellcheck-input-property-dynamic-override.html spellcheck-input-property-dynamic-override.html
fails == spellcheck-input-property-dynamic-override.html spellcheck-input-property-dynamic-override.html
fails == spellcheck-input-property-dynamic-override-inherit.html spellcheck-input-property-dynamic-override-inherit.html
fails == spellcheck-input-property-dynamic-override-inherit.html spellcheck-input-property-dynamic-override-inherit.html
fails == 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
fails == spellcheck-textarea-attr.html spellcheck-textarea-attr.html
fails needs-focus == spellcheck-textarea-focused.html spellcheck-textarea-focused.html
fails needs-focus == spellcheck-textarea-focused-reframe.html spellcheck-textarea-focused-reframe.html
fails needs-focus == spellcheck-textarea-focused-notreadonly.html spellcheck-textarea-focused-notreadonly.html
fails == spellcheck-textarea-nofocus.html spellcheck-textarea-nofocus.html
fails == spellcheck-textarea-disabled.html spellcheck-textarea-disabled.html
fails == spellcheck-textarea-attr-inherit.html spellcheck-textarea-attr-inherit.html
fails == spellcheck-textarea-attr-dynamic.html spellcheck-textarea-attr-dynamic.html
fails == spellcheck-textarea-attr-dynamic-inherit.html spellcheck-textarea-attr-dynamic-inherit.html
fails == spellcheck-textarea-property-dynamic.html spellcheck-textarea-property-dynamic.html
fails == spellcheck-textarea-property-dynamic-inherit.html spellcheck-textarea-property-dynamic-inherit.html
fails == spellcheck-textarea-attr-dynamic-override.html spellcheck-textarea-attr-dynamic-override.html
fails == spellcheck-textarea-attr-dynamic-override-inherit.html spellcheck-textarea-attr-dynamic-override-inherit.html
fails == spellcheck-textarea-property-dynamic-override.html spellcheck-textarea-property-dynamic-override.html
fails == spellcheck-textarea-property-dynamic-override-inherit.html spellcheck-textarea-property-dynamic-override-inherit.html
needs-focus == caret_on_focus.html caret_on_focus.html
fails needs-focus == caret_on_textarea_lastline.html caret_on_textarea_lastline.html
fails needs-focus == input-text-onfocus-reframe.html input-text-onfocus-reframe.html
needs-focus == input-text-notheme-onfocus-reframe.html input-text-notheme-onfocus-reframe.html
fails needs-focus == caret_after_reframe.html caret_after_reframe.html
== nobogusnode-1.html nobogusnode-1.html
== nobogusnode-2.html nobogusnode-2.html
fails == spellcheck-hyphen-valid.html spellcheck-hyphen-valid.html
fails == spellcheck-hyphen-invalid.html spellcheck-hyphen-invalid.html
fails == spellcheck-slash-valid.html spellcheck-slash-valid.html
fails == spellcheck-period-valid.html spellcheck-period-valid.html
fails == spellcheck-space-valid.html spellcheck-space-valid.html
fails == spellcheck-comma-valid.html spellcheck-comma-valid.html
fails == spellcheck-hyphen-multiple-valid.html spellcheck-hyphen-multiple-valid.html
fails == spellcheck-hyphen-multiple-invalid.html spellcheck-hyphen-multiple-invalid.html
fails == spellcheck-dotafterquote-valid.html spellcheck-dotafterquote-valid.html
fails == spellcheck-url-valid.html spellcheck-url-valid.html
fails needs-focus == spellcheck-non-latin-arabic.html spellcheck-non-latin-arabic.html
fails needs-focus == spellcheck-non-latin-chinese-simplified.html spellcheck-non-latin-chinese-simplified.html
fails needs-focus == spellcheck-non-latin-chinese-traditional.html spellcheck-non-latin-chinese-traditional.html
fails needs-focus == spellcheck-non-latin-hebrew.html spellcheck-non-latin-hebrew.html
fails needs-focus == spellcheck-non-latin-japanese.html spellcheck-non-latin-japanese.html
fails needs-focus == spellcheck-non-latin-korean.html spellcheck-non-latin-korean.html
fails == unneeded_scroll.html unneeded_scroll.html
== caret_on_presshell_reinit.html caret_on_presshell_reinit.html
asserts-if(stylo&&isDebugBuild,0-2) fuzzy-if(stylo,255,3) == caret_on_presshell_reinit-2.html caret_on_presshell_reinit-2.html
fails == 642800.html 642800.html
fails == selection_visibility_after_reframe.html selection_visibility_after_reframe.html
fails == selection_visibility_after_reframe-2.html selection_visibility_after_reframe-2.html
fails == selection_visibility_after_reframe-3.html selection_visibility_after_reframe-3.html
== 672709.html 672709.html
fails == 338427-1.html 338427-1.html
== 674212-spellcheck.html 674212-spellcheck.html
== 338427-2.html 338427-2.html
fails == 338427-3.html 338427-3.html
== 462758-grabbers-resizers.html 462758-grabbers-resizers.html
fails == readwrite-non-editable.html readwrite-non-editable.html
fails == readwrite-editable.html readwrite-editable.html
fails == readonly-non-editable.html readonly-non-editable.html
fails == readonly-editable.html readonly-editable.html
fails == dynamic-overflow-change.html dynamic-overflow-change.html
== 694880-1.html 694880-1.html
== 694880-2.html 694880-2.html
== 694880-3.html 694880-3.html
== 388980-1.html 388980-1.html
fails needs-focus == spellcheck-superscript-1.html spellcheck-superscript-1.html
fails == spellcheck-superscript-2.html spellcheck-superscript-2.html
== 824080-1.html 824080-1.html
== 824080-2.html 824080-2.html
== 824080-3.html 824080-3.html
needs-focus == 824080-2.html 824080-2.html
== 824080-4.html 824080-4.html
== 824080-5.html 824080-5.html
needs-focus == 824080-4.html 824080-4.html
fails needs-focus == 824080-6.html 824080-6.html
fails needs-focus pref(layout.accessiblecaret.enabled,false) pref(layout.accessiblecaret.enabled_on_touch,false) == 824080-7.html 824080-7.html
fails needs-focus == 824080-6.html 824080-6.html
# Bug 674927: copy spellcheck-textarea tests to contenteditable
== spellcheck-contenteditable-attr.html spellcheck-contenteditable-attr.html
== spellcheck-contenteditable-attr.html spellcheck-contenteditable-attr.html
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 == 997805.html 997805.html
fails == 1088158.html 1088158.html

Просмотреть файл

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

Просмотреть файл

@ -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
fuzzy-if(Android,1,2) skip-if(!Android) pref(apz.allow_zooming,true) == async-scrollbar-1-v.html async-scrollbar-1-v.html
fuzzy-if(Android,4,5) skip-if(!Android) pref(apz.allow_zooming,true) == async-scrollbar-1-h.html async-scrollbar-1-h.html
fuzzy-if(Android,3,5) skip-if(!Android) pref(apz.allow_zooming,true) == async-scrollbar-1-vh.html async-scrollbar-1-vh.html
fuzzy-if(Android,1,2) skip-if(!Android) pref(apz.allow_zooming,true) == async-scrollbar-1-v-rtl.html async-scrollbar-1-v-rtl.html
fuzzy-if(Android,4,5) skip-if(!Android) pref(apz.allow_zooming,true) == async-scrollbar-1-h-rtl.html async-scrollbar-1-h-rtl.html
fuzzy-if(Android,3,7) skip-if(!Android) pref(apz.allow_zooming,true) == 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.
fails == async-scrollbar-zoom-1.html async-scrollbar-zoom-1.html
fails == async-scrollbar-zoom-2.html async-scrollbar-zoom-2.html
# Meta-viewport tag support
skip-if(!Android) pref(apz.allow_zooming,true) == initial-scale-1.html initial-scale-1.html
skip-if(!asyncPan) == frame-reconstruction-scroll-clamping.html frame-reconstruction-scroll-clamping.html

Просмотреть файл

@ -1,10 +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-if(stylo) == 611498-1.html 611498-1.html # Bug 1302946
fails == 709477-1.html 709477-1.html
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
fuzzy(100,30) == 1149923.html 1149923.html
== 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
== bmp-size-1x1-1bpp.bmp bmp-size-1x1-1bpp.bmp
== bmp-size-2x2-1bpp.bmp bmp-size-2x2-1bpp.bmp
== bmp-size-3x3-1bpp.bmp bmp-size-3x3-1bpp.bmp
== bmp-size-4x4-1bpp.bmp bmp-size-4x4-1bpp.bmp
== bmp-size-5x5-1bpp.bmp bmp-size-5x5-1bpp.bmp
== bmp-size-6x6-1bpp.bmp bmp-size-6x6-1bpp.bmp
== bmp-size-7x7-1bpp.bmp bmp-size-7x7-1bpp.bmp
== bmp-size-8x8-1bpp.bmp bmp-size-8x8-1bpp.bmp
== bmp-size-9x9-1bpp.bmp bmp-size-9x9-1bpp.bmp
== bmp-size-15x15-1bpp.bmp bmp-size-15x15-1bpp.bmp
== bmp-size-16x16-1bpp.bmp bmp-size-16x16-1bpp.bmp
== bmp-size-17x17-1bpp.bmp bmp-size-17x17-1bpp.bmp
== bmp-size-31x31-1bpp.bmp bmp-size-31x31-1bpp.bmp
== bmp-size-32x32-1bpp.bmp bmp-size-32x32-1bpp.bmp
== bmp-size-33x33-1bpp.bmp bmp-size-33x33-1bpp.bmp
== bmp-not-square-1bpp.bmp bmp-not-square-1bpp.bmp
== os2bmp-size-32x32-1bpp.bmp os2bmp-size-32x32-1bpp.bmp
== 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
== bmp-size-1x1-24bpp.bmp bmp-size-1x1-24bpp.bmp
== bmp-size-2x2-24bpp.bmp bmp-size-2x2-24bpp.bmp
== bmp-size-3x3-24bpp.bmp bmp-size-3x3-24bpp.bmp
== bmp-size-4x4-24bpp.bmp bmp-size-4x4-24bpp.bmp
== bmp-size-5x5-24bpp.bmp bmp-size-5x5-24bpp.bmp
== bmp-size-6x6-24bpp.bmp bmp-size-6x6-24bpp.bmp
== bmp-size-7x7-24bpp.bmp bmp-size-7x7-24bpp.bmp
== bmp-size-8x8-24bpp.bmp bmp-size-8x8-24bpp.bmp
== bmp-size-9x9-24bpp.bmp bmp-size-9x9-24bpp.bmp
== bmp-size-15x15-24bpp.bmp bmp-size-15x15-24bpp.bmp
== bmp-size-16x16-24bpp.bmp bmp-size-16x16-24bpp.bmp
== bmp-size-17x17-24bpp.bmp bmp-size-17x17-24bpp.bmp
== bmp-size-31x31-24bpp.bmp bmp-size-31x31-24bpp.bmp
== bmp-size-32x32-24bpp.bmp bmp-size-32x32-24bpp.bmp
== bmp-size-33x33-24bpp.bmp bmp-size-33x33-24bpp.bmp
== bmp-not-square-24bpp.bmp bmp-not-square-24bpp.bmp
== os2bmp-size-32x32-24bpp.bmp os2bmp-size-32x32-24bpp.bmp
== 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
== bmp-size-1x1-4bpp.bmp bmp-size-1x1-4bpp.bmp
== bmp-size-2x2-4bpp.bmp bmp-size-2x2-4bpp.bmp
== bmp-size-3x3-4bpp.bmp bmp-size-3x3-4bpp.bmp
== bmp-size-4x4-4bpp.bmp bmp-size-4x4-4bpp.bmp
== bmp-size-5x5-4bpp.bmp bmp-size-5x5-4bpp.bmp
== bmp-size-6x6-4bpp.bmp bmp-size-6x6-4bpp.bmp
== bmp-size-7x7-4bpp.bmp bmp-size-7x7-4bpp.bmp
== bmp-size-8x8-4bpp.bmp bmp-size-8x8-4bpp.bmp
== bmp-size-9x9-4bpp.bmp bmp-size-9x9-4bpp.bmp
== bmp-size-15x15-4bpp.bmp bmp-size-15x15-4bpp.bmp
== bmp-size-16x16-4bpp.bmp bmp-size-16x16-4bpp.bmp
== bmp-size-17x17-4bpp.bmp bmp-size-17x17-4bpp.bmp
== bmp-size-31x31-4bpp.bmp bmp-size-31x31-4bpp.bmp
== bmp-size-32x32-4bpp.bmp bmp-size-32x32-4bpp.bmp
== bmp-size-33x33-4bpp.bmp bmp-size-33x33-4bpp.bmp
== bmp-not-square-4bpp.bmp bmp-not-square-4bpp.bmp
== os2bmp-size-32x32-4bpp.bmp os2bmp-size-32x32-4bpp.bmp
== 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/
fails == 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
== bmp-size-1x1-8bpp.bmp bmp-size-1x1-8bpp.bmp
== bmp-size-2x2-8bpp.bmp bmp-size-2x2-8bpp.bmp
== bmp-size-3x3-8bpp.bmp bmp-size-3x3-8bpp.bmp
== bmp-size-4x4-8bpp.bmp bmp-size-4x4-8bpp.bmp
== bmp-size-5x5-8bpp.bmp bmp-size-5x5-8bpp.bmp
== bmp-size-6x6-8bpp.bmp bmp-size-6x6-8bpp.bmp
== bmp-size-7x7-8bpp.bmp bmp-size-7x7-8bpp.bmp
== bmp-size-8x8-8bpp.bmp bmp-size-8x8-8bpp.bmp
== bmp-size-9x9-8bpp.bmp bmp-size-9x9-8bpp.bmp
== bmp-size-15x15-8bpp.bmp bmp-size-15x15-8bpp.bmp
== bmp-size-16x16-8bpp.bmp bmp-size-16x16-8bpp.bmp
== bmp-size-17x17-8bpp.bmp bmp-size-17x17-8bpp.bmp
== bmp-size-31x31-8bpp.bmp bmp-size-31x31-8bpp.bmp
== bmp-size-32x32-8bpp.bmp bmp-size-32x32-8bpp.bmp
== bmp-size-33x33-8bpp.bmp bmp-size-33x33-8bpp.bmp
== bmp-not-square-8bpp.bmp bmp-not-square-8bpp.bmp
== rle-bmp-not-square-8bpp.bmp rle-bmp-not-square-8bpp.bmp
== os2-bmp-size-32x32-8bpp.bmp os2-bmp-size-32x32-8bpp.bmp
== 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
== 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
== wrapper.html?invalid-signature.bmp wrapper.html?invalid-signature.bmp
== wrapper.html?invalid-bpp.bmp wrapper.html?invalid-bpp.bmp
== wrapper.html?os2-invalid-bpp.bmp wrapper.html?os2-invalid-bpp.bmp
# Tests for an unsupported compression value
== wrapper.html?invalid-compression.bmp wrapper.html?invalid-compression.bmp
# Tests for RLE4 with an invalid BPP
== wrapper.html?invalid-compression-RLE4.bmp wrapper.html?invalid-compression-RLE4.bmp
# Tests for RLE8 with an invalid BPP
== 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.)
== wrapper.html?invalid-compression-BITFIELDS.bmp wrapper.html?invalid-compression-BITFIELDS.bmp
== 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.]
== 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.]
== 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.]
== baddens1.bmp baddens1.bmp
== 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.]
== 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.]
== 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.]
== 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.]
== 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.]
== 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.]
== 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.]
== wrapper.html?reallybig.bmp wrapper.html?reallybig.bmp
# BMP: bihsize=40, 127 x -64, bpp=8, compression=1, colors=252
# "An RLE-compressed image that tries to use top-down orientation, which isnt
# allowed."
# [We accept it. Chromium rejects it. Accepting seems better given that we can
# decode it perfectly well.]
== rletopdown.bmp rletopdown.bmp
# 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.]
== 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."
== 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."
== 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."
== 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."
== 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."
== 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."
== 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."
== pal8w126.bmp pal8w126.bmp
== pal8w125.bmp pal8w125.bmp
== 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."
== 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.]
== pal8nonsquare.bmp pal8nonsquare.bmp
# BMP: bihsize=12, 127 x 64, bpp=8, compression=0, colors=0
# "An OS/2-style bitmap."
== pal8os2.bmp pal8os2.bmp
# BMP: bihsize=108, 127 x 64, bpp=8, compression=0, colors=252
# "A v4 bitmap. Im not sure that the gamma and chromaticity values in this
# file are sensible, because I cant find any detailed documentation of them."
== 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."
== 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)."
== rgb16.bmp rgb16.bmp
# BMP: bihsize=40, 127 x 64, bpp=16, compression=3, colors=0
# "A 16-bit image with a BITFIELDS segment indicating 5 red, 6 green, and 5 blue
# bits. This is a standard 16-bit format, even supported by old versions of
# Windows that dont support any other non-default 16-bit formats. The whitest
# colors should be displayed as pure white: (255,255,255), not (248,252,248)."
== rgb16.bmp rgb16.bmp
# 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."
== 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."
== 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."
== 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."
== 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.]
== 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.]
== 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.]
fails == pal4rletrns.bmp pal4rletrns.bmp
# BMP: bihsize=40, 127 x 64, bpp=8, compression=1, colors=253
# "8-bit version of q/pal4rletrns.bmp."
# [Ditto.]
fails == pal8rletrns.bmp pal8rletrns.bmp
# BMP: bihsize=40, 127 x 64, bpp=8, compression=0, colors=252
# "A file with some unused bytes between the palette and the image. This is
# probably valid, but Im not 100% sure."
# [We accept it. So does Chromium.]
== 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 arent allowed
# to have more than 256 colors."
# [We accept it. So does Chromium.]
== 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.]
== 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.]
== 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.]
== 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. Thats because theyre doing simple bit-shifting
# (possibly including one round of bit replication), instead of proper
# scaling."
== 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. Its not clear if this is valid,
# but I cant find anything that suggests it isnt."
fails == rgba16-4444.bmp rgba16-4444.bmp
# BMP: bihsize=40, 127 x 64, bpp=24, compression=0, colors=300
# "A 24-bit image, with a palette containing 300 colors. The fact that the
# 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.]
== 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.]
== 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.]
== 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 (theyre intended for
# printers)."
# [We reject them. So does Chromium.]
== wrapper.html?rgb24jpeg.bmp wrapper.html?rgb24jpeg.bmp
== wrapper.html?rgb24png.bmp wrapper.html?rgb24png.bmp
# BMP: bihsize=40, 127 x 64, bpp=32, compression=0, colors=0
# "Same as g/rgb32.bmp, except that the unused bits are set to something other
# 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.]
== 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."
== 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 its
# 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."
fails == rgba32.bmp rgba32.bmp
# BMP: bihsize=40, 127 x 64, bpp=32, compression=6, colors=0
# "An image of type BI_ALPHABITFIELDS. Supposedly, this was used on Windows CE.
# I dont know whether it is constructed correctly."
# [We reject it. So does Chromium.]
== 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.
== 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
== invalid-chrm.png invalid-chrm.png
== invalid-whitepoint.png invalid-whitepoint.png
# test for bug 488955
== trc-type.html trc-type.html

Просмотреть файл

@ -1,194 +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:
# #
== downscale-svg-1a.html downscale-svg-1a.html
== downscale-svg-1b.html downscale-svg-1b.html
== downscale-svg-1c.html downscale-svg-1c.html
== downscale-svg-1d.html downscale-svg-1d.html
== downscale-svg-1e.html downscale-svg-1e.html
== downscale-svg-1f.html downscale-svg-1f.html
# RUN TESTS WITH DOWNSCALE-DURING-DECODE DISABLED:
# #
default-preferences pref(image.downscale-during-decode.enabled,false)
== 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
== 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
== 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
== 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
== 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
== 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
== downscale-16px.html?ff-0RGB.ico downscale-16px.html?ff-0RGB.ico
== downscale-16px.html?ff-ARGB.ico downscale-16px.html?ff-ARGB.ico
# Upside-down (negative height) BMP
== 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)
== 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
== 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
== 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
== 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
== 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
# Skip on WinXP with skia content
== 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
== downscale-16px.html?ff-0RGB.ico downscale-16px.html?ff-0RGB.ico
== downscale-16px.html?ff-ARGB.ico downscale-16px.html?ff-ARGB.ico
# Upside-down (negative height) BMP
== 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
HTTP == size-1x1.png size-1x1.png
HTTP == size-2x2.png size-2x2.png
HTTP == size-3x3.png size-3x3.png
HTTP == size-4x4.png size-4x4.png
HTTP == size-5x5.png size-5x5.png
HTTP == size-6x6.png size-6x6.png
HTTP == size-7x7.png size-7x7.png
HTTP == size-8x8.png size-8x8.png
HTTP == size-9x9.png size-9x9.png
HTTP == size-15x15.png size-15x15.png
HTTP == size-16x16.png size-16x16.png
HTTP == size-17x17.png size-17x17.png
HTTP == size-31x31.png size-31x31.png
HTTP == size-32x32.png size-32x32.png
HTTP == size-33x33.png size-33x33.png
# BMP using default parse options
HTTP == size-1x1.png size-1x1.png
HTTP == size-2x2.png size-2x2.png
HTTP == size-3x3.png size-3x3.png
HTTP == size-4x4.png size-4x4.png
HTTP == size-5x5.png size-5x5.png
HTTP == size-6x6.png size-6x6.png
HTTP == size-7x7.png size-7x7.png
HTTP == size-8x8.png size-8x8.png
HTTP == size-9x9.png size-9x9.png
HTTP == size-15x15.png size-15x15.png
HTTP == size-16x16.png size-16x16.png
HTTP == size-17x17.png size-17x17.png
HTTP == size-31x31.png size-31x31.png
HTTP == size-32x32.png size-32x32.png
HTTP == size-33x33.png size-33x33.png
# BMP using image/bmp mime type and 32bpp parse options
HTTP == size-1x1.png size-1x1.png
HTTP == size-2x2.png size-2x2.png
HTTP == size-3x3.png size-3x3.png
HTTP == size-4x4.png size-4x4.png
HTTP == size-5x5.png size-5x5.png
HTTP == size-6x6.png size-6x6.png
HTTP == size-7x7.png size-7x7.png
HTTP == size-8x8.png size-8x8.png
HTTP == size-9x9.png size-9x9.png
HTTP == size-15x15.png size-15x15.png
HTTP == size-16x16.png size-16x16.png
HTTP == size-17x17.png size-17x17.png
HTTP == size-31x31.png size-31x31.png
HTTP == size-32x32.png size-32x32.png
HTTP == size-33x33.png size-33x33.png
# BMP using image/bmp mime type and 24bpp parse options
HTTP == size-1x1.png size-1x1.png
HTTP == size-2x2.png size-2x2.png
HTTP == size-3x3.png size-3x3.png
HTTP == size-4x4.png size-4x4.png
HTTP == size-5x5.png size-5x5.png
HTTP == size-6x6.png size-6x6.png
HTTP == size-7x7.png size-7x7.png
HTTP == size-8x8.png size-8x8.png
HTTP == size-9x9.png size-9x9.png
HTTP == size-15x15.png size-15x15.png
HTTP == size-16x16.png size-16x16.png
HTTP == size-17x17.png size-17x17.png
HTTP == size-31x31.png size-31x31.png
HTTP == size-32x32.png size-32x32.png
HTTP == size-33x33.png size-33x33.png
# ICO using default parse options
HTTP == size-1x1.png size-1x1.png
HTTP == size-2x2.png size-2x2.png
HTTP == size-3x3.png size-3x3.png
HTTP == size-4x4.png size-4x4.png
HTTP == size-5x5.png size-5x5.png
HTTP == size-6x6.png size-6x6.png
HTTP == size-7x7.png size-7x7.png
HTTP == size-8x8.png size-8x8.png
HTTP == size-9x9.png size-9x9.png
HTTP == size-15x15.png size-15x15.png
HTTP == size-16x16.png size-16x16.png
HTTP == size-17x17.png size-17x17.png
HTTP == size-31x31.png size-31x31.png
HTTP == size-32x32.png size-32x32.png
HTTP == size-33x33.png size-33x33.png
HTTP == size-256x256.png size-256x256.png
# ICO using image/vnd.microsoft.icon mime type and 32bpp parse options with bmp
HTTP == size-1x1.png size-1x1.png
HTTP == size-2x2.png size-2x2.png
HTTP == size-3x3.png size-3x3.png
HTTP == size-4x4.png size-4x4.png
HTTP == size-5x5.png size-5x5.png
HTTP == size-6x6.png size-6x6.png
HTTP == size-7x7.png size-7x7.png
HTTP == size-8x8.png size-8x8.png
HTTP == size-9x9.png size-9x9.png
HTTP == size-15x15.png size-15x15.png
HTTP == size-16x16.png size-16x16.png
HTTP == size-17x17.png size-17x17.png
HTTP == size-31x31.png size-31x31.png
HTTP == size-32x32.png size-32x32.png
HTTP == size-33x33.png size-33x33.png
HTTP == size-256x256.png size-256x256.png
# ICO using image/vnd.microsoft.icon mime type and 24bpp parse options with bmp
HTTP == size-1x1.png size-1x1.png
HTTP == size-2x2.png size-2x2.png
HTTP == size-3x3.png size-3x3.png
HTTP == size-4x4.png size-4x4.png
HTTP == size-5x5.png size-5x5.png
HTTP == size-6x6.png size-6x6.png
HTTP == size-7x7.png size-7x7.png
HTTP == size-8x8.png size-8x8.png
HTTP == size-9x9.png size-9x9.png
HTTP == size-15x15.png size-15x15.png
HTTP == size-16x16.png size-16x16.png
HTTP == size-17x17.png size-17x17.png
HTTP == size-31x31.png size-31x31.png
HTTP == size-32x32.png size-32x32.png
HTTP == size-33x33.png size-33x33.png
HTTP == size-256x256.png size-256x256.png
# ICO using image/vnd.microsoft.icon mime type png
HTTP == size-1x1.png size-1x1.png
HTTP == size-2x2.png size-2x2.png
HTTP == size-3x3.png size-3x3.png
HTTP == size-4x4.png size-4x4.png
HTTP == size-5x5.png size-5x5.png
HTTP == size-6x6.png size-6x6.png
HTTP == size-7x7.png size-7x7.png
HTTP == size-8x8.png size-8x8.png
HTTP == size-9x9.png size-9x9.png
HTTP == size-15x15.png size-15x15.png
HTTP == size-16x16.png size-16x16.png
HTTP == size-17x17.png size-17x17.png
HTTP == size-31x31.png size-31x31.png
HTTP == size-32x32.png size-32x32.png
HTTP == size-33x33.png size-33x33.png
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,54 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# GIF tests
# tests for bug 519589
fails == 1bit-255-trans.gif 1bit-255-trans.gif
fails == in-colormap-trans.gif in-colormap-trans.gif
fails == out-of-colormap-trans.gif out-of-colormap-trans.gif
# a GIF file that uses the comment extension
== comment.gif comment.gif
# a GIF file with a background smaller than the size of the canvas
fails == small-background-size.gif small-background-size.gif
fails == small-background-size-2.gif small-background-size-2.gif
# a transparent gif that disposes previous frames with clear; we must properly
# clear each frame to pass.
random == delaytest.html?transparent-animation.gif delaytest.html?transparent-animation.gif
# test for bug 641198
== test_bug641198.html test_bug641198.html
# Bug 1062886: a gif with a single color and an offset
fails == 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.")
HTTP == webcam.html webcam.html

Просмотреть файл

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

Просмотреть файл

@ -1,24 +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
== ico-size-256x256-1bpp.ico ico-size-256x256-1bpp.ico
fails == ico-partial-transparent-1bpp.ico ico-partial-transparent-1bpp.ico
fails == ico-transparent-1bpp.ico ico-transparent-1bpp.ico
fails == ico-not-square-transparent-1bpp.ico ico-not-square-transparent-1bpp.ico

Просмотреть файл

@ -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
== 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
== 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
fails == ico-partial-transparent-24bpp.ico ico-partial-transparent-24bpp.ico
fails == ico-transparent-24bpp.ico ico-transparent-24bpp.ico
fails == ico-not-square-transparent-24bpp.ico ico-not-square-transparent-24bpp.ico

Просмотреть файл

@ -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
fails == ico-partial-transparent-32bpp.ico ico-partial-transparent-32bpp.ico
fails == ico-transparent-32bpp.ico ico-transparent-32bpp.ico
fails == ico-not-square-transparent-32bpp.ico ico-not-square-transparent-32bpp.ico

Просмотреть файл

@ -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
fails == ico-partial-transparent-4bpp.ico ico-partial-transparent-4bpp.ico
fails == ico-transparent-4bpp.ico ico-transparent-4bpp.ico
fails == ico-not-square-transparent-4bpp.ico ico-not-square-transparent-4bpp.ico

Просмотреть файл

@ -1,24 +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
== 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
== ico-size-256x256-8bpp.ico ico-size-256x256-8bpp.ico
fails == ico-partial-transparent-8bpp.ico ico-partial-transparent-8bpp.ico
fails == ico-transparent-8bpp.ico ico-transparent-8bpp.ico
fails == ico-not-square-transparent-8bpp.ico ico-not-square-transparent-8bpp.ico

Просмотреть файл

@ -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.
== wrapper.html?invalid-bpp.ico wrapper.html?invalid-bpp.ico
# Invalid BPP values for RLE4 - detected when decoding the image data.
== wrapper.html?invalid-compression-RLE4.ico wrapper.html?invalid-compression-RLE4.ico
# Invalid BPP values for RLE8 - detected when decoding the image data.
== wrapper.html?invalid-compression-RLE8.ico wrapper.html?invalid-compression-RLE8.ico
# Invalid compression value - detected when decoding the image data.
== 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
fails == 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
== ico-size-1x1-png.ico ico-size-1x1-png.ico
== ico-size-2x2-png.ico ico-size-2x2-png.ico
== ico-size-3x3-png.ico ico-size-3x3-png.ico
== ico-size-4x4-png.ico ico-size-4x4-png.ico
== ico-size-5x5-png.ico ico-size-5x5-png.ico
== ico-size-6x6-png.ico ico-size-6x6-png.ico
== ico-size-7x7-png.ico ico-size-7x7-png.ico
== ico-size-8x8-png.ico ico-size-8x8-png.ico
== ico-size-9x9-png.ico ico-size-9x9-png.ico
== ico-size-15x15-png.ico ico-size-15x15-png.ico
== ico-size-16x16-png.ico ico-size-16x16-png.ico
== ico-size-17x17-png.ico ico-size-17x17-png.ico
== ico-size-31x31-png.ico ico-size-31x31-png.ico
== ico-size-32x32-png.ico ico-size-32x32-png.ico
== ico-size-33x33-png.ico ico-size-33x33-png.ico
== ico-size-256x256-png.ico ico-size-256x256-png.ico
# Corrupted files so no image should be loaded
# x00n0g01 - empty 0x0 grayscale file
== wrapper.html?x00n0g01.ico wrapper.html?x00n0g01.ico
# xcrn0g04 - added cr bytes
== wrapper.html?xcrn0g04.ico wrapper.html?xcrn0g04.ico
# Test ICO PNG transparency
fails == transparent-png.ico transparent-png.ico

Просмотреть файл

@ -1,12 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# ICO tests
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,55 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# JPEG tests
# Images of various sizes.
== jpg-size-1x1.jpg jpg-size-1x1.jpg
== jpg-size-2x2.jpg jpg-size-2x2.jpg
== jpg-size-3x3.jpg jpg-size-3x3.jpg
== jpg-size-4x4.jpg jpg-size-4x4.jpg
== jpg-size-5x5.jpg jpg-size-5x5.jpg
== jpg-size-6x6.jpg jpg-size-6x6.jpg
== jpg-size-7x7.jpg jpg-size-7x7.jpg
== jpg-size-8x8.jpg jpg-size-8x8.jpg
== jpg-size-9x9.jpg jpg-size-9x9.jpg
== jpg-size-15x15.jpg jpg-size-15x15.jpg
== jpg-size-16x16.jpg jpg-size-16x16.jpg
== jpg-size-17x17.jpg jpg-size-17x17.jpg
== jpg-size-31x31.jpg jpg-size-31x31.jpg
== jpg-size-32x32.jpg jpg-size-32x32.jpg
== jpg-size-33x33.jpg jpg-size-33x33.jpg
# Progressive encoding
== jpg-progressive.jpg jpg-progressive.jpg
# Grayscale colorspace
== jpg-gray.jpg jpg-gray.jpg
# CMYK colorspace
== jpg-cmyk-1.jpg jpg-cmyk-1.jpg
== jpg-cmyk-2.jpg jpg-cmyk-2.jpg
# This intermittently fails on Android due to async image decoding (bug
# Sometimes the image decodes in time and the test passes, other times the image
# appears blank and the test fails. This only seems to be triggered since the
# switch to 24-bit colour (bug
== 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.")
HTTP == webcam-simulacrum.mjpg webcam-simulacrum.mjpg

Просмотреть файл

@ -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
== 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
== 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
== cdfn2c08.png cdfn2c08.png
# cdhn2c08 - physical pixel dimensions, 32x8 high pixels
== cdhn2c08.png cdhn2c08.png
# cdsn2c08 - physical pixel dimensions, 8x8 square pixels
== cdsn2c08.png cdsn2c08.png
# cdun2c08 - physical pixel dimensions, 1000 pixels per 1 meter
== cdun2c08.png cdun2c08.png
# hISt chunks (shouldn't affect display on 24bit systems)
#
# ch1n3p04 - histogram 15 colors
== ch1n3p04.png ch1n3p04.png
# ch2n3p08 - histogram 256 colors
== ch2n3p08.png ch2n3p08.png
# tIME chunks (doesn't affect display)
#
# cm0n0g04 - modification time, 01-jan-2000 12:34:56
== cm0n0g04.png cm0n0g04.png
# cm7n0g04 - modification time, 01-jan-1970 00:00:00
== cm7n0g04.png cm7n0g04.png
# cm9n0g04 - modification time, 31-dec-1999 23:59:59
== cm9n0g04.png cm9n0g04.png
# sBIT chunks
#
# cs3n2c16 - color, 13 significant bits
== cs3n2c16.png cs3n2c16.png
# cs3n3p08 - paletted, 3 significant bits
== cs3n3p08.png cs3n3p08.png
# cs5n2c08 - color, 5 significant bits
== cs5n2c08.png cs5n2c08.png
# cs5n3p08 - paletted, 5 significant bits
== cs5n3p08.png cs5n3p08.png
# cs8n2c08 - color, 8 significant bits (reference)
== cs8n2c08.png cs8n2c08.png
# cs8n3p08 - paletted, 8 significant bits (reference)
== cs8n3p08.png cs8n3p08.png
# tEXt chunks (doesn't affect display)
#
# ct0n0g04 - no textual data
== ct0n0g04.png ct0n0g04.png
# ct1n0g04 - with textual data
== ct1n0g04.png ct1n0g04.png
# ctzn0g04 - with compressed textual data
== 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
fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgai4a08.png wrapper.html?bgai4a08.png
# bgai4a16 - 16 bit grayscale, alpha, no background chunk, interlaced
fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgai4a16.png wrapper.html?bgai4a16.png
# bgan6a08 - 3x8 bits rgb color, alpha, no background chunk
fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgan6a08.png wrapper.html?bgan6a08.png
# bgan6a16 - 3x16 bits rgb color, alpha, no background chunk
fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgan6a16.png wrapper.html?bgan6a16.png
# bgbn4a08 - 8 bit grayscale, alpha, black background chunk
fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgbn4a08.png wrapper.html?bgbn4a08.png
# bggn4a16 - 16 bit grayscale, alpha, gray background chunk
fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bggn4a16.png wrapper.html?bggn4a16.png
# bgwn6a08 - 3x8 bits rgb color, alpha, white background chunk
fuzzy-if(cocoaWidget||skiaContent,1,1024) == wrapper.html?bgwn6a08.png wrapper.html?bgwn6a08.png
# bgyn6a16 - 3x16 bits rgb color, alpha, yellow background chunk
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
== basi0g01.png basi0g01.png
# basi0g02 - 2 bit (4 level) grayscale
== basi0g02.png basi0g02.png
# basi0g04 - 4 bit (16 level) grayscale
== basi0g04.png basi0g04.png
# basi0g08 - 8 bit (256 level) grayscale
== basi0g08.png basi0g08.png
# basi0g16 - 16 bit (64k level) grayscale
== basi0g16.png basi0g16.png
# basi2c08 - 3x8 bits rgb color
== basi2c08.png basi2c08.png
# basi2c16 - 3x16 bits rgb color
== basi2c16.png basi2c16.png
# basi3p01 - 1 bit (2 color) paletted
== basi3p01.png basi3p01.png
# basi3p02 - 2 bit (4 color) paletted
== basi3p02.png basi3p02.png
# basi3p04 - 4 bit (16 color) paletted
== basi3p04.png basi3p04.png
# basi3p08 - 8 bit (256 color) paletted
== 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
== basn0g01.png basn0g01.png
# basn0g02 - 2 bit (4 level) grayscale
== basn0g02.png basn0g02.png
# basn0g04 - 4 bit (16 level) grayscale
== basn0g04.png basn0g04.png
# basn0g08 - 8 bit (256 level) grayscale
== basn0g08.png basn0g08.png
# basn0g16 - 16 bit (64k level) grayscale
== basn0g16.png basn0g16.png
# basn2c08 - 3x8 bits rgb color
== basn2c08.png basn2c08.png
# basn2c16 - 3x16 bits rgb color
== basn2c16.png basn2c16.png
# basn3p01 - 1 bit (2 color) paletted
== basn3p01.png basn3p01.png
# basn3p02 - 2 bit (4 color) paletted
== basn3p02.png basn3p02.png
# basn3p04 - 4 bit (16 color) paletted
== basn3p04.png basn3p04.png
# basn3p08 - 8 bit (256 color) paletted
== 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
== oi1n0g16.png oi1n0g16.png
# oi1n2c16 - color mother image with 1 idat-chunk
== oi1n2c16.png oi1n2c16.png
# oi2n0g16 - grayscale image with 2 idat-chunks
== oi2n0g16.png oi2n0g16.png
# oi2n2c16 - color image with 2 idat-chunks
== oi2n2c16.png oi2n2c16.png
# oi4n0g16 - grayscale image with 4 unequal sized idat-chunks
== oi4n0g16.png oi4n0g16.png
# oi4n2c16 - color image with 4 unequal sized idat-chunks
== oi4n2c16.png oi4n2c16.png
# oi9n0g16 - grayscale image with all idat-chunks length one
== oi9n0g16.png oi9n0g16.png
# oi9n2c16 - color image with all idat-chunks length one
== 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
== wrapper.html?x00n0g01.png wrapper.html?x00n0g01.png
# xcrn0g04 - added cr bytes
== wrapper.html?xcrn0g04.png wrapper.html?xcrn0g04.png
# xlfn0g04 - added lf bytes
== 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
== f00n0g08.png f00n0g08.png
# f00n2c08 - color, no interlacing, filter-type 0
== f00n2c08.png f00n2c08.png
# f01n0g08 - grayscale, no interlacing, filter-type 1
== f01n0g08.png f01n0g08.png
# f01n2c08 - color, no interlacing, filter-type 1
== f01n2c08.png f01n2c08.png
# f02n0g08 - grayscale, no interlacing, filter-type 2
== f02n0g08.png f02n0g08.png
# f02n2c08 - color, no interlacing, filter-type 2
== f02n2c08.png f02n2c08.png
# f03n0g08 - grayscale, no interlacing, filter-type 3
== f03n0g08.png f03n0g08.png
# f03n2c08 - color, no interlacing, filter-type 3
== f03n2c08.png f03n2c08.png
# f04n0g08 - grayscale, no interlacing, filter-type 4
== f04n0g08.png f04n0g08.png
# f04n2c08 - color, no interlacing, filter-type 4
== 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
== g03n0g16.png g03n0g16.png
# g03n2c08 - color, file-gamma = 0.35
== g03n2c08.png g03n2c08.png
# g03n3p04 - paletted, file-gamma = 0.35
== g03n3p04.png g03n3p04.png
# g04n0g16 - grayscale, file-gamma = 0.45
== g04n0g16.png g04n0g16.png
# g04n2c08 - color, file-gamma = 0.45
== g04n2c08.png g04n2c08.png
# g04n3p04 - paletted, file-gamma = 0.45
== g04n3p04.png g04n3p04.png
# g05n0g16 - grayscale, file-gamma = 0.55
== g05n0g16.png g05n0g16.png
# g05n2c08 - color, file-gamma = 0.55
== g05n2c08.png g05n2c08.png
# g05n3p04 - paletted, file-gamma = 0.55
== g05n3p04.png g05n3p04.png
# g07n0g16 - grayscale, file-gamma = 0.70
== g07n0g16.png g07n0g16.png
# g07n2c08 - color, file-gamma = 0.70
== g07n2c08.png g07n2c08.png
# g07n3p04 - paletted, file-gamma = 0.70
== g07n3p04.png g07n3p04.png
# g10n0g16 - grayscale, file-gamma = 1.00
== g10n0g16.png g10n0g16.png
# g10n2c08 - color, file-gamma = 1.00
== g10n2c08.png g10n2c08.png
# g10n3p04 - paletted, file-gamma = 1.00
== g10n3p04.png g10n3p04.png
# g25n0g16 - grayscale, file-gamma = 2.50
== g25n0g16.png g25n0g16.png
# g25n2c08 - color, file-gamma = 2.50
== g25n2c08.png g25n2c08.png
# g25n3p04 - paletted, file-gamma = 2.50
== 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
== s01i3p01.png s01i3p01.png
# s01n3p01 - 1x1 paletted file, no interlacing
== s01n3p01.png s01n3p01.png
# s02i3p01 - 2x2 paletted file, interlaced
== s02i3p01.png s02i3p01.png
# s02n3p01 - 2x2 paletted file, no interlacing
== s02n3p01.png s02n3p01.png
# s03i3p01 - 3x3 paletted file, interlaced
== s03i3p01.png s03i3p01.png
# s03n3p01 - 3x3 paletted file, no interlacing
== s03n3p01.png s03n3p01.png
# s04i3p01 - 4x4 paletted file, interlaced
== s04i3p01.png s04i3p01.png
# s04n3p01 - 4x4 paletted file, no interlacing
== s04n3p01.png s04n3p01.png
# s05i3p02 - 5x5 paletted file, interlaced
== s05i3p02.png s05i3p02.png
# s05n3p02 - 5x5 paletted file, no interlacing
== s05n3p02.png s05n3p02.png
# s06i3p02 - 6x6 paletted file, interlaced
== s06i3p02.png s06i3p02.png
# s06n3p02 - 6x6 paletted file, no interlacing
== s06n3p02.png s06n3p02.png
# s07i3p02 - 7x7 paletted file, interlaced
== s07i3p02.png s07i3p02.png
# s07n3p02 - 7x7 paletted file, no interlacing
== s07n3p02.png s07n3p02.png
# s08i3p02 - 8x8 paletted file, interlaced
== s08i3p02.png s08i3p02.png
# s08n3p02 - 8x8 paletted file, no interlacing
== s08n3p02.png s08n3p02.png
# s09i3p02 - 9x9 paletted file, interlaced
== s09i3p02.png s09i3p02.png
# s09n3p02 - 9x9 paletted file, no interlacing
== s09n3p02.png s09n3p02.png
# s32i3p04 - 32x32 paletted file, interlaced
== s32i3p04.png s32i3p04.png
# s32n3p04 - 32x32 paletted file, no interlacing
== s32n3p04.png s32n3p04.png
# s33i3p04 - 33x33 paletted file, interlaced
== s33i3p04.png s33i3p04.png
# s33n3p04 - 33x33 paletted file, no interlacing
== s33n3p04.png s33n3p04.png
# s34i3p04 - 34x34 paletted file, interlaced
== s34i3p04.png s34i3p04.png
# s34n3p04 - 34x34 paletted file, no interlacing
== s34n3p04.png s34n3p04.png
# s35i3p04 - 35x35 paletted file, interlaced
== s35i3p04.png s35i3p04.png
# s35n3p04 - 35x35 paletted file, no interlacing
== s35n3p04.png s35n3p04.png
# s36i3p04 - 36x36 paletted file, interlaced
== s36i3p04.png s36i3p04.png
# s36n3p04 - 36x36 paletted file, no interlacing
== s36n3p04.png s36n3p04.png
# s37i3p04 - 37x37 paletted file, interlaced
== s37i3p04.png s37i3p04.png
# s37n3p04 - 37x37 paletted file, no interlacing
== s37n3p04.png s37n3p04.png
# s38i3p04 - 38x38 paletted file, interlaced
== s38i3p04.png s38i3p04.png
# s38n3p04 - 38x38 paletted file, no interlacing
== s38n3p04.png s38n3p04.png
# s39i3p04 - 39x39 paletted file, interlaced
== s39i3p04.png s39i3p04.png
# s39n3p04 - 39x39 paletted file, no interlacing
== s39n3p04.png s39n3p04.png
# s40i3p04 - 40x40 paletted file, interlaced
== s40i3p04.png s40i3p04.png
# s40n3p04 - 40x40 paletted file, no interlacing
== 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
== 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
== ps1n0g08.png ps1n0g08.png
# ps1n2c16 - six-cube suggested palette (1 byte) in true-color image
== ps1n2c16.png ps1n2c16.png
# ps2n0g08 - six-cube suggested palette (2 bytes) in grayscale image
== ps2n0g08.png ps2n0g08.png
# ps2n2c16 - six-cube suggested palette (2 bytes) in true-color image
== 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
== wrapper.html?tbbn1g04.png wrapper.html?tbbn1g04.png
# tbbn2c16 - transparent, blue background chunk
== wrapper.html?tbbn2c16.png wrapper.html?tbbn2c16.png
# tbbn3p08 - transparent, black background chunk
== wrapper.html?tbbn3p08.png wrapper.html?tbbn3p08.png
# tbgn2c16 - transparent, green background chunk
== wrapper.html?tbgn2c16.png wrapper.html?tbgn2c16.png
# tbgn3p08 - transparent, light-gray background chunk
== wrapper.html?tbgn3p08.png wrapper.html?tbgn3p08.png
# tbrn2c08 - transparent, red background chunk
== wrapper.html?tbrn2c08.png wrapper.html?tbrn2c08.png
# tbwn1g16 - transparent, white background chunk
== wrapper.html?tbwn1g16.png wrapper.html?tbwn1g16.png
# tbwn3p08 - transparent, white background chunk
== wrapper.html?tbwn3p08.png wrapper.html?tbwn3p08.png
# tbyn3p08 - transparent, yellow background chunk
== 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
== 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)
== z00n2c08.png z00n2c08.png
# z03n2c08 - color, no interlacing, compression level 3
== z03n2c08.png z03n2c08.png
# z06n2c08 - color, no interlacing, compression level 6 (default)
== z06n2c08.png z06n2c08.png
# z09n2c08 - color, no interlacing, compression level 9 (maximum)
== z09n2c08.png z09n2c08.png

Просмотреть файл

@ -1,48 +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
include pngsuite-basic-n/reftest-stylo.list
include pngsuite-basic-i/reftest-stylo.list
include pngsuite-ancillary/reftest-stylo.list
include pngsuite-background/reftest-stylo.list
include pngsuite-chunkorder/reftest-stylo.list
include pngsuite-corrupted/reftest-stylo.list
include pngsuite-filtering/reftest-stylo.list
include pngsuite-gamma/reftest-stylo.list
include pngsuite-oddsizes/reftest-stylo.list
include pngsuite-palettes/reftest-stylo.list
include pngsuite-transparency/reftest-stylo.list
include pngsuite-zlib/reftest-stylo.list
# 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
# Lossless encoders
skip-if(Android) include encoders-lossless/reftest-stylo.list

Просмотреть файл

@ -1,63 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== font-size-wrap.html font-size-wrap.html
== abs-pos-auto-margin-1.html abs-pos-auto-margin-1.html
== auto-offset-inline-block-1.html auto-offset-inline-block-1.html
== fieldset-1.html fieldset-1.html
== table-1.html table-1.html
== table-2.html table-2.html
== table-3.html table-3.html
== table-caption-1.html table-caption-1.html
== table-caption-2.html table-caption-2.html
== table-caption-3.html table-caption-3.html
== table-caption-4.html table-caption-4.html
== table-caption-5.html table-caption-5.html
== table-cell-1.html table-cell-1.html
== table-cell-2.html table-cell-2.html
== table-cell-3.html table-cell-3.html
== table-cell-4.html table-cell-4.html
== table-cell-5.html table-cell-5.html
== table-cell-6.html table-cell-6.html
== table-cell-7.html table-cell-7.html
== table-cell-8.html table-cell-8.html
== table-row-1.html table-row-1.html
== table-row-2.html table-row-2.html
== table-row-3.html table-row-3.html
== table-row-4.html table-row-4.html
== table-row-5.html table-row-5.html
== table-row-6.html table-row-6.html
== table-row-7.html table-row-7.html
== table-row-group-1.html table-row-group-1.html
== table-row-group-2.html table-row-group-2.html
== table-row-group-3.html table-row-group-3.html
== table-row-group-4.html table-row-group-4.html
== table-row-group-5.html table-row-group-5.html
== table-row-group-6.html table-row-group-6.html
== table-row-group-7.html table-row-group-7.html
== table-header-group-1.html table-header-group-1.html
== table-header-group-2.html table-header-group-2.html
== table-header-group-3.html table-header-group-3.html
== table-header-group-4.html table-header-group-4.html
== table-header-group-5.html table-header-group-5.html
== table-header-group-6.html table-header-group-6.html
== table-header-group-7.html table-header-group-7.html
== table-footer-group-1.html table-footer-group-1.html
== table-footer-group-2.html table-footer-group-2.html
== table-footer-group-3.html table-footer-group-3.html
== table-footer-group-4.html table-footer-group-4.html
== table-footer-group-5.html table-footer-group-5.html
== table-footer-group-6.html table-footer-group-6.html
== table-footer-group-7.html table-footer-group-7.html
== continuation-positioned-inline-1.html continuation-positioned-inline-1.html
== continuation-positioned-inline-2.html continuation-positioned-inline-2.html
fails == scrollframe-1.html scrollframe-1.html
fails == scrollframe-2.html scrollframe-2.html
fails == select-1.html select-1.html
fails == select-1-dynamic.html select-1-dynamic.html
fails == select-2.html select-2.html
fails == select-3.html select-3.html
== multi-column-1.html multi-column-1.html
== button-1.html button-1.html
== button-2.html button-2.html
== relative-row-animation-1.html relative-row-animation-1.html
== fixed-pos-auto-offset-1a.html fixed-pos-auto-offset-1a.html
== fixed-pos-auto-offset-1b.html fixed-pos-auto-offset-1b.html

Просмотреть файл

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

Просмотреть файл

@ -1,61 +0,0 @@
== bg-fixed-1.html bg-fixed-1.html
== bg-fixed-cover-1.html bg-fixed-cover-1.html
== bg-fixed-cover-2.html bg-fixed-cover-2.html
skip-if(!asyncPan) == bg-fixed-cover-3.html bg-fixed-cover-3.html
skip-if(!asyncPan) == bg-fixed-child.html bg-fixed-child.html
== bg-fixed-child-clip-1.html bg-fixed-child-clip-1.html
== bg-fixed-child-clip-2.html bg-fixed-child-clip-2.html
fuzzy(1,246) fuzzy-if(skiaContent,2,160) fuzzy-if(browserIsRemote&&d2d,53,185) skip-if(!asyncPan) == bg-fixed-child-mask.html bg-fixed-child-mask.html
== bg-fixed-in-opacity.html bg-fixed-in-opacity.html
== bg-fixed-child-no-culling-1.html bg-fixed-child-no-culling-1.html
== bg-fixed-child-no-culling-2.html bg-fixed-child-no-culling-2.html
fuzzy-if(Android,2,4000) fuzzy-if(browserIsRemote&&cocoaWidget,2,179524) fuzzy-if(browserIsRemote&&winWidget,1,74590) fuzzy-if(gtkWidget&&layersGPUAccelerated,1,3528) skip-if(!asyncPan) == bg-fixed-transformed-image.html bg-fixed-transformed-image.html
== element-1.html element-1.html
== iframe-1.html iframe-1.html
== nested-1.html nested-1.html
== nested-2.html nested-2.html
== position-fixed-1.html position-fixed-1.html
== position-fixed-2.html position-fixed-2.html
skip-if(!asyncPan) == position-fixed-body.html position-fixed-body.html
== position-fixed-cover-1.html position-fixed-cover-1.html
== position-fixed-cover-2.html position-fixed-cover-2.html
skip-if(!asyncPan) == position-fixed-cover-3.html position-fixed-cover-3.html
fails == position-fixed-transformed-1.html position-fixed-transformed-1.html
== split-layers-1.html split-layers-1.html
== split-layers-multi-scrolling-1.html split-layers-multi-scrolling-1.html
== split-opacity-layers-1.html split-opacity-layers-1.html
== sticky-pos-scrollable-1.html sticky-pos-scrollable-1.html
== sticky-pos-scrollable-2.html sticky-pos-scrollable-2.html
skip-if(!asyncPan) == sticky-pos-scrollable-3.html sticky-pos-scrollable-3.html
fails == fixed-pos-scrollable-1.html fixed-pos-scrollable-1.html
== culling-1.html culling-1.html
== position-fixed-iframe-1.html position-fixed-iframe-1.html
== position-fixed-iframe-2.html position-fixed-iframe-2.html
fuzzy-if(skiaContent,1,11300) skip-if(!asyncPan) fails-if(stylo&&browserIsRemote) == position-fixed-in-scroll-container.html position-fixed-in-scroll-container.html
== position-fixed-inside-sticky-1.html position-fixed-inside-sticky-1.html
== position-fixed-inside-sticky-2.html position-fixed-inside-sticky-2.html
== group-opacity-surface-size-1.html group-opacity-surface-size-1.html
skip-if(!asyncPan) == position-sticky-transformed.html position-sticky-transformed.html
== offscreen-prerendered-active-opacity.html offscreen-prerendered-active-opacity.html
fails == offscreen-clipped-blendmode-1.html offscreen-clipped-blendmode-1.html
fails == offscreen-clipped-blendmode-2.html offscreen-clipped-blendmode-2.html
fuzzy-if(Android,6,4) skip == offscreen-clipped-blendmode-3.html offscreen-clipped-blendmode-3.html
fuzzy-if(Android,6,4) skip-if(!asyncPan) fails-if(stylo&&browserIsRemote) == offscreen-clipped-blendmode-4.html offscreen-clipped-blendmode-4.html
fails == perspective-scrolling-1.html perspective-scrolling-1.html
fails == perspective-scrolling-2.html perspective-scrolling-2.html
fuzzy-if(Android,7,4) skip-if(!asyncPan) fails-if(stylo&&browserIsRemote) == perspective-scrolling-3.html perspective-scrolling-3.html
fuzzy-if(Android,7,4) skip-if(!asyncPan) fails-if(stylo&&browserIsRemote) == perspective-scrolling-4.html perspective-scrolling-4.html
pref(apz.disable_for_scroll_linked_effects,true) skip-if(!asyncPan) fails-if(stylo&&browserIsRemote) == disable-apz-for-sle-pages.html disable-apz-for-sle-pages.html
== background-blend-mode-1.html background-blend-mode-1.html
fails == opaque-fractional-displayport-1.html opaque-fractional-displayport-1.html
fails == opaque-fractional-displayport-2.html opaque-fractional-displayport-2.html
# for the following tests, we want to disable the low-precision buffer
# as it will expand the displayport beyond what the test specifies in
# its reftest-displayport attributes, and interfere with where we expect
# checkerboarding to occur
default-preferences pref(layers.low-precision-buffer,false)
== checkerboard-1.html checkerboard-1.html
== checkerboard-2.html checkerboard-2.html
skip-if(!asyncPan) == checkerboard-3.html checkerboard-3.html
default-preferences

Просмотреть файл

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

Просмотреть файл

@ -1,189 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
include gradient/reftest-stylo.list
include vector/reftest-stylo.list
== layers-stacking-order.xhtml layers-stacking-order.xhtml
== layers-layer-count-cascade-1.xhtml layers-layer-count-cascade-1.xhtml
== layers-layer-count-inheritance-1.xhtml layers-layer-count-inheritance-1.xhtml
== layers-layer-count-cascade-2.xhtml layers-layer-count-cascade-2.xhtml
fails == layers-layer-count-inheritance-2.xhtml layers-layer-count-inheritance-2.xhtml
== viewport-translucent-color-1.html viewport-translucent-color-1.html
== viewport-translucent-color-2.html viewport-translucent-color-2.html
== viewport-translucent-color-3.html viewport-translucent-color-3.html
== viewport-translucent-color-ref.html viewport-translucent-color-ref.html
== iframe-translucent-color-1.html iframe-translucent-color-1.html
== translucent-color-1.html translucent-color-1.html
== translucent-color-2.html translucent-color-2.html
fuzzy-if(skiaContent,1,1024) == translucent-color-3.html translucent-color-3.html
== translucent-color-ref.html translucent-color-ref.html
== root-element-display-none-1.html root-element-display-none-1.html
== continuous-inline-1a.html continuous-inline-1a.html
== continuous-inline-1b.html continuous-inline-1b.html
== continuous-inline-1c.html continuous-inline-1c.html
== continuous-inline-1d.html continuous-inline-1d.html
== continuous-inline-2a.html continuous-inline-2a.html
== continuous-inline-2b.html continuous-inline-2b.html
== continuous-inline-3.html continuous-inline-3.html
== continuous-inline-4a.html continuous-inline-4a.html
== continuous-inline-4b.html continuous-inline-4b.html
== continuous-inline-5a.html continuous-inline-5a.html
== continuous-inline-5b.html continuous-inline-5b.html
== background-redraw-237766.html background-redraw-237766.html
== background-clip-1.html background-clip-1.html
== background-clip-2.html background-clip-2.html
== background-position-1a.html background-position-1a.html
== background-position-1b.html background-position-1b.html
== background-position-1c.html background-position-1c.html
== background-position-1d.html background-position-1d.html
== background-position-1e.html background-position-1e.html
== background-position-1f.html background-position-1f.html
== background-position-2a.html background-position-2a.html
== background-position-2b.html background-position-2b.html
== background-position-2c.html background-position-2c.html
== background-position-2d.html background-position-2d.html
== background-position-3a.html background-position-3a.html
== background-position-3b.html background-position-3b.html
== background-position-3c.html background-position-3c.html
== background-position-3d.html background-position-3d.html
== background-position-4a.html background-position-4a.html
== background-position-4b.html background-position-4b.html
== background-position-4c.html background-position-4c.html
== background-position-4d.html background-position-4d.html
== background-position-4e.html background-position-4e.html
== background-position-5.html background-position-5.html
== background-position-6a.html background-position-6a.html
== background-position-6b.html background-position-6b.html
== background-position-7.html background-position-7.html
== background-position-8.html background-position-8.html
== background-size-auto-auto.html background-size-auto-auto.html
== background-size-auto.html background-size-auto.html
== background-size-contain.html background-size-contain.html
== background-size-cover.html background-size-cover.html
== background-size-auto-length.html background-size-auto-length.html
== background-size-length-auto.html background-size-length-auto.html
== background-size-length.html background-size-length.html
== background-size-auto-percent.html background-size-auto-percent.html
== background-size-percent-auto.html background-size-percent-auto.html
== background-size-percent.html background-size-percent.html
== background-size-length-percent.html background-size-length-percent.html
== background-size-percent-length.html background-size-percent-length.html
== background-size-percent-percent.html background-size-percent-percent.html
== background-size-length-length.html background-size-length-length.html
== background-size-percent-percent-stretch.html background-size-percent-percent-stretch.html
== background-size-body-percent-percent.html background-size-body-percent-percent.html
== background-size-body-percent-percent-no-repeat.html background-size-body-percent-percent-no-repeat.html
== background-size-body-percent-percent-not-fixed.html background-size-body-percent-percent-not-fixed.html
== background-size-body-cover.html background-size-body-cover.html
== background-size-body-cover-no-repeat.html background-size-body-cover-no-repeat.html
== background-size-body-cover-not-fixed.html background-size-body-cover-not-fixed.html
== background-size-body-cover-not-fixed.html background-size-body-cover-not-fixed.html
# relies on reftest window having greater height than width
== background-size-body-contain.html background-size-body-contain.html
== background-size-body-contain-no-repeat.html background-size-body-contain-no-repeat.html
== background-size-body-contain-not-fixed.html background-size-body-contain-not-fixed.html
== background-size-body-cover-not-fixed.html background-size-body-cover-not-fixed.html
== background-size-body-percent-percent-overflow.html background-size-body-percent-percent-overflow.html
== background-size-zoom-no-repeat.html background-size-zoom-no-repeat.html
== background-size-contain-clip-padding.html background-size-contain-clip-padding.html
== background-size-contain-clip-border.html background-size-contain-clip-border.html
== background-size-contain-position-fifty-fifty.html background-size-contain-position-fifty-fifty.html
== background-size-contain-clip-padding-origin-border.html background-size-contain-clip-padding-origin-border.html
== background-size-contain-clip-padding-origin-border-padding.html background-size-contain-clip-padding-origin-border-padding.html
== background-layers-1a.html background-layers-1a.html
== background-layers-1b.html background-layers-1b.html
# box-decoration-break's effect on backgrounds is touchy and hard to test due to stretching
# artifacts and the difficulty of covering exact lines, so just make sure
# background-size results in a different rendering when present.
pref(layout.css.box-decoration-break.enabled,true) == background-size-cover-slice.html background-size-cover-slice.html
pref(layout.css.box-decoration-break.enabled,true) == background-size-cover-clone.html background-size-cover-clone.html
# ...and make sure each rendering with background-size is different from the
# other
pref(layout.css.box-decoration-break.enabled,true) == background-size-cover-slice.html background-size-cover-slice.html
fails == background-size-monster-ch.html background-size-monster-ch.html
== background-size-monster-cm.html background-size-monster-cm.html
fails == background-size-monster-em.html background-size-monster-em.html
fails == background-size-monster-ex.html background-size-monster-ex.html
== background-size-monster-inches.html background-size-monster-inches.html
== background-size-monster-mm.html background-size-monster-mm.html
== background-size-monster-pc.html background-size-monster-pc.html
== background-size-monster-pt.html background-size-monster-pt.html
== background-size-monster-px.html background-size-monster-px.html
fails == background-size-monster-rem.html background-size-monster-rem.html
# There seems to be a pixel-snapping problem here, where the repeated background
# image isn't being snapped at its boundaries. Note that the boundaries within
# the image aren't the issue, because they're being obscured to avoid sampling
# algorithm dependencies (at least assuming the sampling algorithm in use
# doesn't sample too far astray from the boundaries).
== background-size-zoom-repeat.html background-size-zoom-repeat.html
# -moz-default-background-color and -moz-default-color (bug 591341)
== background-moz-default-background-color.html background-moz-default-background-color.html
== fixed-bg-with-transform-outside-viewport-1.html fixed-bg-with-transform-outside-viewport-1.html
fuzzy(2,83) == fixed-bg-border-radius.html fixed-bg-border-radius.html
HTTP == root-background-1.html root-background-1.html
HTTP == root-background-1.html root-background-1.html
fails == really-big-background.html really-big-background.html # Bug 1341690
== body-background.html body-background.html # Bug 1339711
== table-background.html table-background.html # Bug 1339711
== table-background-print.html table-background-print.html
== div-background.html div-background.html
== background-repeat-1-ref.html background-repeat-1-ref.html
== multi-background-clip-content-border.html multi-background-clip-content-border.html
HTTP == background-referrer.html background-referrer.html
== attachment-scroll-positioning-1.html attachment-scroll-positioning-1.html
== attachment-local-positioning-1.html attachment-local-positioning-1.html
== attachment-local-positioning-2.html attachment-local-positioning-2.html
== attachment-local-positioning-3.html attachment-local-positioning-3.html
== attachment-local-positioning-4.html attachment-local-positioning-4.html
== attachment-local-positioning-5.html attachment-local-positioning-5.html
== attachment-local-clipping-color-1.html attachment-local-clipping-color-1.html
== attachment-local-clipping-color-2.html attachment-local-clipping-color-2.html
== attachment-local-clipping-color-3.html attachment-local-clipping-color-3.html
== attachment-local-clipping-color-4.html attachment-local-clipping-color-4.html
== attachment-local-clipping-color-5.html attachment-local-clipping-color-5.html
== attachment-local-clipping-color-6.html attachment-local-clipping-color-6.html
== attachment-local-clipping-image-1.html attachment-local-clipping-image-1.html
== attachment-local-clipping-image-2.html attachment-local-clipping-image-2.html
== attachment-local-clipping-image-3.html attachment-local-clipping-image-3.html
# The next three tests are fuzzy due to bug 1128229.
== attachment-local-clipping-image-4.html attachment-local-clipping-image-4.html
== attachment-local-clipping-image-5.html attachment-local-clipping-image-5.html
== attachment-local-clipping-image-6.html attachment-local-clipping-image-6.html
fuzzy-if(skiaContent,1,8) == background-multiple-with-border-radius.html background-multiple-with-border-radius.html
== background-repeat-large-area.html background-repeat-large-area.html
== background-tiling-zoom-1.html background-tiling-zoom-1.html
skip-if(!cocoaWidget) == background-repeat-resampling.html background-repeat-resampling.html
== background-clip-text-1a.html background-clip-text-1a.html
== background-clip-text-1b.html background-clip-text-1b.html
== background-clip-text-1c.html background-clip-text-1c.html
== background-clip-text-1d.html background-clip-text-1d.html
== background-clip-text-1e.html background-clip-text-1e.html
fails pref(layout.css.background-clip-text.enabled,false) == background-clip-text-1a.html background-clip-text-1a.html # Bug 1342186
pref(layout.css.background-clip-text.enabled,true) == background-clip-text-2.html background-clip-text-2.html

Просмотреть файл

@ -1,27 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== tall--contain--height.html tall--contain--height.html
== tall--contain--width.html tall--contain--width.html
== wide--contain--height.html wide--contain--height.html
== wide--contain--width.html wide--contain--width.html
# These tests fail because of integer overflow; see bug 894555.
== tall--cover--height.html tall--cover--height.html
== tall--cover--width.html tall--cover--width.html
== wide--cover--height.html wide--cover--height.html
== wide--cover--width.html wide--cover--width.html
== zero-height-ratio-contain.html zero-height-ratio-contain.html
== zero-height-ratio-cover.html zero-height-ratio-cover.html
== zero-height-ratio-auto-auto.html zero-height-ratio-auto-auto.html
== zero-height-ratio-auto-5px.html zero-height-ratio-auto-5px.html
== zero-height-ratio-5px-auto.html zero-height-ratio-5px-auto.html
== zero-width-ratio-contain.html zero-width-ratio-contain.html
== zero-width-ratio-cover.html zero-width-ratio-cover.html
== zero-width-ratio-auto-auto.html zero-width-ratio-auto-auto.html
== zero-width-ratio-auto-5px.html zero-width-ratio-auto-5px.html
== zero-width-ratio-5px-auto.html zero-width-ratio-5px-auto.html
== zero-ratio-no-dimensions-contain.html zero-ratio-no-dimensions-contain.html
== zero-ratio-no-dimensions-cover.html zero-ratio-no-dimensions-cover.html
== zero-ratio-no-dimensions-auto-5px.html zero-ratio-no-dimensions-auto-5px.html
== zero-ratio-no-dimensions-5px-auto.html zero-ratio-no-dimensions-5px-auto.html
== zero-ratio-no-dimensions-auto-auto.html zero-ratio-no-dimensions-auto-auto.html

Просмотреть файл

@ -1,205 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
include empty/reftest-stylo.list
################################################################################
# For reference (although the wide--32px-auto* tests/names were changed to
# avoid viewBox-directed scaling to make the scaled height less than the wide-
# tests height):
#
# for ORIENTATION in tall wide; do for SIZE in 32px-auto auto-32px auto contain cover; do for VIMAGE in *.svg; do cat template.html | sed -e "s/SIZE/$(echo $SIZE | sed -e 's/-/ /')/g" | sed -e "s/VIMAGE/$VIMAGE/g" | sed -e "s/TALLWIDE/$ORIENTATION/g" | sed -e "s/ORIENTATION/$(if [ "$ORIENTATION" = "tall" ]; then echo 'width: 256px; height: 768px'; else echo 'width: 768px; height: 256px'; fi)/g" > $ORIENTATION--$SIZE--$(echo $VIMAGE | sed -e 's/.svg//').html; echo "== $ORIENTATION--$SIZE--$(echo $VIMAGE | sed -e -e
#
################################################################################
== tall--32px-auto--nonpercent-width-nonpercent-height.html tall--32px-auto--nonpercent-width-nonpercent-height.html
== tall--32px-auto--nonpercent-width-nonpercent-height-viewbox.html tall--32px-auto--nonpercent-width-nonpercent-height-viewbox.html
== tall--32px-auto--nonpercent-width-omitted-height.html tall--32px-auto--nonpercent-width-omitted-height.html
== tall--32px-auto--nonpercent-width-omitted-height-viewbox.html tall--32px-auto--nonpercent-width-omitted-height-viewbox.html
== tall--32px-auto--nonpercent-width-percent-height.html tall--32px-auto--nonpercent-width-percent-height.html
== tall--32px-auto--nonpercent-width-percent-height-viewbox.html tall--32px-auto--nonpercent-width-percent-height-viewbox.html
== tall--32px-auto--omitted-width-nonpercent-height.html tall--32px-auto--omitted-width-nonpercent-height.html
== tall--32px-auto--omitted-width-nonpercent-height-viewbox.html tall--32px-auto--omitted-width-nonpercent-height-viewbox.html
== tall--32px-auto--omitted-width-omitted-height.html tall--32px-auto--omitted-width-omitted-height.html
== tall--32px-auto--omitted-width-omitted-height-viewbox.html tall--32px-auto--omitted-width-omitted-height-viewbox.html
== tall--32px-auto--omitted-width-percent-height.html tall--32px-auto--omitted-width-percent-height.html
== tall--32px-auto--omitted-width-percent-height-viewbox.html tall--32px-auto--omitted-width-percent-height-viewbox.html
== tall--32px-auto--percent-width-nonpercent-height.html tall--32px-auto--percent-width-nonpercent-height.html
== tall--32px-auto--percent-width-nonpercent-height-viewbox.html tall--32px-auto--percent-width-nonpercent-height-viewbox.html
== tall--32px-auto--percent-width-omitted-height.html tall--32px-auto--percent-width-omitted-height.html
== tall--32px-auto--percent-width-omitted-height-viewbox.html tall--32px-auto--percent-width-omitted-height-viewbox.html
== tall--32px-auto--percent-width-percent-height.html tall--32px-auto--percent-width-percent-height.html
== tall--32px-auto--percent-width-percent-height-viewbox.html tall--32px-auto--percent-width-percent-height-viewbox.html
== tall--auto-32px--nonpercent-width-nonpercent-height.html tall--auto-32px--nonpercent-width-nonpercent-height.html
== tall--auto-32px--nonpercent-width-nonpercent-height-viewbox.html tall--auto-32px--nonpercent-width-nonpercent-height-viewbox.html
== tall--auto-32px--nonpercent-width-omitted-height.html tall--auto-32px--nonpercent-width-omitted-height.html
== tall--auto-32px--nonpercent-width-omitted-height-viewbox.html tall--auto-32px--nonpercent-width-omitted-height-viewbox.html
== tall--auto-32px--nonpercent-width-percent-height.html tall--auto-32px--nonpercent-width-percent-height.html
== tall--auto-32px--nonpercent-width-percent-height-viewbox.html tall--auto-32px--nonpercent-width-percent-height-viewbox.html
== tall--auto-32px--omitted-width-nonpercent-height.html tall--auto-32px--omitted-width-nonpercent-height.html
== tall--auto-32px--omitted-width-nonpercent-height-viewbox.html tall--auto-32px--omitted-width-nonpercent-height-viewbox.html
== tall--auto-32px--omitted-width-omitted-height.html tall--auto-32px--omitted-width-omitted-height.html
== tall--auto-32px--omitted-width-omitted-height-viewbox.html tall--auto-32px--omitted-width-omitted-height-viewbox.html
== tall--auto-32px--omitted-width-percent-height.html tall--auto-32px--omitted-width-percent-height.html
== tall--auto-32px--omitted-width-percent-height-viewbox.html tall--auto-32px--omitted-width-percent-height-viewbox.html
== tall--auto-32px--percent-width-nonpercent-height.html tall--auto-32px--percent-width-nonpercent-height.html
== tall--auto-32px--percent-width-nonpercent-height-viewbox.html tall--auto-32px--percent-width-nonpercent-height-viewbox.html
== tall--auto-32px--percent-width-omitted-height.html tall--auto-32px--percent-width-omitted-height.html
== tall--auto-32px--percent-width-omitted-height-viewbox.html tall--auto-32px--percent-width-omitted-height-viewbox.html
== tall--auto-32px--percent-width-percent-height.html tall--auto-32px--percent-width-percent-height.html
== tall--auto-32px--percent-width-percent-height-viewbox.html tall--auto-32px--percent-width-percent-height-viewbox.html
== tall--auto--nonpercent-width-nonpercent-height.html tall--auto--nonpercent-width-nonpercent-height.html
== tall--auto--nonpercent-width-nonpercent-height-viewbox.html tall--auto--nonpercent-width-nonpercent-height-viewbox.html
== tall--auto--nonpercent-width-omitted-height.html tall--auto--nonpercent-width-omitted-height.html
== tall--auto--nonpercent-width-omitted-height-viewbox.html tall--auto--nonpercent-width-omitted-height-viewbox.html
== tall--auto--nonpercent-width-percent-height.html tall--auto--nonpercent-width-percent-height.html
== tall--auto--nonpercent-width-percent-height-viewbox.html tall--auto--nonpercent-width-percent-height-viewbox.html
== tall--auto--omitted-width-nonpercent-height.html tall--auto--omitted-width-nonpercent-height.html
== tall--auto--omitted-width-nonpercent-height-viewbox.html tall--auto--omitted-width-nonpercent-height-viewbox.html
== tall--auto--omitted-width-omitted-height.html tall--auto--omitted-width-omitted-height.html
== tall--auto--omitted-width-omitted-height-viewbox.html tall--auto--omitted-width-omitted-height-viewbox.html
== tall--auto--omitted-width-percent-height.html tall--auto--omitted-width-percent-height.html
== tall--auto--omitted-width-percent-height-viewbox.html tall--auto--omitted-width-percent-height-viewbox.html
== tall--auto--percent-width-nonpercent-height.html tall--auto--percent-width-nonpercent-height.html
== tall--auto--percent-width-nonpercent-height-viewbox.html tall--auto--percent-width-nonpercent-height-viewbox.html
== tall--auto--percent-width-omitted-height.html tall--auto--percent-width-omitted-height.html
== tall--auto--percent-width-omitted-height-viewbox.html tall--auto--percent-width-omitted-height-viewbox.html
== tall--auto--percent-width-percent-height.html tall--auto--percent-width-percent-height.html
== tall--auto--percent-width-percent-height-viewbox.html tall--auto--percent-width-percent-height-viewbox.html
== tall--contain--nonpercent-width-nonpercent-height.html tall--contain--nonpercent-width-nonpercent-height.html
== tall--contain--nonpercent-width-nonpercent-height-viewbox.html tall--contain--nonpercent-width-nonpercent-height-viewbox.html
== tall--contain--nonpercent-width-omitted-height.html tall--contain--nonpercent-width-omitted-height.html
== tall--contain--nonpercent-width-omitted-height-viewbox.html tall--contain--nonpercent-width-omitted-height-viewbox.html
== tall--contain--nonpercent-width-percent-height.html tall--contain--nonpercent-width-percent-height.html
== tall--contain--nonpercent-width-percent-height-viewbox.html tall--contain--nonpercent-width-percent-height-viewbox.html
== tall--contain--omitted-width-nonpercent-height.html tall--contain--omitted-width-nonpercent-height.html
== tall--contain--omitted-width-nonpercent-height-viewbox.html tall--contain--omitted-width-nonpercent-height-viewbox.html
== tall--contain--omitted-width-omitted-height.html tall--contain--omitted-width-omitted-height.html
== tall--contain--omitted-width-omitted-height-viewbox.html tall--contain--omitted-width-omitted-height-viewbox.html
== tall--contain--omitted-width-percent-height.html tall--contain--omitted-width-percent-height.html
== tall--contain--omitted-width-percent-height-viewbox.html tall--contain--omitted-width-percent-height-viewbox.html
== tall--contain--percent-width-nonpercent-height.html tall--contain--percent-width-nonpercent-height.html
== tall--contain--percent-width-nonpercent-height-viewbox.html tall--contain--percent-width-nonpercent-height-viewbox.html
== tall--contain--percent-width-omitted-height.html tall--contain--percent-width-omitted-height.html
== tall--contain--percent-width-omitted-height-viewbox.html tall--contain--percent-width-omitted-height-viewbox.html
== tall--contain--percent-width-percent-height.html tall--contain--percent-width-percent-height.html
== tall--contain--percent-width-percent-height-viewbox.html tall--contain--percent-width-percent-height-viewbox.html
== tall--cover--nonpercent-width-nonpercent-height.html tall--cover--nonpercent-width-nonpercent-height.html
== tall--cover--nonpercent-width-nonpercent-height-viewbox.html tall--cover--nonpercent-width-nonpercent-height-viewbox.html
== tall--cover--nonpercent-width-nonpercent-height--crisp.html tall--cover--nonpercent-width-nonpercent-height--crisp.html
== tall--cover--nonpercent-width-nonpercent-height-viewbox--crisp.html tall--cover--nonpercent-width-nonpercent-height-viewbox--crisp.html
== tall--cover--nonpercent-width-omitted-height.html tall--cover--nonpercent-width-omitted-height.html
== tall--cover--nonpercent-width-omitted-height-viewbox.html tall--cover--nonpercent-width-omitted-height-viewbox.html
== tall--cover--nonpercent-width-percent-height.html tall--cover--nonpercent-width-percent-height.html
== tall--cover--nonpercent-width-percent-height-viewbox.html tall--cover--nonpercent-width-percent-height-viewbox.html
== tall--cover--omitted-width-nonpercent-height.html tall--cover--omitted-width-nonpercent-height.html
== tall--cover--omitted-width-nonpercent-height-viewbox.html tall--cover--omitted-width-nonpercent-height-viewbox.html
== tall--cover--omitted-width-omitted-height.html tall--cover--omitted-width-omitted-height.html
== tall--cover--omitted-width-omitted-height-viewbox.html tall--cover--omitted-width-omitted-height-viewbox.html
== tall--cover--omitted-width-percent-height.html tall--cover--omitted-width-percent-height.html
== tall--cover--omitted-width-percent-height-viewbox.html tall--cover--omitted-width-percent-height-viewbox.html
== tall--cover--percent-width-nonpercent-height.html tall--cover--percent-width-nonpercent-height.html
== tall--cover--percent-width-nonpercent-height-viewbox.html tall--cover--percent-width-nonpercent-height-viewbox.html
== tall--cover--percent-width-omitted-height.html tall--cover--percent-width-omitted-height.html
== tall--cover--percent-width-omitted-height-viewbox.html tall--cover--percent-width-omitted-height-viewbox.html
== tall--cover--percent-width-percent-height.html tall--cover--percent-width-percent-height.html
== tall--cover--percent-width-percent-height-viewbox.html tall--cover--percent-width-percent-height-viewbox.html
== wide--12px-auto--nonpercent-width-nonpercent-height.html wide--12px-auto--nonpercent-width-nonpercent-height.html
== wide--12px-auto--nonpercent-width-nonpercent-height-viewbox.html wide--12px-auto--nonpercent-width-nonpercent-height-viewbox.html
== wide--12px-auto--nonpercent-width-omitted-height.html wide--12px-auto--nonpercent-width-omitted-height.html
== wide--12px-auto--nonpercent-width-omitted-height-viewbox.html wide--12px-auto--nonpercent-width-omitted-height-viewbox.html
== wide--12px-auto--nonpercent-width-percent-height.html wide--12px-auto--nonpercent-width-percent-height.html
== wide--12px-auto--nonpercent-width-percent-height-viewbox.html wide--12px-auto--nonpercent-width-percent-height-viewbox.html
== wide--12px-auto--omitted-width-nonpercent-height.html wide--12px-auto--omitted-width-nonpercent-height.html
== wide--12px-auto--omitted-width-nonpercent-height-viewbox.html wide--12px-auto--omitted-width-nonpercent-height-viewbox.html
== wide--12px-auto--omitted-width-omitted-height.html wide--12px-auto--omitted-width-omitted-height.html
== wide--12px-auto--omitted-width-omitted-height-viewbox.html wide--12px-auto--omitted-width-omitted-height-viewbox.html
== wide--12px-auto--omitted-width-percent-height.html wide--12px-auto--omitted-width-percent-height.html
== wide--12px-auto--omitted-width-percent-height-viewbox.html wide--12px-auto--omitted-width-percent-height-viewbox.html
== wide--12px-auto--percent-width-nonpercent-height.html wide--12px-auto--percent-width-nonpercent-height.html
== wide--12px-auto--percent-width-nonpercent-height-viewbox.html wide--12px-auto--percent-width-nonpercent-height-viewbox.html
== wide--12px-auto--percent-width-omitted-height.html wide--12px-auto--percent-width-omitted-height.html
== wide--12px-auto--percent-width-omitted-height-viewbox.html wide--12px-auto--percent-width-omitted-height-viewbox.html
== wide--12px-auto--percent-width-percent-height.html wide--12px-auto--percent-width-percent-height.html
== wide--12px-auto--percent-width-percent-height-viewbox.html wide--12px-auto--percent-width-percent-height-viewbox.html
== wide--auto-32px--nonpercent-width-nonpercent-height.html wide--auto-32px--nonpercent-width-nonpercent-height.html
== wide--auto-32px--nonpercent-width-nonpercent-height-viewbox.html wide--auto-32px--nonpercent-width-nonpercent-height-viewbox.html
== wide--auto-32px--nonpercent-width-omitted-height.html wide--auto-32px--nonpercent-width-omitted-height.html
== wide--auto-32px--nonpercent-width-omitted-height-viewbox.html wide--auto-32px--nonpercent-width-omitted-height-viewbox.html
== wide--auto-32px--nonpercent-width-percent-height.html wide--auto-32px--nonpercent-width-percent-height.html
== wide--auto-32px--nonpercent-width-percent-height-viewbox.html wide--auto-32px--nonpercent-width-percent-height-viewbox.html
== wide--auto-32px--omitted-width-nonpercent-height.html wide--auto-32px--omitted-width-nonpercent-height.html
== wide--auto-32px--omitted-width-nonpercent-height-viewbox.html wide--auto-32px--omitted-width-nonpercent-height-viewbox.html
== wide--auto-32px--omitted-width-omitted-height.html wide--auto-32px--omitted-width-omitted-height.html
== wide--auto-32px--omitted-width-omitted-height-viewbox.html wide--auto-32px--omitted-width-omitted-height-viewbox.html
== wide--auto-32px--omitted-width-percent-height.html wide--auto-32px--omitted-width-percent-height.html
== wide--auto-32px--omitted-width-percent-height-viewbox.html wide--auto-32px--omitted-width-percent-height-viewbox.html
== wide--auto-32px--percent-width-nonpercent-height.html wide--auto-32px--percent-width-nonpercent-height.html
== wide--auto-32px--percent-width-nonpercent-height-viewbox.html wide--auto-32px--percent-width-nonpercent-height-viewbox.html
== wide--auto-32px--percent-width-omitted-height.html wide--auto-32px--percent-width-omitted-height.html
== wide--auto-32px--percent-width-omitted-height-viewbox.html wide--auto-32px--percent-width-omitted-height-viewbox.html
== wide--auto-32px--percent-width-percent-height.html wide--auto-32px--percent-width-percent-height.html
== wide--auto-32px--percent-width-percent-height-viewbox.html wide--auto-32px--percent-width-percent-height-viewbox.html
== wide--auto--nonpercent-width-nonpercent-height.html wide--auto--nonpercent-width-nonpercent-height.html
== wide--auto--nonpercent-width-nonpercent-height-viewbox.html wide--auto--nonpercent-width-nonpercent-height-viewbox.html
== wide--auto--nonpercent-width-omitted-height.html wide--auto--nonpercent-width-omitted-height.html
== wide--auto--nonpercent-width-omitted-height-viewbox.html wide--auto--nonpercent-width-omitted-height-viewbox.html
== wide--auto--nonpercent-width-percent-height.html wide--auto--nonpercent-width-percent-height.html
== wide--auto--nonpercent-width-percent-height-viewbox.html wide--auto--nonpercent-width-percent-height-viewbox.html
== wide--auto--omitted-width-nonpercent-height.html wide--auto--omitted-width-nonpercent-height.html
== wide--auto--omitted-width-nonpercent-height-viewbox.html wide--auto--omitted-width-nonpercent-height-viewbox.html
== wide--auto--omitted-width-omitted-height.html wide--auto--omitted-width-omitted-height.html
== wide--auto--omitted-width-omitted-height-viewbox.html wide--auto--omitted-width-omitted-height-viewbox.html
== wide--auto--omitted-width-percent-height.html wide--auto--omitted-width-percent-height.html
== wide--auto--omitted-width-percent-height-viewbox.html wide--auto--omitted-width-percent-height-viewbox.html
== wide--auto--percent-width-nonpercent-height.html wide--auto--percent-width-nonpercent-height.html
== wide--auto--percent-width-nonpercent-height-viewbox.html wide--auto--percent-width-nonpercent-height-viewbox.html
== wide--auto--percent-width-omitted-height.html wide--auto--percent-width-omitted-height.html
== wide--auto--percent-width-omitted-height-viewbox.html wide--auto--percent-width-omitted-height-viewbox.html
== wide--auto--percent-width-percent-height.html wide--auto--percent-width-percent-height.html
== wide--auto--percent-width-percent-height-viewbox.html wide--auto--percent-width-percent-height-viewbox.html
== wide--contain--nonpercent-width-nonpercent-height.html wide--contain--nonpercent-width-nonpercent-height.html
== wide--contain--nonpercent-width-nonpercent-height-viewbox.html wide--contain--nonpercent-width-nonpercent-height-viewbox.html
== wide--contain--nonpercent-width-omitted-height.html wide--contain--nonpercent-width-omitted-height.html
== wide--contain--nonpercent-width-omitted-height-viewbox.html wide--contain--nonpercent-width-omitted-height-viewbox.html
== wide--contain--nonpercent-width-percent-height.html wide--contain--nonpercent-width-percent-height.html
== wide--contain--nonpercent-width-percent-height-viewbox.html wide--contain--nonpercent-width-percent-height-viewbox.html
== wide--contain--omitted-width-nonpercent-height.html wide--contain--omitted-width-nonpercent-height.html
== wide--contain--omitted-width-nonpercent-height-viewbox.html wide--contain--omitted-width-nonpercent-height-viewbox.html
== wide--contain--omitted-width-omitted-height.html wide--contain--omitted-width-omitted-height.html
== wide--contain--omitted-width-omitted-height-viewbox.html wide--contain--omitted-width-omitted-height-viewbox.html
== wide--contain--omitted-width-percent-height.html wide--contain--omitted-width-percent-height.html
== wide--contain--omitted-width-percent-height-viewbox.html wide--contain--omitted-width-percent-height-viewbox.html
== wide--contain--percent-width-nonpercent-height.html wide--contain--percent-width-nonpercent-height.html
== wide--contain--percent-width-nonpercent-height-viewbox.html wide--contain--percent-width-nonpercent-height-viewbox.html
== wide--contain--percent-width-omitted-height.html wide--contain--percent-width-omitted-height.html
== wide--contain--percent-width-omitted-height-viewbox.html wide--contain--percent-width-omitted-height-viewbox.html
== wide--contain--percent-width-percent-height.html wide--contain--percent-width-percent-height.html
== wide--contain--percent-width-percent-height-viewbox.html wide--contain--percent-width-percent-height-viewbox.html
== wide--cover--nonpercent-width-nonpercent-height.html wide--cover--nonpercent-width-nonpercent-height.html
== wide--cover--nonpercent-width-nonpercent-height-viewbox.html wide--cover--nonpercent-width-nonpercent-height-viewbox.html
== wide--cover--nonpercent-width-omitted-height.html wide--cover--nonpercent-width-omitted-height.html
== wide--cover--nonpercent-width-omitted-height-viewbox.html wide--cover--nonpercent-width-omitted-height-viewbox.html
== wide--cover--nonpercent-width-percent-height.html wide--cover--nonpercent-width-percent-height.html
== wide--cover--nonpercent-width-percent-height-viewbox.html wide--cover--nonpercent-width-percent-height-viewbox.html
== wide--cover--omitted-width-nonpercent-height.html wide--cover--omitted-width-nonpercent-height.html
== wide--cover--omitted-width-nonpercent-height-viewbox.html wide--cover--omitted-width-nonpercent-height-viewbox.html
== wide--cover--omitted-width-omitted-height.html wide--cover--omitted-width-omitted-height.html
== wide--cover--omitted-width-omitted-height-viewbox.html wide--cover--omitted-width-omitted-height-viewbox.html
== wide--cover--omitted-width-percent-height.html wide--cover--omitted-width-percent-height.html
== wide--cover--omitted-width-percent-height-viewbox.html wide--cover--omitted-width-percent-height-viewbox.html
== wide--cover--percent-width-nonpercent-height.html wide--cover--percent-width-nonpercent-height.html
== wide--cover--percent-width-nonpercent-height-viewbox.html wide--cover--percent-width-nonpercent-height-viewbox.html
== wide--cover--percent-width-omitted-height.html wide--cover--percent-width-omitted-height.html
== wide--cover--percent-width-omitted-height-viewbox.html wide--cover--percent-width-omitted-height-viewbox.html
== wide--cover--percent-width-percent-height.html wide--cover--percent-width-percent-height.html
== wide--cover--percent-width-percent-height-viewbox.html wide--cover--percent-width-percent-height-viewbox.html
== diagonal-percentage-vector-background.html diagonal-percentage-vector-background.html
== no-aspect-ratio-wide.html no-aspect-ratio-wide.html

Просмотреть файл

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

Просмотреть файл

@ -1,121 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
pref(bidi.numeral,0) == arabic-1.html arabic-1.html
pref(bidi.numeral,1) == arabic-1.html arabic-1.html
pref(bidi.numeral,2) == arabic-1.html arabic-1.html
pref(bidi.numeral,3) == arabic-1.html arabic-1.html
pref(bidi.numeral,4) == arabic-1.html arabic-1.html
pref(bidi.numeral,0) == arabic-2.html arabic-2.html
pref(bidi.numeral,1) == arabic-2.html arabic-2.html
pref(bidi.numeral,2) == arabic-2.html arabic-2.html
pref(bidi.numeral,3) == arabic-2.html arabic-2.html
pref(bidi.numeral,4) == arabic-2.html arabic-2.html
pref(bidi.numeral,0) == arabic-3.html arabic-3.html
pref(bidi.numeral,1) == arabic-3.html arabic-3.html
pref(bidi.numeral,2) == arabic-3.html arabic-3.html
pref(bidi.numeral,3) == arabic-3.html arabic-3.html
pref(bidi.numeral,4) == arabic-3.html arabic-3.html
pref(bidi.numeral,0) == arabic-4.html arabic-4.html
pref(bidi.numeral,1) == arabic-4.html arabic-4.html
pref(bidi.numeral,2) == arabic-4.html arabic-4.html
pref(bidi.numeral,3) == arabic-4.html arabic-4.html
pref(bidi.numeral,4) == arabic-4.html arabic-4.html
pref(bidi.numeral,0) == arabic-5.html arabic-5.html
pref(bidi.numeral,1) == arabic-5.html arabic-5.html
pref(bidi.numeral,2) == arabic-5.html arabic-5.html
pref(bidi.numeral,3) == arabic-5.html arabic-5.html
pref(bidi.numeral,4) == arabic-5.html arabic-5.html
pref(bidi.numeral,0) == bug441782-1.html bug441782-1.html
pref(bidi.numeral,1) == bug441782-1.html bug441782-1.html
pref(bidi.numeral,2) == bug441782-1.html bug441782-1.html
pref(bidi.numeral,3) == bug441782-1.html bug441782-1.html
pref(bidi.numeral,4) == bug441782-1.html bug441782-1.html
pref(bidi.numeral,0) == bug441782-2.html bug441782-2.html
pref(bidi.numeral,1) == bug441782-2.html bug441782-2.html
pref(bidi.numeral,2) == bug441782-2.html bug441782-2.html
pref(bidi.numeral,3) == bug441782-2.html bug441782-2.html
pref(bidi.numeral,4) == bug441782-2.html bug441782-2.html
pref(bidi.numeral,0) == bug441782-3.html bug441782-3.html
== bug441782-3.html bug441782-3.html
== bug441782-3.html bug441782-3.html
== bug441782-3.html bug441782-3.html
pref(bidi.numeral,4) == bug441782-3.html bug441782-3.html
pref(bidi.numeral,0) == bug441782-4.html bug441782-4.html
pref(bidi.numeral,1) == bug441782-4.html bug441782-4.html
pref(bidi.numeral,2) == bug441782-4.html bug441782-4.html
pref(bidi.numeral,3) == bug441782-4.html bug441782-4.html
pref(bidi.numeral,4) == bug441782-4.html bug441782-4.html
pref(bidi.numeral,0) == bug441782-5.html bug441782-5.html
pref(bidi.numeral,1) == bug441782-5.html bug441782-5.html
pref(bidi.numeral,2) == bug441782-5.html bug441782-5.html
pref(bidi.numeral,3) == bug441782-5.html bug441782-5.html
pref(bidi.numeral,4) == bug441782-5.html bug441782-5.html
pref(bidi.numeral,0) == bug467672-1.html bug467672-1.html
pref(bidi.numeral,1) == bug467672-1.html bug467672-1.html
pref(bidi.numeral,2) == bug467672-1.html bug467672-1.html
pref(bidi.numeral,3) == bug467672-1.html bug467672-1.html
pref(bidi.numeral,4) == bug467672-1.html bug467672-1.html
pref(bidi.numeral,5) == bug467672-1.html bug467672-1.html
pref(bidi.numeral,6) == bug467672-1.html bug467672-1.html
pref(bidi.numeral,0) == bug467672-2.html bug467672-2.html
pref(bidi.numeral,1) == bug467672-2.html bug467672-2.html
pref(bidi.numeral,2) == bug467672-2.html bug467672-2.html
pref(bidi.numeral,3) == bug467672-2.html bug467672-2.html
pref(bidi.numeral,4) == bug467672-2.html bug467672-2.html
pref(bidi.numeral,5) == bug467672-2.html bug467672-2.html
pref(bidi.numeral,6) == bug467672-2.html bug467672-2.html
pref(bidi.numeral,0) == bug467672-3.html bug467672-3.html
pref(bidi.numeral,1) == bug467672-3.html bug467672-3.html
pref(bidi.numeral,2) == bug467672-3.html bug467672-3.html
pref(bidi.numeral,3) == bug467672-3.html bug467672-3.html
pref(bidi.numeral,4) == bug467672-3.html bug467672-3.html
pref(bidi.numeral,5) == bug467672-3.html bug467672-3.html
pref(bidi.numeral,6) == bug467672-3.html bug467672-3.html
pref(bidi.numeral,0) == bug467672-4.html bug467672-4.html
pref(bidi.numeral,1) == bug467672-4.html bug467672-4.html
pref(bidi.numeral,2) == bug467672-4.html bug467672-4.html
pref(bidi.numeral,3) == bug467672-4.html bug467672-4.html
pref(bidi.numeral,4) == bug467672-4.html bug467672-4.html
pref(bidi.numeral,5) == bug467672-4.html bug467672-4.html
pref(bidi.numeral,6) == bug467672-4.html bug467672-4.html
pref(bidi.numeral,0) == bug467672-5.html bug467672-5.html
pref(bidi.numeral,1) == bug467672-5.html bug467672-5.html
pref(bidi.numeral,2) == bug467672-5.html bug467672-5.html
pref(bidi.numeral,3) == bug467672-5.html bug467672-5.html
pref(bidi.numeral,4) == bug467672-5.html bug467672-5.html
pref(bidi.numeral,5) == bug467672-5.html bug467672-5.html
pref(bidi.numeral,6) == bug467672-5.html bug467672-5.html
pref(bidi.numeral,0) == persian-1.html persian-1.html
pref(bidi.numeral,1) == persian-1.html persian-1.html
pref(bidi.numeral,2) == persian-1.html persian-1.html
pref(bidi.numeral,3) == persian-1.html persian-1.html
pref(bidi.numeral,4) == persian-1.html persian-1.html
pref(bidi.numeral,5) == persian-1.html persian-1.html
pref(bidi.numeral,6) == persian-1.html persian-1.html
pref(bidi.numeral,0) == persian-2.html persian-2.html
pref(bidi.numeral,1) == persian-2.html persian-2.html
pref(bidi.numeral,2) == persian-2.html persian-2.html
pref(bidi.numeral,3) == persian-2.html persian-2.html
pref(bidi.numeral,4) == persian-2.html persian-2.html
pref(bidi.numeral,5) == persian-2.html persian-2.html
pref(bidi.numeral,6) == persian-2.html persian-2.html
pref(bidi.numeral,0) == persian-3.html persian-3.html
pref(bidi.numeral,1) == persian-3.html persian-3.html
pref(bidi.numeral,2) == persian-3.html persian-3.html
pref(bidi.numeral,3) == persian-3.html persian-3.html
pref(bidi.numeral,4) == persian-3.html persian-3.html
pref(bidi.numeral,5) == persian-3.html persian-3.html
pref(bidi.numeral,6) == persian-3.html persian-3.html
pref(bidi.numeral,0) == persian-4.html persian-4.html
pref(bidi.numeral,1) == persian-4.html persian-4.html
pref(bidi.numeral,2) == persian-4.html persian-4.html
pref(bidi.numeral,3) == persian-4.html persian-4.html
pref(bidi.numeral,4) == persian-4.html persian-4.html
pref(bidi.numeral,5) == persian-4.html persian-4.html
pref(bidi.numeral,6) == persian-4.html persian-4.html
pref(bidi.numeral,0) == persian-5.html persian-5.html
pref(bidi.numeral,1) == persian-5.html persian-5.html
pref(bidi.numeral,2) == persian-5.html persian-5.html
pref(bidi.numeral,3) == persian-5.html persian-5.html
pref(bidi.numeral,4) == persian-5.html persian-5.html
pref(bidi.numeral,5) == persian-5.html persian-5.html
pref(bidi.numeral,6) == persian-5.html persian-5.html

Просмотреть файл

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

Просмотреть файл

@ -1,14 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# Composing dotted/dashed border rendering and not-filled or not-unfilled mask
# matches to full-filled box, using fuzzyy because of anti-aliasing.
# These check filled and unfilled regions with solid opaque color,
# so difference less than 80 is ignorable.
fuzzy(80,1500) == border-dotted-interaction.html border-dotted-interaction.html
fuzzy(80,1500) == border-dotted-no-radius.html border-dotted-no-radius.html
fuzzy(80,1500) == border-dotted-radius.html border-dotted-radius.html
fuzzy(80,1500) == border-dashed-no-radius.html border-dashed-no-radius.html
fuzzy(80,1500) == border-dashed-radius.html border-dashed-radius.html
fuzzy(80,1500) == border-mixed.html border-mixed.html
== border-dashed-non-integer.html border-dashed-non-integer.html
fails == border-dashed-radius-zoom.html border-dashed-radius-zoom.html
fuzzy(80,1500) == border-dotted-radius-zero.html border-dotted-radius-zero.html

Просмотреть файл

@ -1,93 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== solid-image-1.html solid-image-1.html
== solid-image-1a.html solid-image-1a.html
== solid-image-2.html solid-image-2.html
== solid-image-2a.html solid-image-2a.html
== multicolor-image-1.html multicolor-image-1.html
# This is fuzzy temporarily until bug 1044702 makes it possible to use source
# clipping on Windows. (Any other fix would have a significant perf cost.)
== multicolor-image-2.html multicolor-image-2.html
== multicolor-image-3.html multicolor-image-3.html
== multicolor-image-4.html multicolor-image-4.html
== multicolor-image-5.html multicolor-image-5.html
== transparent-image-1.html transparent-image-1.html
== repeat-image-1.html repeat-image-1.html
== 470250-1.html 470250-1.html
== 470250-2.html 470250-2.html
== different-h-v-1.html different-h-v-1.html # Bug 1341703
== different-h-v-2.html different-h-v-2.html
== different-h-v-1.html different-h-v-1.html # Bug 1341703
== center-scaling-1.html center-scaling-1.html
== center-scaling-2.html center-scaling-2.html
== center-scaling-3.html center-scaling-3.html
== center-scaling-4t.html center-scaling-4t.html
== center-scaling-4r.html center-scaling-4r.html
== center-scaling-4b.html center-scaling-4b.html
== center-scaling-4l.html center-scaling-4l.html
== center-scaling-4tb.html center-scaling-4tb.html
== center-scaling-4lr.html center-scaling-4lr.html
== side-scaling-1h.html side-scaling-1h.html
== side-scaling-1v.html side-scaling-1v.html
== border-image-width-1a.html border-image-width-1a.html
== border-image-width-1b.html border-image-width-1b.html
== border-image-width-1c.html border-image-width-1c.html
skip-if(stylo) == border-image-width-large.html border-image-width-large.html # Bug 1357060
== border-image-outset-1a.html border-image-outset-1a.html
== border-image-outset-1b.html border-image-outset-1b.html
== border-image-outset-1c.html border-image-outset-1c.html
== border-image-nofill-1.html border-image-nofill-1.html
== border-image-outset-resize-1.html border-image-outset-resize-1.html
== border-image-outset-move-1.html border-image-outset-move-1.html
== border-image-style-none.html border-image-style-none.html
== border-image-style-none-length.html border-image-style-none-length.html
== border-image-style-none-auto.html border-image-style-none-auto.html
# border images with gradients
== border-image-linear-gradient.html border-image-linear-gradient.html
== border-image-linear-gradient-slice-1.html border-image-linear-gradient-slice-1.html
== border-image-linear-gradient-slice-2.html border-image-linear-gradient-slice-2.html
== border-image-linear-gradient-slice-fill-1.html border-image-linear-gradient-slice-fill-1.html
== border-image-linear-gradient-slice-fill-2.html border-image-linear-gradient-slice-fill-2.html
fuzzy(1,48) fuzzy-if(OSX,5,1676) == border-image-linear-gradient-width.html border-image-linear-gradient-width.html
fuzzy(1,5000) fuzzy-if(OSX,1,15000) == border-image-linear-gradient-slice-width.html border-image-linear-gradient-slice-width.html
fuzzy(1,3000) fuzzy-if(OSX,1,6000) == border-image-linear-gradient-outset.html border-image-linear-gradient-outset.html
== border-image-linear-gradient-repeat-repeat-1.html border-image-linear-gradient-repeat-repeat-1.html
== border-image-linear-gradient-repeat-round-1.html border-image-linear-gradient-repeat-round-1.html
== border-image-linear-gradient-repeat-repeat-2.html border-image-linear-gradient-repeat-repeat-2.html
== border-image-linear-gradient-repeat-round-2.html border-image-linear-gradient-repeat-round-2.html
fuzzy(1,8533) == border-image-linear-gradient-repeat-repeat-3.html border-image-linear-gradient-repeat-repeat-3.html
fuzzy(1,7161) == border-image-linear-gradient-repeat-round-3.html border-image-linear-gradient-repeat-round-3.html
== border-image-radial-gradient.html border-image-radial-gradient.html
== border-image-radial-gradient-slice-1.html border-image-radial-gradient-slice-1.html
== border-image-radial-gradient-slice-2.html border-image-radial-gradient-slice-2.html
== border-image-radial-gradient-slice-fill-1.html border-image-radial-gradient-slice-fill-1.html
== border-image-radial-gradient-slice-fill-2.html border-image-radial-gradient-slice-fill-2.html
fuzzy-if(skiaContent,1,2) == border-image-radial-gradient-width.html border-image-radial-gradient-width.html
fuzzy(1,9000) == border-image-radial-gradient-slice-width.html border-image-radial-gradient-slice-width.html
# OS X failures tracked in bug 957025
== border-image-repeating-linear-gradient.html border-image-repeating-linear-gradient.html
== border-image-repeating-linear-gradient-slice-fill-2.html border-image-repeating-linear-gradient-slice-fill-2.html
== border-image-repeating-linear-gradient-repeat-round-2.html border-image-repeating-linear-gradient-repeat-round-2.html
fuzzy(1,657) == border-image-repeating-radial-gradient.html border-image-repeating-radial-gradient.html
== border-image-repeating-radial-gradient-slice-1.html border-image-repeating-radial-gradient-slice-1.html
== border-image-repeating-radial-gradient-slice-2.html border-image-repeating-radial-gradient-slice-2.html
== border-image-repeating-radial-gradient-slice-fill-1.html border-image-repeating-radial-gradient-slice-fill-1.html
== border-image-repeating-radial-gradient-slice-fill-2.html border-image-repeating-radial-gradient-slice-fill-2.html
fuzzy(1,602) == border-image-repeating-radial-gradient-width.html border-image-repeating-radial-gradient-width.html
fuzzy(3,18000) fails-if(OSX) fuzzy-if(skiaContent,4,16462) == border-image-repeating-radial-gradient-slice-width.html border-image-repeating-radial-gradient-slice-width.html
== border-image-repeating-radial-gradient-repeat-repeat-2.html border-image-repeating-radial-gradient-repeat-repeat-2.html
== border-image-repeating-radial-gradient-repeat-round-2.html border-image-repeating-radial-gradient-repeat-round-2.html
# border-image-source (-moz-)element
== border-image-element.html border-image-element.html
# svg-as-border-image
== svg-as-border-image-1a.html svg-as-border-image-1a.html
== svg-as-border-image-1b.html svg-as-border-image-1b.html
== svg-as-border-image-1c.html svg-as-border-image-1c.html
== svg-as-border-image-2.html svg-as-border-image-2.html
== svg-as-border-image-3.html svg-as-border-image-3.html
== svg-as-border-image-4.html svg-as-border-image-4.html

Просмотреть файл

@ -1,95 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# really basic tests that square, circular, and elliptical border and
# outline radius are not the same thing
== border-square.html border-square.html
== border-circle.html border-circle.html
== border-ellips.html border-ellips.html
== border-square.html border-square.html
== border-square.html border-square.html
== border-circle.html border-circle.html
== outline-square.html outline-square.html
== outline-circle.html outline-circle.html
== outline-ellips.html outline-ellips.html
== outline-square.html outline-square.html
== outline-square.html outline-square.html
== outline-circle.html outline-circle.html
== border-value-interpret.html border-value-interpret.html
fails == curved-borders-all-styles.html curved-borders-all-styles.html
# ridge/groove borders
# percent units
== percent-1.html percent-1.html
== percent-2.html percent-2.html
fuzzy-if(skiaContent,1,343) == percent-3.html percent-3.html
# more serious tests, using SVG reference
== border-circle-2.html border-circle-2.html
fuzzy-if(gtkWidget,14,280) fuzzy-if(cocoaWidget,4,582) fuzzy-if(Android,36,264) fuzzy-if(d2d,51,323) fuzzy-if(winWidget&&!d2d,16,377) fuzzy-if(skiaContent,52,377) == curved-stripe-border.html curved-stripe-border.html
# Corners
== corner-1.html corner-1.html
== corner-2.html corner-2.html
fuzzy-if(gtkWidget,3,10) fuzzy-if(winWidget&&!d2d,3,10) fuzzy-if(d2d,15,32) fuzzy-if(Android,3,15) fuzzy-if(skiaContent,3,100) == corner-3.html corner-3.html
fuzzy-if(skiaContent,1,2728) == corner-4.html corner-4.html
# Test that radii too long are reduced
== border-reduce-height.html border-reduce-height.html
# Tests for border clipping
== clipping-1.html clipping-1.html
== clipping-2.html clipping-2.html
# great tests for this due to antialiasing problems described in bug 466572
fuzzy-if(skiaContent,1,13) == clipping-3.html clipping-3.html
# Tests for clipping the contents of replaced elements and overflow!=visible
== clipping-4-ref.html clipping-4-ref.html
fuzzy-if(true,1,20) fuzzy-if(d2d,64,196) fuzzy-if(cocoaWidget,1,180) fuzzy-if(Android,140,237) == clipping-4-canvas.html clipping-4-canvas.html
fuzzy-if(Android,5,54) fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,10) fuzzy-if(skiaContent,1,140) == clipping-4-image.html clipping-4-image.html
== clipping-4-overflow-hidden.html clipping-4-overflow-hidden.html
== clipping-5-canvas.html clipping-5-canvas.html
fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,5) == clipping-5-image.html clipping-5-image.html
== clipping-5-overflow-hidden.html clipping-5-overflow-hidden.html
fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,5) fuzzy-if(Android,5,21) fuzzy-if(skiaContent,1,77) == clipping-5-refi.html clipping-5-refi.html
fuzzy-if(true,1,7) fuzzy-if(d2d,48,94) fuzzy-if(cocoaWidget,1,99) fuzzy-if(Android,99,115) fuzzy-if(skiaContent,1,77) == clipping-5-refc.html clipping-5-refc.html
== clipping-6.html clipping-6.html
fuzzy-if(true,2,29) fuzzy-if(d2d,46,50) fuzzy-if(Android,255,586) fuzzy-if(skiaContent,19,29) == clipping-7.html clipping-7.html
== clipping-and-zindex-1.html clipping-and-zindex-1.html
fuzzy-if(cocoaWidget,1,4) == intersecting-clipping-1-canvas.html intersecting-clipping-1-canvas.html
== intersecting-clipping-1-image.html intersecting-clipping-1-image.html
== intersecting-clipping-1-overflow-hidden.html intersecting-clipping-1-overflow-hidden.html
fuzzy-if(Android,5,105) fuzzy-if(d2d,1,20) fuzzy-if(skiaContent,1,250) == intersecting-clipping-1-refi.html intersecting-clipping-1-refi.html
fuzzy-if(true,1,33) fuzzy-if(d2d,48,350) fuzzy-if(cocoaWidget,1,332) fuzzy-if(Android,124,440) fuzzy-if(skiaContent,1,135) == intersecting-clipping-1-refc.html intersecting-clipping-1-refc.html
# Inheritance
== inherit-1.html inherit-1.html
# Table elements
== table-collapse-1.html table-collapse-1.html
# when border-collapse: collapse
fuzzy-if(skiaContent,1,116) == invalidate-1a.html invalidate-1a.html
fuzzy-if(skiaContent,1,117) == invalidate-1b.html invalidate-1b.html
# test that border-radius is reduced for scrollbars
fails == scrollbar-clamping-1.html scrollbar-clamping-1.html
fails == scrollbar-clamping-2.html scrollbar-clamping-2.html
# Test for bad corner joins.
== corner-joins-1.xhtml corner-joins-1.xhtml
== corner-joins-2.xhtml corner-joins-2.xhtml
== scroll-1.html scroll-1.html
== transforms-1.html transforms-1.html
== zero-radius-clip-1.html zero-radius-clip-1.html
== iframe-1.html iframe-1.html
# Test for antialiasing gaps between background and border
fuzzy-if(gtkWidget,1,9) fuzzy-if(winWidget&&!d2d,1,9) fuzzy-if(d2d,5,40) fuzzy-if(Android||skiaContent,1,9) == curved-border-background-nogap.html curved-border-background-nogap.html
== color-layer-1a.html color-layer-1a.html
== corner-split.html corner-split.html

Просмотреть файл

@ -1,8 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== box-ordinal-with-out-of-flow-1.html box-ordinal-with-out-of-flow-1.html
== dynamic-1-remove-to-none-grouped.xul dynamic-1-remove-to-none-grouped.xul
== dynamic-1-add-to-one-grouped.xul dynamic-1-add-to-one-grouped.xul
== dynamic-1-remove-to-one-grouped-1.xul dynamic-1-remove-to-one-grouped-1.xul
== dynamic-1-remove-to-one-grouped-2.xul dynamic-1-remove-to-one-grouped-2.xul
== dynamic-1-add-to-two-grouped-1.xul dynamic-1-add-to-two-grouped-1.xul
== dynamic-1-add-to-two-grouped-2.xul dynamic-1-add-to-two-grouped-2.xul

Просмотреть файл

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

Просмотреть файл

@ -1,46 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== boxshadow-basic.html boxshadow-basic.html
== boxshadow-blur.html boxshadow-blur.html
== boxshadow-blur.html boxshadow-blur.html
fails random == boxshadow-blur-2.html boxshadow-blur-2.html
fails random == boxshadow-blur-2.html boxshadow-blur-2.html
== boxshadow-multiple.html boxshadow-multiple.html
== boxshadow-spread.html boxshadow-spread.html
== tableboxshadow-basic.html tableboxshadow-basic.html
== tableboxshadow-trshadow.html tableboxshadow-trshadow.html
== tableboxshadow-tdshadow.html tableboxshadow-tdshadow.html
== boxshadow-rounding.html boxshadow-rounding.html
== boxshadow-button.html boxshadow-button.html
fails == boxshadow-fileupload.html boxshadow-fileupload.html
== boxshadow-inner-basic.html boxshadow-inner-basic.html
random-if(layersGPUAccelerated) == boxshadow-mixed.html boxshadow-mixed.html
== boxshadow-rounded-spread.html boxshadow-rounded-spread.html
fuzzy-if(skiaContent,1,50) HTTP(..) == boxshadow-dynamic.xul boxshadow-dynamic.xul
== boxshadow-onecorner.html boxshadow-onecorner.html
== boxshadow-twocorners.html boxshadow-twocorners.html
== boxshadow-threecorners.html boxshadow-threecorners.html
fuzzy(2,440) == boxshadow-skiprect.html boxshadow-skiprect.html
== boxshadow-opacity.html boxshadow-opacity.html
== boxshadow-color-rounding.html boxshadow-color-rounding.html
== boxshadow-color-rounding-middle.html boxshadow-color-rounding-middle.html
fuzzy-if(OSX==1010,1,24) fuzzy-if(d2d,16,908) == boxshadow-large-border-radius.html boxshadow-large-border-radius.html
== boxshadow-border-radius-int.html boxshadow-border-radius-int.html
== boxshadow-inset-neg-spread.html boxshadow-inset-neg-spread.html
== boxshadow-inset-neg-spread2.html boxshadow-inset-neg-spread2.html
fails == boxshadow-rotated.html boxshadow-rotated.html
== boxshadow-inset-large-border-radius.html boxshadow-inset-large-border-radius.html
# fuzzy due to blur going inside, but as long as it's essentially black instead of a light gray its ok.
fuzzy(12,9445) fuzzy-if(d2d,13,10926) == boxshadow-inset-large-offset.html boxshadow-inset-large-offset.html
== overflow-not-scrollable-1.html overflow-not-scrollable-1.html
== overflow-not-scrollable-1.html overflow-not-scrollable-1.html
== overflow-not-scrollable-2.html overflow-not-scrollable-2.html
== 611574-1.html 611574-1.html
== 611574-2.html 611574-2.html
== fieldset.html fieldset.html
fuzzy-if(winWidget,5,30) fuzzy-if(skiaContent,16,10) == fieldset-inset.html fieldset-inset.html
== 1178575.html 1178575.html
== 1178575-2.html 1178575-2.html
fails == 1212823-1.html 1212823-1.html
fails == boxshadow-large-offset.html boxshadow-large-offset.html

Просмотреть файл

@ -1,17 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== intrinsic-1a.html intrinsic-1a.html
== intrinsic-1b.html intrinsic-1b.html
== intrinsic-1c.html intrinsic-1c.html
== intrinsic-1d.html intrinsic-1d.html
== intrinsic-1e.html intrinsic-1e.html
== intrinsic-1f.html intrinsic-1f.html
== intrinsic-1g.html intrinsic-1g.html
== intrinsic-1h.html intrinsic-1h.html
== intrinsic-1i.html intrinsic-1i.html
== intrinsic-1j.html intrinsic-1j.html
== intrinsic-1k.html intrinsic-1k.html
== intrinsic-1l.html intrinsic-1l.html
== intrinsic-1m.html intrinsic-1m.html
== intrinsic-1n.html intrinsic-1n.html
== intrinsic-1o.html intrinsic-1o.html
== computed-size-reporting.html computed-size-reporting.html

Просмотреть файл

@ -1,12 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== flexbox-abspos-container-1a.html flexbox-abspos-container-1a.html
== flexbox-abspos-container-1b.html flexbox-abspos-container-1b.html
== flexbox-abspos-container-1c.html flexbox-abspos-container-1c.html
== flexbox-abspos-container-1d.html flexbox-abspos-container-1d.html
== flexbox-abspos-container-2.html flexbox-abspos-container-2.html
== flexbox-attributes-no-box-horizontal.xhtml flexbox-attributes-no-box-horizontal.xhtml
== flexbox-attributes-no-box-vertical.xhtml flexbox-attributes-no-box-vertical.xhtml
fails == flexbox-attributes-no-input-horizontal.xhtml flexbox-attributes-no-input-horizontal.xhtml
fails == flexbox-attributes-no-input-vertical.xhtml flexbox-attributes-no-input-vertical.xhtml
== flexbox-child-is-abspos-container-1.html flexbox-child-is-abspos-container-1.html
== flexbox-child-is-abspos-container-2.html flexbox-child-is-abspos-container-2.html

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,117 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== default-size.html default-size.html
fails == size-1.html size-1.html
== empty-transaction-1.html empty-transaction-1.html
== image-rendering-test.html image-rendering-test.html
== image-shadow.html image-shadow.html
fails == size-change-1.html size-change-1.html
== subpixel-1.html subpixel-1.html
== text-ltr-left.html text-ltr-left.html
== text-ltr-right.html text-ltr-right.html
== text-rtl-left.html text-rtl-left.html
== text-rtl-right.html text-rtl-right.html
== text-ltr-start.html text-ltr-start.html
== text-ltr-end.html text-ltr-end.html
== text-ltr-left.html text-ltr-left.html
== text-rtl-start.html text-rtl-start.html
== text-rtl-end.html text-rtl-end.html
== text-rtl-left.html text-rtl-left.html
== text-ltr-left.html text-ltr-left.html
== text-ltr-alignment-test.html text-ltr-alignment-test.html
== text-rtl-alignment-test.html text-rtl-alignment-test.html
== text-horzline-with-bottom.html text-horzline-with-bottom.html
fails-if(azureSkia&&OSX>=1008) == text-horzline-with-top.html text-horzline-with-top.html
== text-big-stroke.html text-big-stroke.html
== text-big-stroke.html text-big-stroke.html
== text-context-state-test.html text-context-state-test.html
== text-font-inherit.html text-font-inherit.html
== text-space-replace-test.html text-space-replace-test.html
== text-no-frame-test.html text-no-frame-test.html
== text-no-frame-2-test.html text-no-frame-2-test.html
== text-not-in-doc-test.html text-not-in-doc-test.html
== text-bidi-ltr-test.html text-bidi-ltr-test.html
== text-bidi-ltr-test.html text-bidi-ltr-test.html
== text-bidi-rtl-test.html text-bidi-rtl-test.html
== text-font-lang.html text-font-lang.html
== text-measure.html text-measure.html
== text-small-caps-1.html text-small-caps-1.html
== text-subpixel-1.html text-subpixel-1.html
== strokeText-path.html strokeText-path.html
# check that emoji character renders as something non-blank (for Apple Color Emoji font, bug 715798)
# apparently fails on some 10.7 systems for unknown reasons, bug 804522.
## Currently fails most places due to partial backout of bug 808288, see bug 837461.
## (Marking "random" rather than "fails" because it would pass for people
## if they have an Emoji font installed when running the tests.)
## WAS: random-if(OSX==1007) == text-emoji.html text-emoji.html
# With Skia canvas on OS X (bug 932958) it fails even on 10.8 and 10.10.
random-if(cocoaWidget&&azureSkia) random-if(!cocoaWidget||OSX==1006||OSX==1007) == text-emoji.html text-emoji.html
# azure quartz uses CGDrawLinearGradient instead of DrawShading
# so we have less control over degenerate behaviour as tested by this
# test
fails-if((azureSkia&&!azureSkiaGL)||(azureSkiaGL&&Android)) skip-if(stylo) == linear-gradient-1a.html linear-gradient-1a.html # Too random.
# this passes with cairo on 10.7 and 10.8 but not with azure for reasons unknown
fails-if((azureSkia&&!azureSkiaGL)||(azureSkiaGL&&Android)) skip-if(stylo) == linear-gradient-1b.html linear-gradient-1b.html # Too random.
== zero-dimensions.html zero-dimensions.html
== evenodd-fill-1.html evenodd-fill-1.html
== evenodd-fill-1.html evenodd-fill-1.html
== dash-sanity.html dash-sanity.html
== dash-1.html dash-1.html
== ctm-sanity.html ctm-sanity.html
== ctm-singular-sanity.html ctm-singular-sanity.html
== ctm-1.html ctm-1.html
== 672646-alpha-radial-gradient.html 672646-alpha-radial-gradient.html
== 674003-alpha-radial-gradient-superlum.html 674003-alpha-radial-gradient-superlum.html
== 693610-1.html 693610-1.html
== 726951-shadow-clips.html 726951-shadow-clips.html
== transformed-clip.html transformed-clip.html
fuzzy-if(azureSkia,1,15) fuzzy-if(skiaContent,1,20) == transformed-gradient.html transformed-gradient.html
== transformed-path.html transformed-path.html
== 749467-1.html 749467-1.html
# You get a little bit of rounding fuzz on OSX from transforming the paths between user space and device space
== 784573-1.html 784573-1.html
== 802658-1.html 802658-1.html
== 1074733-1.html 1074733-1.html
== 1107096-invisibles.html 1107096-invisibles.html
== 1151821-1.html 1151821-1.html
== 1201272-1.html 1201272-1.html
== 1224976-1.html 1224976-1.html
== 1238795-1.html 1238795-1.html
== 1303534-1.html 1303534-1.html
== 1304353-text-global-alpha-1.html 1304353-text-global-alpha-1.html
== 1304353-text-global-alpha-2.html 1304353-text-global-alpha-2.html
== 1304353-text-global-composite-op-1.html 1304353-text-global-composite-op-1.html
skip-if(stylo) == text-indent-1a.html text-indent-1a.html # Bug 1347410
== text-indent-1b.html text-indent-1b.html

Просмотреть файл

@ -1,41 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== basic-1.html basic-1.html
== pref-width-1a.html pref-width-1a.html
== pref-width-1b.html pref-width-1b.html
== pref-width-1c.html pref-width-1c.html
== min-width-1a.html min-width-1a.html
== min-width-1b.html min-width-1b.html
== min-width-1c.html min-width-1c.html
== min-width-2.html min-width-2.html
== column-balancing-overflow-000.html column-balancing-overflow-000.html
== column-balancing-overflow-001.html column-balancing-overflow-001.html
== column-balancing-overflow-002.html column-balancing-overflow-002.html
== column-balancing-overflow-003.html column-balancing-overflow-003.html
== column-balancing-overflow-004.html column-balancing-overflow-004.html
== column-balancing-overflow-005.html column-balancing-overflow-005.html
== column-balancing-000.html column-balancing-000.html
== column-balancing-001.html column-balancing-001.html
== column-balancing-002.html column-balancing-002.html
== column-balancing-003.html column-balancing-003.html
== column-balancing-004.html column-balancing-004.html
== column-box-alignment-rtl.html column-box-alignment-rtl.html
HTTP(..) == columnfill-balance.html columnfill-balance.html
== columnfill-auto.html columnfill-auto.html
fails HTTP(..) == columnfill-auto-2.html columnfill-auto-2.html
fails HTTP(..) == columnfill-auto-3.html columnfill-auto-3.html
fails == columnrule-basic.html columnrule-basic.html
fails == columnrule-complex.html columnrule-complex.html
== columnrule-linestyles.html columnrule-linestyles.html
== columnrule-padding.html columnrule-padding.html
fails == columnfill-overflow.html columnfill-overflow.html
== margin-collapsing-bug616722-1.html margin-collapsing-bug616722-1.html
== margin-collapsing-bug616722-2.html margin-collapsing-bug616722-2.html
fails == column-balancing-nested-000.html column-balancing-nested-000.html
fails == column-balancing-nested-001.html column-balancing-nested-001.html
== columnrule-overflow.html columnrule-overflow.html
== columns-table-caption-000.html columns-table-caption-000.html
== positioning-transforms-bug1112501.html positioning-transforms-bug1112501.html
== fieldset-columns-001.html fieldset-columns-001.html
== dynamic-change-with-overflow-1.html dynamic-change-with-overflow-1.html
== dynamic-text-indent-1.html dynamic-text-indent-1.html
== dynamic-text-indent-2.html dynamic-text-indent-2.html

Просмотреть файл

@ -1,36 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
fails == system-cyclic.html system-cyclic.html
fails == system-fixed.html system-fixed.html
fails == system-symbolic.html system-symbolic.html
fails == system-alphabetic.html system-alphabetic.html
fails == system-numeric.html system-numeric.html
fails == system-additive.html system-additive.html
fails == system-extends.html system-extends.html
== system-cyclic-invalid.html system-cyclic-invalid.html
== system-fixed-invalid.html system-fixed-invalid.html
== system-symbolic-invalid.html system-symbolic-invalid.html
== system-alphabetic-invalid.html system-alphabetic-invalid.html
== system-numeric-invalid.html system-numeric-invalid.html
== system-additive-invalid.html system-additive-invalid.html
fails == system-extends-invalid.html system-extends-invalid.html
fails == descriptor-negative.html descriptor-negative.html
fails == descriptor-prefix.html descriptor-prefix.html
fails == descriptor-suffix.html descriptor-suffix.html
fails == descriptor-range.html descriptor-range.html
fails == descriptor-pad.html descriptor-pad.html
fails == descriptor-fallback.html descriptor-fallback.html # Bug 1328319
fails == descriptor-symbols.html descriptor-symbols.html
fails == descriptor-negative-invalid.html descriptor-negative-invalid.html
fails == descriptor-prefix-invalid.html descriptor-prefix-invalid.html
fails == descriptor-suffix-invalid.html descriptor-suffix-invalid.html
fails == descriptor-range-invalid.html descriptor-range-invalid.html
fails == descriptor-pad-invalid.html descriptor-pad-invalid.html
fails == descriptor-fallback.html descriptor-fallback.html
fails == descriptor-symbols-invalid.html descriptor-symbols-invalid.html
fails == name-case-sensitivity.html name-case-sensitivity.html
fails == dependent-builtin.html dependent-builtin.html
fails == redefine-builtin.html redefine-builtin.html
fails == redefine-attr-mapping.html redefine-attr-mapping.html
fails asserts-if(stylo,4) == disclosure-styles.html disclosure-styles.html # bug 1328319
fails == symbols-function.html symbols-function.html
fails == symbols-function-invalid.html symbols-function-invalid.html

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

@ -1,101 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
pref(layout.css.mix-blend-mode.enabled,true) == blend-canvas.html blend-canvas.html
pref(layout.css.mix-blend-mode.enabled,true) == blend-constant-background-color.html blend-constant-background-color.html
pref(layout.css.mix-blend-mode.enabled,true) == blend-gradient-background-color.html blend-gradient-background-color.html
pref(layout.css.mix-blend-mode.enabled,true) == blend-image.html blend-image.html
pref(layout.css.mix-blend-mode.enabled,true) == blend-difference-stacking.html blend-difference-stacking.html
fuzzy-if(skiaContent,1,30000) pref(layout.css.background-blend-mode.enabled,true) == background-blending-alpha.html background-blending-alpha.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-gradient-color.html background-blending-gradient-color.html
fuzzy-if(azureSkiaGL,3,7597) fuzzy-if(cocoaWidget,3,7597) fuzzy-if(d2d,1,3800) fuzzy-if(d3d11,1,4200) fuzzy-if(skiaContent,2,9450) pref(layout.css.background-blend-mode.enabled,true) == background-blending-gradient-gradient.html background-blending-gradient-gradient.html
fuzzy-if(azureSkiaGL,2,7174) pref(layout.css.background-blend-mode.enabled,true) == background-blending-gradient-image.html background-blending-gradient-image.html
fuzzy-if(azureSkia||d2d||gtkWidget,1,10000) pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-jpg.html background-blending-image-color-jpg.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-png.html background-blending-image-color-png.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-svg.html background-blending-image-color-svg.html
fuzzy-if(azureSkiaGL,2,7174) pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-gradient.html background-blending-image-gradient.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-image.html background-blending-image-image.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-isolation.html background-blending-isolation.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-list-repeat.html background-blending-list-repeat.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-multiple-images.html background-blending-multiple-images.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-color-burn.html background-blending-color-burn.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-color-dodge.html background-blending-color-dodge.html
# need to investigate why these tests are fuzzy - first suspect is a possible color space conversion on some platforms; same for mix-blend-mode tests
fuzzy-if(azureSkia||gtkWidget,2,9600) fuzzy-if(d2d,1,8000) pref(layout.css.background-blend-mode.enabled,true) == background-blending-color.html background-blending-color.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-darken.html background-blending-darken.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-difference.html background-blending-difference.html
fuzzy-if(skiaContent,1,1600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-exclusion.html background-blending-exclusion.html
fuzzy-if(cocoaWidget||d2d,1,1600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-hard-light.html background-blending-hard-light.html
fuzzy-if(d2d,1,9600) fuzzy-if(azureSkia||gtkWidget,2,9600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-hue.html background-blending-hue.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-lighten.html background-blending-lighten.html
fuzzy-if(d2d,1,8000) fuzzy-if(azureSkia||gtkWidget,2,9600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-luminosity.html background-blending-luminosity.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-multiply.html background-blending-multiply.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-normal.html background-blending-normal.html
fuzzy-if(azureSkia||gtkWidget,1,1600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-overlay.html background-blending-overlay.html
fuzzy-if(d2d,1,1600) fuzzy-if(azureSkia||gtkWidget,2,12800) fuzzy-if(OSX==1006,1,1600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-saturation.html background-blending-saturation.html
fuzzy-if(d2d||azureSkia||gtkWidget,1,1600) pref(layout.css.background-blend-mode.enabled,true) == background-blending-screen.html background-blending-screen.html
fuzzy-if(d2d||azureSkia||gtkWidget,10,4800) pref(layout.css.background-blend-mode.enabled,true) == background-blending-soft-light.html background-blending-soft-light.html
fuzzy-if(azureSkia||d2d||gtkWidget,1,40000) pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-959674.html background-blending-image-color-959674.html
#fuzzy due to inconsistencies in rounded rect cliping between parent and child; may be related to antialiasing. Between platforms, the max difference is the same, and the number of different pixels is either 36 or 37. (Win, Mac and Lin)
== mix-blend-mode-952051.html mix-blend-mode-952051.html
fuzzy-if(d3d11,49,200) pref(layout.css.mix-blend-mode.enabled,true) pref(layout.css.filters.enabled,true) == mix-blend-mode-and-filter.html mix-blend-mode-and-filter.html
fuzzy-if(d3d11,1,3) pref(layout.css.mix-blend-mode.enabled,true) pref(layout.css.filters.enabled,true) == mix-blend-mode-and-filter.svg mix-blend-mode-and-filter.svg
== mix-blend-mode-child-of-blended-has-opacity.html mix-blend-mode-child-of-blended-has-opacity.html
pref(layout.css.mix-blend-mode.enabled,true) == mix-blend-mode-nested-976533.html mix-blend-mode-nested-976533.html
pref(layout.css.mix-blend-mode.enabled,true) == mix-blend-mode-culling-1207041.html mix-blend-mode-culling-1207041.html
pref(layout.css.mix-blend-mode.enabled,true) == mix-blend-mode-dest-alpha-1135271.html mix-blend-mode-dest-alpha-1135271.html
== clipped-mixblendmode-containing-unclipped-stuff.html clipped-mixblendmode-containing-unclipped-stuff.html
fuzzy(1,6800) == clipped-opacity-containing-unclipped-mixblendmode.html clipped-opacity-containing-unclipped-mixblendmode.html
# Test plan 5.3.1 Blending between the background layers and the background color for an element with background-blend-mode
# Test 9
pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-svg-as-data-uri.html background-blending-image-color-svg-as-data-uri.html
# Test 10
pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-gif.html background-blending-image-color-gif.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-image-color-transform3d.html background-blending-image-color-transform3d.html
# Test plan 5.3.2 Background layers do not blend with content outside the background (or behind the element) - tests 2 and 3
pref(layout.css.background-blend-mode.enabled,true) == background-blending-isolation-parent-child-color.html background-blending-isolation-parent-child-color.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-isolation-parent-child-image.html background-blending-isolation-parent-child-image.html
# Test plan 5.3.6 background-blend-mode for an element with background-position
pref(layout.css.background-blend-mode.enabled,true) == background-blending-background-position-percentage.html background-blending-background-position-percentage.html
# Test plan 5.3.7 background-blend-mode for an element with background-size
pref(layout.css.background-blend-mode.enabled,true) == background-blending-background-size-contain.html background-blending-background-size-contain.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-background-size-cover.html background-blending-background-size-cover.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-background-size-percentage.html background-blending-background-size-percentage.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-background-size-pixels.html background-blending-background-size-pixels.html
# Test plan 5.3.8 background-blend-mode for an element with background-repeat
# Tests 2 and 3 are not added because space and round are not currently supported
pref(layout.css.background-blend-mode.enabled,true) == background-blending-background-repeat-no-repeat.html background-blending-background-repeat-no-repeat.html
# Test plan 5.3.9 background-blend-mode for an element with background-clip
pref(layout.css.background-blend-mode.enabled,true) == background-blending-background-clip-content-box.html background-blending-background-clip-content-box.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-background-clip-padding-box.html background-blending-background-clip-padding-box.html
# Test plan 5.3.10 background-blend-mode for an element with background-origin
pref(layout.css.background-blend-mode.enabled,true) == background-blending-background-origin-border-box.html background-blending-background-origin-border-box.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-background-origin-content-box.html background-blending-background-origin-content-box.html
# Test plan 5.3.11 background-blend-mode for an element with background-attachement
pref(layout.css.background-blend-mode.enabled,true) == background-blending-background-attachement-fixed.html background-blending-background-attachement-fixed.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-background-attachement-fixed-scroll.html background-blending-background-attachement-fixed-scroll.html
pref(layout.css.background-blend-mode.enabled,true) == background-blend-mode-body-image.html background-blend-mode-body-image.html
== background-blend-mode-body-transparent-image.html background-blend-mode-body-transparent-image.html
pref(layout.css.background-blend-mode.enabled,true) == background-blending-moz-element.html background-blending-moz-element.html
fuzzy(1,40000) pref(layout.css.background-blend-mode.enabled,true) == mix-blend-mode-soft-light.html mix-blend-mode-soft-light.html
# Test plan 4.4.2 element with isolation:isolate creates an isolated group for blended children
pref(layout.css.isolation.enabled,true) == blend-isolation.html blend-isolation.html
pref(layout.css.background-blend-mode.enabled,true) == bug1281593.html bug1281593.html

Просмотреть файл

@ -1,13 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
default-preferences pref(layout.css.box-decoration-break.enabled,true)
== box-decoration-break-1.html box-decoration-break-1.html
fuzzy-if(stylo,1,312) == box-decoration-break-with-inset-box-shadow-1.html box-decoration-break-with-inset-box-shadow-1.html
== box-decoration-break-with-outset-box-shadow-1.html box-decoration-break-with-outset-box-shadow-1.html
== box-decoration-break-border-image.html box-decoration-break-border-image.html
== box-decoration-break-block-border-padding.html box-decoration-break-block-border-padding.html
== box-decoration-break-block-margin.html box-decoration-break-block-margin.html
skip-if(stylo) == box-decoration-break-first-letter.html box-decoration-break-first-letter.html
== box-decoration-break-with-bidi.html box-decoration-break-with-bidi.html
== box-decoration-break-bug-1235152.html box-decoration-break-bug-1235152.html
== box-decoration-break-bug-1249913.html box-decoration-break-bug-1249913.html

Просмотреть файл

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

Просмотреть файл

@ -1,11 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== test-attribute.html test-attribute.html
== test-charset-quotes.html test-charset-quotes.html
== test-charset-leading-space.html test-charset-leading-space.html
== test-charset-trailing-space.html test-charset-trailing-space.html
== test-charset-utf-16-le-no-bom.html test-charset-utf-16-le-no-bom.html
== test-charset-utf-16-le-bom.html test-charset-utf-16-le-bom.html
== test-charset-utf-16-bom-le.html test-charset-utf-16-bom-le.html
== test-charset-utf-16-be-no-bom.html test-charset-utf-16-be-no-bom.html
== test-charset-utf-16-be-bom.html test-charset-utf-16-be-bom.html
== test-charset-utf-16-bom-be.html test-charset-utf-16-bom-be.html

Просмотреть файл

@ -1,3 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# submit button default tests
include submit-button/reftest-stylo.list

Просмотреть файл

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

Просмотреть файл

@ -1,10 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== button-fieldset-1.html button-fieldset-1.html
== button-fieldset-2.html button-fieldset-2.html
== button-fieldset-3.html button-fieldset-3.html
== button-fieldset-4.html button-fieldset-4.html
== button-fieldset-legend-1.html button-fieldset-legend-1.html
== button-fieldset-legend-2.html button-fieldset-legend-2.html
== button-fieldset-legend-3.html button-fieldset-legend-3.html
== button-fieldset-legend-4.html button-fieldset-legend-4.html
== button-fieldset-legend-5.html button-fieldset-legend-5.html

Просмотреть файл

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

Просмотреть файл

@ -1,10 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== input-fieldset-1.html input-fieldset-1.html
== input-fieldset-2.html input-fieldset-2.html
== input-fieldset-3.html input-fieldset-3.html
== input-fieldset-4.html input-fieldset-4.html
== input-fieldset-legend-1.html input-fieldset-legend-1.html
== input-fieldset-legend-2.html input-fieldset-legend-2.html
== input-fieldset-legend-3.html input-fieldset-legend-3.html
== input-fieldset-legend-4.html input-fieldset-legend-4.html
== input-fieldset-legend-5.html input-fieldset-legend-5.html

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

@ -1,9 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
include fieldset/reftest-stylo.list
include input/reftest-stylo.list
include button/reftest-stylo.list
include textarea/reftest-stylo.list
include select/reftest-stylo.list
include object/reftest-stylo.list
include label/reftest-stylo.list
include output/reftest-stylo.list

Просмотреть файл

@ -1,10 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
fails == select-fieldset-1.html select-fieldset-1.html
fails == select-fieldset-2.html select-fieldset-2.html
fails == select-fieldset-3.html select-fieldset-3.html
fails == select-fieldset-4.html select-fieldset-4.html
fails == select-fieldset-legend-1.html select-fieldset-legend-1.html
fails == select-fieldset-legend-2.html select-fieldset-legend-2.html
fails == select-fieldset-legend-3.html select-fieldset-legend-3.html
fails == select-fieldset-legend-4.html select-fieldset-legend-4.html
fails == select-fieldset-legend-5.html select-fieldset-legend-5.html

Просмотреть файл

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

Просмотреть файл

@ -1,29 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
# Tests for CSS Display spec features.
# http://dev.w3.org/csswg/css-display
fails == display-contents-acid.html display-contents-acid.html
fails fuzzy-if(Android,8,604) == display-contents-acid-dyn-1.html display-contents-acid-dyn-1.html
fails == display-contents-acid-dyn-2.html display-contents-acid-dyn-2.html # bug 1337700
fails == display-contents-acid-dyn-3.html display-contents-acid-dyn-3.html
skip-if(stylo) == display-contents-generated-content.html display-contents-generated-content.html # Bug 1341083
skip-if(stylo) == display-contents-generated-content-2.html display-contents-generated-content-2.html # Bug 1341083
fails == display-contents-style-inheritance-1.html display-contents-style-inheritance-1.html
fails == display-contents-style-inheritance-1-stylechange.html display-contents-style-inheritance-1-stylechange.html
skip-if(stylo) == display-contents-style-inheritance-1-dom-mutations.html display-contents-style-inheritance-1-dom-mutations.html # Bug 1341083?
== display-contents-tables.xhtml display-contents-tables.xhtml
== display-contents-tables-2.xhtml display-contents-tables-2.xhtml
== display-contents-tables-3.xhtml display-contents-tables-3.xhtml
== display-contents-visibility-hidden.html display-contents-visibility-hidden.html
== display-contents-visibility-hidden-2.html display-contents-visibility-hidden-2.html
== display-contents-495385-2d.html display-contents-495385-2d.html
fails == display-contents-xbl.xhtml display-contents-xbl.xhtml
fuzzy-if(Android,7,1186) skip-if(stylo) pref(dom.webcomponents.enabled,true) == display-contents-shadow-dom-1.html display-contents-shadow-dom-1.html # Bug 1293844
== display-contents-xbl-2.xul display-contents-xbl-2.xul
asserts(2) == display-contents-xbl-3.xul display-contents-xbl-3.xul
skip-if(stylo) == display-contents-xbl-4.xul display-contents-xbl-4.xul # Too intermittent.
skip-if(stylo) == display-contents-fieldset.html display-contents-fieldset.html # Bug 1341083
asserts(2-10) == display-contents-xbl-5.xul display-contents-xbl-5.xul
skip-if(stylo) == display-contents-list-item-child.html display-contents-list-item-child.html # disabled for bug 1340607
== display-contents-writing-mode-1.html display-contents-writing-mode-1.html
== display-contents-writing-mode-2.html display-contents-writing-mode-2.html

Просмотреть файл

@ -1,10 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== button-fieldset-1.html button-fieldset-1.html
== button-fieldset-2.html button-fieldset-2.html
== button-fieldset-3.html button-fieldset-3.html
== button-fieldset-4.html button-fieldset-4.html
== button-fieldset-legend-1.html button-fieldset-legend-1.html
== button-fieldset-legend-2.html button-fieldset-legend-2.html
== button-fieldset-legend-3.html button-fieldset-legend-3.html
== button-fieldset-legend-4.html button-fieldset-legend-4.html
== button-fieldset-legend-5.html button-fieldset-legend-5.html

Просмотреть файл

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

Просмотреть файл

@ -1,10 +0,0 @@
# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing
== input-fieldset-1.html input-fieldset-1.html
== input-fieldset-2.html input-fieldset-2.html
== input-fieldset-3.html input-fieldset-3.html
== input-fieldset-4.html input-fieldset-4.html
== input-fieldset-legend-1.html input-fieldset-legend-1.html
== input-fieldset-legend-2.html input-fieldset-legend-2.html
== input-fieldset-legend-3.html input-fieldset-legend-3.html
== input-fieldset-legend-4.html input-fieldset-legend-4.html
== input-fieldset-legend-5.html input-fieldset-legend-5.html

Просмотреть файл

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

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше