Commit Graph

6129 Commits

Author SHA1 Message Date
Jonathan Kew
5cb2b4ceea Bug 1122918 - Part 3 - Use the resolved physical values of 'float' and 'clear' properties during layout. r=heycam 2015-09-18 16:25:21 +01:00
Jonathan Kew
b2b40026ff Bug 1122918 - Reftest for inline-start/end values of the 'float' property. r=heycam 2015-09-18 16:25:02 +01:00
Kyle Zentner
d08d7dac4a Bug 1170781 - Patch 2: Test CSS 'contain: paint'. r=dholbert 2015-11-09 13:33:00 +01:00
Nicholas Nethercote
bafbe2d0f0 Bug 1038663 (part 7, attempt 3) - Add test for percentage values for 'word-spacing'. r=heycam.
--HG--
extra : rebase_source : 40de2fcaddf563e5020121b8cc23fbfc0de3d74f
2015-11-09 13:50:44 -08:00
Nigel Babu
caf4e3fbf3 Backed out changeset f8fa4680e732 (bug 1038663) for OS X reftest bustage on a CLOSED TREE 2015-11-09 10:53:02 +05:30
Nicholas Nethercote
bda7f950f9 Bug 1038663 (part 7, attempt 2) - Add test for percentage values for 'word-spacing'. r=heycam. 2015-11-08 16:43:33 -08:00
Cameron McCormack
866defc215 Bug 1222226 - Don't return eRestyleResult_StopWithStyleChange if the old style context is shared. r=dbaron 2015-11-08 11:06:14 +11:00
Nigel Babu
52d7459eca Backed out 6 changesets (bug 1038663) for Android opt R2 bustage
Backed out changeset 97e3492d6080 (bug 1038663)
Backed out changeset d176322f2d36 (bug 1038663)
Backed out changeset f69af9161252 (bug 1038663)
Backed out changeset 8bb77e5fad8c (bug 1038663)
Backed out changeset 954e57438f51 (bug 1038663)
Backed out changeset 16c0919101cd (bug 1038663)
2015-11-06 12:49:36 +05:30
Nicholas Nethercote
e7249c51ad Bug 1038663 (part 7) - Add test for percentage values for 'word-spacing'. r=heycam.
--HG--
extra : rebase_source : 5a38cf019e84c04edab06e436893dd028449db0c
2015-11-05 17:43:28 -08:00
Mason Chang
1dcb06648d Bug 1211264. Fallback to render dest rect with outer box shadows on non-int transforms. r=mstange 2015-11-05 07:29:52 -08:00
Wes Kocher
ba3e14b5ca Backed out 3 changesets (bug 1176792) for WinXP/7 w(4) permafail
Backed out changeset 4d2f2e40bb5d (bug 1176792)
Backed out changeset 3de6f54e7f41 (bug 1176792)
Backed out changeset 887df043de31 (bug 1176792)

