reftest.list (2713B)
1 # This directory contains tests for "display: -webkit-box" and associated 2 # CSS properties. 3 4 # Tests for abspos children inside of a -webkit-box: 5 == webkit-box-abspos-children-1.html webkit-box-abspos-children-1-ref.html 6 7 # Tests for anonymous flex item formation inside of a "-webkit-box": 8 # Note: some of these tests are marked as failing, because we don't match 9 # WebKit/Blink on them. (The reference case represents the WebKit/Blink 10 # rendering.) We could probably make them pass by implementing some quirks, if 11 # it turns out that the web depends on WebKit/Blink's behavior in these cases. 12 == webkit-box-anon-flex-items-1a.html webkit-box-anon-flex-items-1-ref.html 13 == webkit-box-anon-flex-items-1b.html webkit-box-anon-flex-items-1-ref.html 14 fails == webkit-box-anon-flex-items-2.html webkit-box-anon-flex-items-2-ref.html 15 fails == webkit-box-anon-flex-items-3.html webkit-box-anon-flex-items-3-ref.html 16 17 # Tests for "-webkit-box" & "-webkit-inline-box" as display values: 18 == webkit-display-values-1.html webkit-display-values-1-ref.html 19 20 # Tests for "-webkit-box-align" (cross-axis alignment): 21 == webkit-box-align-horiz-1a.html webkit-box-align-horiz-1-ref.html 22 == webkit-box-align-horiz-1b.html webkit-box-align-horiz-1-ref.html 23 == webkit-box-align-vert-1.html webkit-box-align-vert-1-ref.html 24 25 # Tests for "-webkit-box-direction": 26 == webkit-box-direction-1.html webkit-box-direction-1-ref.html 27 == webkit-box-direction-2.html webkit-box-direction-2-ref.html 28 29 # Tests for "-webkit-box-flex" (flexibility of items) 30 == webkit-box-flex-1.html webkit-box-flex-1-ref.html 31 32 # Tests for "-webkit-box-ordinal-group" 33 == webkit-box-ordinal-group-1.html webkit-box-ordinal-group-1-ref.html 34 # XXXdholbert The following test fails because we accept "0" as a valid value 35 # for -webkit-box-ordinal-group (unlike Chrome/Blink), because that's simply 36 # how its aliased property (-moz-box-ordinal-group) behaves. This shouldn't 37 # matter in practice; it could only cause trouble if sites accidentally depend 38 # on the "0" value being rejected. 39 fails == webkit-box-ordinal-group-2.html webkit-box-ordinal-group-2-ref.html 40 == webkit-box-ordinal-group-3.html webkit-box-ordinal-group-3-ref.html 41 42 # Tests for "-webkit-box-pack" (main-axis alignment): 43 == webkit-box-pack-horiz-1a.html webkit-box-pack-horiz-1-ref.html 44 == webkit-box-pack-horiz-1b.html webkit-box-pack-horiz-1-ref.html 45 == webkit-box-pack-vert-1.html webkit-box-pack-vert-1-ref.html 46 47 # Tests for "display: -webkit-box" container mixed with modern flex properties 48 # (which shouldn't influence behavior of -webkit-box) 49 == webkit-box-with-modern-css-1.html webkit-box-with-modern-css-1-ref.html 50 == webkit-box-with-modern-css-2.html webkit-box-with-modern-css-2-ref.html