diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /layout/reftests/webkit-box/reftest-stylo.list | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'layout/reftests/webkit-box/reftest-stylo.list')
-rw-r--r-- | layout/reftests/webkit-box/reftest-stylo.list | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/layout/reftests/webkit-box/reftest-stylo.list b/layout/reftests/webkit-box/reftest-stylo.list new file mode 100644 index 000000000..a230fc8c1 --- /dev/null +++ b/layout/reftests/webkit-box/reftest-stylo.list @@ -0,0 +1,43 @@ +# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing +# This directory contains tests for "display: -webkit-box" and associated +# CSS properties. These tests require webkit prefix support to be enabled. +default-preferences pref(layout.css.prefixes.webkit,true) + +# Tests for anonymous flex item formation inside of a "-webkit-box": +# Note: some of these tests are marked as failing, because we don't match +# WebKit/Blink on them. (The reference case represents the WebKit/Blink +# rendering.) We could probably make them pass by implementing some quirks, if +# it turns out that the web depends on WebKit/Blink's behavior in these cases. +== webkit-box-anon-flex-items-1.html webkit-box-anon-flex-items-1.html +== webkit-box-anon-flex-items-2.html webkit-box-anon-flex-items-2.html +== webkit-box-anon-flex-items-3.html webkit-box-anon-flex-items-3.html + +# Tests for "-webkit-box" & "-webkit-inline-box" as display values: +== webkit-display-values-1.html webkit-display-values-1.html + +# Tests for "-webkit-box-align" (cross-axis alignment): +== webkit-box-align-horiz-1a.html webkit-box-align-horiz-1a.html +== webkit-box-align-horiz-1b.html webkit-box-align-horiz-1b.html +== webkit-box-align-vert-1.html webkit-box-align-vert-1.html + +# Tests for "-webkit-box-direction": +== webkit-box-direction-1.html webkit-box-direction-1.html +== webkit-box-direction-2.html webkit-box-direction-2.html + +# Tests for "-webkit-box-flex" (flexibility of items) +== webkit-box-flex-1.html webkit-box-flex-1.html + +# Tests for "-webkit-box-ordinal-group" +== webkit-box-ordinal-group-1.html webkit-box-ordinal-group-1.html +# XXXdholbert The following test fails because we accept "0" as a valid value +# for -webkit-box-ordinal-group (unlike Chrome/Blink), because that's simply +# how its aliased property (-moz-box-ordinal-group) behaves. This shouldn't +# matter in practice; it could only cause trouble if sites accidentally depend +# on the "0" value being rejected. +== webkit-box-ordinal-group-2.html webkit-box-ordinal-group-2.html +== webkit-box-ordinal-group-3.html webkit-box-ordinal-group-3.html + +# Tests for "-webkit-box-pack" (main-axis alignment): +== webkit-box-pack-horiz-1a.html webkit-box-pack-horiz-1a.html +== webkit-box-pack-horiz-1b.html webkit-box-pack-horiz-1b.html +== webkit-box-pack-vert-1.html webkit-box-pack-vert-1.html |