--HG--
extra : commitid : 1wE7FZUeTA1
2015-11-04 15:42:38 -08:00
Mats Palmgren
ac4183b989 Bug 1176792 part 3 - [css-grid] Reftests for the 'grid-column-gap' and 'grid-row-gap' properties. 2015-11-04 13:46:32 +01:00
Daniel Holbert
84f5ecb5d0 Bug 1221407: Annotate reftest flexbox-align-self-baseline-horiz-3.xhtml as slightly-fuzzy on Mac. (no review) 2015-11-03 23:03:44 -08:00
Robert O'Callahan
add8103aa5 Bug 1209994. Take block-wrapper path only for blocks that are wrappers. r=bz
--HG--
extra : commitid : BUBPKQYEZGy
extra : rebase_source : b949adb895716866f545e00dbf88734fd0138fd1
2015-10-21 16:27:50 +13:00
Mats Palmgren
02611daf0f No bug - [css-grid] Add a small fuzz factor to make this reftest pass on Windows. r=me 2015-11-03 22:33:16 +01:00
Mats Palmgren
59d2bd18d3 Bug 1176775 part 2 - [css-grid] Testcases for 'auto' min-sizing and intrinsic 'min-width|height'. 2015-11-03 21:45:33 +01:00
Mats Palmgren
759f29e87f Bug 1163435 part 2 - tests. 2015-11-03 21:45:33 +01:00
Mats Palmgren
cad3e35d69 Bug 1215957 - Reftests. 2015-11-03 21:45:32 +01:00
Mats Palmgren
426c64bebe Bug 1215182 - Reftests. 2015-11-03 21:45:32 +01:00
Mats Palmgren
97a104a942 Bug 1211260 - Implement the new Grid Placement Conflict Handling: "If the placement for a grid item contains two lines, and the start line is further end-ward than the end line, swap the two lines." r=dholbert
https://drafts.csswg.org/css-grid/#grid-placement-errors
2015-11-03 21:45:32 +01:00
Mats Palmgren
b264df1571 Bug 1215099 part 2 - [css-grid] An empty grid should still have one explicit grid line in each axis. r=dholbert 2015-11-03 21:45:32 +01:00
Mats Palmgren
f6a6570360 Bug 1215099 part 1 - [css-grid] Backout bug 1206703. r=dholbert 2015-11-03 21:45:32 +01:00
Mats Palmgren
2999a4b4c2 Bug 1151214 part 4 - [css-grid][css-align] Add reftests for the 'justify-content' and 'align-content' CSS properties on grid containers. 2015-11-03 17:52:40 +01:00
Mats Palmgren
6708be703f Bug 1151213 part 2 - [css-grid][css-align] Reftests for the 'align-self' and 'justify-self' properties on grid items.
There are also some corrections here for existing reftests because
the old temporary 'stretch' scaffolding was wrong in many ways.
2015-11-03 17:52:40 +01:00
Mats Palmgren
87a0b397a7 Bug 1176782 part 8 - [css-align] Update three tests that assumed that the computed value of 'align-items' is 'stretch' on all types of boxes which is no longer true. 2015-11-03 15:18:06 +01:00
Markus Stange
bbd3965fc2 Bug 1201327 - Don't repaint the whole frame subtree when background-position changes. r=dbaron
--HG--
extra : commitid : C4Jy6JKsE6u
extra : rebase_source : 25c48c50ca2b89f321f1cf699c3a6081b1e074f5
extra : amend_source : a4e07cf315a0273e867d07f53703f6def2124d37
2015-11-02 17:36:35 +01:00
Markus Stange
ec2e30835a Bug 1201327 - Let DLBI detect background-position changes. r=mattwoodrow
--HG--
extra : commitid : CDTUZNG0PYF
extra : rebase_source : 0f5db6e4a5cde5fe8faeb77e15f95d12f6753fac
2015-10-28 22:52:15 +01:00
Kyle Zentner
6ea6e3723a Bug 1186998 - Align overflowing table-cell content to content-box. r=dholbert 2015-07-23 15:11:00 +02:00
Thinker K.F. Li
2a3f9839c2 Bug 1211360 - Don't snap for non-translation 3D transform. r=roc
--HG--
extra : histedit_source : 7515376b0eb76c7957adce0fc37cc5bb52361de5
2015-10-25 22:05:00 -04:00
Seth Fowler
b608498dd4 Bug 1207355 (Followup) - Add yet more fuzz to layout/reftests/generated-content tests. r=me 2015-10-30 00:29:23 -07:00
Seth Fowler
25f9c99819 Bug 1207355 (Followup) - Add fuzz to layout/reftests/generated-content tests. r=me 2015-10-29 23:25:59 -07:00
Seth Fowler
b425c82b89 Bug 1207355 (Followup) - Add fuzz to layout/reftests/generated-content/floated-01.html. r=me 2015-10-29 21:17:36 -07:00
Matt Woodrow
5ff40cc89c Bug 1216851 - Allow flattening of opacity when it contains text. r=roc
--HG--
extra : rebase_source : 3861829d42298838eaa87912fa849b60b6f698e6
2015-10-23 11:22:45 +13:00
Seth Fowler
6598853366 Bug 1207355 (Part 8) - Remove imgIContainer::RequestDecode() and imgIRequest::RequestDecode(). r=tn 2015-10-29 16:37:42 -07:00
Carsten "Tomcat" Book
513d05c444 Backed out changeset 0e8e25c04938 (bug 1216851) for reftest failures 2015-10-29 13:52:29 +01:00
Carsten "Tomcat" Book
5764850cf1 Backed out changeset c488bab447bd (bug 1215412) for R15 Test failures
--HG--
extra : rebase_source : 3229bc8f42071bda7cfda29d2349cafb6ed0fda1
2015-10-29 10:06:13 +01:00
Matt Woodrow
c360842c46 Bug 1215412 - Apply perspective origin after transform origin. r=jwatt
--HG--
extra : rebase_source : f1a4faa93cf48c5bf315cdbe94358fd123aebd0c
2015-10-23 12:49:34 +13:00
Matt Woodrow
bab116d797 Bug 1216851 - Allow flattening of opacity when it contains text. r=roc
--HG--
extra : rebase_source : 48b64c9ba86e89ae8d15ae05f7379fd518ca01b5
2015-10-23 11:22:45 +13:00
Daniel Holbert
e030eb125c Bug 1219406: Add image file for reftest feImage-1.svg. (test-only, no review)
--HG--
rename : layout/reftests/bugs/mozilla-banner.gif => layout/reftests/svg/filters/mozilla-banner.gif
2015-10-29 00:16:16 -07:00
Mike Hommey
df0256c913 Bug 1186748 - Switch mulet builds to Gtk+3. r=mshal 2015-10-29 10:27:50 +09:00
Bas Schouten
7d3ed22660 Bug 1219411: Correctly use RGBA instead of RGB for the background color in background-blending-moz-element reftest. r=mstange 2015-10-29 00:04:05 +01:00
Daniel Holbert
583052d03c Bug 1218041, part 2: add reftests for <treecell> SVG-image rendering. (no review)
The tests are marked as random for now, per bug 1218954.
2015-10-28 08:49:08 -07:00
Mason Chang
31f926488b Bug 1216200. Inset box shadow reftest with negative spread value. r=mstange 2015-10-26 08:31:17 -07:00
Seth Fowler
99a0bf4e7f Bug 661996 - Reenable border-image pixel-rounding tests everywhere. r=me
--HG--
extra : rebase_source : f2c1f6d754d53162c6f0621805d01856d7c175b3
2015-10-25 13:26:35 -07:00
Sebastian Hengst
e6d06af59f Backed out 2 changesets (bug 1215699, bug 1209994) for web platform failures. r=backout
Backed out changeset a8adf1f9d366 (bug 1209994)
Backed out changeset f5ed98fdc16e (bug 1215699)
2015-10-24 15:38:03 +02:00
Robert O'Callahan
d00aeddd95 Bug 1209994. Take block-wrapper path only for blocks that are wrappers. r=bz
--HG--
extra : commitid : ADmwtJlvxUi
extra : rebase_source : b3cfce27d1bf51d8789a20bf7266455a3f0f99a6
2015-10-21 16:27:50 +13:00
William Chen
af67ca9b86 Bug 920734 - Part 2: Update tests to avoid using orientation as variable name. r=seth
--HG--
extra : rebase_source : d4ecdf15fb679a6a78454bf08b285a068cd26104
2015-10-23 21:37:35 -07:00
Wes Kocher
3fd0527ade Bug 1214212 - Increase the fuzzing to fix a reftest r=me
(More fuzz for the fuzz gods)
2015-10-23 11:54:16 -07:00
Thinker K.F. Li
fd72ecbc34 Bug 1214212 - Remove clips from separator transform items. r=roc 2015-10-22 23:29:00 -04:00
Seth Fowler
ee1cc1c521 Bug 1209765 (Followup) - Add very minor fuzz to underline-button-1.html on OS X 10.10. r=me DONTBUILD
--HG--
extra : rebase_source : fdd8def5f4eaea0c19dc1ce3ced8ddff72c43505
2015-10-22 23:19:13 -07:00
Seth Fowler
ab6a522845 Bug 1209765 (Followup) - Add very minor fuzz to underline-button-2.html on OS X 10.10. r=me
--HG--
extra : amend_source : 4701e73265cb3edbd92cb94ec988623a423b3ee3
2015-10-22 22:48:59 -07:00
L. David Baron
2d42688ba5 Bug 1216747 - Record dependency on writing mode in nsRuleNode::ComputeStylePosition. r=heycam
Without the patch, both reftests fail; with it, both pass.
2015-10-20 22:52:57 -07:00
L. David Baron
5541c05d79 Bug 1209603 patch 10 - Make PeekStyle* exact, i.e., guaranteed to return null if we haven't computed the data for this context. r=heycam
This fixes the bug because it prevents a cache conditions check for a
later PeekStyle* in nsStyleContext::CalcStyleDifference from computing a
struct that was null when we checked it earlier in CalcStyleDifference.
This, in turn, could allow the old context to be retained (and
reparented to the new parent) even though it now has incorrect data in
the font or visibility struct that was computed while checking the
conditions for another struct.

