Boris Zbarsky
|
db2651b719
|
Remove bogus JS that does nothing but throw from these reftests. a=test-only
|
2010-09-30 10:31:37 -04:00 |
|
L. David Baron
|
5859a14a99
|
Rename -moz-box-shadow to box-shadow: mechanical changes. (Bug 590039) r=bzbarsky a2.0=blocking2.0:beta6
Generated with:
find * -type f -exec sed -i -e 's/\<MozBoxShadow\>/boxShadow/g;s/-moz-box-shadow/box-shadow/gi' {} \;
|
2010-09-11 09:27:12 -07:00 |
|
Zack Weinberg ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
e4c76eccb0
|
Bug 451134 (1/2): switch to the official border-radius property names: purely mechanical changes. r=dbaron a2.0=blocking2.0:beta6
This was generated with the command:
LC_ALL=C grep -irlEZe '[-_]moz[-_]border[-_]radius([-_](top|bottom)(right|left))?' * | xargs -0 perl -pi -e \
's/-moz-border-radius-(top|bottom)(left|right)/border-${1}-${2}-radius/gi;
s/_moz_border_radius_(top|bottom)Right/border_${1}_right_radius/g;
s/_moz_border_radius_(top|bottom)Left/border_${1}_left_radius/g;
s/-moz-border-radius/border-radius/gi;
s/_moz_border_radius/border_radius/g;'
|
2010-09-09 08:21:47 -07:00 |
|
Jesse Ruderman
|
14ecbf3e68
|
Add bug numbers for all remaining asserts() annotations in crashtests and reftests
|
2010-07-01 19:33:56 -07:00 |
|
Robert O'Callahan
|
46b86c6732
|
Bug 568392. Part 1: fix reftests so they pass if the scrollbars are visible. r=dbaron
|
2010-06-18 21:17:35 +12:00 |
|
L. David Baron
|
477156605b
|
Annotate reftest manifests with assertion counts. (Bug 472557)
|
2010-05-04 21:28:19 -07:00 |
|
L. David Baron
|
33bb1a6295
|
Add CSS 2.1 test suite metadata for :first-line reftests.
|
2010-01-27 15:46:48 -08:00 |
|
Timothy Nikkel
|
01699b9589
|
Bug 287088. Stop first-line styling from leaking into second and subsequent lines when a single element is split between first and second lines. r=roc
--HG--
extra : rebase_source : 0dcf9009a73d5f8082c09172f4ce6840be5e6c98
|
2009-12-22 17:42:45 -06:00 |
|
Jesse Ruderman
|
37510bd064
|
Add reftest for bug 403177
|
2009-06-20 14:50:30 -07:00 |
|
Boris Zbarsky
|
4df023187e
|
Bug 148810. Handle dynamic insertion and append better when table pseudo-frames are involved. r=bernd, sr=roc. Also fixes bug 112142, bug 208305, bug 325543, bug 368932, bug 371054, bug 372649, bug 394402, bug 448111.
|
2009-03-26 14:08:58 -04:00 |
|
L. David Baron
|
a0c80a0fdb
|
Replace mechanism for restricting the properties that apply to :first-line and :first-letter. (Bug 469227) r+sr=bzbarsky
|
2008-12-12 10:59:03 -08:00 |
|
Boris Zbarsky
|
786d8beaf2
|
Fixing test
|
2008-10-20 15:00:26 -04:00 |
|
Boris Zbarsky
|
a1f18eb0e6
|
Bug 460664. Reset prop inheritance should skip first-line even if the whole struct is inheriting. r+sr=dbaron
|
2008-10-20 12:14:25 -04:00 |
|
bzbarsky@mit.edu
|
7f9c66424f
|
Fixing comment
|
2007-11-09 22:26:58 -08:00 |
|
bzbarsky@mit.edu
|
17bc787433
|
Adding test
|
2007-11-08 21:32:30 -08:00 |
|
bzbarsky@mit.edu
|
994933eb3d
|
Move hidden style to HTML
|
2007-11-07 10:25:23 -08:00 |
|
bzbarsky@mit.edu
|
ebefcd1963
|
Seems like stress-11 doesn't actually render right...
|
2007-11-07 09:58:27 -08:00 |
|
bzbarsky@mit.edu
|
b9565e9e9d
|
Fixing test
|
2007-11-07 09:54:14 -08:00 |
|
bzbarsky@mit.edu
|
e6e261a470
|
Implement hixie's first-line proposal: only inherit properties that inherit by default from ::first-line. Inherit the reset properties from its style parent (which is the node that we'd inherit from if the ::first-line were not there). Bug 395623, r+sr=dbaron, a=beltzner
|
2007-11-07 09:13:00 -08:00 |
|