L. David Baron
4af0ee515d
Most of CanPlaceFloat is unnecessary given the float placement rules (in particular, that the top of a float cannot be higher than the top of any prior left or right float) and the fact that we now split floats. (Bug 563584, patch 3) r=roc
2010-08-05 21:59:18 -07:00
L. David Baron
bf246f7401
Remove aForceFit/aRelaxHeightConstraint concept from float reflow, since we now split floats rather than push them to the next page (and correct propagation of nsHTMLReflowState::mFlags::mIsTopOfPage will force fitting when we need to). (Bug 563584, patch 2) r=roc
2010-08-05 21:59:18 -07:00
Boris Zbarsky
9e848ad2db
Bug 582037. When computing intrinsic widths, take the viewport's dimensions into account when it has percent-height descendants. r=dbaron
2010-08-05 17:59:36 -04:00
Daniel Holbert
565ce0101d
Bug 578786: Fix reftests for bug 491180 on Ubuntu 10.04. r=bz a=tests-only
2010-08-05 07:53:43 -07:00
Jonathan Kew
4214a38f34
bug 581092 - use unrounded width when advancing x-position to draw RTL text run in canvas. r=vlad a=blocking2.0
2010-08-05 10:18:39 +01:00
Jonathan Kew
ab9fd8664c
bug 578118 - reduce font size in reftest to avoid D2D antialiasing irregularities. r=bas a=tests-only
2010-08-05 10:18:37 +01:00
Boris Zbarsky
062993e0ce
Bug 577838. The first line baseline of a fieldset should be the first line baseline of its legend (if it has one), or of its content if it does not. r=dbaron
2010-08-04 22:40:19 -04:00
Kyle Huey
65b4e6c0c6
Bug 578714: Stop doing Unicode-aware case-folding inside layout/style. r=zwol sr=bz
2010-08-02 15:19:04 -07:00
Zack Weinberg
9ccd63412b
Bug 581579: fix error recovery in parsing of CSS priority suffix. r+a=dbaron
2010-08-04 12:27:05 -07:00
Jeff Muizelaar
73cbe59a21
Bug 584400. cairo: Fix dash arrays with D2D
...
D2D unexpectedly uses dash lengths with
units of the line width.
2010-08-04 15:00:52 -04:00
Jeff Muizelaar
91cc82e49c
Bug 518172. Fix the status of the 518172 reftests
...
I forgot to mark these reftests as passing after fixing
Bug 518172.
2010-08-02 11:04:36 -04:00
Robert O'Callahan
cf14e5ee62
Fix reftest for bug 579349
2010-08-02 16:07:44 +12:00
Robert O'Callahan
bb197a6e72
Bug 580160. Test plugin needs to invalidate itself if its size changes. r=josh
2010-08-02 15:07:07 +12:00
Robert O'Callahan
5286b29597
Bug 581317. DoApplyRenderingChangeToTree needs to invalidate the ThebesLayer contents of descendants. r=tnikkel
2010-08-02 15:06:58 +12:00
Robert O'Callahan
1524120859
Bug 579349. Track the 'drawn region' of content in layers, whhich ignores visibility, and use it to determine which layer a display item should be placed in. r=tnikkel
2010-08-02 15:06:58 +12:00
L. David Baron
7d7660f740
Fix bustage from bug 570329 with s/windowsWidget/winWidget/g.
2010-07-30 20:50:52 -07:00
L. David Baron
b0ac8dc333
Switch reftest manifests to new, shorter syntax for widget toolkit tests. (Bug 570329) a2.0=tests
...
This patch was created by running the following sed commands:
s/MOZ_WIDGET_TOOLKIT=="\(gtk2\|cocoa\|qt\|windows\)"/\1Widget/g
s/MOZ_WIDGET_TOOLKIT!="\(gtk2\|cocoa\|qt\|windows\)"/!\1Widget/g
on all *.list files in the tree.
2010-07-30 16:48:57 -07:00
Phil Ringnalda
09d6195bc9
Bug 569623 - Mark reftests/bidi/bidi-004.html, reftests/bidi/bidi-004-j.html and reftests/bidi/mirroring-02.html as passing on Linux, since the CentOS boxes where they failed are gone (relanding to fix bug 578286) a2.0=tests
2010-07-30 16:48:57 -07:00
L. David Baron
8285e45e4b
Make zwnj-01 have a background color so that the SVG filter works correctly. (Bug 581081) r=jfkthame a2.0=tests
2010-07-30 16:48:57 -07:00
Kyle Huey
02f6c3eb51
Backed out changeset 9e87c3efc33b
2010-07-29 16:01:41 -07:00
Kyle Huey
330a1072b2
Bug 578714: Stop doing Unicode-aware case-folding inside layout/style. r=zwol sr=bz
...
--HG--
extra : rebase_source : 7d5f43bf8d7d109c9669db68589e26554df9a250
2010-07-29 12:41:04 -07:00
Joe Drew
b6bb96fd67
Bug 572520: step 2.2, mark up the background draw nothing tests as getting another assertion. r=dbaron
2010-07-28 14:51:37 -07:00
Joe Drew
7a3ca8ebdf
Bug 572520: step 2.1, mark up the table background reftests as asserting on gtk2 due to bug 527825. r=dbaron
2010-07-28 14:51:37 -07:00
Jonathan Kew
02b75da4e2
bug 575695 - reftest - verify that legacy 'kern' table is supported. r=jdaggett
2010-07-28 14:36:00 +01:00
Jonathan Kew
dab6f5d47c
enable variation selector reftest on OS X (for bug 569350). r=jdaggett a=test-only
2010-07-28 10:30:23 +01:00
John Daggett
5fcee06d7a
Bug 551871. Correct font-weight handling and add large set of font-weight reftests. r=jkew, a=joe
2010-07-28 14:30:21 +09:00
Robert Longson
d8318c4a74
Backout Bug 578309 due to mochitest failures
2010-07-27 09:35:54 +01:00
Robert Longson
03cd1f62f1
Bug 578309 - mask and clipPath applied to foreignObject are translated. r=roc a=blocking
2010-07-27 08:33:01 +01:00
Timothy Nikkel
6666c1c1f6
Bug 489868. Add reftest.
2010-07-25 13:10:31 -05:00
Karl Tomlinson
f6b874b897
revert most of acb4d17b70cd from bug 573933 to reenable -moz-appearance testing with bug 576143
...
--HG--
extra : rebase_source : 1ca78ffb1c791fac5cb89b94baf5a9d819da16ff
2010-07-23 10:48:15 +12:00
Ehsan Akhgari
48b4d58926
Bug 569397 - Eagerly initialize the input controls with spellcheck="true"; r=roc ui-r=faaborg approval2.0=benjamin
2010-06-02 22:39:29 -04:00
Jonathan Kew
c37829eb10
bug 577380 - use Core Text shaping for fonts requiring AAT layout on Mac OS X. r=jdaggett
2010-07-22 10:25:21 +01:00
Jonathan Kew
34e5652416
bug 511339 followup - add reftests for font feature control. r=jdaggett a=tests-only
2010-07-22 10:25:20 +01:00
Mounir Lamouri
d55a633ca1
Bug 549475: Implement HTML5-specified value sanitization algorithm for HTMLInputElement. r=sicking,ehsan,bsmedberg sr=jst
...
--HG--
rename : layout/reftests/editor/newline-1.html => layout/reftests/editor/newline-4.html
2010-07-21 02:11:19 +02:00
Boris Zbarsky
1efbdf7b98
Reenable this test now that bug 556124 is fixed.
2010-07-19 23:57:27 -04:00
John Daggett
a18f037625
Bug 563023. Fix Postscript local lookup to match ref. r=jkew
2010-07-19 17:05:10 +09:00
Henri Sivonen
c21cd9cad1
Bug 552938 - Implement the SVG load event in text/html, make the SVG load event in XML async and only supported on <svg>. (Also disable/tweak 2 broken tests) r=dholbert, sr=roc
2010-07-18 15:07:54 -07:00
Daniel Holbert
44bf6cafc0
Bug 579588: mark recently-checked-in sporadically-failing test as random, pending investigation in this bug.
2010-07-18 04:18:59 -07:00
Robert Longson
780577b92e
Bug 487649 - Markers handle viewBox and preserveAspectRatio badly. r=jwatt
2010-07-18 11:06:03 +01:00
Robert Longson
17a0720c8d
Bug 577475 - polygon end marker should be at the same point as the start marker. r=jwatt
2010-07-18 10:59:11 +01:00
Jonathan Kew
956ca25f38
bug 579414 - use sans-serif font and modify text to avoid Win7 random orange due to clipped antialiasing pixels [test-only fix]
2010-07-17 13:38:36 +01:00
Daniel Holbert
88b6257f5f
Bug 579414: Revert attempted randomorange test-fix, since it didn't completely fix the sporadic failure. [tests only]
2010-07-16 22:07:06 -07:00
John Daggett
831a6b0e5e
Bug 578022. Cleanup font deactivation code on Windows. r=jkew
2010-07-17 10:32:18 +09:00
Daniel Holbert
811f618ec9
Bug 579414: Use sans-serif font to work around win7 randomorange due to clipped serif-antialiasing. Test-only fix, a=dholbert_sheriff for landing on a CLOSED TREE
2010-07-16 16:25:49 -07:00
Jonathan Watt
9da6570c8a
Bug 515116. DeCOMify SVG length-list, and implement SMIL animation of length-list. r=longsonr, r=dholbert, sr=roc
2010-07-16 22:42:12 +01:00
Robert O'Callahan
09ce1c5031
Bug 564991. Part 31: Don't cull display items in nsDisplayList::ComputeVisibility. r=mats
2010-07-16 09:08:09 +12:00
Robert O'Callahan
1b38f406bd
Bug 564991. Part 23: Introduce the concept of 'inactive' layers. r=mats,sr=dbaron
2010-07-16 09:08:05 +12:00
Robert O'Callahan
6824d17ea0
Bug 564991. Part 9: Retain layer trees. r=tnikkel,sr=mats
2010-07-16 09:07:51 +12:00
Robert O'Callahan
496811aed4
Bug 564991. Part 2: Create retained layer API: methods on FrameLayerBuilder that frames can use to access, reuse and invalidate retained layers. r=mats,sr=vlad
2010-07-16 09:07:46 +12:00
Robert O'Callahan
b2d82bd07e
Bug 576453. Let the reftest window auto-size itself to fit the browser element. r=dbaron
2010-07-16 09:07:44 +12:00
Robert O'Callahan
b03e286ef5
Bug 573933. Part 2: disable -moz-appearance for troublesome GTK2 themes. r=dbaron
2010-07-16 09:07:43 +12:00
Robert O'Callahan
84b159c021
Bug 573933. Part 1: Fix marquee tests to not depend on subpixel AA. r=dbaron
2010-07-16 09:07:35 +12:00
Robert O'Callahan
0587a61cc8
Bug 573953. Ensure that zoom factors are chosen in reftests so appunits-per-dev-pixel is an integer. r=dbaron
2010-07-16 09:04:16 +12:00
Jeff Muizelaar
74d0e7e192
Bug 578121. Enlarge the masks used in the 456219-2 test for D2D
2010-07-15 15:28:34 -04:00
Timothy Nikkel
573b988e78
Bug 560455. Be more careful about the namespace when finding HTML frame construction data. r=bzbarsky
2010-07-15 14:20:32 -05:00
Simon Montagu
684dbf90cb
Make bidi marquee reftests aligned left. Bug 561637
2010-07-15 09:28:22 -07:00
Jeff Muizelaar
c79c46c9e7
Bug 578121. Enlarge the masks used in the 456219 test for D2D
2010-07-15 10:26:47 -04:00
Karl Tomlinson
5cad92a1be
b=444870 include overflow in the dirty rect passed to DrawWidgetBackground() r=roc
2010-07-15 10:25:41 +12:00
Robert Sayre
e3ad7b484c
merge tracemonkey to mozilla-central.
2010-07-14 06:00:32 -07:00
Robert Sayre
a84a9e510c
Mark a few bidi tests random. see bug 578286.
2010-07-12 23:46:52 -07:00
Neil Deakin
fb50a52ce3
Bug 553576, change -moz-resize to resize, r=dbaron
2010-07-05 10:41:04 -04:00
Ehsan Akhgari
53aff51b8b
Bug 574820 - URL and Placeholders (e.g. "Go to a Web Site") show at same time in Location Bar after closing Print Preview; r=roc
2010-07-13 22:00:57 -04:00
Ehsan Akhgari
a68bc2f8bf
Bug 289384 - Part 3: SelectAll in HTML editor shouldn't attempt to select input/textareas' contents directly; r=roc
2010-07-12 00:20:20 -04:00
Phil Ringnalda
785cc18100
Bug 569623 - Mark reftests/bidi/bidi-004.html, reftests/bidi/bidi-004-j.html and reftests/bidi/mirroring-02.html as passing on Linux, since the CentOS boxes where they failed are gone
2010-06-21 20:27:49 -07:00
Robert Longson
fd3fd38c95
Bug 574249 - Polyline should display up to the point of a parse error. r=jwatt
2010-07-04 20:00:00 +01:00
Brian Birtles
0ad8e3f1f2
Bug 492458 - SVG SMIL: Implement backwards seeking - Part 2 - backwards seeking. r=dholbert, sr=roc
2010-07-03 14:52:51 +09:00
Brian Birtles
dada1e0fb4
Bug 492458 - SVG SMIL: Implement backwards seeking - Part 1 - interval and instance time filtering. r=dholbert, sr=roc
2010-07-03 14:52:50 +09:00
L. David Baron
952ee9aa56
Add reftests to check that the reftest-print page dimensions are as expected.
2010-07-02 21:18:55 -07:00
Karl Tomlinson
791c5c5557
backing out dacb2bc379ad due to assertions in 419737-1 and 435223-1 reftests
2010-07-02 17:45:17 +12:00
Karl Tomlinson
306540d13f
b=444870 include overflow in the dirty rect passed to DrawWidgetBackground() r=roc
2010-07-02 16:08:06 +12:00
Jesse Ruderman
3aa2e3fa71
Add bug numbers for all remaining asserts() annotations in crashtests and reftests
2010-07-01 19:33:56 -07:00
Boris Zbarsky
a7d7581a19
Bug 571347. In HasAttributeDependentStyle when the class attribute is changing, walk only selectors with classes that might be relevant. r=dbaron
2010-06-18 12:23:05 -04:00
Robert Longson
63e23566cf
Bug 573687 - Clamp radial gradients with small radii correctly. r=jwatt
2010-06-30 21:24:53 +01:00
L. David Baron
f9751ba38e
Add bug number (bug 575500) for failing test I added earlier today (for bug 555987).
2010-06-28 21:27:09 -07:00
Boris Zbarsky
c61cf3a82e
Make the simple cases of dynamic changes of -moz-box-ordinal-group work correctly. (Bug 555987) r=dbaron
2010-06-28 13:47:58 -07:00
L. David Baron
27b814a539
Add some basic reftests for dynamic changes of -moz-box-ordinal-group. (Bug 555987)
2010-06-28 13:47:39 -07:00
Ehsan Akhgari
6a92641501
Bug 574898 - "ASSERTION: called nsGenericElement::SetText" with spellcheck; r=roc
2010-06-28 14:04:37 -04:00
Robert O'Callahan
c3d3dba89e
Bug 568392. Part 3: Make reftest harness draw with scrollbars and use the window's layer tree, when possible. r=dbaron
2010-06-28 12:32:16 +12:00
Robert O'Callahan
d179d068ce
Bug 572317. Allow snapped rectangles to snap even if there's a 90 degree rotation. r=jrmuizel
2010-06-28 12:29:57 +12:00
Ehsan Akhgari
2e0fc75e03
Bug 574109 - failures in layout/reftests/editor/xul/ on windows 7 64-bit; r=roc
2010-06-25 15:11:42 -04:00
John Daggett
9e8dbd5673
Bug 561304. Use GDI shaper by default on XP and handle bitmap fonts better. r=jkew
2010-06-25 21:43:10 +09:00
Jonathan Kew
90828b7068
bug 550163 - part 20 - prefer Calibri font (on Win7) in reftest to avoid fallback to visible CGJ glyph. r=roc
2010-06-24 13:11:50 +01:00
Ted Mielczarek
dcd89a3ff2
fix stupid reftest failure on Win64
2010-06-23 14:06:15 -04:00
Ms2ger
96299b3d2f
Implement the figure element. r=jst+timeless+ehsan (Bug 573356)
2010-06-23 10:08:56 -07:00
Ginn Chen
4e372ae7c4
Bug 572999 Make reftest recognize Solaris r=roc
2010-06-23 17:33:21 +08:00
Ms2ger
86795e0661
Bug 395137 - Typo in box-sizing-1-ref.html: "padding: 1px solid". r=dbaron
2010-06-22 02:01:45 +02:00
Ehsan Akhgari
cdb0ab63d7
Bug 572598 - Part 7: reftest; r=roc
2010-06-21 11:02:15 -04:00
Neil Deakin
98103bb448
Bug 554810, use transparent resizer images, also fixes bugs 553752, 553796, 558201, 558203 and 563085, r=roc
2010-06-21 08:37:35 -04:00
Shawn Wilsher
6234a3d3ac
Style links with :link and :visited since on slow builds, history may already have notified that they are visited. (Bug 572576) r=dbaron
2010-06-19 20:46:23 -07:00
L. David Baron
7e0b339c34
Merge backout of changeset a6e3300a3bac (bug 571347) for causing bug 573255 because the optimization is invalid given :not() selectors.
2010-06-19 14:17:00 -07:00
L. David Baron
4684f3f568
Backed out changeset a6e3300a3bac (bug 571347) for causing bug 573255 because the optimization is invalid given :not() selectors.
2010-06-19 14:16:38 -07:00
Robert Longson
c743190bdb
Backout bug 487404
2010-06-19 13:55:46 +01:00
Boris Zbarsky
c8d7e9da79
Bug 571347. In HasAttributeDependentStyle when the class attribute is changing, walk only selectors with classes that might be relevant. r=dbaron
2010-06-18 12:23:05 -04:00
Boris Zbarsky
6b42fb408a
Bug 569006. Skip probing for ::before/::after during reresolve if we're not redoing matching on kids, since those can't appear/disappear without either a reframe or a change in what selectors we match. r=dbaron
2010-06-18 12:23:05 -04:00
Robert O'Callahan
4447edb81f
background-zoom-4 passes on Mac currently
2010-06-18 23:53:23 +12:00
Robert O'Callahan
4401f7c29f
Backed out changeset 5a07f228795b
2010-06-18 23:51:45 +12:00
Robert O'Callahan
14f325ad0f
Bug 56839. Part 3: Make reftest harness draw with scrollbars and use the window's layer tree, when possible. r=dbaron
2010-06-18 21:25:16 +12:00
Robert O'Callahan
b81ded52f8
Bug 568392. Part 4: Add reftests for scrolling.
2010-06-18 21:18:42 +12:00
Robert O'Callahan
1244ca9ad8
Bug 568392. Part 2: fix reftest images to match descriptions.
2010-06-18 21:18:26 +12:00
Robert O'Callahan
0253b004a4
Bug 568392. Part 1: fix reftests so they pass if the scrollbars are visible. r=dbaron
2010-06-18 21:17:35 +12:00
Jesse Ruderman
662699abd7
Fix bug number in test
2010-06-18 12:15:43 -07:00
Jesse Ruderman
73e0f6b5f2
Add some crashtests and reftests
...
--HG--
extra : rebase_source : a167ccf140387fa50e3668422b5a74bea0527255
2010-06-17 13:21:24 -07:00
Shawn Wilsher
2a4a669f1c
Bug 551838 - Adding empty href attribute doesn't add link styling
...
r=bz
2010-06-16 09:59:26 -07:00
Boris Zbarsky
1043caa71e
Bug 571281. Make list-style-position:inside + display:list-item + non-visible overflow work again. r=roc
2010-06-11 15:23:13 -04:00
Daniel Holbert
f6c46716ba
Bug 571036: revert addition of reftest-wait, since it didn't help this randomorange. (Also remove unnecessary full-page white background). [test-only change]
2010-06-09 16:03:50 -07:00
Robert Longson
65e1eccc1a
Bug 571036: Add reftest-wait to reftest dynamic-use-nested-01.svg to hopefully fix randomorange. r=dholbert
2010-06-09 13:26:24 -07:00
Robert Longson
1abdca25bd
Bug 570555 - CSS animation on font-size should not require units. r=dholbert,sr=roc
2010-06-09 20:51:31 +01:00
Robert Longson
42880f8258
Bug 570354 - CSS mapping missing for link elements. r=jwatt
2010-06-09 19:53:40 +01:00
Henri Sivonen
7c5611b8ca
Bug 566280 - Text run prefixed by U+0000 shows only U+FFFD. r=sicking.
...
--HG--
extra : rebase_source : 86afd6adeba2231c526857a19e27e291296f60d1
2010-05-27 16:08:19 +03:00
Benoit Girard
79f2567099
Replace float by CGFloat to fix BoxShadows on 64-bit OS X + added reftest. b=562616 r=jmuizelaar
2010-06-09 00:11:38 -04:00
L. David Baron
534169bd6e
Rename -moz-background-size to background-size. (Bug 549809) r=roc
2010-06-08 18:44:33 -07:00
L. David Baron
1118f60946
Rename properties and values of background-clip and background-origin to match css3-background. (Bug 549809) r=roc
2010-06-08 18:44:33 -07:00
L. David Baron
13edc8e9a6
Add -moz-background-clip: content. (Bug 549809) r=roc
2010-06-08 18:44:32 -07:00
John Daggett
a771fdd41d
Bug 504698. Force Cleartype rendering of content on XP based on pref (follow-on). r=jkew
2010-06-09 09:33:13 +09:00
Ehsan Akhgari
6139ffb2b9
Bug 534785 - Move the ownership of editor and selection controller from the text frame to the content node; r=roc,jst sr=roc
...
(transplanted from 2437636244f39bbdc7d20b062e2c978b9d85c239)
--HG--
rename : layout/reftests/forms/placeholder/placeholder-14.html => layout/reftests/forms/placeholder/placeholder-18.html
extra : transplant_source : %247cbD%F3%9B%BD%C7%D2%0B%06.%2C%97%8B%9D%85%C29
2010-04-21 16:17:41 -04:00
L. David Baron
34387c7bbb
Revert changes in 0ff87d9d2d73 (Bug 541434) and adjust tests appropriately. (Bug 569646) r=zwol
2010-06-03 13:11:35 -07:00
Masatoshi Kimura
c75e8f3d22
bug 552460 - part 1 - reftest for Variation Sequence support.
2010-06-01 14:42:37 +01:00
Jesse Ruderman
c88f40642b
Add reftest for bug 467498
2010-05-29 20:27:24 -07:00
Timothy Nikkel
e79a69e85a
Bug 561981. Guard against nsFrameLoader::Show flushing and re-entering or destroying us. r=smaug
2010-05-28 14:34:50 -05:00
Ehsan Akhgari
8a51736393
Mark four reftests as random (bug 504698)
2010-05-28 12:31:44 -04:00
Ehsan Akhgari
343518041d
Bug 562962 - unit test fail: reftest/tests/layout/reftests/editor/xul/empty-1.xul; r=roc
...
--HG--
extra : rebase_source : 3eed1d5c49f3efeef22e8662406c6adb46dc2dac
2010-05-27 19:52:26 -04:00
Robert Longson
96c4d56f21
Bug 561726 - bustage fix, mark reftest as failing on mac
2010-05-28 14:22:58 +01:00
Brian Birtles
d6f45bf4e0
Bug 554202 - SVG SMIL: Fix crash due to infinite recursion negotiating cyclic dependencies. r=roc
2010-05-28 21:43:17 +09:00
Robert Longson
189cf82cee
Bug 561726 - make animateTransform work on gradientTransform and patternTransform. r=jwatt
2010-05-28 13:15:56 +01:00
Henri Sivonen
4dac627a91
Bug 565432 - Newline at the start of an ftp URL makes URL object creation fail. r=bzbarsky.
...
--HG--
extra : rebase_source : df5023aeaa0d9e7f32e6ba89b2ff297d8ac3ab0a
2010-05-20 12:03:11 +03:00
Michael Kohler
8550fb091a
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
...
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
2010-05-23 12:26:15 -07:00
Mounir Lamouri
279c3b4750
Bug 551846. Tests
2010-05-24 09:36:49 +12:00
Ehsan Akhgari
c9c8c3c5b3
Bug 336104 - "ASSERTION: no frame, see bug #188946 "; r=roc,dbaron
2010-05-21 16:36:42 -04:00
L. David Baron
01794a91eb
Add more tests for invalid URL parsing for CSS 2.1 issue 129.
2010-05-21 13:17:58 -07:00
Brian Birtles
a6804b9bac
Bug 554141 - SVG SMIL: Fix crash with orphaned unresolved begin times, r=roc
...
--HG--
extra : rebase_source : 82f7d0cdf89a543b4a07e126157096a47465de8e
2010-05-21 09:18:29 +09:00
L. David Baron
a630c8518a
Update assertion annotations in reftest/crashtest manifests now that bug 563536 is fixed. (Bug 472557)
2010-05-20 07:44:56 -07:00
Robert O'Callahan
c7c99bf983
Marking passing test as passing, thanks to bug 547924
...
--HG--
extra : rebase_source : 671435d54dc9dd0812648062357d202c41cfb897
2010-05-19 15:40:54 +12:00
Mounir Lamouri
8c66792fbc
Bug 456229 - tests for <input type="search">. r=smaug
2010-05-17 12:20:20 +02:00
Mounir Lamouri
5cebab67cf
Bug 565074 - Write reftests for the placeholder without readonly input element. r=ehsan
...
--HG--
rename : layout/reftests/forms/placeholder/placeholder-7.html => layout/reftests/forms/placeholder/placeholder-15.html
rename : layout/reftests/forms/placeholder/placeholder-8.html => layout/reftests/forms/placeholder/placeholder-16.html
rename : layout/reftests/forms/placeholder/placeholder-9.html => layout/reftests/forms/placeholder/placeholder-17.html
rename : layout/reftests/forms/placeholder/placeholder-focus-ref.html => layout/reftests/forms/placeholder/placeholder-readonly-focus-ref.html
2010-05-17 12:20:17 +02:00
Jonathan Kew
7ce43e1d3e
Bug 563023 - fix font lists in test and reference pages to be more consistent. r=zweinberg
2010-05-15 15:55:23 +01:00
L. David Baron
76df418748
Additional restyling is needed for :empty + E and :empty ~ E selectors. (Bug 534804) r=bzbarsky
2010-05-14 22:01:45 -07:00
Boris Zbarsky
82b81e433e
Bug 565819. Switch RestyleForRemove/Append/InsertOrChange to using Element and the new DOM traversal APIs. r=dbaron
2010-05-14 13:04:51 -04:00
L. David Baron
a5fdfffd89
Add appropriate styles for the effects of HTML5 sectioning elements on headers. (Bug 562835) r=bzbarsky
2010-05-13 19:36:48 -07:00
Frédéric Wang
42b10a418a
Bug 552044 - [MathML 3] Add support for mathcolor/mathbackground on any presentation MathML element. r=karlt
2010-05-13 14:38:28 +12:00
Karl Tomlinson
6510a446d4
b=562966 surround {} with || for MS 7
2010-05-13 14:37:09 +12:00
Bernd
d071426d51
bug 564054 - rebuild cellmap if inserted rows contain a zero rowspan r=bzbarsky
2010-05-13 16:15:50 +02:00
Bernd
0701f6c8e4
bug 558575 - add reftests that give basic coverage of table pagination r=roc
2010-05-13 16:15:49 +02:00
Robert Longson
560b5f1175
Bug 490003: Take outer <svg> element's border and padding into account, for invalidation and hit-testing. r=roc
2010-05-12 14:41:47 -07:00
Daniel Holbert
e60b38ee05
Bug 548648: Use 'Ahem' font in some svg positioning reftests, to fix failures on cocoa & maemo from subpixel positioning issues. r=jwatt
2010-05-12 14:41:47 -07:00
Jeff Muizelaar
929f79fa48
Bug 564427. Fix inconsistent color space information in reticule.png and reticule-*.png. r=zwol
...
Add a sRGB chunk to reticule.png
--HG--
extra : rebase_source : 2e71905e951ea9b1b5daa9dc03186c12d4fbb587
2010-05-12 14:35:23 -04:00
Mats Palmgren
fbf80aec98
Force the test to complete after 1 sec to avoid hang if the window isn't focused. b=564413
2010-05-12 14:14:48 +02:00
Frederic Wang
ef884ea7fd
Bug 556767 - (semantics) Improve/Complete implementation of <semantics/>. r=roc
2010-05-12 12:11:59 +02:00
Makoto Kato
b72190cb18
Bug 206802 - U+3005 is missing from the kinsoku list. r=smontagu
2010-05-12 17:06:32 +09:00
Mounir Lamouri
34bd1fda86
Bug 557620 - Implement <input type="tel">. r=smaug,dolske,dao sr=sicking
2010-05-12 09:17:07 +02:00
Zack Weinberg
7df3504114
Bug 559426: Replace unreliable HTML reference for boxshadow-inner-basic with an SVG file that does exactly the same drawing operations as the test. r=roc
2010-05-11 12:18:42 -07:00
Zack Weinberg
1fcf8bf677
Bug 559426: Add even more black pixels to the mask images for reftests/bugs/456219-1[abc] as indicated by the latest set of failures on Fedora12 unit test machines. r=roc
2010-05-11 12:18:10 -07:00
Bas Schouten
473dfd9951
Bug 555388: Part 2: Add a reftest for testing if we're properly clearing clipped regions. r=jrmuizel
2010-05-06 23:56:37 +02:00
L. David Baron
3bb9d82d8b
Fix the font size on button padding tests that depend on it. (Bug 559125) r=bzbarsky
2010-05-05 18:20:43 -07:00
L. David Baron
9c1a73ae3c
Merge backout of changeset 09a936531466 (bug 563023) due to Mac reftest failure.
2010-05-05 13:53:33 -07:00
L. David Baron
16bdee2d72
Backed out changeset 09a936531466 (bug 563023) due to Mac reftest failure.
2010-05-05 13:53:02 -07:00
Boris Zbarsky
003dd9e457
Bug 563837 followup. Fix the asserts() annotations.
2010-05-05 14:57:39 -04:00
Zack Weinberg
b1435e61bf
Bug 563023 (partial): Make the font-family list in reftests/font-face/src-list-local-fallback-ref.html exactly match the list of local() fonts used in the corresponding test.
2010-05-05 11:24:05 -07:00
Zack Weinberg
fc5c2bdf55
Bug 559426 (partial): Adjust mask images for reftests/bugs/456219-1c yet again.
2010-05-05 11:24:03 -07:00
L. David Baron
59138a6564
Annotate reftest manifests with assertion counts. (Bug 472557)
2010-05-04 21:28:19 -07:00
Daniel Holbert
3749f1139c
Bug 562310 Part 5: Use nsCharSeparatedTokenizer to simplify/fix existing parsing code in SVG and SMIL. r=roc
2010-05-04 07:43:48 -07:00
Simon Montagu
b08b1c3689
Fix failing reftests for resizable textareas. Bug 562963
2010-05-02 09:23:41 +03:00
Chris Pearce
c59f96393b
Bug 562000 - Remove obselete comment from ogg-video reftests. r=test-change
2010-04-30 16:18:55 +12:00
Chris Pearce
ed563da884
Bug 562000 - Re-enable test which should no longer be perma-orange. r=test-change
2010-04-30 15:04:22 +12:00
Chris Double
1e4ad2c781
Bug 561385 - Fix YCbCr to RGB C fallback code. r=roc
2010-04-30 15:04:22 +12:00
Jesse Ruderman
9180ea0485
Clarify use of bug numbers in test manifests.
2010-04-29 20:15:44 -05:00
Timothy Nikkel
da6ddacf72
Bug 502937. Fix reftest.list typos.
2010-04-29 20:15:44 -05:00
Zack Weinberg
a70ff5517a
Bug 558981: Make reftests/text-decoration/underline-block-propagation-2-standards not dependent on system widget themes. r=dbaron
2010-04-29 08:43:41 -07:00
Karl Tomlinson
9d262a2b5c
bug 455455 cgj-01.html fixed by bug 546013
2010-04-29 12:35:11 +12:00
Daniel Holbert
e53ccde7eb
Bug 436418, patch D: SVG/SMIL animateMotion - reftests & mochitests.
...
--HG--
rename : layout/reftests/svg/smil/lime.svg => layout/reftests/svg/smil/motion/lime.svg
2010-04-28 16:00:54 -07:00
Mounir Lamouri
8b86c5b307
Bug 346485 - "Implement output element -- Test" [r=smaug]
2010-04-22 07:03:00 -04:00
Mounir Lamouri
79df41b649
Bug 551670 - "type attribute for button elements should be 'submit' when type is invalid or missing" [r=smaug, sr=sicking]
2010-04-15 07:03:00 -04:00
L. David Baron
bb050760c0
Mark reftest as failing on 10.6 since it's failed every time since a push this morning (Bug 562000)
2010-04-27 11:50:57 -07:00
Henri Sivonen
ec71ffad48
Bug 497846 - Change the expectation of 311366-unknown-block-3.html fail if the HTML5 parser isn't enabled. r=mrbkap.
...
--HG--
extra : rebase_source : 6a4e6b9a9a54f1591c5ffad6d14b7413d4b838ea
2009-12-21 13:39:00 +02:00
Chris Pearce
fce92ab150
Bug 556889 - Honour video aspect ratio in layers rendering. r=roc
2010-04-27 20:53:44 +12:00
Boris Zbarsky
0119433e2d
Bug 559284. Make various HTML5 sectioning elements display:block. r=dbaron
2010-04-26 16:27:01 -04:00
Jeff Muizelaar
d49e64c791
Bug 542605. Update cairo to 12d521df8acc483b2daa844d4f05dc2fe2765ba6. r=vlad,jwatt,bas
...
Reland after fixing quartz related clipping bug and a bunch of other ones
2010-04-05 22:28:54 -04:00
Simon Montagu
66293378ea
Fix typo, a=bustage
2010-04-25 07:47:37 -07:00
Simon Montagu
2cb11b1b89
Mark reftest as failing, a=bustage
2010-04-25 17:24:44 +03:00
Simon Montagu
b1d8d8ed63
Reftest for visual and logical marquee, a=1hr
2010-04-25 15:16:21 +03:00
Phil Ringnalda
18bbf5f486
Bug 558975 - Mark reftests/bidi/bidi-004.html, reftests/bidi/bidi-004-j.html and reftests/bidi/mirroring-02.html as random on Linux, since they pass on the new refplatform, r=smontagu, a=1
2010-04-12 20:42:24 -07:00
Daniel Holbert
623585fb1e
Bug 561385: make the the reftest.list failure annotation more specific for perma-orange-on-OSX-10.6 test "zoomed-1.xhtml". a=1hourlimit for metering
2010-04-24 13:50:33 -07:00
Daniel Holbert
335df2bbc8
Bug 561385: Disable perma-orange test zoomed-1.xhtml, pending more investigation, to stop the orange.
2010-04-23 13:54:13 -04:00
Robert O'Callahan
2a6b41ed1c
Backed out changeset e79947cb55bc
2010-04-23 17:14:55 +12:00
Mounir Lamouri
fd110d6f41
Bug 346485. Tests for HTML5 <output> element. r=smaug
2010-04-23 14:43:36 +12:00
Jonathan Kew
5f99092779
bug 550163 - part 19 - add vertical bars to work around ClearType clipping issues in reftest 386339. r=roc
2010-04-21 10:07:48 +01:00
Henri Sivonen
e8a8915f17
Bug 452915 - Remove default border from linked images per HTML5. r=dbaron.
...
--HG--
extra : rebase_source : 10b90a485cffe44c01493d4469eec2204724e2ce
2010-02-02 09:43:18 +02:00
Karl Tomlinson
4a42ab9e7e
backout e1e1143be432 due to reftest failure in layout/reftests/bugs/393760-1.xml b=552044
2010-04-21 17:21:36 +12:00
Frédéric Wang
d364880a0d
Bug 552044 - [MathML 3] Add support for mathcolor/mathbackground on any presentation MathML element. r=karlt
...
--HG--
extra : rebase_source : 62c2006154e8a89e18d8125ddec4978f6ffdfba2
2010-04-21 15:41:06 +12:00
Phil Ringnalda
018bca6b1e
Bug 526708 - mark reftests/css-gradients/aja-linear-6a.html as failing only on 10.5, since it passes on 10.6, rs=zwol
2010-04-19 14:25:53 -07:00
Mike Hommey
45a0d519f6
Bug 554036 - Mark bugs/424074-1-ref2.xul reftest as randomly failing with Gtk: its result depends on the Gtk theme used [r=smontagu]
...
--HG--
extra : rebase_source : 3de664123bf0d23fbf051e4346b5d4087fd84470
2010-04-19 10:25:26 +02:00
Mike Hommey
f8d26b7269
Bug 554029 - Use Bitstream Vera as an alternative font in font-face/local-1 reftest [r=smontagu]
...
--HG--
extra : rebase_source : 87b7fe270cdd62d417b0f86db7426112fd1d2b99
2010-04-19 10:19:57 +02:00
Michael Ventnor
3e049f0588
Bug 544099 - Highly optimise -moz-box-shadow for common cases by allowing layout to specify an area where blurring is not needed r=roc,joe
...
--HG--
rename : gfx/thebes/src/gfxBlur.cpp => gfx/src/thebes/utils/gfxBlur.cpp
rename : gfx/thebes/public/gfxBlur.h => gfx/src/thebes/utils/gfxBlur.h
extra : rebase_source : d7ad7a1ee2ac9e25937133dba95f0f8d7347d612
2010-04-18 13:13:10 +10:00
Timothy Nikkel
86aba3d43e
Bug 502937. Part 5. Create some tests.
2010-04-16 13:15:28 -05:00
Timothy Nikkel
85d3648e6e
Bug 502937. Part 1.2. Make sure that SVG references to external documents in reftests get loaded before onload. r=bzbarsky
2010-04-16 13:15:28 -05:00
Jeff Muizelaar
0b7afc811a
Bug 542605. Add a test for a clipping problem shown by the cairo update.
2010-04-16 10:48:42 -04:00
Jonathan Kew
4ce178ae7c
Add reftest for bug 557736.
2010-04-15 10:12:26 +01:00
Makoto Kato
de28235d5d
Backout of Bug 206802 - U+3005 is missing from the kinsoku list. regtest fail on Linux
2010-04-15 12:12:11 +09:00
Makoto Kato
f154165b2e
Bug 206802 - U+3005 is missing from the kinsoku list. r=smontagu
2010-04-15 11:01:16 +09:00
Robert Longson
b3316bb10e
Bug 456286 - support altGlyph elements as tspans. r=roc
2010-04-13 09:58:09 +01:00
Simon Montagu
783598002f
Mark test random on GTK
2010-04-12 02:27:17 -07:00
Simon Montagu
c2d943c2cd
Reftests for bug 556363
2010-04-12 01:16:12 -07:00
Phil Ringnalda
9b7f32b5cc
Bug 556124 - change from "fails" to "random" since it unexpectedly passes on 10.5.8 Talos slaves, CLOSED TREE
2010-04-09 19:54:56 -07:00
Clint Talbert
a65714a0f8
Bug 554934 - Fix perma-orange when running tests on Fedora Talos Slaves r=jfkthame
2010-04-08 09:38:37 -07:00
Jeff Muizelaar
196a568767
Merge backout
2010-04-08 09:44:46 -04:00
Jeff Muizelaar
9a26138ae4
Backed out changeset 9480726de986
...
Rendering/Invalidation problems showed up.
2010-04-08 09:44:28 -04:00
Masayuki Nakano
bb2c56323d
Bug 556694 Selection color isn't reverted when input field is specified only background-color r=dbaron
2010-04-08 21:44:57 +09:00
Chris Pearce
f7d8dcb479
Bug 556889 - Commit merge.
2010-04-08 21:20:25 +12:00
Chris Pearce
9c85f50feb
Bug 556889 - Backed out changeset 6f250c9b680b due to reftest failure on Linux.
2010-04-08 21:18:58 +12:00
Robert Longson
df5f3c9a60
Bug 553905 - data parser should parse up to a failure and not scrap the whole path. r=jwatt
2010-04-08 09:58:04 +01:00
Chris Pearce
8ae321bbc6
Bug 556889 - Honour video aspect ratio in layers rendering. r=roc
2010-04-08 20:16:02 +12:00
Jeff Muizelaar
a6ac7bede6
Bug 542605. Update cairo to 12d521df8acc483b2daa844d4f05dc2fe2765ba6. r=vlad,jwatt,bas
...
Reland after fixing quartz related clipping bug.
2010-04-05 22:28:54 -04:00
Jonathan Kew
cb55ddc796
bug 554188 - handle trailing whitespace on bidi-overridden text runs consistently on OS X 10.6. r=roc
2010-04-07 10:18:57 +01:00
Masayuki Nakano
ff4d34e035
Bug 183646 ::-moz-selection does not work in form controls (input[type=text], input[type=password], textarea) r=dbaron
2010-04-07 11:10:54 +09:00
L. David Baron
44fc00f5f0
Use the appropriate color based on visitedness for '-moz-column-rule-color'. (Bug 557580) r=roc
2010-04-06 19:03:12 -07:00
Zack Weinberg
fc45a2cee3
Bug 556661: make nsDOMCSSDeclaration::SetProperty capable of removing !important. r=dbaron
2010-04-06 15:52:02 -07:00
L. David Baron
ea2113c668
Avoid showing black when the if-visited style is transparent and the unvisited style is a color. (Bug 557584) r=bzbarsky
2010-04-06 15:32:52 -07:00
Jeff Muizelaar
208a821de1
Bug 542605. Backed out changeset 2b9a4c865737
...
Reftest failures that showed up at the last minute.
2010-04-06 00:14:30 -04:00
Jeff Muizelaar
46e4fa2d5a
Bug 542605. Update cairo to 12d521df8acc483b2daa844d4f05dc2fe2765ba6. r=vlad,jwatt,bas
2010-04-05 22:28:54 -04:00
Robert Sayre
2c202e279b
Merge tracemonkey to mozilla-central.
2010-04-05 13:17:29 -04:00
Robert Sayre
0f3df923db
Merge mozilla-central to tracemonkey.
2010-04-04 14:15:05 -04:00
L. David Baron
0318aa7e91
Bug 554188 followup: use fails-if rather than random-if, with stricter condition.
2010-04-02 22:31:41 -07:00
L. David Baron
4448b4ee8a
Make pseudo-classes-02 run using test_visited_reftests.html instead of the normal reftest harness. (Bug 147777) r=jwatt
2010-04-02 18:58:27 -07:00
L. David Baron
13e72332b4
Add reftests for :visited handling in layout/reftests/css-visited/ and make them run through the mochitest harness (via layout/style/test/test_visited_reftests.html) rather than the reftest harness. (Bug 147777)
2010-04-02 18:58:27 -07:00
Ted Mielczarek
71d714f465
Bug 554188: 534919-1.html is known to fail on 10.6, working on it. test only, no-r=
2010-04-02 15:06:20 -05:00
Robert Sayre
7d438a554a
Merge mozilla-central to tracemonkey.
2010-04-02 10:10:27 -04:00
Robert Sayre
0fb98b223d
Disable reftest 508908-1.xul. See bug 556124.
2010-04-02 08:03:11 -04:00
Mats Palmgren
348f3082bf
Bug 383488: don't accept trailing tokens in 'value' in style.setProperty(prop,value,"important"). r=dbaron
2010-04-01 23:07:40 -07:00
Boris Zbarsky
2b60b98a59
Bug 552334. Deal with z-indices whose difference overflows a 32-bit signed int. r=roc
2010-04-01 22:09:05 -04:00
Boris Zbarsky
e31631ba45
Bug 551699. Use the content insertion frame of our containing block when looking for our static position. r=dbaron
2010-04-01 22:09:05 -04:00
Zack Weinberg
3b15f59e43
Bug 508466 part 1: Refactor nsCSSParser::ParseSelector and nsCSSParser::ParseSelectorGroup for clarity. r=dbaron
2010-03-31 11:08:08 -07:00
Mike Hommey
e77f7f4af2
Bug 512487: Remove background-color settings in reftests first-letter/399941-[89] to make them not font-dependent.
2010-03-31 10:44:58 -07:00
Daniel Holbert
3de1190d72
Bug 556404: Put CSS parser in SVG mode when parsing SMIL animation endpoints for XML attributes. r=roc r=dbaron
2010-04-02 09:34:31 -07:00
Robert Longson
bdd80f1369
Bug 521636 - A single rotate number should rotate all glyphs. r=roc
2010-03-31 09:57:28 +01:00
L. David Baron
238beaa031
Subtract the correct border+padding. (Bug 546048) r=roc
2010-04-04 14:46:15 -07:00
Robert Longson
ca4c9d42cc
Bug 388547 - reenable reftest.
2010-03-30 13:21:18 +01:00
Robert Longson
6addad0123
Bug 388547 - revert reftest change to get tree green.
2010-03-30 12:44:28 +01:00
Robert Longson
d7895f037c
Bug 388547 - initial support for x,y,dx,dy,rotate lists on SVG text and tspan elements (missing reftest files). r=roc
2010-03-30 12:32:03 +01:00
Robert Longson
ac2db96a5b
Bug 388547 - initial support for x,y,dx,dy,rotate lists on SVG text and tspan elements. r=roc
2010-03-30 11:21:19 +01:00
Robert O'Callahan
34c4e60075
Bug 551463. Don't clamp scroll positions during reflow, do it during a post-reflow callback so that temporary frame size changes don't clamp when they shouldn't. r=mats
2010-03-29 14:46:59 +13:00
Robert O'Callahan
93d285f634
Bug 545049. When the overflow area of a transformed frame changes, we need to repaint the whole thing. r=mats
2010-03-29 14:46:58 +13:00
Ehsan Akhgari
7f6cd7f0af
Bug 552359 - Tinderbox orange: layout/reftests/forms/placeholder/placeholder-7.html placeholder-8.html placeholder-9.html; r=roc
2010-03-27 11:16:53 -04:00
Masayuki Nakano
71ab14e537
Bug 553975 Caret is painted under textframe in input/textarea element r=roc
2010-03-27 13:33:17 +09:00
L. David Baron
84b554e2fb
Add comment to reftest manifest. CLOSED TREE
2010-03-24 16:03:53 -04:00
Daniel Holbert
3bf1c38256
Bug 553416: Make nsSVGClipPathFrame notify children when its transform attribute is animated. r=longsonr
...
--HG--
rename : layout/reftests/svg/smil/lime.svg => layout/reftests/svg/smil/transform/lime.svg
2010-03-24 09:54:48 -07:00
Boris Zbarsky
5060537f28
Bug 550882. Make sure to create scrollbars for the viewport even if it's currently overflow:hidden, since various changes to <body> and the like can change the propagated overflow. r=roc
2010-03-08 19:30:02 -05:00
Neil Deakin
31fc4565a6
Bug 553760, two resizers appear in textarea, hide the one for the placeholder scrollframe, r=dbaron
2010-03-23 13:14:47 -04:00
Robert Longson
6725a73d98
Bug 554091 - negative rx and ry are unsupported rather than errors according to SVG1.2T. r=jwatt
2010-03-23 12:53:36 +00:00
Saint Wesonga
385bd7f8b5
Bug 537916 - MathML mfenced: Whitespaces in separators are not ignored. r=roc
2010-03-23 09:27:43 +01:00
Simon Montagu
dfcc09097f
Add failing reftests from bug 329069 to manifest. r=dbaron
2010-03-22 02:37:09 -07:00
Daniel Holbert
32f3a006df
Bug 553881: Use SMIL reftest api-sanity-1.svg (and make it use standard reference case). r=tests_only
2010-03-21 12:23:30 -07:00