This should also improve performance in some cases of style changes on
not-yet-presented frames because we have fewer change hints to process.

--HG--
extra : commitid : 16o8oS0RLfx
2015-10-19 20:42:29 -07:00
L. David Baron
d8ffda64d3 Bug 1209603 patch 4 - Add reftest for bug 1209603. r=heycam
--HG--
extra : commitid : 9PKKSv4RbaG
2015-10-19 20:42:28 -07:00
Benoit Girard
fdea67de40 Bug 1215596 - outline: auto; will render as outline: solid; when disabled. r=roc
--HG--
extra : commitid : 7Nmpskti8FI
2015-10-16 19:13:26 -04:00
Robert O'Callahan
590b9a4226 Bug 1213938. Fix test to avoid triggering before any video frames are available. r=jya
--HG--
extra : commitid : DwRB2YadMzW
extra : rebase_source : 6a2bcb95d8f1783e1c47561ca99123b5eecd96ee
2015-10-19 22:11:55 +13:00
John Daggett
1c88c2730e Bug 543715 p2 - italic/oblique reftests. r=jfkthame 2015-10-19 11:17:00 +09:00
Phil Ringnalda
adfbc1f710 Back out 2 changesets (bug 543715) because Mulet is why we can't have nice things
Backed out changeset 2d1d8e9b095c (bug 543715)
Backed out changeset bc90276ec090 (bug 543715)
2015-10-18 11:22:22 -07:00
John Daggett
fe5101b5b8 Bug 543715 p2 - italic/oblique reftests. r=jfkthame 2015-10-18 22:17:59 +09:00
James Kitchener
1c9740d59e Bug 1011020 - Add the ability to fall back to not snapping, if snapping results in a zero area rect r=roc (relanding with correct bug number, DONTBUILD) 2015-10-17 10:18:00 -07:00
Phil Ringnalda
31d432d507 Back out changeset 2fe5dee8825d (not 1101020) for landing with the wrong bug number 2015-10-17 21:44:43 -07:00
James Kitchener
9faa73de5f Bug 1101020 - Add the ability to fall back to not snapping, if snapping results in a zero area rect r=roc 2015-10-17 10:18:00 -07:00
Mason Chang
766f567fff Bug 1211363. Part 2: reftest with int border radius. r=mstange 2015-10-16 08:27:53 -07:00
Cameron McCormack
508dcaab44 Bug 1163877 - Part 4: Tests. r=jdaggett 2015-10-16 17:10:14 +11:00
Mason Chang
1798df9927 Bug 1209649. Part 2: Reftest to test box shadows and border radii. r=mstange 2015-10-15 09:13:04 -07:00
Mason Chang
ff854b0e05 Backed out changeset 5e8c075bcad8, wrong reftest.list 2015-10-15 09:10:24 -07:00
Mason Chang
31e9af00f0 Bug 1209649. Part 2: Reftest to test box shadows and border radii. r=mstange 2015-10-15 09:09:24 -07:00
Aryeh Gregor
5e39e259c1 Bug 492933 - getElementsByTagName should match on localName not tagName, r=smaug
dom-level2-core test changes by Ms2ger.
2015-10-15 10:03:30 -04:00
Phil Ringnalda
6ed0e28cd9 Back out changeset bc0ffa0fc4d8 (bug 1209649) for the 10.10 failures that nobody expects 2015-10-14 22:52:35 -07:00
Mason Chang
dffd99184c Bug 1209649. Part 2: Reftest to test box shadows and border radii. r=mstange 2015-10-14 20:22:04 -07:00
Jamie Nicol
f94b0bf68f Bug 1209801 - Part 3: Adjust reftest fuzz and expected fails. r=mattwoodrow
Due to parts 1 and 2 the fuzz factor on a test needed to be slightly
increased, and several tests which were failing now pass.

