gecko-dev/layout
Timothy Nikkel d714373537 Bug 1596052. If the SendUpdateCanvasForEvent call is for a previous test then ignore it. r=mattwoodrow
This is basically what we did in bug 1593171 (Protect against the same test from calling RecordResult more than once in the reftest harness) where we early exit in SendInitCanvasWithSnapshot.

But now we do it in SendUpdateCanvasForEvent too because SendUpdateCanvasForEvent calls SynchronizeForSnapshot which calls setupAsyncScrollOffsets and setupAsyncZoom, both of which get the documentElement of the current doc and operate on it. The problem is that this could be SendUpdateCanvasForEvent call from the previous test operating on the dom of the current test.

I haven't actually observed this, just noticed it while implementing checking of contentRootElement to make sure all cases are covered.

Differential Revision: https://phabricator.services.mozilla.com/D52827

--HG--
extra : moz-landing-system : lando
2019-11-15 22:41:19 +00:00
..
base Bug 1596445 - Add some supporting code to nsINode to deal with NAC and shadow DOM separately. r=bzbarsky 2019-11-15 15:10:45 +00:00
build Bug 1594306 - Rename nsGeo* files to match the WebIDL interfaces r=marcosc 2019-11-14 04:18:04 +00:00
doc
forms Bug 1595877, replace .xul mochitest files in layout/ with .xhtml r=dholbert 2019-11-14 20:25:21 +00:00
generic Bug 1591925 - When resolving min-size:auto on the main axis of flex items, treat `overflow:-moz-hidden-unscrollable` the same as `overflow:visible`. r=dholbert 2019-11-15 17:42:40 +00:00
inspector Bug 1595877, replace .xul mochitest files in layout/ with .xhtml r=dholbert 2019-11-14 20:25:21 +00:00
ipc
mathml Backed out 5 changesets (bug 1554499) for frequent crashes, at least on OS X (bug 1594381). a=backout 2019-11-06 14:29:12 +01:00
media
painting Bug 1594946 - Treat 3d translate/scale as 2d if the value can be expressed as 2d. r=emilio 2019-11-15 19:38:24 +00:00
printing Bug 1593793. Move and rename nsPrintData::mBrandName to nsPrintJob::mFallbackDocTitle. r=bobowen 2019-11-04 20:02:03 +00:00
reftests Bug 1594122 - convert XBL bindings to custom elements in 1371130.xhtml reftest r=bzbarsky 2019-11-15 19:55:17 +00:00
style Bug 1594946 - Treat 3d translate/scale as 2d if the value can be expressed as 2d. r=emilio 2019-11-15 19:38:24 +00:00
svg Bug 1596511 - Simplify SVGObserverUtils::GetBaseURLForLocalRef. r=smaug 2019-11-14 22:34:10 +00:00
tables Bug 1591219 - [css-align] Synthesize a baseline from the content edges for empty table cells. r=dholbert 2019-11-12 15:31:57 +00:00
tools Bug 1596052. If the SendUpdateCanvasForEvent call is for a previous test then ignore it. r=mattwoodrow 2019-11-15 22:41:19 +00:00
xul Backed out changeset f03a850e3f53 (bug 1596296) for mochitest failures on test_popupanchor.xhtml. 2019-11-15 15:22:45 +02:00
moz.build