gecko-dev/layout/reftests/text-indent/reftest.list
L. David Baron bada98f01b Bug 718157 - Fix dynamic changes of percentage text-indent when the parent's size changes and the element's size does not. r=jfkthame
This code needs to move out of PrepareResizeReflow() (and things that
trigger code in it) because PrepareResizeReflow is conditioned on the
block itself resizing.

The reftest is based on a test by Jesse Ruderman <jruderman@gmail.com>.

The reftest fails without the patch and passes with the patch.

--HG--
extra : transplant_source : %E9%5E%97zE%A4%60n%8C%DD%F8K-%01%F3fF%E8%C9K
2015-02-11 22:43:05 +11:00

20 lines
1.3 KiB
Plaintext

# XXX Need to repeat these tests for RTL. (Note that != tests can't use
# same file.)
# Also need to test intrinsic widths (bug 368155).
!= text-indent-single-line-100.html text-indent-single-line-0.html
== text-indent-single-line-100.html text-indent-single-line-ref-margin.html
== text-indent-single-line-0.html text-indent-single-line-ref-unstyled.html
== text-indent-single-line-percent.html text-indent-single-line-percent-ref.html
== text-indent-single-line-indent-inline.html text-indent-single-line-indent-inline-ref-block-margin.html
== text-indent-single-line-indent-inline.html text-indent-single-line-indent-inline-ref-inline-margin.html
== text-indent-multiple-line.html text-indent-multiple-line-ref-inline-margin.html
== text-indent-multiple-line.html text-indent-multiple-line-ref-float.html
!= text-indent-multiple-line.html text-indent-multiple-line-notref-block-margin.html
== text-indent-intrinsic-pref.html text-indent-intrinsic-pref-ref.html
== text-indent-intrinsic-min.html text-indent-intrinsic-min-ref.html
== text-indent-negative-intrinsic-pref.html text-indent-negative-intrinsic-pref-ref.html
== text-indent-negative-intrinsic-min.html text-indent-negative-intrinsic-min-ref.html
== text-indent-parent-dynamic.html text-indent-parent-dynamic-ref.html