--HG--
extra : histedit_source : 68e1ea753227e5bfc576d0083a49fe64b72d31a2
2015-10-14 11:32:55 +05:30
Andrew Comminos
364b928a3b Bug 1187385 - Fuzz reftest to accomodate entry padding changes on GTK3. r=karlt 2015-10-13 00:08:23 -07:00
Robert O'Callahan
882d9e8283 Bug 1195152. Add test. r=jya
--HG--
extra : commitid : HW0g6OJhWsA
extra : rebase_source : 31087d0081fc84b1817a1e6fb8b739c8b9f8fca8
2015-10-12 11:52:04 +13:00
Tom Klein
7893b08d5b Bug 1203376 - Honor filter region settings for lighting filters. r=mstange
--HG--
extra : rebase_source : adecead97d734b9bb9b5b104b88edf81c82a13a4
2015-10-07 08:25:00 +02:00
David Anderson
497eea35bc Disable screen and multiply mix-blend-mode support in the D3D11 and OGL compositors. (bug 1135271, r=mattwoodrow) 2015-10-07 16:38:19 -07:00
Xidorn Quan
6d8e6e3031 Bug 1165538 part 3 - Apply -moz-min-font-size-ratio to rt elements and add test. r=heycam
--HG--
extra : source : 9d94998817bfb618e6bd0fe39f3f6924d1c2e266
2015-10-08 10:19:29 +11:00
Tim Chien
3023abe5bf Bug 1211387 - Remove background gradient of input boxes on UA style sheet, r=fabrice 2015-10-06 07:44:00 +02:00
Mats Palmgren
c9a6c1cfaa Bug 1210877 - Make nsBidiPresUtils::RepositionFrame work also for box-decoration-break:clone. r=roc 2015-10-03 06:28:00 +02:00
Botond Ballo
ef39b0269c Bug 1209964 - Fuzz reftest on B2G, CLOSED TREE. r=mstange
--HG--
extra : source : 37ab26dd96c030a699d450e8fcb00036f572797f
extra : amend_source : 1eb4cbb821cd793c7fe64eaa5a062a6abc6d559e
2015-10-05 16:36:48 -04:00
Botond Ballo
cbb8f82b67 Bug 1209964 - Reftest. r=mstange
--HG--
extra : source : 0d46f37c73177a95acd18b30394a59824c6837bb
2015-10-02 20:54:26 -04:00
Botond Ballo
2ae871d47a Bug 1205630 - Reftest. r=mstange
--HG--
extra : source : 4da9b9cb628d8cafcf00c67e90140fc74e795384
2015-09-28 13:15:37 -04:00
Ehsan Akhgari
9f3cdb1e06 Bug 1172123 - Adjust the maximum number of fuzzy differing pixels for image-scrolling-zoom-1.html on OSX 2015-10-03 12:02:24 -04:00
Kartikaya Gupta
a5f3043e0f Bug 1209852 - Re-enable scroll-inactive-layers-2.html now that the underlying issue has been fixed. r=mstange
This also modifies the reftest list so that the harness doesn't load the same
page twice unnecessarily.

