Nicholas Cameron
3c35c31229
Bug 718521 - Add reftest for rounded-rectangle clipping of multiple items. r=roc
2012-01-18 14:33:51 +13:00
Mats Palmgren
5d51dd3279
Bug 665597 - Test that child overflow that overlaps the parent's padding doesn't trigger a scrollbar.
2012-01-17 00:38:10 +01:00
Mats Palmgren
ddf9efc932
Bug 665597 - Fix some reftests assumptions about margins and scrollable overflow. part=5/5 r=dbaron,roc
2012-01-17 00:38:10 +01:00
Boris Zbarsky
3b791c55c9
Bug 598482 part 0. Change a few more tests to not depend on pointer positions, since we don't control those.
2012-01-14 22:57:03 -05:00
Boris Zbarsky
f12f1399b7
Bug 716793. Dispatch synthetic mousemove off the refresh driver, not as fast as we can. r=roc
...
We use Flush_Display here because mousemoves flush out layout, so we want to do the synthetic one after we've done our normal layout flushing
2012-01-10 00:23:29 -05:00
Robert O'Callahan
1e6f81c07b
Bug 713532. Mark passing test.
2012-01-12 00:26:33 +13:00
Mats Palmgren
9016277c12
Bug 702184 - Wallpaper a frequent orange. r=ehsan
2012-01-04 15:32:47 +01:00
Jonathan Kew
581ee27d22
bug 703100 - pt 7 - fix fragile reftests that depend on metrics of fallback fonts used for invisible chars. r=roc
2012-01-05 11:54:46 +00:00
L. David Baron
714e0a8683
Weaken the quirks mode inline box model zeroing-of-containers when those containers have children that are vertical-align: top or bottom, so that it's a little more like when they have children with other values of vertical-align (except that it's an approximation). (Bug 714519) r=roc
...
--HG--
extra : transplant_source : %1B%A2%1A%2Cb%7BcS%C9%5Et%F8%F16%E3%1A%12%D67%15
2012-01-01 17:35:12 -05:00
Ehsan Akhgari
c79da1fd35
Test case for bug 690164; r=roc
2011-12-30 17:25:10 -05:00
Ehsan Akhgari
0382216924
Bug 713856 - Dynamic change of DOM in lists before block element creates blank line; r=roc
2011-12-30 17:22:47 -05:00
Bernd
7d67be01a3
bug 531200 - always set the desiredHeight, also if SplitSpanningCells does not split any cell r=dholbert
2011-12-27 09:31:10 +01:00
Bernd
87f1efe456
bug 711359 - mark all subsequent rows as damaged r=mats
2011-12-27 09:31:09 +01:00
Scott Johnson
31e988481d
Bug 695222 - Implement column-fill part of CSS3 multicol spec. r=roc,dbaron
2011-12-25 23:25:59 -06:00
William Chen
338f4b29ba
Bug 497995: Part 2 - Update existing border-image tests. r=dbaron
...
--HG--
extra : rebase_source : b9fb3987c8540457fa1f7b3e27420f208207a9c0
2011-12-22 18:34:53 -05:00
Scott Johnson
485a62e28c
Backout changeset 93f523345fb6.
2011-12-20 00:01:32 -06:00
Scott Johnson
9a5c2bc549
Bug 695222 - Implement column-fill part of CSS3 multicol spec. r=roc,dbaron
2011-12-19 23:11:54 -06:00
Scott Johnson
d02cda6d85
Backed out changeset 74555805376d
2011-12-19 23:08:52 -06:00
Scott Johnson
5493265dc2
Bug 695222 - Implement column-fill part of CSS3 multicol spec. r=roc,dbaron
2011-12-19 22:25:19 -06:00
Boris Zbarsky
0867046dc6
Fix test to not depend on hover state. No bug. r=roc.
2011-12-03 03:29:59 -05:00
Bernd
52f13e5a15
bug 467444 - firstTruncatedRow can not be the last row on page if it should be pushed r=dholbert
2011-12-01 07:34:30 +01:00
Bernd
2d30f6dd30
bug 460637 - the group cellmaps need to set the damageArea relative to the entire table, patch by Mats Palmgren, Randell Jesup and Bernd, r=mats, bernd
2011-10-27 09:58:44 -04:00
Masayuki Nakano
311812671e
Bug 703186 Use system event listener for focus/blur event handling for <area> element r=smaug
2011-11-26 10:33:09 +09:00
Mounir Lamouri
d1fd648cd8
Merge mozilla-central into mozilla-inbound.
2011-11-25 10:51:57 +01:00
Bas Schouten
f74e730caf
Bug 655836. Reftest
2011-11-25 15:07:05 +13:00
L. David Baron
ead1afd92b
Add reftest annotations for failure state on Mac OS X 10.7 (Lion) so we can enable the reftest suite on Lion unit test machines. (Bug 700503)
...
This marks 4 gradient-related tests previously marked as failing on Mac
as failing on only 10.5 and 10.6, since they pass on 10.7.
It also marks one Arabic-shaping-related test as failing, for which bug
705044 has been filed.
2011-11-24 09:14:37 -08:00
Boris Zbarsky
7062899f5e
Fix the test to handle one-pixel clipping near the left edge that can happen if invalidates happen in a different order. No bug.
2011-11-18 17:07:56 +13:00
Boris Zbarsky
a2790024e4
Bug 690598. Change the test to paint the whole canvas so that we don't get upscaling antialiasing differences. r=roc
2011-11-18 17:07:54 +13:00
Robert O'Callahan
a1a72c9ec7
Bug 696307. Floats in a different block to their placeholders should only be painted once. r=mats
2011-11-08 13:09:39 +13:00
Boris Zbarsky
23c2e8cf88
Bug 608756. Cache display structs in the ruletree even for floated and positioned elements. r=dbaron
...
The basic idea is that mOriginalDisplay and mOriginalFloats are kept synchronized with mDisplay and mFloats unless the latter are changed due to position:absolute/fixed (for both) or float:left/right (for display). When initializing an nsStyleDisplay from a start struct, we restore the values from mOriginalDisplay/Floats to get correct behavior.
2011-10-29 03:04:20 -04:00
Robert O'Callahan
8b63d0b8b2
Followup for bug 678859. Fix test to use larger areas to ensure active layers are used.
2011-10-27 12:09:32 +13:00
Robert O'Callahan
cc2117d268
Bug 696739. Treat inline fieldsets as pseudo-stacking-contexts. r=bz
2011-10-25 16:52:52 +13:00
Simon Montagu
506583cc19
Resynchronize the Shift_JIS converter after unrecognized sequences. Bug 690225, r=emk
2011-10-19 07:58:41 +02:00
Ehsan Akhgari
72d69a661c
Bug 691913 - Add some needs-focus annotations; r=roc
...
--HG--
extra : rebase_source : 71805cf58030824288021883884fa87e20b71fd2
2011-10-05 19:55:32 -04:00
Bas Schouten
e7b7d5e4c6
Bug 691571 - Reftest: Add reftest. r=jrmuizel
2011-10-05 16:08:54 +02:00
Ehsan Akhgari
66ce294c6b
Test case for bug 691087; r=roc
2011-10-04 08:41:51 -04:00
Ehsan Akhgari
fddd9ce5af
Bug 656875 - Use the transformed dirty rectngle when building display list items for stacking context; r=roc
...
--HG--
extra : rebase_source : a98568046ab5e4b4382e380f0fd2d03be481edaa
2011-05-16 13:27:24 -04:00
Atul Aggarwal
e9468a5526
Bug 673820 - Rewriting StringToInteger function to match behavior of Rules for parsing Integers specified in spec. r=jonas f=mounir,Ms2ger,dbaron
2011-10-01 19:30:27 +05:30
Ehsan Akhgari
ad99276fcf
Reftest for bug 564002; r=roc
2011-09-30 10:12:16 -04:00
Ehsan Akhgari
bdc5c5427c
Bug 659828 - Part 1: Apply table margins to the outer table frame instead of the inner table frame (also fixes bug 87277); r=dbaron
...
Outer table frames act as CSS2.1 table wrapper boxes. We used to lay them out
without taking their margins into the account, which meant that their width was
always equal to the available width. This breaks horizontal positioning of
absolutely positioned kids of a table frame.
The main purpose of this patch is to apply the margins of tables to their outer
frame, instead of the inner frame. This means that the inner table frame will
always have a zero margin, which means that a lot of the stuff which used to
rely on the fact that table margins are applied to the inner frame need to
change.
In particular, in order to get the computed margins of a table, we used to query
the inner table frame, and this patch corrects that. Also, when shrink wrapping
tables, we used to not take the margins of the inner table frame into account,
which is fixed by this patch too. nsBlockReflowState::
ComputeReplacedBlockOffsetsForFloats also needed to be changed to read the
margin values from the outer frame too.
Also, as part of this patch, we start to respect the CSS2.1 margin model for
captions on all sides. This means that in particular, the top/bottom margins on
the top-outside and bottom-outside captions will not be collapsed with the
top/bottom margins of the table, and that the margins of the caption element
contribute to the width and height of the outer table frame. The
427129-table-caption reftest has been modified to match this new behavior.
Another side effect of this bug is fixing bug 87277, and the reftests for that
bug are marked as passing in this patch.
2011-05-31 19:02:56 -04:00
Ehsan Akhgari
c15d8c0733
Bug 10209 - Part 6: Implement the CSS "containing block" concept correctly as a binary relation, as opposed to a unary relation; r=bzbarsky
2011-05-12 00:04:30 -04:00
Ehsan Akhgari
ef73506d4d
Bug 10209 - Part 5: Allow table elements to act as absolute positioning containers; r=roc
2011-05-09 20:36:10 -04:00
Ehsan Akhgari
d883faee5e
Bug 10209 - Part 4: Mark the reftest for bug 637597 as random, because the bug was never fixed originally; r=roc
2011-09-29 13:30:56 -04:00
Alon Zakai
add184ba85
Bug 633627 - Disable tests that fail with fixedpoint blurring. r=roc
2011-09-19 09:34:32 -07:00
L. David Baron
f5b54ee4df
Add test for case that I'm worried about breaking in bug 665597.
2011-09-09 12:50:21 -07:00
Boris Zbarsky
eb5b744132
Bug 659350 part 4. Change some tests that depend on the old behavior where inline event handlers hang directly off the JSObject to not depend on it. r=smaug
2011-08-24 15:49:25 -04:00
Bernd
fc4e7dd856
bug 211636 replace shared table attribute mapping by a more rule conforming mapping r=dbaron
2011-08-20 12:18:50 +02:00
Phil Ringnalda
fa03efb938
Bug 590415 - Mark 368020-1.html as random on WinXP, since we've clearly made it so
2011-08-14 14:47:36 -07:00
Boris Zbarsky
9c3c3f2062
Bug 670467. Correctly reresolve style on non-first continuations and non-first parts of {ib} splits even when we're restyling both an ancestor of the element and the element itself. r=dbaron
2011-08-11 23:52:21 -04:00
Jeff Walden
e1690fa43c
Bug 609714 - Properly compute background image size for vector background images lacking intrinsic sizes or an intrinsic aspect ratio. r=dholbert, r=dbaron
...
--HG--
extra : rebase_source : 9b018973a13a50f7616cac2a369bc3a61ccd5927
2011-01-13 04:40:12 -06:00
Boris Zbarsky
f1ba3321cc
Bug 652301. Show focus outlines on all but a blacklist of focusable things in HTML, not just on a whitelist of them. r=dbaron
2011-04-27 16:52:23 -04:00
Matt Woodrow
ce92b3c781
Bug 673572 - Temporarily disable failing test for bug 568683 on mac. r=roc
2011-07-23 10:29:04 +12:00
Robert O'Callahan
d905df35e2
Bug 629196. Fix intermittent failures by censoring irrelevant pixels in test for bug 579323.
2011-07-18 12:46:26 +12:00
Kyle Huey
fb7ce6c1dc
Reftest for Bug 670442
2011-07-12 08:55:38 -07:00
Robert O'Callahan
0adb323493
Fix test 579323-1.html
2011-07-11 11:50:26 +12:00
Boris Zbarsky
14d3dc6976
Bug 649924 followup. Mark now-passing tests as passing.
2011-07-08 14:04:25 -04:00
Michael Ventnor
fbbebba241
Bug 669015 - Fix regressed text-shadow in XUL r=roc
2011-07-04 14:59:19 +10:00
Marco Bonardo
c0afb18da7
Merge Places and mozilla-central
2011-07-01 18:26:04 +02:00
Jonathan Kew
636a69c177
bug 553571 - try to avoid breaking font runs at ZWNJ when using font fallback, because Indic scripts require shaping across the ZWNJ character. r=roc
2011-07-01 07:38:14 +01:00
Marco Bonardo
b9b2ded530
Bug 668319 - Allow to set opacity on ::-moz-tree-cell-text.
...
r=roc
2011-06-30 15:33:58 +02:00
Ehsan Akhgari
c4436101c8
Back out bug 10209 and bug 656875 (its regression fix) from Aurora because the work on this bug has not been finished yet
...
--HG--
extra : transplant_source : t%9F%EB%2Aa%A4%C0%9Ab%A5%DDQ%3EMD%5E%01h%E7%2A
2011-06-01 16:18:15 -04:00
Bas Schouten
54ddb1700b
Bug 651858 - Part 10: Update reftests to reflect mozDrawText deprecation. r=roc
2011-06-24 19:41:18 +02:00
Marco Bonardo
5194a945ed
Bug 664127 - Reftest for transparent tree icon.
...
r=roc
2011-06-23 14:35:09 +02:00
Robert O'Callahan
36d533de88
Bug 637852. Part 24: Fix scale/translate order in DrawThebesLayer. r=tnikkel
2011-06-23 00:11:28 +12:00
Robert O'Callahan
2c76301582
Bug 637852. Part 23: Fix incorrect call to 'abs'. r=tnikkel
2011-06-23 00:11:28 +12:00
Robert O'Callahan
a71cab3bed
Bug 637852. Part 19: Test (from bug 633344)
2011-06-23 00:11:28 +12:00
Robert O'Callahan
0c48fabd49
Bug 637852. Part 18: Support computing the "residual transform" for a ThebesLayer --- the difference between its snapped transform and the ideal transform --- and use it to align ThebesLayer drawing for transforms that aren't changing. r=tnikkel
...
This fixes bug 637597 and probably other bugs.
2011-06-23 00:11:28 +12:00
Robert O'Callahan
04565c4766
Bug 637852. Part 16: Mark newly-passing reftests.
...
Various tests that used to fail on Android now pass. One test that used to fail on Mac passes now too.
2011-06-23 00:11:28 +12:00
Robert O'Callahan
55a9350095
Bug 637852. Part 13: Allow snapping of text baselines to occur when there's a scale in the current transform. r=tnikkel
...
This allows baselines to be snapped properly when drawing into high-resolution ThebesLayers.
2011-06-23 00:11:28 +12:00
Robert O'Callahan
89ef55940b
Bug 660682. Let anonymous blocks in IB splits inherit opacity from their first inline, so that 'opacity' applies to the contents of a split inline. r=bz
2011-06-17 15:36:07 +12:00
Jonathan Kew
93c7072af0
Bug 661471. Part 5: Fix reftests. r=roc
2011-06-03 16:31:08 +12:00
Boris Zbarsky
b63424b026
Bug 655549 and bug 645768. Rejigger the quirk table color rule to work more reliably. r=dbaron
2011-06-01 07:43:31 -04:00
Simon Montagu
2dc3d1f5d0
Fix the range check for CP949 in uscan.c, Bug 658952. Correct a typo in the alias cseuckr, Bug 462687 r=emk
2011-05-30 08:38:26 +03:00
Daniel Holbert
8556ef49be
Bug 659466: Fix remaining data URI "#" --> "%23" conversions in testcases. r=bz
2011-05-26 01:20:08 -07:00
Robert O'Callahan
5ff78b1dd7
Mark test for bug 654950 as failing on Mac with GL because GL alpha blending doesn't perfectly match Quartz alpha blending.
2011-05-23 14:28:11 +12:00
Robert O'Callahan
ea286efab6
Bug 654950. Fix scissor rect calculations for descendants of container layers with intermediate surfaces. r=bas
2011-05-23 12:27:03 +12:00
Ehsan Akhgari
5aaebed294
Bug 656875 - Use the transformed dirty rectngle when building display list items for stacking context; r=roc
2011-05-16 13:27:24 -04:00
Robert Longson
a25eb2ec8b
Bug 616516 - Try to fix few pixel intermittent reftest failure by using crispEdge drawing. r=dholbert
2011-05-14 14:54:13 +01:00
Bobby Holley
681da3723c
Bug 653930 - Tests.r=bz
2011-05-13 10:41:25 -07:00
Mounir Lamouri
a497a31e83
Merging cedar with mozilla-central.
2011-05-13 10:59:05 +02:00
Robert O'Callahan
6b388015a4
Bug 650228. Invalidate ThebesLayers when a linebox is moved. r=dbaron
2011-05-13 02:59:15 +12:00
Henri Sivonen
4fe663e3bc
Bug 655701 - Remove test dependencies on the html5.parser.enable pref. r=ted.mielczarek.
2011-05-12 10:56:37 +03:00
Jonathan Kew
79e5b6e6ee
bug 654057 - reftest for diacritics in Segoe UI font. r=jdaggett
2011-05-11 20:25:57 +01:00
Boris Zbarsky
aa1434671b
Bug 652775. Remove the default nowrap styling on <legend>. r=dbaron
2011-05-11 11:28:53 -04:00
Ehsan Akhgari
15252ef290
Bug 612129 - Set the initial selection range to the beginning of the text field in order to be more compatible with other browsers; r=roc
2011-05-12 09:52:38 -04:00
Mounir Lamouri
8f4fb33ce2
Bug 641517 (2/2) - Add the animated glow for progress bars on Windows Vista/7. r=jimm
2011-05-04 16:57:04 +02:00
Shawn Wilsher
259bae0699
Back out bug 514437, bug 567872, bug 568825, bug 633209, bug 633913, bug 634086, bug 634088, bug 634549, bug 634551, bug 638176, bug 641517, bug 641905, bug 641942, bug 642127, and bug 642667 to undo the performance regression tracked by bug 655860.
2011-05-09 15:48:39 -07:00
Mounir Lamouri
978ad7e38b
Bug 641517 (2/2) - Add the animated glow for progress bars on Windows Vista/7. r=jimm
2011-05-04 16:57:04 +02:00
Ms2ger
d50ba4e65e
Bug 414638 - Disallow mixed space/comma syntax for CSS rect() value; r=dbaron
2011-05-08 20:14:16 +02:00
Yury
f2320f7c06
Bug 451165. Fix ParseColorString to report errors when there's garbage at the end of the color. r=dbaron
2011-05-05 17:12:04 -04:00
Mike Hommey
c84f4c8776
Bug 590181 part 1 - Fix tests to avoid rounding errors. Original patch from jlebar. r=dbaron
2011-04-28 15:48:59 +02:00
Kyle Huey
0d2363560b
Backed out changeset 72430b4913e4
2011-04-27 20:12:27 -04:00
Boris Zbarsky
1995aaa776
Bug 652301. Show focus outlines on all focusable things in HTML, not just on a whitelist of them. r=dbaron
...
The :-moz-focusring style comes first so we don't have to do the :not() and :-moz-any() matching at all for the common case.
--HG--
extra : rebase_source : 330a9f4ba38a6613d3bd43f404325ea4dfcae789
2011-04-27 16:52:23 -04:00
Jonathan Kew
ba110d3423
bug 642589 followup - adjust reftest manifests for newly-passing/failing tests on Win7/d2d with tweaked subpixel-AA.
2011-04-21 07:39:47 +01:00
Jonathan Kew
237a9967c1
bug 589682 - reftest for double-quote bug workaround in times new roman italic. r=jdaggett
2011-04-19 09:01:28 +01:00
Ehsan Akhgari
3b68afadb4
Merge cedar into mozilla-central
2011-04-13 14:00:55 -04:00
Ehsan Akhgari
cd6873e3de
Bug 649223 - Reftest for bug 366207 wastes two seconds, needlessly; r=bzbarsky
2011-04-12 18:42:23 -04:00
Boris Zbarsky
2fe672e79c
Bug 645491 part 2. Speed up changes to id attributes on pages with lots of id selectors. r=dbaron
...
The basic idea is to only match against id selectors which might matter by keeping track of them in a hashtable instead of a flat list. We still need to use a flat list for possibly-negated id selectors, unfortunately.
2011-04-12 19:57:48 -07:00
Robert O'Callahan
0bd609d840
Bug 635373. Tests
2011-04-01 10:33:46 +13:00
Robert O'Callahan
d13eeaf01c
Bug 641770. Apply correct clip rect to a layerized image. r=tnikkel
2011-04-01 10:33:46 +13:00
L. David Baron
65ba1c0595
Merge layout work from projects/birch, part 3. a=smaug
2011-03-24 08:38:19 -07:00
Jonathan Kew
3a0a080efc
bug 635639 - part 2: reftests for zero-width diacritics; r=jdaggett
2011-03-24 15:07:30 +00:00
Boris Zbarsky
0618ee48ae
Bug 641856. column-rule needs to work even when overflow is not visible. r=roc
2011-03-17 13:41:52 -04:00
Timothy Nikkel
d3882f51c9
Bug 632423. Fix typo in reftest.list file. a=duh
2011-03-01 16:01:42 -06:00
Robert O'Callahan
52981696d3
Bug 632423. Enable subpixel AA when we draw into the opaque subrect of a surface. r=tnikkel a=beltzner
2011-03-01 14:32:23 -06:00
Henri Sivonen
5bc865c4b0
Bug 636689 - Rename the HTML5 parser enablement pref and make it show in about:support. r+a=jst.
2011-02-25 18:23:02 +02:00
Robert O'Callahan
20b9397753
Bug 630835. Make BuildLayer responsible for setting a visible region on the layer, and let FrameLayerBuilder only reduce it. r=tnikkel,a=blocking
...
This avoids problems with FrameLayerBuilder making the visible region bigger than we expected, invalidating CONTENT_OPAQUE flags set on the layer.
In particular, we had been using TransformBounds to compute the new visible region, and for non-axis-aligned transforms this gives us a visible
region which contains areas not actually painted by the layer contents.
2011-02-23 18:38:09 +13:00
Matt Woodrow
86d440938c
Bug 622585 - Add clipped transform reftest. r=roc a=shaver
2011-02-22 20:30:38 +13:00
Robert O'Callahan
f1081fb688
Bug 634232. Call WillEndTransaction/DidEndTransaction notifications for FrameLayerBuilder's temporary layer managers. r=tnikkel a=hardblocker
2011-02-20 19:28:00 -08:00
Matt Woodrow
260ec13425
Bug 635302: fix flipping logic to handle both single-buffered and double-buffered cases correctly. r=joe, a=hardblocker.
2011-02-20 11:19:11 +13:00
Mike Shaver
4b8d36a579
backout of 6bad6cd2dded due to failure of test it added (a=backout-orange)
2011-02-19 11:08:39 -08:00
Matt Woodrow
24de18c7d0
Bug 635302: fix flipping logic to handle both single-buffered and double-buffered cases correctly. r=joe, a=hardblocker.
...
See also bug 635383 for improving this logic in the longer term.
2011-02-18 18:11:00 -08:00
Chris Jones
38233803ac
Some tests for bug 626602. a=b landing on a CLOSED TREE
2011-02-16 16:43:31 -06:00
Ehsan Akhgari
fac91c123b
Disable the test for bug 632781 for all Windows platforms because apparently layersGPUAccelerated is not what we expect it to be on Windows XP; r=joe a=bustage
2011-02-15 17:51:19 -05:00
Ehsan Akhgari
0592088281
Bug 632781 - Scroll non-accelerated canvases correctly with the content; r=matt,joe,roc a=blocking-betaN
2011-02-14 18:23:50 -05:00
Ehsan Akhgari
42ecdcdea2
Back out changeset f3d13890fbe3 because of Windows reftest orange; a=orange
...
--HG--
extra : rebase_source : c7e2bdd935612251477b264ba64c65531916d0a3
2011-02-15 13:30:33 -05:00
Ehsan Akhgari
e4734bc273
Bug 632781 - Scroll non-accelerated canvases correctly with the content; r=matt,joe,roc a=blocking-betaN
2011-02-14 18:23:50 -05:00
Josh Aas
e2dffb6660
Bug 556873: Fix bugs in our secure input implementation for Mac OS X. More reliably enable and disable secure input mode. r=masayuki a=jst
2011-02-09 14:00:58 -05:00
Ehsan Akhgari
89c0d70d0d
Test case for bug 558011; r=smontagu a=test-only
2011-02-08 21:50:51 -05:00
Matt Woodrow
9e4273202b
Bug 586683 - Disable test on mac r,a=orange
2011-02-09 13:06:31 +13:00
Matt Woodrow
61f60361f7
Bug 586683 - Followup test fix to address the orange on OS X; rs=roc
2011-02-08 18:06:05 -05:00
Boris Zbarsky
0e2f2b9189
Bug 631352. Changes to @lang need to restyle all descendants. r=dbaron, a=blocker
2011-02-08 16:30:57 -05:00
Matt Woodrow
1c93b50748
Bug 586683 - Part 5 - Add reftest for resolution handling. r=roc a=blocking2.0
2011-02-09 09:41:39 +13:00
Simon Montagu
27a58b9636
Mark failing reftest as random-if(cocoaWidget), a=bustage
2011-02-07 13:02:01 +02:00
Simon Montagu
8847abc54d
Tests for bug 508816, from dbaron and Enn
2011-02-07 09:59:20 +02:00
Ehsan Akhgari
21e824997d
Bug 508816 - Part E3: XUL and HTML reftests
2011-02-07 09:59:20 +02:00
Ehsan Akhgari
e9c8c28aa7
Test case for bug 447749; r=smontagu a=tests
2011-02-04 19:35:57 -05:00
Chris Jones
ed935313dc
Followup to bug 615386: This test wants focus too. rs=ehsan a=a
2011-02-03 16:43:13 -06:00
Joe Drew
15ab30549b
Bug 629016 - Re-enable tests that didn't work with OpenGL-accelerated layers now that we've disabled OpenGL on the versions of OS X that have the bug. r=jrmuizel a=b
2011-02-03 16:12:33 -05:00
Chris Jones
8991442744
Rollup of bug 615386, parts 1-6. Teach the reftest harness about <browser remote>. r=dbaron,roc,ted a=a
...
--HG--
rename : layout/tools/reftest/reftest.js => layout/tools/reftest/reftest-content.js
2011-02-03 13:54:10 -06:00
Daniel Holbert
cfa767d16b
Bug 627776: Rewrite reftests for bug 621253 to fix randomorange. r=roc a=tests
...
--HG--
rename : layout/reftests/bugs/621253-1.xhtml => layout/reftests/bugs/621253-helper-externalFilter.xhtml
rename : layout/reftests/bugs/621253-1-ref.xhtml => layout/reftests/bugs/621253-helper-internalFilter.xhtml
2011-01-30 20:58:18 -08:00
Ehsan Akhgari
a520cbecdc
Disable the permaorange OSX64 failures under investigation in bug 629016 only on 10.6
2011-01-26 17:31:58 -05:00
Joe Drew
5777f7bb63
Bug 629016 - Disable reftests that are permaorange until we fix the bug that causes the permaorange. a=bustage
2011-01-26 13:33:32 -05:00
Daniel Holbert
33d6d257c5
Bug 625290: intermittent failure in layout/reftests/bugs/621918-2.svg. Apply filters.svg#empty hack to hopefully fix this randomorange. r+a=tests-only
2011-01-25 07:49:30 -08:00
Robert O'Callahan
99fc5fc092
Fixing reftest, a=test
2011-01-26 00:23:01 +13:00
Robert O'Callahan
88f0fd8a69
Bug 627393. Set correct alpha value for D3D10 ColorLayers. r=bas,a=blocking
2011-01-25 21:45:49 +13:00
Robert O'Callahan
715a68eba1
Bug 619117. When invalidating due to a transform change, use the cached post-transform visual overflow rect to avoid depending on the new transform style. r=dbaron,a=blocking
2011-01-25 21:41:56 +13:00
Jonathan Kew
6c238d87c8
bug 574907 - reftests for snapping DirectWrite font size to integer when bitmap is present. a=test-only
2011-01-21 10:40:34 +00:00
Ehsan Akhgari
28684245d5
Disable the failing reftest on OS X 10.5 in the hopes that this is the only thing broken as a result of bug 583499. Bug 627560 was filed to track the failure
2011-01-20 19:50:05 -05:00
Ehsan Akhgari
f241b6a65a
Bug 598726 - Prevent hangs in the refresh driver due to outstanding restyles on the same pres shell after processing the pending restyles on it; r=bzbarsky a=blocking-final+
2011-01-14 15:03:06 -05:00
Robert O'Callahan
b36673c985
Bug 625409. ColorLayer implementations need to premultiply by the alpha value of their color. r=bas,a=blocking
2011-01-19 21:27:54 +13:00
Daniel Holbert
636064c44d
Bug 621253: Transfer a document's zoom levels to its external resources when they're created. r=bz a=blocking-final+
2011-01-17 21:18:52 -08:00
Boris Zbarsky
c58b055ea9
Bug 589615 part 1. Get rid of the non-HTML preshint level. r=dbaron
2011-01-14 21:14:41 -05:00
Daniel Holbert
571ac3c55c
Backing out 0609193325c9 (Bug 621253) due to orange a=orange
2011-01-14 14:36:17 -08:00
Daniel Holbert
b9ee274d33
Bug 621253: Transfer a document's zoom levels to its external resources when they're created. r=bz a=blocking-final+
2011-01-14 13:29:29 -08:00
Jonathan Kew
324f372860
bug 619511 - reftest for font selection and ZWJ. a=test-only
2011-01-13 10:58:10 +00:00
Phil Ringnalda
3d84a2af0b
Bug 623450 and dependencies - Annotate the reftests that fail on WinXP, r=dbaron, a=test
2011-01-12 08:11:29 -08:00
L. David Baron
1f47b79c3a
Move assertion about continuations of floats so that it is valid. (Bug 595740) r=roc a2.0=blocking
...
When we do multiple reflow passes inside a container with page or column
breaks, we might hit this assertion for legitimate reasons. In
particular, if a reflow places the first-in-flow of a float in a later
continuation of its containing block than it was in before, or if a
reflow reflows a float that was split and then pushes the line
containing the float's placeholder, then during reflow we push the
continuations of the float back through the continuations of the
containing block, and in intermediate states of this process (such as
when this assertion fires), we have two continuations of the same float
within the same parent.
2011-01-11 17:09:21 -08:00
Jonathan Kew
bdd22ccfb0
bug 621918 - reftests for character clusters in SVG <textPath>. r=roc a=test-only
2011-01-11 11:30:18 +00:00
Daniel Holbert
a5e4203432
Bug 614272: reftest for this bug. a=tests
2011-01-10 21:57:22 -08:00
Robert O'Callahan
0ae88fdc21
Bug 579808. Fix bounds for nsDisplayTransform and nsDisplayPlugin. r=tnikkel a=blocking-betaN+
2011-01-06 19:38:22 -06:00
Simon Montagu
8fdd42fcd1
Add 'overflow: hidden' to reftests for bug 600974 to workaround reftest failures in the scroll bars on WinXP. Bug 623459, a=tests
2011-01-06 00:58:47 -08:00
Phil Ringnalda
48e89a922f
Bug 578114 - Mark 289480.html#top as random for D2D, since it is, r=bas, a=test
2010-12-26 19:19:00 -08:00
Robert O'Callahan
1c03ef884d
Bug 617152. Part 12: Fix 594333-1 reftest to avoid small differences in opacity calculations.
2010-12-20 14:37:43 +13:00
Robert O'Callahan
dc7ee6cfc4
Bug 594333. Invalidate frame subtree (including layers) when moving a float. r=dbaron
2010-12-20 14:37:43 +13:00
Robert O'Callahan
ebe65f2b40
Bug 617152. Part 1: fix 424465-1 test. r=dbaron
2010-12-20 14:26:14 +13:00
Robert O'Callahan
ac562ad2c1
Bug 579885. Fix test.
2010-12-20 14:26:13 +13:00
Mounir Lamouri
db6bb54ae9
Bug 596088 - Make <input type='file'> looks disabled when inside a disabled fieldset by adding a ContentStatesChanged method in nsIFrame. r=bz sr=roc a=blocking-final
...
--HG--
rename : layout/reftests/bugs/557087.html => layout/reftests/bugs/557087-1.html
rename : layout/reftests/bugs/557087.html => layout/reftests/bugs/557087-2.html
extra : rebase_source : 350455e646775e42916e90dee7e09f63f84f4db4
2010-12-14 10:00:57 -08:00
Jonathan Kew
f959c62628
bug 624359 - reftest for grapheme clusters in <canvas> mozTextAlongPath(). r=vlad
2011-03-22 11:05:19 -04:00
Joel Maher
c6cc559d6f
Bug 636753 - annotate reftest manifests to note tests that fail on Android (2 of 2). r=dbaron a=test-only
2011-03-18 11:54:15 -04:00
Chris Jones
089d977534
Tests for bug 593243. a=b
2011-03-11 17:12:11 -06:00
Daniel Holbert
62dfdcf319
backed out 7510a8ab857d / Bug 594333 since its reftest failed on Win Debug. a=orange
2010-12-10 12:16:07 -08:00
Robert O'Callahan
94dc5046ba
Bug 594333. Invalidate frame subtree (including layers) when moving a float. r=dbaron a=blocking-final+
2010-12-10 10:30:18 -08:00
L. David Baron
646156de91
Add test for cairo error when trying to draw zero width borders, even though it doesn't actually fail without the patch in the current reftest harness. (Bug 618071) a=blocking2.0:beta8
2010-12-09 20:38:52 -08:00
Bas Schouten
d6b50ba309
Bug 617242: Don't cull for transforms that flip the content. r=jrmuizel a=joedrew
2010-12-07 18:42:08 +01:00
L. David Baron
5ecf58961f
Change assertion annotation. The condition causing it is dependence on some sizes rather than a platform-specific issue, but leave it a little more specific so that we notice if the bug is fixed. (Bug 615953) a2.0=tests
2010-12-03 12:31:24 -08:00
Bas Schouten
c25d19611b
Bug 588271 - Part 5: Mark reftests as no longer failing. r=vlad a=blocking-betan
2010-12-02 14:18:00 +01:00
Bas Schouten
ff7020a8d1
Bug 588271 - Part 3: Update reftest to mask the nose edge because of color interpolation inconsistencies. r=jrmuizel
2010-12-02 14:17:56 +01:00
Bas Schouten
214be71f94
Bug 588271 - Part 2: Update masks of some reftests to new border rendering. r=jrmuizel
2010-12-02 14:17:54 +01:00
Boris Zbarsky
b0c658578e
Bug 609272. Make sure to not apply clipping of overflow when printing to the root element, because it doesn't really make use of its overflow style itself. r=dbaron
2010-11-30 13:19:57 -05:00
Dave Townsend
7a0e0a5cd9
Backing out bug 614058, bug 609272, bug 478445, bug 499628, bug 605296, bug 608914 and bug 614724 due to potentially causing bug 615736 CLOSED TREE. a=backout
2010-12-01 11:01:56 -08:00
Boris Zbarsky
f5eba2ae67
Bug 609272. Make sure to not apply clipping of overflow when printing to the root element, because it doesn't really make use of its overflow style itself. r=dbaron
2010-11-30 13:19:57 -05:00
Jonathan Kew
d43dbff153
bug 615121 - reftests for direction of vertical glyph offsets. r=karlt a=test-only
2010-11-30 15:44:36 +00:00
Karl Tomlinson
887dac9a1b
387876-2.html now passes b=471630 a=test
...
--HG--
extra : transplant_source : %FD%EB%9A%C9%7F%84%5C%C8%CD%AC%13%8F8%A0%28%17%96M%DD%87
2010-11-26 13:47:04 +13:00
Karl Tomlinson
3d480eb75a
368020-5.html now passes with Pango b=388591
...
--HG--
extra : transplant_source : %85Dt%3F%B7%08nJ%05%E6I%DA%D5O%CB%F5%DE%14%AA/
2010-11-26 10:13:52 +13:00
Karl Tomlinson
19fc268d57
with bug 421438 fixed, 368020-2.html now passes
...
--HG--
extra : transplant_source : %A5d%8D%40a%1A%FA%7E%B1%A17%F3%A7%3F%AB%8F%99%F3R%27
2010-11-26 10:13:52 +13:00
Karl Tomlinson
07857daeb1
333970-1.html now passes with Pango
...
--HG--
extra : transplant_source : _%D4%E7%96%F7%1B%F0%A5F%F8%E1a%C84%87%7Dks%7D%D1
2010-11-26 10:13:52 +13:00
Timothy Nikkel
74ff18e6d8
Bug 539949. Keep trying to scroll content into view even if it is clipped out. r=roc a=blocking-final+
2010-11-24 19:35:01 -06:00
Ehsan Akhgari
2fce0c480f
Bug 613433 - Invalid caret position on facebook's status textbox (styled with min-height and overflow-x or overflow-y); r=roc a=blocking-final+
2010-11-22 03:13:37 -05:00
Mats Palmgren
7ad2707943
Bug 536061 - Broken rendering of box-shadow and outline when used with -moz-transform. r=roc a=blocking2.0:final
2010-11-17 03:20:25 +01:00
Simon Montagu
c3cd533bc1
Test for bug 603423, a=test
2010-11-14 06:40:14 -08:00
Chris Double
c4fa8c8266
Disable reftest 579985-1 a=roc
2010-11-12 16:13:17 +13:00
Robert O'Callahan
41c36793bb
Bug 608636. Clip to transformed bounds of BasicContainerLayers when compositing their opacity groups back to the target surface. r=vlad,a=blocking
2010-11-12 14:43:42 +13:00
Robert O'Callahan
bc9c9cca06
Bug 579985. Using CGContextSetAlpha to implement mask alpha doesn't work for some operators. r=jrmuizel,a=blocking
2010-11-12 14:42:22 +13:00
Mats Palmgren
59244db4d6
"ASSERTION: We should have padding here" with abs pos, overflow:scroll. r=roc a=blocking2.0:final
2010-11-09 22:14:05 +01:00
Robert O'Callahan
669ff953e8
Bug 602200. Share code to compute effective transforms and opacity, and snap effective transforms. r=bas,sr=vlad,a=blocker
2010-11-08 22:06:15 +13:00
Jonathan Kew
a60f173824
Bug 548964 fix antialiasing problem of D2D r=masayuki, a=test-change-only
2010-11-08 15:41:32 +09:00
Ehsan Akhgari
69b7a0c378
Bug 542116 - Caret inside empty input text/password or contenteditable element ignores font-size (reftests); r=roc a=blocking-final+
2010-10-29 12:30:52 -04:00
Ehsan Akhgari
26b56e6566
Bug 542317 - Caret missing when an iframe is put into design mode when it already has focus; r=roc a=blocking-final+
2010-10-29 12:30:52 -04:00
Ehsan Akhgari
747639bc18
Bug 389321 - Part 3.1: Disable a problematic reftest until bug 607548 gets resolved; r=roc a=blocking-betaN+
2010-10-27 00:49:38 -04:00
Ehsan Akhgari
c5d807f1c7
Bug 605138 - Scripts from topix.net apparently causing page to scroll down when opening; r=roc a=blocking-final+
2010-10-21 16:56:20 -04:00
Mounir Lamouri
eb0b89befa
Bug 604737 - nsHTMLFieldSetElement::RemoveChildAt should update mFirstLegend. r=smaug a=blocking
2010-10-21 13:11:01 +02:00
Simon Montagu
7bbc1471b0
Tests for bug 579655, a=test
2010-10-20 18:18:04 +02:00
Simon Montagu
4b5b6bb092
Tests for bug 600974
2010-10-20 09:11:15 -07:00
Boris Zbarsky
c27f01b21f
Bug 605157. Style linking elements should work in XML when set via innerHTML. r=sicking, a=blocker
2010-10-18 23:45:34 -04:00
Timothy Nikkel
d7571d83ca
Bug 599113. Add a reftest. a=test
2010-10-14 20:03:46 -05:00
Timothy Nikkel
a08a617701
Bug 582476. Part 2. When painting SVG foreign objects make sure to set the painting to window flag correctly. r=roc a=blocking-betaN+
2010-10-14 20:03:45 -05:00
Simon Montagu
6ade296744
Tests for bug 600974
2010-10-14 00:44:33 -07:00
Blake Kaplan
29e85b9844
Merge mozilla-central into tracemonkey
2010-10-13 17:54:54 -07:00
Johnny Stenback
635dd5b01d
Bug 580128. Disable reftests that don't play well with brain transplants yet. r=mrbkap@gmail.com
2010-10-10 15:48:10 -07:00