Commit Graph

4276 Commits

Author SHA1 Message Date
L. David Baron
4b9bce2616 Bug 828312 patch 9a: Make sticky positioning handle block-in-inline splits correctly. r=dholbert
This assumes that the specification for how position:sticky behaves for
block-in-inline splits matches the specification for position:relative,
in other words, matches
http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level .

It's also necessary for patch 9b since the new rule for handling of
style change hints is that a style change hint applies to all
continuations and all block-in-inline siblings ("special siblings").

The change in StickyScrollContainer::GetScrollRanges is really the fix
for bug 918994, but adjusted for the change here to use block-in-inline
siblings ("special siblings") in addition to continuations.
2013-09-25 12:28:08 -07:00
Wes Kocher
14feace5a6 Merge b2g-i to m-c 2013-09-24 19:58:09 -07:00
Michael Wu
e0bf783168 Bug 919845 - Really make Fira Sans the default font, r=jfkthame 2013-09-24 10:57:25 -07:00
Jeff Muizelaar
a67b0b5676 Bug 916535. Avoid using repeating gradients for tiling when it won't work. r=roc
Avoiding normalization introduced in bug 895135 caused gradientStart/Stop to
not correspond to the firstStop and lastStop. This can cause us to incorrectly
decide to use the repeat fast path. This patch switches takes us back to the
same condition as we had before the regression.

