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
Jim Mathies
0a31580bbd
bustage fix for 128d7ea8ebfc. a=bustage
2010-10-08 11:43:55 -05:00
Bas Schouten
db79503410
Bug 600045: Reftest for canvas transformed strokes using 'lighter'. r=jrmuizel a=blocking-betaN
2010-10-08 18:02:36 +02:00
Ehsan Akhgari
6217ae235e
Bug 600803 - setting value with newline on textarea has excess newline (test case); r=bzbarsky a=NPOTB
2010-10-07 15:54:33 -04:00
Jesse Ruderman
bdb448e788
Remove extra dump statement from test
2010-10-11 09:55:22 -07:00
Robert O'Callahan
c3e99b598c
Mark assertion. a=me
2010-10-11 16:31:30 +13:00
Robert O'Callahan
b6a55af831
Fixing test errors, a=me
2010-10-11 15:35:47 +13:00
Robert O'Callahan
951d95a03a
Bug 582146. 8388608.0 is invalid in cairo, so clamp to 8388607.0 instead. r=jrmuizel
2010-10-11 13:58:19 +13:00
Jonathan Kew
218fd4389d
mark failing test as random on OS X, see bug 602469. a=orange
2010-10-07 12:37:26 +01:00
Jonathan Kew
d2785f4dc2
bug 580863 reftest - check metrics using CFF font with non-1000 unit em square. r=jdaggett a=test-only
2010-10-07 08:59:16 +01:00
L. David Baron
29815e0d2c
Add a selector hack so that we can implement table border styles compatibly in CSS. (Bug 539880) Test by Geoff Lankow <geoff@darktrojan.net>. r=bzbarsky a2.0=blocking2.0:betaN
2010-10-06 21:25:47 -07:00
L. David Baron
b9624214a1
Fix reftests that assume that text-shadow causes scrollbars. (Bug 542595, patch 23) (for bug 446693)
2010-10-06 21:25:47 -07:00
L. David Baron
b7ba7ece96
When we set border-radius on <hr>, make the ends circular rather than elliptical. (Bug 597721) r=bzbarsky a2.0=blocking:betaN
2010-10-06 21:25:44 -07:00
Boris Zbarsky
188de910ba
Adjust assertion annotation to be Linux-specific. a2.0=bustage
2010-10-06 21:25:44 -07:00
Boris Zbarsky
9da45048dd
Annotate this test as asserting, since it does, a=bustage
2010-10-07 00:04:39 -04:00
Oleg Romashin
a02cd4afb2
Bug 599476 - windowless plugins in object elements with data (e.g. certain Flash pages) are not painted. r=karlt a=beta7
2010-10-02 09:00:45 -07:00
Mounir Lamouri
0cf6c14333
Bug 557087 (5/6) - Test elements rendering when inside a disabled fieldset. r=dbaron a=sicking
...
--HG--
extra : rebase_source : 6ac74cc7d72c68a7d16011b97f4bfa673098bf32
2010-09-18 23:54:30 +02:00
Mounir Lamouri
440c2dad4d
Bug 557087 (1/6) - Fieldset elements can be disabled. r+a=sicking
...
--HG--
extra : rebase_source : 9a11a362b24285af3a5d87ebb88e39be0cf1e098
2010-09-18 23:24:58 +02:00
Boris Zbarsky
668eb611a1
Bug 594737. Disabled selects with size and multiple should still look disabled. r=dbaron
2010-09-15 12:40:11 -07:00
Ehsan Akhgari
25c62bf4b2
Bug 240933 - Part 9: Simplify text control frame's DOM point to offset conversion code; r=roc a=dbaron
...
--HG--
extra : rebase_source : 1ed8187ad31ca40bd0b4d5a5a3c7494aacfee495
2010-07-20 08:47:28 -04:00
Bas Schouten
3bc982c749
Bug 594624 - Reftest: Ensure content type switches are supported. r=roc
2010-09-12 21:38:14 +02: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
L. David Baron
7476de1256
Change blur radii in themes and in some tests to match change in how we interpret text-shadow and -moz-box-shadow blur radii. (Bug 590039) r=dao a2.0=blocking2.0:beta6
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
Boris Zbarsky
4753f55125
Bug 593544. Apply first-letter to legends. r=dbaron a=dbaron
2010-09-07 15:10:42 -04:00
Robert O'Callahan
bb8f6b43fb
Fixing test for D2D, a=fixing-test
2010-09-06 21:11:54 +12:00
Robert O'Callahan
e10bc1e1f7
Bug 584699. Invalidate ThebesLayers in abs-pos frame subtree that's moved. r=dbaron
...
--HG--
extra : rebase_source : 06dd1df6b08d331b38ee8a9edbf6ce07e7841c25
2010-09-06 15:04:36 +12:00
Vladimir Vukicevic
7f9d2b6e9e
Bug 591155 - Disable an additional test that has shown up as failing with no visual difference. r=joe a=blocking2.0:beta6+
2010-09-04 23:32:39 -04:00
Matt Woodrow
979cc597a3
Bug 591155 - Temporarily disable certain failing reftests which are visually indistinguishable when running with accelerated layers. r=vlad a=blocking2.0:beta6+
2010-08-27 16:58:53 +12:00
Ehsan Akhgari
7b654288bf
Back out bug 240933 and bug 590554 because of reftest failure on Win7 and also bug 593211
2010-09-02 19:54:23 -04:00
Ehsan Akhgari
522299167b
Bug 240933 - Part 9: Simplify text control frame's DOM point to offset conversion code; r=roc a=dbaron
...
--HG--
extra : rebase_source : 134895e08a57c7aeb39f25266d8925cde4595159
2010-07-20 08:47:28 -04:00
Robert O'Callahan
7db127ab8d
Bug 584494 - Regression: Transform rotation testcase performs significantly worse - r=dbaron
2010-09-02 14:07:37 -04:00
Zack Weinberg
38c9db7305
Bug 471643: Evaluate vertical percentages in border-radius relative to box height. r=dbaron a2.0=blocking:beta6+
2010-08-31 12:05:11 -04:00
Robert O'Callahan
ded033638a
Bug 579323. Part 2: Actually fix the bug by calling InvalidateThebesLayersInSubtree from nsIFrame::Redraw. r=dbaron,a=blocking
2010-08-31 12:49:13 +12:00
Boris Zbarsky
341cd11eb6
Bug 589672. Parsing of malformed namespace rules can skip over too many tokens while recovering. r=dbaron, a=dbaron
2010-08-25 14:54:48 -04:00
Boris Zbarsky
19c43a518c
Bug 586400. Cellpadding changes need to reresolve descendants. r=dbaron
2010-08-25 14:54:47 -04:00
Mounir Lamouri
100dc92dd8
Bug 566045 - Default style for invalid form elements with :invalid. r=dbaron ui-r=limi a2.0=sicking
2010-08-25 06:40:31 +02:00
L. David Baron
e749c034f3
Fix sorting errors in layout/reftests/bugs/reftest.list.
2010-08-19 09:38:00 -04:00
L. David Baron
52881c4fb2
Split floats when they are overflow-incomplete. (Bug 585598) r=roc a2.0=blocking
2010-08-19 09:38:00 -04:00
Jeff Muizelaar
e7ecb4fea4
Disable more intermittent reftests on D2D
2010-08-16 09:36:02 -04:00
Mounir Lamouri
034db79f04
Bug 568441 - Explicitely show the caret in nsTextControlFrame when the content is no longer disabled and focused. r=roc a2.0=blocking+
2010-08-15 11:19:34 -04:00
Jeff Muizelaar
dadfc555de
Bug 586835. Disable a couple more intermittent reftest fails with D2D.
...
Not sure what's going on with these yet...
2010-08-14 08:32:38 -04:00
Jeff Muizelaar
932d88e8c5
Bug 586835. Disable the d2d reftests that fail but are still sane. r=joe
...
This is in preparation for enabling d2d by default. A bunch of these will be
changed from random-if to fuzzy-if when bug 580786 lands. Some of them should
also be fixed or investigated more thoroughly before final.
2010-08-13 11:44:24 -04:00
L. David Baron
50efda9d7b
Add reftests for bug 563584. (Bug 563584, patch 31) r=roc
2010-08-05 21:59:20 -07:00
L. David Baron
74b8b51e37
Add testcase to check that mIsTopOfPage is false when reflowing blocks that have clearance. (There was originally a patch here, but it seems not to be needed, so now it's just tests.) (Bug 563584, patch 27)
2010-08-05 21:59:20 -07:00
L. David Baron
02c1db8436
Allow the float manager to record that a float has been pushed past a break. (Bug 563584, patch 9) r=roc
2010-08-05 21:59:19 -07:00
L. David Baron
489ed8d30b
When we're in columns (and therefore not splitting floats), push floats that don't fit to the next column. (Bug 563584, patch 6) r=roc
2010-08-05 21:59:19 -07:00
L. David Baron
08a16e6b29
Replace force-fit with setting mIsTopOfPage correctly. (Bug 563584, patch 5) r=roc
2010-08-05 21:59:19 -07:00
L. David Baron
353538a3ba
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
11f75cf522
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
0b5df24742
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
f3625579d2
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
a02799847b
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
b9fae2b3d2
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
Zack Weinberg
40a9b87efe
Bug 581579: fix error recovery in parsing of CSS priority suffix. r+a=dbaron
2010-08-04 12:27:05 -07:00
Jeff Muizelaar
ff12cb537d
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
ea56218085
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
a637266b80
Fix reftest for bug 579349
2010-08-02 16:07:44 +12:00
Robert O'Callahan
91595e761f
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
6f767dbf3d
Bug 581317. DoApplyRenderingChangeToTree needs to invalidate the ThebesLayer contents of descendants. r=tnikkel
2010-08-02 15:06:58 +12:00
Robert O'Callahan
01e41cf67d
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
c06c57f6e6
Fix bustage from bug 570329 with s/windowsWidget/winWidget/g.
2010-07-30 20:50:52 -07:00
L. David Baron
9cc2e9ec05
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
Timothy Nikkel
c3a3665cf1
Bug 489868. Add reftest.
2010-07-25 13:10:31 -05:00
Karl Tomlinson
32893e4a5b
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
Boris Zbarsky
e484008628
Reenable this test now that bug 556124 is fixed.
2010-07-19 23:57:27 -04:00
Robert O'Callahan
d09c39d0a9
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
8f56e0a70f
Bug 573933. Part 2: disable -moz-appearance for troublesome GTK2 themes. r=dbaron
2010-07-16 09:07:43 +12:00
Robert O'Callahan
b7f93d47f0
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
d3cfe23c48
Bug 578121. Enlarge the masks used in the 456219-2 test for D2D
2010-07-15 15:28:34 -04:00
Timothy Nikkel
7bfe0a17cb
Bug 560455. Be more careful about the namespace when finding HTML frame construction data. r=bzbarsky
2010-07-15 14:20:32 -05:00
Jeff Muizelaar
64f4600280
Bug 578121. Enlarge the masks used in the 456219 test for D2D
2010-07-15 10:26:47 -04:00
Ehsan Akhgari
7081b03117
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
Neil Deakin
2fb7701cbe
Bug 553576, change -moz-resize to resize, r=dbaron
2010-07-05 10:41:04 -04:00
Jesse Ruderman
14ecbf3e68
Add bug numbers for all remaining asserts() annotations in crashtests and reftests
2010-07-01 19:33:56 -07:00
Boris Zbarsky
81a1582c9b
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
Ehsan Akhgari
a90f192632
Bug 574898 - "ASSERTION: called nsGenericElement::SetText" with spellcheck; r=roc
2010-06-28 14:04:37 -04:00
Ms2ger
27a3b29543
Implement the figure element. r=jst+timeless+ehsan (Bug 573356)
2010-06-23 10:08:56 -07:00
Ehsan Akhgari
647a6a5576
Bug 572598 - Part 7: reftest; r=roc
2010-06-21 11:02:15 -04:00
Neil Deakin
f4a7533d50
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
L. David Baron
d9f82cf345
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
Boris Zbarsky
ac7a53b8a2
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
2e0c510982
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
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
Jesse Ruderman
fb054fc73e
Add some crashtests and reftests
...
--HG--
extra : rebase_source : a167ccf140387fa50e3668422b5a74bea0527255
2010-06-17 13:21:24 -07:00
Boris Zbarsky
2fc6feb9ce
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
Henri Sivonen
977ed6243c
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
L. David Baron
9a129faa59
Rename -moz-background-size to background-size. (Bug 549809) r=roc
2010-06-08 18:44:33 -07:00
L. David Baron
934c377eda
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
Timothy Nikkel
008c2e97a6
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
f58add9d96
Bug 336104 - "ASSERTION: no frame, see bug #188946 "; r=roc,dbaron
2010-05-21 16:36:42 -04:00
Robert O'Callahan
e35aa1adb0
Marking passing test as passing, thanks to bug 547924
...
--HG--
extra : rebase_source : 671435d54dc9dd0812648062357d202c41cfb897
2010-05-19 15:40:54 +12:00
L. David Baron
a464130609
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
3f415094ff
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
181bd73392
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
d000f168d9
Bug 552044 - [MathML 3] Add support for mathcolor/mathbackground on any presentation MathML element. r=karlt
2010-05-13 14:38:28 +12:00
Bernd
b9b112f6a2
bug 564054 - rebuild cellmap if inserted rows contain a zero rowspan r=bzbarsky
2010-05-13 16:15:50 +02:00
Mats Palmgren
73489238b0
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
Makoto Kato
42d8b9c46f
Bug 206802 - U+3005 is missing from the kinsoku list. r=smontagu
2010-05-12 17:06:32 +09:00
Zack Weinberg
e571e727e6
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
9e3e841284
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
ddb5fe53d1
Fix the font size on button padding tests that depend on it. (Bug 559125) r=bzbarsky
2010-05-05 18:20:43 -07:00
Boris Zbarsky
6c3b6f744c
Bug 563837 followup. Fix the asserts() annotations.
2010-05-05 14:57:39 -04:00
Zack Weinberg
5bc872335c
Bug 559426 (partial): Adjust mask images for reftests/bugs/456219-1c yet again.
2010-05-05 11:24:03 -07:00
L. David Baron
477156605b
Annotate reftest manifests with assertion counts. (Bug 472557)
2010-05-04 21:28:19 -07:00
Henri Sivonen
bec27dec6f
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
Boris Zbarsky
f045d1595d
Bug 559284. Make various HTML5 sectioning elements display:block. r=dbaron
2010-04-26 16:27:01 -04:00
Jeff Muizelaar
1ff50fe646
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
Henri Sivonen
3d360f358f
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
Mike Hommey
07bd1e441e
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
Jeff Muizelaar
85d21d6c89
Bug 542605. Add a test for a clipping problem shown by the cairo update.
2010-04-16 10:48:42 -04:00
Jonathan Kew
7b7028d14b
Add reftest for bug 557736.
2010-04-15 10:12:26 +01:00
Makoto Kato
c4fd95ea62
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
3569ac83b4
Bug 206802 - U+3005 is missing from the kinsoku list. r=smontagu
2010-04-15 11:01:16 +09:00
Phil Ringnalda
530cc471fc
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
Jeff Muizelaar
d751aaf9e3
Backed out changeset 9480726de986
...
Rendering/Invalidation problems showed up.
2010-04-08 09:44:28 -04:00
Jeff Muizelaar
aff371e5cb
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
0ad94c3879
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
Zack Weinberg
2ec3bc6f42
Bug 556661: make nsDOMCSSDeclaration::SetProperty capable of removing !important. r=dbaron
2010-04-06 15:52:02 -07:00
Jeff Muizelaar
a7d2620943
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
6db34ced75
Bug 542605. Update cairo to 12d521df8acc483b2daa844d4f05dc2fe2765ba6. r=vlad,jwatt,bas
2010-04-05 22:28:54 -04:00
Robert Sayre
744599315f
Merge mozilla-central to tracemonkey.
2010-04-04 14:15:05 -04:00
L. David Baron
13963cf87c
Bug 554188 followup: use fails-if rather than random-if, with stricter condition.
2010-04-02 22:31:41 -07:00
Ted Mielczarek
3b083a71a6
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
404189ee98
Merge mozilla-central to tracemonkey.
2010-04-02 10:10:27 -04:00
Robert Sayre
db68c1951b
Disable reftest 508908-1.xul. See bug 556124.
2010-04-02 08:03:11 -04:00
Mats Palmgren
57a4d3a783
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
2faa95d890
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
2e7a02c034
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
Robert O'Callahan
c745b6c7bc
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
60dacfeed1
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
Boris Zbarsky
ce67bf7350
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
Jesse Ruderman
8ea2399077
Fix most of the homeless-reftest warnings: remove some files that are no longer used; add some entries to reftest.list files. (Bug 551617 comment 22)
2010-03-20 18:26:07 -07:00
Neil Deakin
79c932638a
Bug 442228, support resizers in scrollable areas and enable them by default for textareas, r=roc,sr=dbaron
2010-03-19 07:49:34 -04:00
Henri Sivonen
9f62adb3f2
Test for bug 381746 - Make reftest 381746-1.html wait for the load events of its iframes. r=mats.
...
--HG--
extra : rebase_source : a92b4a01d62ae2a22230da3dfb4a6ad177abce11
2010-03-10 10:25:06 +02:00
Jonathan Kew
8a871fa050
bug 502906 - part 3 - factor out Uniscribe and GDI shapers from Windows GDI font code. r=jdaggett
...
--HG--
rename : gfx/thebes/src/gfxWindowsFonts.cpp => gfx/thebes/src/gfxUniscribeShaper.cpp
rename : gfx/thebes/public/gfxWindowsFonts.h => gfx/thebes/src/gfxUniscribeShaper.h
2010-03-15 09:34:25 +00:00
Robert O'Callahan
262a3deb0e
Mark tests as failing if there's no test plugin
2010-03-15 16:46:55 +13:00
Robert O'Callahan
7b7b905989
Bug 550716. Snap layer bounds to nearest bpixels instead of outside pixels, to accurately reflect what we draw. r=mats
...
--HG--
extra : rebase_source : 08e3f6af4cc46e193593039a5196b0ee82defa60
2010-03-10 13:15:22 +13:00
Robert O'Callahan
84aaebcc5c
Bug 549184. Track 'has nonempty content been placed on this line yet' separately from 'has nonempty, non-span content been placed on this line yet'. r=dbaron
...
--HG--
extra : rebase_source : fe9318ed5143fe42107a55dfdcb6c0c8fee3dae6
2010-03-10 13:14:14 +13:00
Robert O'Callahan
69610b8d43
Bug 546071. Compute view-to-widget offset for plugin views. r=mats
...
--HG--
extra : rebase_source : 483afc3b0d00f5fd6685f760b6ad358a94a7c9ba
2010-02-24 00:33:41 -08:00
Henri Sivonen
e28f1efdf7
Test for bug 281241 - Turn 281241-2.html into XHTML. r=bernd.
...
--HG--
extra : rebase_source : 7870fcf4628e2b639226c41c194d2af6a505dd1d
2010-03-11 14:28:43 +02:00
Boris Zbarsky
b97993f078
Backed out changeset f0239b3789d9 (bug 550882) because it causes a Tsspider regression.
...
--HG--
extra : rebase_source : ce7b9a047e91e3011d02c9807fdaba51e70f2b64
2010-03-11 00:59:47 -05:00
Boris Zbarsky
4b5ee3b9bd
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
Jonathan Kew
0b489f4c98
bug 551034 - trying to fix intermittent orange due to clipped antialiasing. r=roc
2010-03-10 12:33:48 +00:00
Boris Zbarsky
65a4e7e6d2
Backed out changeset c7c0db9074c7 (bug 550882) on suspicion of causing a Tsspider regression.
...
--HG--
extra : rebase_source : 7a3274280e4dfeebd779ec728bc6b8aa65e9cf61
2010-03-09 09:34:18 -05:00
Boris Zbarsky
58827ef725
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
Jonathan Kew
c7f07c0327
bug 550163 - part 8 followup - add padding to try and avoid intermittent subpixel-clipping failure on Windows debug tinderbox.
2010-03-08 15:49:29 +00:00
Jonathan Kew
7651414fc0
bug 550163 - part 18 - force "quality" text rendering to get consistent kerning on Win7 in reftest 399636. r=roc
2010-03-08 10:11:15 +00:00
Jonathan Kew
b53f857080
bug 550163 - part 13 - use invisible text to avoid Win7 or Mac subpixel failure in reftest 503399. r=roc
2010-03-08 10:11:02 +00:00
Jonathan Kew
bfd37ba715
bug 550163 - part 12 - use sans-serif and letter-spacing to avoid Win7 subpixel failure where 'tt' glyphs touch in reftest 495385. r=roc
2010-03-08 10:11:00 +00:00
Jonathan Kew
6997bcf952
bug 550163 - part 11 - use sans-serif to avoid Win7 subpixel failure in reftest 474417. r=roc
2010-03-08 10:10:57 +00:00
Jonathan Kew
2aabbeb10f
bug 550163 - part 10 - use sans-serif to avoid Win7 subpixel failure in reftest 413292. r=roc
2010-03-08 10:10:55 +00:00
Jonathan Kew
e10358ec7f
bug 550163 - part 9 - use sans-serif to avoid Win7 subpixel failure in reftest 389074. r=roc
2010-03-08 10:10:52 +00:00
Jonathan Kew
cca1cfc9e1
bug 550163 - part 8 - use @font-face to ensure we have a font with the fi ligature in reftest 385569. r=roc
2010-03-08 10:10:50 +00:00
Jonathan Kew
20eca686d5
bug 550163 - part 7 - use sans-serif to avoid Win7 subpixel failure in reftest 362901. r=roc
2010-03-08 10:10:48 +00:00
Jonathan Kew
7ddd87c9df
bug 550163 - part 6 - use sans-serif to avoid Win7 subpixel failure in reftest 351641. r=roc
2010-03-08 10:10:45 +00:00