layout/reftests/flexbox/pagination/reftest.list

Fri, 16 Jan 2015 04:50:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 04:50:19 +0100
branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
permissions
-rw-r--r--

Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32

michael@0 1 # Tests with an empty flex container being fragmented:
michael@0 2 == flexbox-empty-1a.html flexbox-empty-1-ref.html
michael@0 3 == flexbox-empty-1b.html flexbox-empty-1-ref.html
michael@0 4 == flexbox-empty-1c.html flexbox-empty-1-ref.html
michael@0 5 == flexbox-empty-1d.html flexbox-empty-1-ref.html
michael@0 6
michael@0 7 # Tests with an empty flex container that overflows a short fixed-height block
michael@0 8 # being fragmented:
michael@0 9 == flexbox-empty-1e.html flexbox-empty-1-ref.html
michael@0 10 == flexbox-empty-1f.html flexbox-empty-1-ref.html
michael@0 11 == flexbox-empty-1g.html flexbox-empty-1-ref.html
michael@0 12 == flexbox-empty-1h.html flexbox-empty-1-ref.html
michael@0 13
michael@0 14 # Tests with an empty flex container being fragmented, with margin, border,
michael@0 15 # and/or padding being taller than the available height:
michael@0 16 == flexbox-empty-2a.html flexbox-empty-2-ref.html
michael@0 17 == flexbox-empty-2b.html flexbox-empty-2-ref.html
michael@0 18 == flexbox-empty-2c.html flexbox-empty-2-ref.html
michael@0 19 == flexbox-empty-2d.html flexbox-empty-2-ref.html
michael@0 20
michael@0 21 # Tests for how we fragment a flex container with one unbreakable child
michael@0 22 == flexbox-unbreakable-child-1a.html flexbox-unbreakable-child-1-ref.html
michael@0 23 == flexbox-unbreakable-child-1a-wrap.html flexbox-unbreakable-child-1-ref.html
michael@0 24 == flexbox-unbreakable-child-1b.html flexbox-unbreakable-child-1-ref.html
michael@0 25 == flexbox-unbreakable-child-1b-wrap.html flexbox-unbreakable-child-1-ref.html
michael@0 26 == flexbox-unbreakable-child-1c.html flexbox-unbreakable-child-1-ref.html
michael@0 27 == flexbox-unbreakable-child-1c-wrap.html flexbox-unbreakable-child-1-ref.html
michael@0 28 == flexbox-unbreakable-child-1d.html flexbox-unbreakable-child-1-ref.html
michael@0 29 == flexbox-unbreakable-child-1d-wrap.html flexbox-unbreakable-child-1-ref.html
michael@0 30 == flexbox-unbreakable-child-2.html flexbox-unbreakable-child-2-ref.html

mercurial