--HG--
extra : commitid : KKCE0y2cscF
2015-10-01 15:48:27 -04:00
Kartikaya Gupta
685b156144 Bug 1209852 - Force a fixed-size displayport on the page so that APZ growing it doesn't trigger an invalidation of everything. r=mstange
--HG--
extra : commitid : KzOXC2RQALi
2015-10-01 15:48:26 -04:00
Jonathan Kew
fa18513a7e Bug 1099557 followup - Put the default setting for control-character visibility behind a runtime pref, and keep it off-by-default on release builds for now. r=dbaron 2015-10-01 12:26:52 +01:00
Bas Schouten
1369a96bd4 Bug 1208465 - Part 1: Fix some reftest annotations. r=jrmuizel 2015-10-01 04:45:26 +02:00
Botond Ballo
d9675e8e87 Bug 1201889 - Reftest. r=mstange
--HG--
extra : rebase_source : 8cbd3c866fbaca186aa429f8151713f59a90c0ae
extra : source : c14e042a460467a78f48294ebbf69c1141f2b42d
2015-09-28 18:50:28 -04:00
Thinker K.F. Li
53c8508d85 Bug 1206418 - Fix origin of animations and scissors for preserves3d. r=roc 2015-09-28 03:43:00 -04:00
Jonathan Kew
f0c76c3b0b Bug 1207061 - Reftest for buggy bidi font that fails with graphite 1.3.2. r=jdaggett 2015-09-30 08:45:07 +01:00
David Anderson
6f796a3c17 Treat mix-blend-mode layers as transparent for occlusion culling. (bug 1207041, r=mstange)
--HG--
extra : rebase_source : 33afa0174cac1cdb4b83b2e695532b36984974cd
2015-09-30 00:02:00 -07:00
Kartikaya Gupta
6ed19fbed0 Bug 1143856 - Temporarily disable a test to get APZ enabled on Linux and get test coverage. r=me
--HG--
extra : commitid : 8G7NnDKrIkZ
2015-09-30 00:32:07 -04:00
Carsten "Tomcat" Book
804c890bc0 Backed out 1 changesets (bug 1160200) for causing R2 test failures
Backed out changeset b4f64c940524 (bug 1160200)

