Bug 1261842 - Disable browser_contentAreaClick.js for e10s. r=Gijs

The fact that this happened to work in e10s mode is a consequence of
the fact that the initial browser started out non-remote, even in
e10s mode. Coupled with the fact that the browser only loaded
about:blank (which didn't cause a remoteness flip), this essentially
meant we were testing the non-e10s case with a non-remote browser.

MozReview-Commit-ID: DIZVekCYLVh

--HG--
extra : rebase_source : 4013d6bc8a40882e3377a458885ac28c88f0aef9
extra : source : 07b259eb7121dde270818a3ca280cd658b83c795
This commit is contained in:
Mike Conley 2016-05-25 17:41:07 -04:00
parent a386a255c4
commit d22a16e722

View File

@ -279,6 +279,7 @@ skip-if = os == 'win'
subsuite = clipboard
[browser_clipboard_pastefile.js]
[browser_contentAreaClick.js]
skip-if = e10s # Clicks in content don't go through contentAreaClick with e10s.
[browser_contextmenu.js]
subsuite = clipboard
tags = fullscreen