--HG--
extra : rebase_source : f335e1db9166213115354eb14dbe90b09127a68b
2013-09-24 00:04:36 -04:00
Makoto Kato
a1742b9bb3 Backout changeset 28aab9d91f12 (Bug 916071) 2013-09-24 12:55:46 +09:00
Makoto Kato
e47b440b5d Bug 916071 - Detect RemoteFX on reftest. r=vlad 2013-09-24 10:20:39 +09:00
Martijn Wargers
72247bbaec Bug 917056 - Make zoomed-svg-with-viewBox-01.svg use reftest-zoom. r=longsonr 2013-09-18 01:05:03 +02:00
Rik Cabanier
cf484321c1 Bug 917943 - Fix color-burn and color-dodge blend modes for Direct2D. r=Bas 2013-09-19 14:48:30 -04:00
Ed Morley
f0ecd8df7a Bug 907903 - Mark 759036-2.html as random-if on Android 2.2 for too many intermittent failures 2013-09-19 15:11:03 +01:00
Ed Morley
5bf91994f1 Bug 907899 - Mark 759036-1.html as random-if on Android 2.2 for too many intermittent failures 2013-09-19 15:09:59 +01:00
Dan Minor
a2a7d25756 Bug 907351 - Android pandaboard reftests run significantly slower; r=gbrown 2013-09-19 09:12:48 -04:00
Daniel Holbert
18caf7323e Bug 904197 followup: make reftests use Ahem font, to avoid pixel-alignment difference between block vs. inline elements. (test-only)
--HG--
rename : layout/reftests/flexbox/ahem.css => layout/reftests/position-sticky/ahem.css
2013-09-18 08:36:27 -07:00
Corey Ford
1a19b79ce1 Bug 904197 - Use the union of continuations' rects in sticky positioning calculations. r=dholbert
Reftest inline-3.html fails because handling the sticky element's margin correctly will take more work; similarly, border/padding on containing-block continuations won't be handled quite right. Reftest column-contain-1a fails because some of the anonymous blocks inside an nsColumnSetFrame have 0 height.
2013-09-13 16:53:48 -07:00
Cameron McCormack
f5495def59 Bug 874507 - Make clip-path, filter, mask and opacity work on <marker> elements. r=longsonr 2013-09-16 15:06:29 +10:00
Rik Cabanier
f85ca4f984 Bug 902525 - Part 6: some basic test files for HTML blending r=roc 2013-09-15 16:43:12 -07:00
Rik Cabanier
987491e0af Bug 902525 - Part 4: first set of testfiles for SVG blending r=roc 2013-09-16 13:21:00 +10:00
Ryan VanderMeulen
55c62c9b48 Merge b2g-inbound to m-c. 2013-09-15 21:53:23 -04:00
Ryan VanderMeulen
68ba33db0f Backed out 7 changesets (bug 902525) for B2G reftest failures.
Backed out changeset bbca63772c83 (bug 902525)
Backed out changeset edb386989dbd (bug 902525)
Backed out changeset 3137dadb4fcd (bug 902525)
Backed out changeset e562afcb3c89 (bug 902525)
Backed out changeset 8ef3a516bd68 (bug 902525)
Backed out changeset 520fcd422150 (bug 902525)
Backed out changeset 4e553e8da44e (bug 902525)
2013-09-15 18:59:27 -04:00
Ryan VanderMeulen
9f17a99eec No bug - Add B2G fuzz to max-prop.html. 2013-09-15 18:38:00 -04:00
Rik Cabanier
104dfd987e Bug 902525 - Part 6: Some basic test files for HTML blending. r=roc 2013-09-15 16:24:46 -04:00
Rik Cabanier
c5bb56e590 Bug 902525 - Part 4: First set of testfiles for SVG blending. r=roc 2013-09-15 16:24:26 -04:00
Ryan VanderMeulen
db5e1d87c2 Merge m-c to b2g-inbound. 2013-09-14 23:07:59 -04:00
Timothy Nikkel
afa93d873f Bug 863658. Replace mozilla-banner image use in reftest for bug 28811 with a plain blue image. r=jmuizelaar
Different timing of image decodes finishing means we paint them into surfaces of different sizes (the surface sizes are based on what part of the page we need to repaint). This means that small fractional pixel differences in cairo can result in a different image when bilinearly resizing it.
2013-09-14 19:05:03 -05:00
Daniel Schattenkirchner
a12206912a Bug 477462 - margin-collapsing test suite, wave 6; parent's and last-child's bottom margin with min-/max-/height. r=dholbert 2013-09-14 22:16:53 -04:00
Milan Sreckovic
4a945e0051 Bug 916112 - Turn tiling back off. r=blassey 2013-09-13 12:32:46 -04:00
Mounir Lamouri
d5293704a9 Bug 915551. Allow text-align styling on ::-moz-placeholder. r=bzbarsky 2013-09-13 14:15:01 +01:00
Daniel Holbert
80c851286f Bug 897105 followup: increase fuzz for reftest stacking-context-1.html a bit more. DONTBUILD
landing on CLOSED TREE w/ RyanVM's permission
2013-09-13 10:31:02 -07:00
Edwin Flores
35320a59ad Bug 798843 - Add README for generating fonts for SVG in OpenType reftests r=dbaron 2013-09-13 07:08:56 +01:00
Jonathan Kew
01306365fd bug 871961 pt 2 - add text-svgglyphs subdirectory to the master layout/reftests manifest. r=roc 2013-09-14 19:07:34 +01:00
Jonathan Watt
93d9d31937 Bug 915794 - Remove the pref for <input type=range>. r=mounir 2013-09-12 19:15:48 +01:00
Jonathan Watt
edf6922e7d Bug 913292 - Make sure that nsIFrame::AttributeChanged is only called after any final changes that Element::AfterSetAttr may make. r=bz 2013-09-10 17:17:51 +01:00
Jonathan Kew
7497def493 bug 916048 - update text-svgglyphs reftests for font-specific unitsPerEm. r=roc 2013-09-14 12:41:04 +01:00
Jonathan Kew
1edbfad3fc Bug 798843 - Rename -moz-objectFill, -moz-objectStroke, -moz-objectValue to context-fill, context-stroke, context-value r=dbaron
* * *
bug 798843 - recompile svg.woff font to pick up the updated glyph definitions
* * *
bug 798843 - update property_database.js to match the new property names
2013-05-16 14:35:15 +12:00
Ryan VanderMeulen
eda259c9c3 Backed out changesets 6c097bdfc079, 51f5d900cd27, 9fdf99c07466, and b322938b37ef (bug 798843) due to intermittent Windows test failures. 2013-09-13 11:15:54 -04:00
Corey Ford
54030945f9 Bug 897105 - Part 4: Build display items and layers for sticky positioned elements. r=roc 2013-09-12 18:56:57 -07:00
Jonathan Kew
e7aa75fe37 bug 872487 - remove fails-if() annotations from currently-disabled tests that no longer fail on android/b2g. no_r=me 2013-09-13 07:56:38 +01:00
Edwin Flores
e6de4b384b Bug 798843 - Add README for generating fonts for SVG in OpenType reftests r=dbaron 2013-09-13 07:08:56 +01:00
Jonathan Kew
e57e75500d Bug 798843 - Rename -moz-objectFill, -moz-objectStroke, -moz-objectValue to context-fill, context-stroke, context-value r=dbaron
* * *
bug 798843 - recompile svg.woff font to pick up the updated glyph definitions
* * *
bug 798843 - update property_database.js to match the new property names
2013-05-16 14:35:15 +12:00
Daniel Holbert
b8f018ef97 Bug 914078, attempt 2: Increase Android-only max-fuzzy-difference from 5 to 6, for "position-sticky/top-3.html" reftest. r=corey 2013-09-12 09:50:25 -07:00
Ryan VanderMeulen
1f1fb8a044 Merge m-c to inbound. 2013-09-11 22:20:33 -04:00
Ryan VanderMeulen
ce0f027f99 Merge b2g-inbound to m-c. 2013-09-11 20:58:14 -04:00
Ed Morley
6cd128e331 Bug 897009 - Mark 488685-1.html as now passing on Android; r=jfkthame 2013-09-11 12:59:40 +01:00
Michael Wu
ef7e32afb1 Bug 897009 - Update default Gonk fonts, r=jfkthame
Test fixes r=dholbert,jfkthame,dholbert
2013-09-11 11:12:26 +02:00
Jonathan Kew
99ad93fcbe bug 875329 - reftest for use of transforms within SVG-in-OT glyphs. r=heycam 2013-09-11 08:27:52 +01:00
Brad Lassey
6b1d4a6cbb bug 887819 - Investigate using the tiled layers backend, turn on tiles for b2g r=gal,benwa
--HG--
extra : rebase_source : c288e8145fd4409b0231f1c83eed0ba8ce60c136
2013-09-11 13:52:16 -04:00
Daniel Holbert
595d414a0a Bug 911451: Refactor nsStringBuffer-to-nsString code into a helper-method, and invoke it instead of nsCheapString in one other place. r=dbaron
--HG--
rename : layout/reftests/svg/smil/mapped-attr-long-url-1.svg => layout/reftests/svg/smil/mapped-attr-long-url-2.svg
2013-09-10 10:03:28 -07:00
Daniel Holbert
371947815a Bug 914078: Increase Android-only max-fuzzy-difference from 4 to 5, for recently-added "position-sticky/top-3.html" reftest. r=corey 2013-09-09 10:20:16 -07:00
Daniel Holbert
2f70793cef (no bug) Broaden fuzzy-if() annotation slightly, for reftest position-sticky/top-2.html. r=corey 2013-09-06 13:59:58 -07:00
Bobby Holley
686a940c6e Bug 912322 - Fix tests. r=bz
The crashtest changes are untested (aside from the fact that they don't crash).
2013-09-06 09:12:56 -07:00
Bobby Holley
74a8289887 Bug 912322 - Sync pref from reftest-cmdline.js to bootstrap.js. r=jgriffin 2013-09-06 09:12:55 -07:00
Corey Ford
076154ae0a Bug 886646 - Part 7: Reftests for sticky positioning. r=dbaron 2013-09-06 09:35:16 -04:00
Jonathan Kew
573653dc85 bug 911849 followup - avoid reftest glyph-positioning discrepancy on OS X, and remove fuzzy-if() annotation from the manifest. 2013-09-05 23:15:29 +01:00
Ryan VanderMeulen
cd17efbc4d Bug 911849 - Add fuzz to the new reftest on OSX. 2013-09-05 12:00:13 -04:00
Jonathan Kew
a851257fbe bug 911849 - reftest for use of ZWNBSP/WJ to inhibit line-breaks in CJK text. r=masayuki 2013-09-05 14:24:34 +01:00
Phil Ringnalda
82a82c7965 Back out e46601eb7279:533dc9ea3301 (bug 912322) for Android reftest bustage 2013-09-04 21:49:16 -07:00
Bobby Holley
4f18e183bb Bug 912322 - Fix tests. r=bz
The crashtest changes are untested (aside from the fact that they don't crash).
2013-09-04 19:05:51 -07:00
Mike Hommey
f1cf3b4238 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Robert O'Callahan
df62d8f5c7 Bug 909157. Invalidate rendering observers when an image changes. r=mattwoodrow
--HG--
extra : rebase_source : 04b127fde9a9e07e50c6196f53a1eea3c8f04db6
2013-09-04 23:13:11 +12:00
Robert O'Callahan
29150e641d Bug 911889. Updating reftest manifest; the tests that were passing due to 894773 being fixed are now failing again since we've backed off on that fix .... on a CLOSED TREE 2013-09-04 18:19:07 +12:00
Daniel Holbert
69791d09fe Bug 904158 - When creating a string for the SMIL-animated value of a mapped SVG attribute, use NS_strlen to get the StringBuffer's logical length, instead of using nsCheapString and the allocated length. r=dbaron 2013-08-29 11:39:56 -04:00
Seth Fowler
9099c66699 Bug 825771 (Part 5) - Add image-orientation reftests for SVG images. r=dholbert 2013-08-28 15:39:07 -07:00
Seth Fowler
c1fe77919e Bug 825771 (Part 4) - Add image-orientation reftests for raster images. r=dholbert 2013-08-28 15:39:07 -07:00
John Daggett
92be97927f Bug 906704 - reftest for rotated synthetic bold. r=jrmuizel 2013-08-28 08:36:02 +09:00
Daniel Schattenkirchner
2782345b94 Bug 477462 - margin-collapsing test suite, wave 5b; root, html, body margins and non-sibling margins; r=dholbert 2013-08-26 21:27:49 -10:00
Edwin Flores
96fb2ae10c Bug 801467 - Test that url(#id) references work in OpenType SVG glyph documents. r=roc 2013-08-26 22:30:52 -07:00
Mats Palmgren
8103855be9 Bug 909078 - Pretend the inner table frame is top-of-page if the outer table frame is. r=roc 2013-08-26 17:56:52 +00:00
Robert O'Callahan
50dfa150cf Bug 906521. Part 9: Add tests for invalid glyph id values. r=jfkthame
--HG--
extra : rebase_source : 3ffd23c06a40cd51af30c83652ee701ae6057566
2013-08-26 12:21:20 +12:00
Robert O'Callahan
30d3987dd3 Bug 906521. Part 8: Fix text-svgglyphs reftests. r=jfkthame
--HG--
extra : rebase_source : cceed09be0eb7490a5ab859d35609feee500e53b
2013-08-23 14:14:07 +12:00
Ms2ger
944d17423c Revert this CLOSED TREE to changeset 4d3e221584a0. 2013-08-24 13:31:48 +02:00
Ms2ger
023851560d Backed out changesets e6a3b0532422:f37447f59817 (bug 908880, bug 879682) for Windows assertion failures. 2013-08-24 10:27:21 +02:00
Markus Stange
b74a2d780b Bug 908880 - Update overflow rects when dynamically changing the filter property. r=jwatt 2013-08-24 08:20:01 +02:00
Markus Stange
c14dde2906 Bug 879682 - Call nsSVGEffects::UpdateEffects on the first reflow even if we've cleared our own firstreflow flag in order to propagate the information to our children. r=jwatt 2013-08-24 08:18:12 +02:00
Robert O'Callahan
00a701ff71 Bug 906199. Ensure that nsDisplayTransforms being bubbled up by preserve-3d have the correct clip applied. r=mattwoodrow
--HG--
extra : rebase_source : 565cbebb5a7db17949a34cd41c9f0018db781caf
2013-08-21 15:04:23 +12:00
Nicholas Cameron
a3234a9549 Bug 893330. Reftest for box shadow with border radius invalidation. r=mattwoodrow 2013-08-23 17:04:34 +12:00
Nicholas Cameron
3aba9bbe8e Bug 902330. Reftest for partially transparent layer. r=mattwoodrow 2013-08-22 21:10:35 +12:00
Benoit Jacob
9099edd611 Bug 907723 - Add some fuzz for B2G to SVG reftest.list - r=jrmuizel 2013-08-21 18:03:07 +02:00
Benoit Jacob
f61c8a14e6 Bug 907256 - Adjust the canvas reftest.list for SkiaGL/B2G failures - r=jrmuizel 2013-08-21 18:03:07 +02:00
Michael Harrison
9546f11a00 Bug 897491 - Update the display when the alt attribute of an image is added or removed. r=bz 2013-08-21 08:44:14 -04:00
Phil Ringnalda
c320c2d1e0 Back out 4dd5fb21e599 (bug 906199) for Android R2 orange
CLOSED TREE
2013-08-20 22:49:12 -07:00
Robert O'Callahan
8253361b24 Bug 906199. Ensure that nsDisplayTransforms being bubbled up by preserve-3d have the correct clip applied. r=mattwoodrow 2013-08-21 15:04:23 +12:00
Scott Johnson
2c9180dedd Bug 746015: Add a nsDisplayGenericOverflow class that uses a frame's visual overflow rect as its bounds to correctly display column rules that lie outside of a column set frame's bounds. [r=dbaron] 2013-08-20 16:38:29 -05:00
James Kitchener
f74f348aa3 Bug 827713 - Tests for merged script elements. r=fredw 2013-08-19 09:12:06 -04:00
Mina Almasry
817ee803d6 Bug 717181 - Make <fieldset> invalid if they contain an invalid form control; r=mounir
This adds a CSS psuedo class to fieldset that acts much in the same way as the one
on form.
2013-08-16 20:32:47 -04:00
Jonathan Kew
7e5943c8be bug 879963 - reftests for regressions caused when multiple rules refer to the same proxy. r=jdaggett 2013-07-26 16:48:35 +01:00
Jonathan Watt
401124f339 Bug 901955 - Get 'opacity' property changes on SVG working again. r=roc 2013-08-14 10:51:00 +01:00
Kyle Huey
d7ff8bec94 Bug 886080: Mark dynamic-feImage-01.svg as asserting. r=me 2013-08-13 11:16:47 -07:00
Xidorn Quan
dc521c2aac Bug 786254 - Add reftest. r=roc 2013-08-12 08:51:30 -04:00
Mats Palmgren
13760051a7 Bug 883568 - Call UpdateOverflow() in the scroll frame base class to actually update the overflow areas. r=roc 2013-08-10 16:55:29 +00:00
Jonathan Kew
4d85fe95f5 bug 571579 - remove unused ScheherazadeRegAAT.ttf font file from the tree. r=jdaggett 2013-08-09 09:52:47 +01:00
Ryan VanderMeulen
0af6a4d71d Bug 886080 - Change test annotation from random-if to skip-if. 2013-08-07 20:31:38 -04:00
Dan Minor
f00a902074 Bug 900542 - Update reftest manifests for pandaboards; r=jmaher 2013-08-07 10:08:24 -07:00
Blake Kaplan
5880bdfa3e Bug 898926 - Add reftest. r=sicking 2013-08-06 17:31:30 -07:00
Jonathan Kew
cb73405190 bug 854897 - prefer harfbuzz shaping for Indic text on WinXP. r=jdaggett 2013-08-05 21:06:09 +01:00
Nicholas Cameron
beb04c20b9 Bug 874721, bug 899435. D3D9 compositor and windows OMTC window resizing. r=Bas, mattwoodrow 2013-08-04 19:46:17 +12:00
Jonathan Kew
98ffe8946b bug 900975 - reftest for -moz-osx-font-smoothing on display:inline element. r=dbaron 2013-08-03 08:59:00 +01:00
Ryan VanderMeulen
009b6ece4e Bug 894773 - Remove Android failing reftest annotation from 650228-1.html.
CLOSED TREE
2013-08-02 15:39:21 -04:00
Benoit Girard
a6f9a322cf Bug 894773 - Don't force layers on single opacity change. r=roc
--HG--
extra : rebase_source : 1f4807150ad7776aa1e90ded322149cf57f212ff
2013-07-16 22:56:16 -04:00
Ed Morley
7a4e92ae93 Bug 886080 - Mark dynamic-feImage-01.svg random-if on Linux for intermittent failures 2013-08-02 16:08:18 +01:00
Nicholas Cameron
afd732f308 back out bug 874721, bug 899435 2013-08-01 18:30:46 +12:00
Nicholas Cameron
1568126fd7 Bug 874721; fuzz some tests. r=Bas 2013-08-01 16:53:00 +12:00