--HG--
extra : rebase_source : d037665348c358848b40f6b09194f58b66ce8be9
2015-09-29 11:48:53 +02:00
David Newton
5c07d1ccdb Bug 1160200 - APNG can't be used with type switching. r=mcaceres, sr=jrmuizel
--HG--
extra : rebase_source : ea7ff84295608a51d663fee48707bfec5a8c13e5
2015-09-25 11:36:00 +02:00
Phil Ringnalda
463ef315b0 Back out 2 changesets (bug 1205630) for failing inactive-fixed-bg-bug1205630.xul on Mac and Windows
Backed out changeset 7ca5a29b914f (bug 1205630)
Backed out changeset 9db06671fc0d (bug 1205630)
2015-09-28 18:30:16 -07:00
Botond Ballo
ddcc515c2e Bug 1205630 - Reftest. r=mstange
--HG--
extra : source : d0976cc8e78c7fc1055ec6047335462d20289353
2015-09-28 13:15:37 -04:00
James Willcox
ff8be4c460 Bug 1182665 - Add a bit more fuzzing on a couple of reftests for Mac and B2G r=nical 2015-09-28 09:37:03 -05:00
James Willcox
f3e7b2c099 Bug 1148131 - Enable DrawTargetTiled on Android r=Bas 2015-09-28 09:37:00 -05:00
L. David Baron
ad95cf903e Bug 1207157 patch 2 - Stop caring about a replaced element's margin-inline-end when determining whether it fits next to floats. r=jfkthame
The change to the 427129-table-caption test was just to make the
reference match the test.

The change to the other 427129 tests was duplicating the test that
failed, adjusting the reference for one version of it (no longer pushed
down), and testing an alternative pushed-down case for the other
version.

It's not clear to me how to test that that
1062963-floatmanager-reflow.html still tests what it originally tested,
given the code change that's happened since.

--HG--
extra : commitid : 178ok0G1NFo
2015-09-27 02:19:14 -07:00
L. David Baron
f65fb08529 Bug 1207157 patch 1 - Add reftest. r=jfkthame
--HG--
extra : commitid : GiLfGyiuizo
2015-09-27 02:19:14 -07:00
Markus Stange
e21bd1df78 Bug 1208438 - Don't allow layers with scrolling clips to occlusion-cull layers behind them. r=mattwoodrow
--HG--
extra : commitid : LZhXvCVgeyn
2015-09-25 15:47:41 +02:00