Граф коммитов

8386 Коммитов

Автор SHA1 Сообщение Дата
Boris Zbarsky 650a2f7bf1 Bug 1324618 part 7. Set our new style context on all our continuations in ServoRestyleManager. r=emilio
MozReview-Commit-ID: 4gVXPDCPZnq
2017-06-26 23:35:08 -07:00
Carsten "Tomcat" Book 4cc07d8aaf Backed out changeset 01deb185c67a (bug 1324618) 2017-06-27 10:39:41 +02:00
Carsten "Tomcat" Book f68e06052b Backed out changeset a33ae6fa707d (bug 1324618) 2017-06-27 10:39:36 +02:00
Boris Zbarsky b02e1fa770 Bug 1324618 part 10. Fix style resolution for pseudo-elements to actually pass through the right parent style. r=emilio
MozReview-Commit-ID: 1UVJj9l0tKi

--HG--
extra : rebase_source : 9fa9d69b35f6aabd67d2e488ad6c10d6d5acd927
2017-06-26 23:35:09 -07:00
Boris Zbarsky b78e40f149 Bug 1324618 part 7. Set our new style context on all our continuations in ServoRestyleManager. r=emilio
MozReview-Commit-ID: 4gVXPDCPZnq

--HG--
extra : rebase_source : c6f6102afee259daa92c41a083acf70cc52b93f3
2017-06-26 23:35:08 -07:00
Carsten "Tomcat" Book 259377b6ab merge mozilla-inbound to mozilla-central a=merge 2017-06-26 13:25:51 +02:00
Cameron McCormack fab1072b7f Bug 1291515 - Part 1: Introduce a pref for <style scoped>. r=bholley,dbaron
MozReview-Commit-ID: 1J9IvPrC0xh

--HG--
extra : rebase_source : 4a3da0dc41ec71d2804e6f8a778613e8749940be
2017-06-21 09:25:43 +08:00
Wes Kocher 913ce205d2 Backed out 2 changesets (bug 1291515) for reftest assertions in textarea-fieldset-legend-ref-2.html a=backout CLOSED TREE
Backed out changeset 4fac24cc0437 (bug 1291515)
Backed out changeset 4e8b918dc410 (bug 1291515)

MozReview-Commit-ID: F4yQK5ujqLP
2017-06-25 05:18:22 -07:00
Cameron McCormack deae2413d6 Bug 1291515 - Part 1: Introduce a pref for <style scoped>. r=bholley,dbaron
MozReview-Commit-ID: 1J9IvPrC0xh

--HG--
extra : rebase_source : 2c3a139cc5e4e223e5b9b7892020c96df2cf264c
2017-06-21 09:25:43 +08:00
Emilio Cobos Álvarez 2d11d8e5c7 Bug 1375930: Test that rem units for the root font-size aren't resolved against the root font size. r=heycam
Of course there wasn't any test for this.

MozReview-Commit-ID: EBMxiC2Ipvb

--HG--
extra : rebase_source : 3e2f35294581e9d70c6e6392f74e2e3c6ee0f003
2017-06-24 09:44:53 +02:00
Ethan Lin 2d96a17cbd Bug 1367987 - Add fuzzy-if to tests for webrender to make the try result passed. r=kats 2017-06-23 22:11:42 +08:00
Kartikaya Gupta a50da0b2c8 Bug 1375946 - Enable scroll-behaviour tests on android. r=jmaher
MozReview-Commit-ID: KGBTJbZFlxY

--HG--
extra : rebase_source : 18316ec81c9422032f2dc744cdc4b41c724e211b
2017-06-23 14:45:02 -04:00
Mantaroh Yoshinaga daec9a6da9 Bug 1371199 - Update Stylo test expectations for reftests that use by-animation of 'fill'. r=birtles
MozReview-Commit-ID: 6PWoGJhTUFs

--HG--
extra : rebase_source : 15978dad98ad06853ed0a31cbcd6a1164824e3f5
2017-06-22 15:10:42 +09:00
Boris Zbarsky 6fd06e372d Bug 1375315. Make sure to update block pseudo-element styles on various anonymous blocks. r=emilio
MozReview-Commit-ID: HBabvfWYgdP

--HG--
extra : rebase_source : 6fb94a3494873d63bc49fd44e9951a9c7c5a8d8b
2017-06-22 11:24:11 -04:00
Emilio Cobos Álvarez f3027e4723 Bug 1374062: Test. r=heycam,manishearth
Before this commit, we assumed that if the element had no parent element, it was
the root of the document, which is plain false, since we can arrive there from,
let's say, getComputedStyle on a detached node.

MozReview-Commit-ID: 65DxdzXgd0J

--HG--
extra : rebase_source : adddedc63687ba05644d04bef1038411d02871c8
2017-06-21 12:16:43 +02:00
Wes Kocher bb24138b9d Merge m-c to inbound, a=merge
MozReview-Commit-ID: CaSKFN9T7N4
2017-06-21 18:05:27 -07:00
Wes Kocher ac0fd2038c Merge inbound to m-c a=merge
MozReview-Commit-ID: 3LXFVwSoMvs
2017-06-21 17:58:17 -07:00
Matt Woodrow eafc8e49e9 Bug 1373335 - Make sure we clip the opaque region in render target coordinate space, since complex transforms mean that we can't always have a rectangular representation of clips in layer space. r=mstange 2017-06-22 12:41:16 +12:00
Boris Zbarsky 9dedd10909 Bug 1369321. Make sure to restyle from all our style roots when rebuilding all style data with stylo. r=bholley
MozReview-Commit-ID: 5pghPVb2UY1

--HG--
extra : rebase_source : 8c2e5c8be9e0dc7b00ee74c9b87498c9541191ef
2017-06-21 15:52:56 -04:00
Carsten "Tomcat" Book 850ee00618 Backed out changeset 64e6fcbd8642 (bug 1367987) 2017-06-21 12:22:04 +02:00
Boris Zbarsky 85c9582217 Bug 1374761 followup. Adjust test expectations for now-passing tests. r=orange
MozReview-Commit-ID: EthAFK3ZmaH
2017-06-21 12:27:14 -04:00
Brad Werth 913aaad107 Bug 1373193 Part 3: Add a test of insert-after-clone correctness, and remove redundant crashtest. r=xidorn
MozReview-Commit-ID: 4pMGZD3i80s

--HG--
rename : layout/style/crashtests/645951-1.css => layout/reftests/stylesheet-cloning/importrule.css
rename : layout/style/crashtests/645951-1.html => layout/reftests/stylesheet-cloning/insert-after-clone.html
extra : rebase_source : 79a8b268b9931cae6445a001b559f68a4cfc2e92
2017-06-19 11:36:56 -07:00
KuoE0 caa95bf26d Bug 1370797 - Enable reftests of context-fill and context-stroke r=heycam
MozReview-Commit-ID: 5cbUbSNsNfU

--HG--
extra : rebase_source : 921bf342b138505a7808c00b62d527db72d06ac2
2017-06-19 17:07:51 +08:00
Dão Gottwald b119ca919b Bug 1368208 - Don't flush layout to determine whether scrollbox scroll buttons should be enabled/disabled r=mconley
MozReview-Commit-ID: HcOQ4W0Z4YP

--HG--
extra : rebase_source : 12b04cceb61d93f231c57c81f45c85276e1bdda4
2017-06-21 15:08:30 +02:00
Kartikaya Gupta 2fd3eabe2c Bug 1373381 - Update reftest annotations from changes in WR cset fc758aa. r=Gankro
MozReview-Commit-ID: DEmTtqSXhWF

--HG--
extra : rebase_source : ecc5dc14de82fbc4064ade2f5fd9890bf7af2e3b
2017-06-20 09:39:00 -04:00
Phil Ringnalda cdccb1a778 Backed out changeset 07b3b72fe522 (bug 1373159) for failures in context-fill-opacity and context-stroke-opacity reftests on Windows 8
MozReview-Commit-ID: FC6LKD9ZegJ
2017-06-29 19:56:20 -07:00
Cameron McCormack 45493796b5 Bug 1343701 - Mark view-source-image.html random in styloVsGecko. r=me
MozReview-Commit-ID: L27WYmWTOxA
2017-06-29 16:38:21 -07:00
KuoE0 fc3488ce48 Bug 1373159 - Add a bunch of test cases for 'context-fill-opacity' and 'context-stroke-opacity'. r=heycam
MozReview-Commit-ID: AkSep6phtm8

--HG--
extra : rebase_source : 0dbb1f7e2811a39e8e9aa23bf6dd7bcecc2c8f76
2017-06-20 11:51:56 +08:00
Boris Zbarsky 5bd9b06ca0 Bug 1376640. Fix dynamic updates when an inline that sits between a first-letter and its block changes style. r=heycam
MozReview-Commit-ID: 8osMUpYVRvR
2017-06-28 22:19:35 -07:00
Sebastian Hengst 2e57712bc8 Backed out changeset bbd783f7fd35 (bug 1373159) for failing own tests on Windows 8 x64. r=backout on a CLOSED TREE
--HG--
extra : amend_source : 7c5cf101e45a4d8e1eb089df9c7bf720272ebbfe
2017-06-29 22:17:11 +02:00
KuoE0 0d40e58f5a Bug 1373159 - Add a bunch of test cases for 'context-fill-opacity' and 'context-stroke-opacity'. r=heycam
MozReview-Commit-ID: AkSep6phtm8

--HG--
extra : rebase_source : 712564d6713bc1617cd5bf9114aebeb2545dc8d5
2017-06-20 11:51:56 +08:00
Emilio Cobos Álvarez caf5f344c9 Bug 1372056: followup: Fix test name so the CSSWG lint passes. r=me
DONTBUILD, because the metadata changes don't affect which tests are run in
Gecko.

MozReview-Commit-ID: 7eNGIRoDQ3A
2017-06-28 15:31:52 -07:00
Morris Tseng 9867c992a2 Bug 1370908 - Bump fuzzy value due to webrender bug. r=kats
MozReview-Commit-ID: D3dUTk0LzhD

--HG--
extra : rebase_source : 47adeab5a34519e783d3e45df1cc2bfbafb79076
2017-06-20 10:59:54 +08:00
Cameron McCormack 0ce89916ce Bug 1371130: Test. r=emilio
MozReview-Commit-ID: 7SSk73YoUsX
2017-06-20 14:25:06 +02:00
Ting-Yu Lin 8fde759b42 Bug 1372062 - stylo: update reftest expectations. r=heycam
MozReview-Commit-ID: 4GWvLVvXOzj

--HG--
extra : rebase_source : 2428cf20f774517f7010e2e84c3777da9cd90af8
2017-06-19 21:59:21 +08:00
Boris Chiou 2848ef01fc Bug 1369625 - Add reftest for stop-color and flood-color. r=dholbert
We use IntermediateRGBA for {stop|flood|lighting}-color, so add these
two reftests to make sure that IntermediateRGBA works on Servo backend
for css-parser::RGBA type.

MozReview-Commit-ID: E8BTri47UJb

--HG--
extra : rebase_source : 4f6105c75256a27bc82bad80f37303dfa38729dc
2017-06-16 00:55:27 +08:00
Boris Chiou 8503c49d32 Bug 1369625 - Update reftest list for SMIL animations. r=hiro
MozReview-Commit-ID: G7KIrQzklbs

--HG--
extra : rebase_source : cfd21792e10b6ac2a67f062a9c0b757229d523a2
2017-06-15 10:32:39 +08:00
Ting-Yu Lin 388f44a509 Bug 1374541 - Enable reftest from-range-to-other-type-unthemed-1.html. r=shinglyu
MozReview-Commit-ID: Io5nmyfDvt8

--HG--
extra : rebase_source : 28c789cc3e81173d59533731ff072c3b7f049509
2017-06-20 12:04:42 +08:00
Hiroyuki Ikezoe 52c50332ed Bug 1356141 - Skip print-no-animations.html. r=birtles
reftest-print mode for animations does not work well yet.
We will handle it in bug 1374154.

MozReview-Commit-ID: GUGSEE4VJwQ

--HG--
extra : rebase_source : fd8ee42fd26fc6caaaded7bbaed69188f6005896
2017-06-20 06:31:02 +09:00
Emilio Cobos Álvarez 14f9336d4e Bug 1373559: Test that removed import rules no longer apply to the document. r=xidorn
MozReview-Commit-ID: 9ERy2DV51RE

--HG--
extra : rebase_source : dd9254adecf86df5e1ba16594f7b194745300ff2
2017-06-17 02:36:43 +02:00
Wes Kocher 976d5437f9 Merge m-c to autoland, a=merge
MozReview-Commit-ID: 6A96Fe0GPjw
2017-06-19 17:37:53 -07:00
Kartikaya Gupta b8d2c3798a Bug 1369678 - Follow-up to remove stale comment. r=me and DONTBUILD
MozReview-Commit-ID: DYZ4oy36DVv
2017-06-19 11:33:12 -04:00
Xidorn Quan 8c47606640 Bug 1369985 - Look for text run boundary based on transformed text when needed. r=jfkthame
MozReview-Commit-ID: 9wJXia7LBpO

--HG--
extra : rebase_source : 8727d7aa84147d64ab2c5a08d965220acd38fe9e
2017-06-18 11:18:32 +10:00
Kartikaya Gupta f2e0962ebb Bug 1339474 - Enable APZ in QuantumRender builds. r=jrmuizel
All reftests that are still failing with APZ enabled are annotated with
a bug number that is tracking the fix.

MozReview-Commit-ID: 8QU15LHVy1t

--HG--
extra : rebase_source : 71908ca38e96e0f6f5a341605e70c3f6670b9237
2017-06-19 15:46:38 -04:00
Kartikaya Gupta 887e56701a Bug 1374317 - Mark some layers-specific tests as random-if when WebRender is enabled. r=mstange
MozReview-Commit-ID: R1RNok4Def

--HG--
extra : rebase_source : 553fa5d15684b6fd33c1b03c3e81aa90abdc3eb1
2017-06-19 14:13:33 -04:00
cku 1fcabf0288 Bug 872483 - Correct svg-glyph-mask.svg by setting stroke color to black. r=me
MozReview-Commit-ID: 1B6zBfQE9DM

--HG--
extra : rebase_source : f50de335be9774b9c941cfc86cfd3318530d731d
2017-01-11 23:33:05 +08:00
cku 979b71f23b Bug 265894 - Part 11. Reftest for style matching in use-element shadow tree. r=heycam
MozReview-Commit-ID: CtCsa7gT56B

--HG--
extra : rebase_source : 967273f871a81a44d84ea48c302530ede4de8907
extra : intermediate-source : 0453164c1fe85500591c74af90ef805a374f7fb1
extra : source : 26a9325178ee11a31707b06b379515c7aef7ca87
2017-06-06 20:28:27 +08:00
Ethan Lin 1f8f07cf9a Bug 1367987 - Add fuzzy-if to tests for webrender to make the try result passed. r=kats 2017-06-21 09:38:55 +08:00
Cameron McCormack 7bbb05753b Bug 1352306 - Part 1: stylo: Only snapshot attributes if there is some rule that depends on that attribute. r=emilio
MozReview-Commit-ID: Emey96ovc2a

--HG--
extra : rebase_source : 149334dacb7658b46c477b5286af67453deb5961
2017-05-08 16:04:31 +08:00
Wes Kocher 39066d6984 Merge inbound to central, a=merge
MozReview-Commit-ID: 2k4filK9zyX
2017-06-16 17:58:58 -07:00
Mats Palmgren 9d353fa50b Bug 966240 - Remove support for <meta http-equiv="msthemecompatible" content="no">. r=dbaron
It appears that neither Chrome, Safari or Edge support this feature,
and it's causing web-compat issues for us, e.g. bug 1373417.

MozReview-Commit-ID: AP5LMgL6QmR
2017-06-16 17:17:22 +02:00
Kirk Steuber a55c46f192 Bug 1371073 - Add reftests to ensure rows and cols are properly added and removed from framesets r=bz
MozReview-Commit-ID: A6uLt8oSn6F

--HG--
extra : rebase_source : 09e64dc66a0718b8ab0e4e27ddb9dacf1afbe9ea
2017-06-14 16:05:20 -07:00
Cameron McCormack bace240be2 Bug 1354879 - Re-enable some tests. r=emilio
MozReview-Commit-ID: GMGkTOrNu7c

--HG--
extra : rebase_source : 14b504bd8ba1e3f7df010164c7c190668335aa5e
2017-06-16 09:06:26 +08:00
Cameron McCormack ea96847844 Bug 1373155 - Disable Web Components in Servo-styled documents. r=wchen
MozReview-Commit-ID: 5IBBN2Gfazs

--HG--
extra : rebase_source : 832174c4b30627b77d247a762c0a525b3afb7885
2017-06-15 19:39:58 +08:00
Xidorn Quan 8213987f36 Bug 1372488 - Make counter style 'disc' not overridable. r=dbaron
MozReview-Commit-ID: 11ZpZtRQSUF

--HG--
extra : rebase_source : 25f95280f530d786ec8dbc30a5f5228e96000d99
2017-06-13 16:00:37 +10:00
Emilio Cobos Álvarez 152083b709 Bug 1368236: Implement the "hints handled for descendants" optimization. r=heycam
MozReview-Commit-ID: D6CCmWbEXTs
2017-06-16 09:37:45 +02:00
Sebastian Hengst 20d16dadd3 merge mozilla-inbount to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 36YqbsnO3en
2017-06-15 11:11:30 +02:00
Carsten "Tomcat" Book 4f44c026f2 Merge mozilla-central to mozilla-inbound 2017-06-14 14:50:11 +02:00
Carsten "Tomcat" Book 5e8c1546ec merge mozilla-inbound to mozilla-central a=merge 2017-06-14 14:45:26 +02:00
Brian Birtles 4358805216 Bug 1371518 - Update test expectations; r=hiro
MozReview-Commit-ID: Bdx8ENT4nna

--HG--
extra : rebase_source : 4ba26705c4c96946854f428514a08cb4d198ed1c
2017-06-14 15:24:23 +09:00
Matt Woodrow afe85224d9 Bug 1359709 - Remove failing annotation for WR since it no longer fails
MozReview-Commit-ID: APp4HfQ8HSV

--HG--
extra : source : 4f29bdedb50c5f60d58e88030cb37c0bec6cfab0
2017-06-08 16:54:16 +12:00
Wes Kocher 1af6d5cf57 Merge inbound to central, a=merge
UPGRADE_NSS_RELEASE
MozReview-Commit-ID: CBIFPwA5aNp

--HG--
extra : amend_source : 035a5be59d0046a643d0f836a95195e8c4ade4a6
2017-06-13 18:27:10 -07:00
Mantaroh Yoshinaga 9cec9a969c Bug 1371480 - Remove test fail annotation of paced animation of paint servers on stylo. r=birtles
MozReview-Commit-ID: 6GTO2Ha8mcN

--HG--
extra : rebase_source : a1b3cf49aa74c395c5bd3c804678ebbcca6e772d
2017-06-14 12:34:42 +09:00
Hiroyuki Ikezoe a65ac9940c Bug 1372335 - A reftest to check that animation styles are surely discarded when selector matching happens simultaneously. r=emilio
This reftest fails without the first patch.

This test generates animation-only restyle by anim.cancel() and selector
matching by classList.add().

MozReview-Commit-ID: 2EvOWRwr1o7

--HG--
extra : rebase_source : bfa2f94a5726142577f75074f28415caf87cd53a
2017-06-14 11:56:13 +09:00
Ya-Chieh Wu a9557465c4 Bug 1370833 Part 2 - add reftests for border-collapse and non-border-collapse table. r=mattwoodrow
MozReview-Commit-ID: Ece1zbGkj0C

--HG--
extra : rebase_source : cc9f50dd15e1d3c032e4fe515e47c7e6ed16af78
2017-06-12 14:21:35 +08:00
Hiroyuki Ikezoe 6a003723f8 Bug 1369588 - Update reftest expectations for negative length handing for SMIL. r=birtles
MozReview-Commit-ID: BQJmPNsGAaw

--HG--
extra : rebase_source : daab2c80b2850d9176d94c21fa28d6cfcd92b342
2017-06-14 10:17:06 +09:00
Ethan Lin 2a6626a905 Bug 1369678 - Remove skip-if(webrender) for object-position-webm-001.html and object-position-webm-002.html. r=kats 2017-06-14 17:08:50 +08:00
Louis Chang 94041b63a0 Bug 1371558 - Fix spacing issue and reference error for svg test case. r=jwatt
MozReview-Commit-ID: 8FctWb0Ahzo

--HG--
extra : rebase_source : 9c6383bf5e1574b0fea58c431f26532da91472ae
2017-06-12 10:27:54 +08:00
Emilio Cobos Álvarez 807e7f9441 Bug 1368240: Properly handle invalidation of eager pseudo-elements with the new setup. r=heycam
MozReview-Commit-ID: EkzDVhC3GPH
2017-06-13 15:52:52 +02:00
Emilio Cobos Álvarez 69e5feef9f Bug 1368240: Implement a more fine-grained invalidation method. r=heycam
This commit also removes the old restyle_hints module and splits it into
multiple modules under components/style/invalidation/element/.

The only straight-forward move/copy is
components/style/invalidation/element/element_wrapper.rs. The rest of the code
should be reviewed carefully.

MozReview-Commit-ID: 2YO8fKFygZI
2017-06-13 15:52:47 +02:00
Xidorn Quan fda5fd5ffa Bug 1331291 followup 2 - Fix the test added in the bug and enable it.
MozReview-Commit-ID: C2b1drumzu1

--HG--
extra : source : c5a45ec261a374a7f31b5ae7e99dafcc7e15db35
extra : amend_source : 279f938a40d47b3f201af77d6ec718c7cb90256a
2017-06-13 16:42:39 +10:00
Xidorn Quan 713348729e Bug 1331291 followup - Disable the new test added.
MozReview-Commit-ID: FsBsxQCWtNb
2017-06-13 14:13:08 +10:00
Bobby Holley 20a52db2f2 Bug 1341102 - Update test expectations for servo #17213. r=me
MozReview-Commit-ID: JovMNGE4l6Q
2017-06-12 19:25:51 -07:00
Xidorn Quan f86ee0e144 Bug 1331291 part 2 - Add test for inserting rule into imported stylesheet. r=heycam
MozReview-Commit-ID: C2b1drumzu1

--HG--
extra : rebase_source : 95264f597f7ad9843d35aa52dd358bc1af4e0d61
2017-06-08 14:12:22 +10:00
Carsten "Tomcat" Book 98c02d6711 Merge mozilla-central to mozilla-inbound 2017-06-12 15:38:17 +02:00
Jessica Jong 2cc3c55a28 Bug 1311857 - (followup) Add bug number for expected test failure in datetime reftest.list. r=me, comment-only, DONTBUILD
MozReview-Commit-ID: AShNwh1mqPP
2017-06-12 14:59:28 +08:00
Hiroyuki Ikezoe cdcbcb9478 Bug 1364731 - Specify px unit explicitly. r=birtles
As of revision 981da978f1f6, on stylo unitless length for stroke-width is
parsed as Number whereas unitless lengths for width and transform are parsed
as app units. These differences seem to cause color differences on the boundary
between grid border lines (specified by stroke-width) and contents'
gradients (specified transform and width).
To avoid these differenes, we should specify px unit.

MozReview-Commit-ID: 4TlzUnV44qA

--HG--
extra : rebase_source : 979d75b444903e5c53400e674280fb1ba3ae4230
2017-06-12 06:27:36 +09:00
Cameron McCormack 35923629aa Bug 1368113 - Part 3: Use closest non-NAC ancestor as originating element when restyling all NAC-implemented pseudo-elements. r=bz
MozReview-Commit-ID: 9RZBuv9X5OC

--HG--
extra : rebase_source : 390ca06e7a652eac7db4827f710c2eb091bc2aeb
2017-06-10 11:19:52 +08:00
Cameron McCormack 4619f74b7e Bug 1368113 - Part 2: Split out problematic parts of display-contents-xbl.xhtml into separate tests. r=bz
MozReview-Commit-ID: 5zDLuKuJRLw

--HG--
extra : rebase_source : a35ac950a7ae608c8c9a879802d530d042656a75
2017-06-10 11:06:12 +08:00
Cameron McCormack 95ddddc8c1 Bug 1368113 - Part 1: Test for restyling ::placeholder. r=bz
MozReview-Commit-ID: JDj1SZCrKmM

--HG--
extra : rebase_source : c9e7c874b552cc1fec6aa332a838732cbf76581a
2017-06-10 11:25:50 +08:00
Markus Stange 5addcc3d4c Bug 1370757 - Don't expand the dirty rect for Mac native widget drawing. r=mattwoodrow
Extending it didn't play well with invalidation; widgets would only be able to
draw outside if the invalidated region of the current paint was larger than the
widget's declared paint rect but not if the widget was the only thing that got
invalidated.

Any legitimate widget overflow should instead be handled by GetWidgetOverflow.
The DrawCellWithSnapping overflow is considered to stay within the focus
ring's bounds.

I fuzzed two reftests which have extremely slight variance when -moz-appearance
is combined with box-shadow. I don't really understand this failure but I don't
think it's worth looking into either.

MozReview-Commit-ID: ECYxnCTafdh

--HG--
extra : rebase_source : 2cf9b21812347d18cd98cf3f1570b80074551d94
2017-06-10 15:34:09 -04:00
Jessica Jong e105f0644d Bug 1311857 - Adjust CSS for date/time widget internals to prevent them from overflowing the widget. r=dholbert
MozReview-Commit-ID: FhHdjGayUB1

--HG--
extra : rebase_source : e8de2487583e30fbd5618988f051fd73928917b9
2017-04-21 16:18:19 +08:00
Emilio Cobos Álvarez 01cf0cb0cd Bug 1369954: Mark a few tests as failing awaiting investigation in bug 1371722. r=bustage
On a CLOSED TREE.

MozReview-Commit-ID: F4FHIvBhcra
2017-06-09 18:35:29 +02:00
Carsten "Tomcat" Book 42c6d32a23 Merge mozilla-central to autoland 2017-06-09 16:12:32 +02:00
Carsten "Tomcat" Book 34b558689d Merge mozilla-central to mozilla-inbound 2017-06-09 13:03:16 +02:00
Carsten "Tomcat" Book d5a13ba05e merge mozilla-inbound to mozilla-central a=merge 2017-06-09 12:58:49 +02:00
Louis Chang 311590d7a3 Bug 1362255 Part 2 - Import the tests. r=xidorn
MozReview-Commit-ID: 3oOqMwXtoOx

--HG--
extra : rebase_source : a36397fceac2408b35faa8b8247d7d2d32c6b45d
2017-06-09 10:36:20 +08:00
Louis Chang 18001ec565 Bug 1362255 Part 1 - Update failures.list for new failures. r=xidorn
The modifications includes:
1) skip focus-within-shadow-*.html tests due to test method changed and causing test timeout
2) sync the failures.list with reftest.list
3) add new failures to the list

MozReview-Commit-ID: HjynNYDuiv4

--HG--
extra : rebase_source : 6b2f087709015882929b2cf533160eb1695067e6
2017-06-09 10:35:26 +08:00
Wes Kocher 83b172b622 Bug 1371109 - Use random-if instead of fails-if due to unexpected passes elsewhere r=me a=me
MozReview-Commit-ID: Hsv6JFENjuZ
2017-06-08 18:16:59 -07:00
Hiroyuki Ikezoe dd69b19ef0 Bug 1358966 - A reftest for overflow shorthand animation in SMIL. r=birtles
The marker, a red triangle, is clipped during "overflow" property
animation.

MozReview-Commit-ID: CAZ6adTXiQw

--HG--
extra : rebase_source : 888dc520aecba61cd129145ab015780dd8cbc943
2017-06-09 06:19:38 +09:00
Cameron McCormack 1f30613283 Bug 1369954 - Part 4: Stop running <meta viewport>-related tests on non-Android stylo. r=emilio
Due to the confusing precedence of reftest manifest conditions,
we are running these tests when we shouldn't be.

MozReview-Commit-ID: 6RgI0NgWvay

--HG--
extra : rebase_source : 2e6a8113e1444bef52131ad9c119a31a7e855b7f
2017-06-09 12:20:40 +08:00
Cameron McCormack 2c3f68e4b2 Bug 1369954 - Part 3: Test. r=emilio
MozReview-Commit-ID: J9TonApa0MS

--HG--
extra : rebase_source : 27204753d7e2ccb1941a54bd30a2d2b98bdf8dfa
2017-06-09 12:11:44 +08:00
Louis Chang fe6142d1b5 Bug 1246741 - Add more test cases for basic shapes clipping in SVG content. r=jwatt
MozReview-Commit-ID: 6UcD5NJxRcL

--HG--
extra : rebase_source : 62f4b3984dfe9959c2a92a9bd4c031374ba00b81
2017-06-08 14:15:01 +08:00
Wes Kocher b8384774eb Bug 1371109 - Followup to annotate some frequently failing android reftests r=me a=me
MozReview-Commit-ID: 6eHycm6ZEFg

--HG--
extra : rebase_source : 0cf4c2110b5ef6e494128b9473b415e321c76124
2017-06-08 15:32:09 -07:00
Brad Werth 6e61d4f18d Bug 1367523 Part 4: Update the layout/reftests/stylesheet-cloning/counter-style-rule-clone.html test to use correct unicode literals. r=heycam
MozReview-Commit-ID: 8YtFN9fNYKn

--HG--
extra : rebase_source : 3f2a5a6fb11a457b628716c29b597fb6685e2d77
2017-06-05 11:59:24 -07:00
Jeremy Chen b8a683e820 Bug 1369624 - stylo: update test expectations for animation support of SVG fill-opacity.
MozReview-Commit-ID: 2kTuvdLAvCH
2017-06-08 13:58:39 +08:00
Boris Zbarsky 8ad4ba015d Bug 1371112 tests. r=emilio
MozReview-Commit-ID: 9YzRLX5CxyJ

--HG--
extra : rebase_source : b294b77b64e8dda6c0aabb9ea0994e4d33c70e91
2017-06-08 14:17:52 -04:00
bechen 5675a9f551 Bug 1371109 - Enable webm-video/poster-xxx.html . r=alwu
MozReview-Commit-ID: ArVBRmEjNaf

--HG--
extra : rebase_source : b5e0cff5a13bde3d9c808cbacbcbef69bed4e68b
2017-06-08 14:30:41 +08:00
Carsten "Tomcat" Book cb5ce9d807 Merge mozilla-central to autoland 2017-06-08 15:24:16 +02:00
Carsten "Tomcat" Book b9d94b34d4 merge mozilla-inbound to mozilla-central a=merge 2017-06-08 14:43:56 +02:00
Cameron McCormack 4963fdc190 Bug 1365162 - Followup: fix reftest annotation. 2017-06-08 16:08:38 +08:00
Carsten "Tomcat" Book de69b46899 Backed out changeset 4f29bdedb50c (bug 1359709) 2017-06-08 10:23:19 +02:00
Matt Woodrow 6b978313f7 Bug 1359709 - Remove failing annotation for WR since it no longer fails 2017-06-08 16:54:16 +12:00
Cameron McCormack 8626db01df Bug 1365162 - Followup: fix reftest annotation. 2017-06-08 15:00:05 +08:00
Mason Chang 8503a5d6da Bug 1359527. Part 2 - Add D2D fuzzing for IntoLuminance r=jrmuizel 2017-06-07 16:16:51 -07:00
Cameron McCormack 4865e4e6bb Bug 1365162 - Part 7: Test for :lang() with a sibling combinator. r=emilio
MozReview-Commit-ID: J9PYC3RkEMm

--HG--
extra : rebase_source : 7d3d26fbdd831297079b282ca6fd0e9d47d338d8
2017-06-07 11:08:12 +08:00
Cameron McCormack 100ad77dae Bug 1365162 - Part 1: Restyle entire subtree when lang="" or xml:lang="" changes. r=emilio
MozReview-Commit-ID: 46YSGTxjshc

--HG--
extra : rebase_source : 427396818c90d74b4ea04ff1308c80d82a337c38
2017-06-05 13:05:19 +08:00
Ryan VanderMeulen 9b7a73b65a Merge m-c to autoland. a=merge
UPGRADE_NSPR_RELEASE UPGRADE_NSS_RELEASE

--HG--
extra : amend_source : a59e53ba2f8db608f613f21ad6da2b5be8814aa4
2017-06-07 22:55:56 -04:00
Martin Robinson 9915ffcbc3 Bug 1370530 - Convert more CSS filters to WebRender display items. r=jrmuizel
Activate WebRender output for filters that introduce only one pixel
differences in tests. Since the filters spec does not seem to specify
how color values are rounded, this output should be spec compliant.
2017-06-07 03:43:00 -04:00
JerryShih 2075e5b4a5 Bug 1366502 - update reftest list. r=sotaro
We use gpu for yuv color conversion now. There are some precision problems in gpu path. Mark them fails-if and update the fuzzy-test value.

MozReview-Commit-ID: 6tunOCj3OHB
2017-06-07 23:44:05 +08:00
Ting-Yu Lin 2923be5074 Bug 1290276 Part 8 - Update test expectations after implementing XBL <stylesheet> for stylo. r=heycam
Disable 461917-1.xhtml under dom/xul/crashtests/ because I cannot reproduce
it locally.

Annotate assert-if on some crashtests (bug 1370830). Other modifications are
all removal of fails-if.

MozReview-Commit-ID: 6Q2A5M5rOry

--HG--
extra : rebase_source : b282a919fcda6287fe2eaa6b139a11f2663ad578
2017-05-31 16:44:38 -07:00
Morris Tseng d4318aebd2 Bug 1354463 - Use precise range for fuzzy-if. r=kats
MozReview-Commit-ID: Cf0d2ZjCMHb
2017-06-09 10:21:21 +08:00
Matt Brubeck 78af557ec8 Bug 1365163 - Remove pref layout.css.display-flow-root.enabled. r=mats
MozReview-Commit-ID: AA3tKHCQ5E0

--HG--
extra : rebase_source : 9a7b16043e4aff09a4997138a9016e2f7f791f58
2017-06-05 15:59:22 -07:00
Manish Goregaokar dfa9a07b17 Bug 1369277 - More reftest expectation updates; r=orange
MozReview-Commit-ID: DIipQabhnz1
2017-06-06 08:55:46 -07:00
Emilio Cobos Álvarez 7d45a99457 Bug 1369277: Even more reftest updates. r=me
Hopefully the last.

MozReview-Commit-ID: JjNP7zrqmge
2017-06-06 15:32:44 +02:00
Emilio Cobos Álvarez 8299908f5d Bug 1369277: More reftest expectations. r=me
MozReview-Commit-ID: 2CjkNLrvklq
2017-06-06 14:43:23 +02:00
Emilio Cobos Álvarez fef4819503 Bug 1369277: Update test expectations. r=me
MozReview-Commit-ID: C7i5uv60tQD
2017-06-06 12:56:17 +02:00
Cameron McCormack 11302b1b3e Bug 1365159 - Part 2: Reftest. r=emilio
MozReview-Commit-ID: GOH8FaK1J4Z

--HG--
extra : rebase_source : 02b496b2ea56684e6d8c92cfb1ad49daf5884948
2017-06-05 15:03:59 +08:00
Boris Zbarsky 349e95f828 Bug 1369584 tests. r=emilio 2017-06-05 16:10:25 -04:00
Brian Birtles 9092d60c75 Bug 1355349 - Update stylo test expectations; r=hiro
MozReview-Commit-ID: JeP6QSfSTIT

--HG--
extra : rebase_source : 80c6d66f392f57e471e36dc751ba9ad7bae1dcbd
2017-06-02 16:05:04 +09:00
Manish Goregaokar 6174719bca Bug 1347410: stylo: disable @viewport ; r=emilio
Firefox doesn't support @viewport, we shouldn't either.

MozReview-Commit-ID: BK1aXDFKjXg
2017-06-04 10:20:04 -07:00
Cameron McCormack 3ca924f469 Bug 1367592 - Test. r=emilio
MozReview-Commit-ID: 1phGEZgyGcC

--HG--
extra : rebase_source : 7cdd5dc3b1b847373ba7c8d98b1c23ea4c611c81
2017-06-03 21:47:12 +08:00
Manish Goregaokar 652a30c309 Bug 1364009 - Don't allow comments/spaces between signs,numbers,and `n` in an+b syntax for nth-child; r=dbaron
In the an+b syntax, this continues to allow comments and spaces like so:
` an + b `. It does not allow `a n+b`, or `- an+b` or `+ an+b` (and the
same for the `an-b` form). Similarly, it does not allow `- b` or `+ b`.

Additionally, it *does* allow `+/*comment*/n+b` or `-/*comment*/n+b`,
but not `+ n+b` or `-n+b`. This is specced; in this one case we
parse two tokens but do not allow whitespace in between.

MozReview-Commit-ID: INzFGeMPeK7

--HG--
extra : rebase_source : ca5bcf4034759823f79b9a925dc72998d8f0218b
2017-06-01 15:54:14 -07:00
J. Ryan Stinnett 67efca86d8 Bug 1370358 - Enable visited selector tests. r=emilio
MozReview-Commit-ID: 4HS6RIDZtWk
2017-06-07 15:52:45 -05:00
Morris Tseng bb8ff176c7 Bug 1354463 - Add fuzzy-if for tests. r=kats
MozReview-Commit-ID: ESHaXJrvBjY

--HG--
extra : rebase_source : 80308ff61f24fde5117ea34072f0735307dbc565
2017-06-06 12:01:24 +08:00
Morris Tseng ac08691ee1 Bug 1354463 - Set fails-if for opaque layer check fail. r=kats
This is because in original gecko, canvas background color will merge to
painted layer with other display items. When advanced canvas background
color is enabled, the "other display items" won't be merged with canvas
background color. Which means the layers that are generated by those
display items may not be opaque. So set fails-if to those tests.

MozReview-Commit-ID: 1WbMU8pGtTC

--HG--
extra : rebase_source : c7bc417cde65ece8589d733a63d4a6e1a161d1fe
2017-06-06 11:37:49 +08:00
Henri Sivonen 432653453a Bug 1261841 part 2 - Use encoding_rs instead of uconv. r=emk,mystor.
MozReview-Commit-ID: 15Y5GTX98bv
2017-06-13 13:23:23 +03:00
Wes Kocher 19965a9bcf Merge m-c to autoland, a=merge
MozReview-Commit-ID: 3oLjBFfMQdZ
2017-06-02 17:29:12 -07:00
Botond Ballo d8cde37f45 Bug 1369828 - Fuzz native-theme/492155-4.html during stylo-vs-gecko comparison. r=mstange
MozReview-Commit-ID: EgqzsLid5im

--HG--
extra : rebase_source : 27c870871b6972e161cb659540430ae0a26b2661
2017-06-02 16:19:33 -04:00
Botond Ballo 3b4f95ac59 Bug 1369828 - Fuzz native-theme/492155-4.html during stylo-vs-gecko comparison. r=mstange a=bustage
MozReview-Commit-ID: EgqzsLid5im

--HG--
extra : source : 60b41398d6c261f0906baa51014f6461a21d298b
2017-06-02 16:19:33 -04:00
Wes Kocher 0d038d6513 Merge autoland to m-c a=merge
MozReview-Commit-ID: Fjt5XIDd0p6
2017-06-02 17:21:39 -07:00
J. Ryan Stinnett aa918afbb3 Bug 1367923 - Enable link attr tests for Stylo. r=Manishearth
MozReview-Commit-ID: 9wkSpx7h0km
2017-06-02 16:12:19 -05:00
Joel Maher de3074eb5f Bug 1356144 - stylo: Intermittent css-import/445415-1a.xhtml - mark as random-if. r=gbrown
MozReview-Commit-ID: CEfOTSy0vd5
2017-06-02 15:32:45 -04:00
Kartikaya Gupta 748457c51a Bug 1252361 - Produce UNEXPECTED-PASS results for fuzzy tests that are overfuzzed. r=dbaron
This catches a common problem where somebody adds a fuzzy annotation on
a test to work around some minor differences. Later the differences go
away, but since the test harness doesn't catch that, nobody is the
wiser. Subsequently a "real" regression can reintroduce differences
which are hidden by the stale fuzzy annotations.

With this patch, if the annotations are set up properly, the test
harness will flag tests as "UNEXPECTED-PASS" when the differences go
away. This will require the patch author to reduce the allowed fuzziness
parameters, and will make it easier to catch subsequent regressions.

MozReview-Commit-ID: B3rGPFLXkCu
2017-06-02 09:28:33 -04:00
Carsten "Tomcat" Book c63e6d4789 Merge mozilla-central to mozilla-inbound 2017-06-02 14:32:35 +02:00
Carsten "Tomcat" Book efccdfdb0a merge mozilla-inbound to mozilla-central a=merge 2017-06-02 14:22:17 +02:00
Ethan Lin 11fe93797f Bug 1358055 - Add webm reftest flags for webrender. r=pchang 2017-06-02 18:21:07 +08:00
Ethan Lin ba7509a7c8 Bug 1358055 - Add reftest flags for background color layer to make try passed. r=kats 2017-06-02 18:21:07 +08:00
Ethan Lin 7f9c47efc3 Bug 1350792 - Add fuzzy-if for some svg and mask related reftest when turning on background color layer. r=mchang 2017-06-02 18:21:07 +08:00
Ethan Lin 4dbd75f39f Bug 1369264 - Part2. Add flags for some reftests to make try passed after enabling column rule layer. r=pchang 2017-06-02 11:55:11 +08:00
Emilio Cobos Álvarez 7ca8bf2c5e Bug 1369187: More expectation updates. r=emilio
MozReview-Commit-ID: I2p6NltNn5r
2017-06-01 23:23:49 +02:00
Emilio Cobos Álvarez 9419614252 Bug 1369187: Update expectations. r=emilio
MozReview-Commit-ID: Ea2lz4nqlBf
2017-06-01 22:19:34 +02:00
Manish Goregaokar 37576b1895 Bug 1346693 - Part 2: stylo: Use namespace ids for content: attr(..); r=heycam
MozReview-Commit-ID: HdIffUCLHIy
2017-06-01 16:39:23 -07:00
Kartikaya Gupta f7afb5a21c Merge m-c to graphics, a=merge
MozReview-Commit-ID: COZj8Itgjcz
2017-06-01 09:56:23 -04:00
Kartikaya Gupta b806c06bdb Bug 1367734 - Increase fuzz on a reftest due to changes in servo/webrender#1292. r=jrmuizel
MozReview-Commit-ID: 6gc49H6Vwob
2017-06-01 08:57:24 -04:00
Ryan VanderMeulen 984edc2be4 Merge m-c to inbound. a=merge 2017-05-31 20:26:16 -04:00
Ben Kelly 779cb0682d Bug 1363829 P10 Make image map reftest wait for first paint before triggering focus/blur. r=dbaron 2017-05-31 17:13:19 -07:00
Ryan VanderMeulen f805581511 Backed out changeset 4b82f58570e4 (bug 1368208) for 508816-1.xul failures on a CLOSED TREE. 2017-05-31 17:39:30 -04:00
Kartikaya Gupta e4ec0de51e Merge m-c to graphics, a=merge
MozReview-Commit-ID: 2CUZPQ4s8xT
2017-05-31 08:07:53 -04:00
Dão Gottwald 2f2e121480 Bug 1368208 - Don't flush layout to determine whether scrollbox scroll buttons should be enabled/disabled. r=mconley
MozReview-Commit-ID: 1LG3GDBFArv

--HG--
extra : rebase_source : a8edf7c3d32d72f39f983f7f9f64c3d31a786031
2017-05-31 21:34:41 +02:00
Xidorn Quan e226b79b7c Bug 1368782 - Always use rule order for cascading child sheets. r=dbaron
MozReview-Commit-ID: IzEsMvzGqIm

--HG--
extra : rebase_source : a3880b2a16b5346593e40ed868f58e0ec605b5ff
2017-05-31 10:51:25 +10:00
Mason Chang 39305a1bbc Bug 1368190 - Enable outer box shadows with negative spread radius. r=rhunt 2017-05-26 12:49:07 -07:00
Kartikaya Gupta e49fb92e99 Merge m-c to graphics, a=merge
MozReview-Commit-ID: IU4SJ95MVHH
2017-05-30 07:50:05 -04:00
Kartikaya Gupta b7ee577f62 Merge m-c to graphics, a=merge
MozReview-Commit-ID: 8IWAJNO52ry
2017-05-29 08:28:04 -04:00
Cameron McCormack dd07264e50 Bug 1367647 - Test expectation updates. r=emilio
MozReview-Commit-ID: 8UEX25GCpJX

--HG--
extra : rebase_source : fb14632f58de7169ad0ef7a420b629eaeac152dd
2017-05-28 19:33:06 +08:00
Kartikaya Gupta c3d1217b06 Merge m-c to graphics, a=merge
MozReview-Commit-ID: 91TVUCwwNt4
2017-05-26 08:28:53 -04:00
Kartikaya Gupta 07aa8387a0 Merge m-c to graphics, a=merge
MozReview-Commit-ID: 3cEYFBtGvTZ
2017-05-25 08:06:56 -04:00
Kartikaya Gupta d29002d64b Merge m-c to graphics, a=merge
MozReview-Commit-ID: 2pUMxaNAKCC
2017-05-24 08:14:30 -04:00
Sebastian Hengst 795da9ebf8 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: HGZE1dfSDNK
2017-05-24 11:25:03 +02:00
Mason Chang c2bb4bc060 Bug 1366866 - Part 2 - Reftest fuzzing for webrender inset box shadows. r=rhunt 2017-05-23 11:08:53 -07:00
Ryan VanderMeulen 22d214ae4b Merge autoland to m-c. a=merge 2017-05-23 10:32:42 -04:00
Xidorn Quan a62f163117 Bug 1362255 - Import CSS tests from web-platform-tests. r=dbaron
MozReview-Commit-ID: CmfDYDWHzD9

--HG--
extra : source : d337ec3b65cedbe11116718341af2b7ac9b69c2f
2017-05-24 09:56:29 +10:00
Ryan VanderMeulen 27fd4cc7e2 Merge inbound to m-c. a=merge 2017-05-23 18:11:35 -04:00
Xidorn Quan 50097c0cfe Bug 1341102 - Update test expectations.
MozReview-Commit-ID: EM8FcemDFMR
2017-05-25 09:18:28 +10:00
Boris Zbarsky 86f4888c39 Adjust stylo test expectations now that we've fixed the flags for the 'contain' property. No bug.
MozReview-Commit-ID: AP0ecb6KSX7
2017-05-23 21:49:10 -04:00
Manish Goregaokar 4f4bcfd98c Bug 1366914 - Remove pref layout.css.background-clip-text.enabled; r=dholbert
MozReview-Commit-ID: 6XibTM1f1Rh

--HG--
extra : rebase_source : 4cc99452c8e5f1811d995735f2d6139581cba0ce
2017-05-22 18:57:21 -07:00
Hiroyuki Ikezoe a697f23b96 Bug 1367283 - Update reftest expectation. r=me
MozReview-Commit-ID: 2OJRTAUDGIH
2017-05-30 07:10:03 +09:00
Ryan VanderMeulen de281f5bba Merge m-c to autoland. a=merge 2017-06-02 11:11:13 -04:00
Carsten "Tomcat" Book 5fba38b977 Merge mozilla-central to autoland 2017-06-02 14:33:40 +02:00
Emilio Cobos Álvarez 969ed358ae Bug 1369198: Update reftest expectations. r=emilio
MozReview-Commit-ID: HH33Gi6NP4O
2017-06-02 13:56:42 +02:00
Ryan VanderMeulen 2466d57caf Merge m-c to autoland. a=merge 2017-05-25 21:48:59 -04:00
Xidorn Quan 3b374af61d Bug 1341102 - Update reftest expectations after servo/servo#17041.
MozReview-Commit-ID: 7PzklCUmYpU
2017-05-26 11:47:13 +10:00
Ryan VanderMeulen ac35891cc9 Merge m-c to inbound. a=merge 2017-05-25 16:35:51 -04:00
Boris Zbarsky 3119ff4e5e Bug 1364360 part 1. Make Element::GetScrollFrame follow the spec more closely in the quirks mode case. r=ehsan 2017-05-25 13:39:44 -04:00
Matt Brubeck d8c5e6208c Bug 1363639 - stylo: Make interpolation of rect() match Gecko. r=emilio
MozReview-Commit-ID: GKLuA9JeOmz

--HG--
extra : rebase_source : 76b1ac38924088eb4b48c30b32ffa39bb311f5b0
2017-05-23 11:23:11 -07:00
Brad Werth 8a0f2a38fa Bug 1367610 Part 1: Re-enable layout/reftests/stylesheet-cloning/supports-rule-clone.html on stylo builds. r=heycam
MozReview-Commit-ID: BPyfw8k7evG

--HG--
extra : rebase_source : bdb255bd6fa9ac8f6aca7b55d6fce58231da2ce4
2017-05-30 13:06:00 -07:00
Ryan VanderMeulen e096678430 Merge m-c to autoland. a=merge UPGRADE_NSS_RELEASE
--HG--
rename : dom/security/test/sri/iframe_style_crossdomain.html => dom/security/test/sri/iframe_style_crossdomain_legacy.html
rename : mobile/android/themes/core/content.css => mobile/android/themes/geckoview/content.css
rename : mobile/android/themes/core/images/accessiblecaret-normal-hdpi.png => mobile/android/themes/geckoview/images/accessiblecaret-normal-hdpi.png
rename : mobile/android/themes/core/images/accessiblecaret-normal-xhdpi.png => mobile/android/themes/geckoview/images/accessiblecaret-normal-xhdpi.png
rename : mobile/android/themes/core/images/accessiblecaret-normal-xxhdpi.png => mobile/android/themes/geckoview/images/accessiblecaret-normal-xxhdpi.png
rename : mobile/android/themes/core/images/accessiblecaret-tilt-left-hdpi.png => mobile/android/themes/geckoview/images/accessiblecaret-tilt-left-hdpi.png
rename : mobile/android/themes/core/images/accessiblecaret-tilt-left-xhdpi.png => mobile/android/themes/geckoview/images/accessiblecaret-tilt-left-xhdpi.png
rename : mobile/android/themes/core/images/accessiblecaret-tilt-left-xxhdpi.png => mobile/android/themes/geckoview/images/accessiblecaret-tilt-left-xxhdpi.png
rename : mobile/android/themes/core/images/accessiblecaret-tilt-right-hdpi.png => mobile/android/themes/geckoview/images/accessiblecaret-tilt-right-hdpi.png
rename : mobile/android/themes/core/images/accessiblecaret-tilt-right-xhdpi.png => mobile/android/themes/geckoview/images/accessiblecaret-tilt-right-xhdpi.png
rename : mobile/android/themes/core/images/accessiblecaret-tilt-right-xxhdpi.png => mobile/android/themes/geckoview/images/accessiblecaret-tilt-right-xxhdpi.png
rename : mobile/android/themes/core/images/dropmarker-right.svg => mobile/android/themes/geckoview/images/dropmarker-right.svg
rename : mobile/android/themes/core/images/dropmarker.svg => mobile/android/themes/geckoview/images/dropmarker.svg
rename : mobile/android/themes/core/images/cast-active.svg => mobile/android/themes/geckoview/images/videocontrols-cast-active.svg
rename : mobile/android/themes/core/images/cast-ready.svg => mobile/android/themes/geckoview/images/videocontrols-cast-ready.svg
rename : mobile/android/themes/core/images/exitfullscreen.svg => mobile/android/themes/geckoview/images/videocontrols-exitfullscreen.svg
rename : mobile/android/themes/core/images/fullscreen.svg => mobile/android/themes/geckoview/images/videocontrols-fullscreen.svg
rename : mobile/android/themes/core/images/mute.svg => mobile/android/themes/geckoview/images/videocontrols-mute.svg
rename : mobile/android/themes/core/images/pause.svg => mobile/android/themes/geckoview/images/videocontrols-pause.svg
rename : mobile/android/themes/core/images/play.svg => mobile/android/themes/geckoview/images/videocontrols-play.svg
rename : mobile/android/themes/core/images/scrubber.svg => mobile/android/themes/geckoview/images/videocontrols-scrubber.svg
rename : mobile/android/themes/core/images/unmute.svg => mobile/android/themes/geckoview/images/videocontrols-unmute.svg
rename : mobile/android/themes/core/scrollbar-apz.css => mobile/android/themes/geckoview/scrollbar-apz.css
rename : mobile/android/themes/core/touchcontrols.css => mobile/android/themes/geckoview/videocontrols.css
extra : rebase_source : a5b4c2c75991990af25c4686ff96c199834ff317
2017-05-23 13:41:47 -04:00
cku 60f3f75961 Bug 1366434 - Part 2. Reftest of mask-mode/mask-composite automatic fill. r=heycam
MozReview-Commit-ID: LZHxd5pQzmR

--HG--
extra : rebase_source : b36b80de10f7969ba076282fdc03faf833a9c7d3
2017-05-23 18:08:48 +08:00
Daosheng Mu 071f8f0124 Bug 1229481 - Part 2: Add draw rect reftest for WebVR; r=kip
MozReview-Commit-ID: CnSYFFZS8lP

--HG--
extra : rebase_source : 9f139a9cb96a792aefa329c5c79d423c7a2d0ed5
2017-05-05 19:00:25 +08:00
Mats Palmgren 297b9d70e1 Bug 1365614 part 3 - Backout bug 1333482 part 1-9. Removes support for [-webkit-]appearance for now b/c web compat issues. r=bz
MozReview-Commit-ID: IbwWM0FL6HF

--HG--
extra : source : bbb688fe1ba3f5201a190c6e25b693ef7272ea2d
2017-05-21 17:15:00 +08:00
Mats Palmgren f7e4384ac8 Bug 1365614 part 2 - Backout bug 1357655. Removes support for [-webkit-]appearance for now b/c web compat issues. r=bz
MozReview-Commit-ID: Ig0RVKSQw4r

--HG--
extra : source : e528713f882cfc92f4c7acaf41e00dd302105ed0
2017-05-18 11:09:00 +08:00
Manish Goregaokar f588139b16 Bug 1367275 - Part 5: stylo: Support -moz-min-font-size-ratio; r=xidorn
MozReview-Commit-ID: xRxkFJodeK
2017-05-27 13:23:15 -07:00
Xidorn Quan 78e889e9a0 Bug 1363596 part 3 - Add string support for list-style-type. r=heycam
MozReview-Commit-ID: 9zT8IH6sxWH

--HG--
extra : source : 63bcc72798a08d33e47dc359212a4dba82a39475
2017-05-27 23:33:25 +10:00
Xidorn Quan 96c6933bd7 Bug 1363596 part 2 - Add support for symbols() function. r=heycam
MozReview-Commit-ID: IuFnhkdWG3C

--HG--
extra : source : 7eccc8ee6a73c9756c58989dd1e408361dedf74f
2017-05-27 23:33:25 +10:00
Xidorn Quan 7e7fae46b9 Bug 1341102 - Update reftest expectations for servo/servo#17057.
MozReview-Commit-ID: 6ysK45IlAEz

--HG--
extra : rebase_source : 7a952853a14c14ffa6fb63da761f774e76e8c0ca
2017-05-27 22:00:18 +10:00
Cameron McCormack 3d6479e59f Bug 1367636 - Some more rem-unit test disabling. r=me
MozReview-Commit-ID: CvvVWpSZYXK
2017-05-27 19:54:22 +08:00
Shing Lyu c729f26a66 Bug 1367636 - Update stylo-vs-stylo reftest expectations. r=heycam
MozReview-Commit-ID: DVO2R2RQuiK
2017-05-25 16:44:44 +08:00
Carsten "Tomcat" Book 1bdc87018b Merge mozilla-central to autoland
--HG--
extra : rebase_source : 4e9c2047973e5a540496b19e456a2e7bd14715ad
2017-05-22 15:48:11 +02:00
Carsten "Tomcat" Book 2565b104f7 Backed out changeset e528713f882c (bug 1365614) 2017-05-22 15:45:34 +02:00
Carsten "Tomcat" Book 00d4ea331d Backed out changeset bbb688fe1ba3 (bug 1365614) 2017-05-22 15:45:31 +02:00
Carsten "Tomcat" Book 469e512b06 merge mozilla-inbound to mozilla-central a=merge 2017-05-22 13:00:17 +02:00
Iris Hsiao 65ea740eda Merge mozilla-central to mozilla-inbound 2017-05-22 11:53:00 +08:00
Hiroyuki Ikezoe b10ba93aa1 Bug 1365629 - Update reftest expectations. r=me
MozReview-Commit-ID: 8sXvXHZLCOj
2017-05-22 07:46:48 +09:00
Hiroyuki Ikezoe f50286022e Bug 1363045 - Annotate bug number for reftests which don't work because of id anchor. r=birtles
MozReview-Commit-ID: JgNcrdBNrwg

--HG--
extra : rebase_source : 43d222baaf68c0048106d3ecf9eefd4f7c92b05b
2017-05-22 14:46:26 +09:00
Hiroyuki Ikezoe d615c5f9b3 Bug 1363045 - Don't skip dynamic-mask-01.svg. r=birtles
MozReview-Commit-ID: 3MVrIjCU9BI

--HG--
extra : rebase_source : 97f6cae98a48ca82be12d4ccf066032cdec224be
2017-05-22 14:25:30 +09:00
Mats Palmgren e706869580 Bug 1365614 part 3 - Backout bug 1333482 part 1-9. Removes support for [-webkit-]appearance for now b/c web compat issues. r=bz 2017-05-21 17:15:00 +08:00
Mats Palmgren a928a1b1f6 Bug 1365614 part 2 - Backout bug 1357655. Removes support for [-webkit-]appearance for now b/c web compat issues. r=bz 2017-05-18 11:09:00 +08:00
Phil Ringnalda 35dc6b4906 Merge m-i to m-c, a=merge
MozReview-Commit-ID: 78jnwmm4rib
2017-05-21 13:01:06 -07:00
Cameron McCormack 9a8d559e54 Bug 1364845 - stylo: Adjust test expectations. r=emilio
MozReview-Commit-ID: KS4qGSOsFD0

--HG--
extra : rebase_source : d3603746c8b8c0180499f8f01ffac9855362578c
2017-05-19 17:39:16 +08:00
Emilio Cobos Álvarez fa786ffb93 Bug 1366144: Test. r=heycam
MozReview-Commit-ID: Dx1rFw0BZHm

--HG--
extra : rebase_source : 2a07111ebe30c8c9f456b97de2bbed0d9ada7e63
2017-05-20 03:42:15 +02:00
Boris Chiou 031243e055 Bug 1346049 - Enable reftests for checking stacking context. r=hiro
After enabling animations running on compositor, it seems to me that we
can enable reftests in layout/reftests/web-animations without intermittents.

MozReview-Commit-ID: 5Whwm0UZ8nQ

--HG--
extra : rebase_source : a0db68e521ff3143bf8f52d3e31eaff115f35bb2
2017-05-15 17:05:36 +08:00
Carsten "Tomcat" Book 2a6d28c4ab Merge mozilla-central to autoland 2017-05-22 13:08:46 +02:00
Hiroyuki Ikezoe 3f27890cbd Bug 1355402 - Update reftest expectations. r=me
MozReview-Commit-ID: AdYruPuoZ2H
2017-05-22 19:14:53 +09:00
Hiroyuki Ikezoe fd65caccea Bug 1355402 - Update test expectations for -moz-{min,max,fit}-content,available}. r=manishearth
MozReview-Commit-ID: HxjE9ArYuys
2017-05-20 12:14:32 +09:00
L. David Baron 7fd8f7b188 Bug 1365449 - Reflow absolutely positioned children when they need to be repaginated. r=mats
This fixes the failure of
layout/reftests/pagination/dynamic-abspos-overflow-01-cols.xhtml with
the primary patch in bug 1308876.

Since it is an independently testable failure, I'm posting it as a
separate bug.

Without the patch, both reftests fail to rewrap in response to the
dynamic change, and the inner dark blue absolutely positioned element
remains wrapped at the wrong position when the inner light blue
relatively positioned element rewraps.  (I tested this only outside of
the reftest harness, but that should be sufficient.)

I verified manually that the height conditions were correct by modifying
both reftests to add some padding and border to #relpos and margin to
#abspos, changing the height of #abspos so that it was either exactly at
or just above the threshold where reflow was needed, and using
GECKO_DISPLAY_REFLOW_RULES_FILE debugging to verify that the reflow of
the absolutely positioned element did or didn't happen as expected.

MozReview-Commit-ID: 6ISgSEYyMiN

--HG--
extra : transplant_source : %93%86%8Csr_L%83%F2OJ%DC%7F%3D%7D%BC%9C%A6%1F0
2017-05-20 10:15:26 -07:00
Hiroyuki Ikezoe 93e3eef4cb Bug 1341102 - Update test expecrations. r=me
https://github.com/servo/app_units/pull/26#issuecomment-301931183
2017-05-20 15:26:55 +09:00
Wes Kocher b3e139291b Merge graphics to m-c a=merge a=release
IGNORE BAD COMMIT MESSAGES because something landed and was backed out for no bug number

--HG--
extra : amend_source : 1134c379d1134fe160fd2d889488d07acd9f4177
2017-05-19 14:27:32 -07:00
Kartikaya Gupta 5320a75266 Merge m-c to graphics
MozReview-Commit-ID: Fq2lBUWyr0m
2017-05-19 13:19:35 -04:00
Kartikaya Gupta 0835cf0937 Bug 1363998 - Skip the reftests for advanced background-color layers if WebRender is not enabled. r=bustage
On Windows with webrender disabled and advanced background-color layers enabled,
these tests fail because they have a higer fuzz than allowed. Specifically:

1316719-1a.html -> max difference: 53, number of differing pixels: 785
1316719-1b.html -> max difference: 53, number of differing pixels: 785
1316719-1c.html -> max difference: 53, number of differing pixels: 787

I'm assuming that for now we only care about the advanced background-color layers
when WebRender is enabled, so we can just skip the tests otherwise.

MozReview-Commit-ID: 3HI828mcBdH
2017-05-18 09:13:12 -04:00
Kartikaya Gupta aca076b94b Merge m-c to graphics
MozReview-Commit-ID: DFNbcj14mg9

--HG--
rename : memory/mozjemalloc/jemalloc.c => memory/mozjemalloc/mozjemalloc.cpp
rename : memory/mozjemalloc/jemalloc_types.h => memory/mozjemalloc/mozjemalloc_types.h
2017-05-18 08:34:15 -04:00
Ethan Lin 501bd51b08 Bug 1363998 - Part2. Add pref "layers.advanced.background-color" to all.js and turn it on for certain reftests. r=kats 2017-05-18 17:40:18 +08:00
Morris Tseng 4c2b28386a Bug 1336986 - Mark fails-if for some tests. r=mchang
MozReview-Commit-ID: GSuyY8q6iJO
2017-05-18 10:55:28 +08:00
Kartikaya Gupta dc10ea1700 Merge m-c to graphics
MozReview-Commit-ID: 5Rpd42jqi40
2017-05-17 08:39:54 -04:00
Kartikaya Gupta 77fae9e5d6 Merge m-c to graphics
MozReview-Commit-ID: 6TxOtFjEGyY
2017-05-16 09:16:28 -04:00
Hiroyuki Ikezoe 58df9c7c0c Bug 1364412 - Update reftest expectations for pseudo-elements selectors. r=me
MozReview-Commit-ID: 3MAHKCMp8k1
2017-05-16 14:58:15 +09:00
Hiroyuki Ikezoe 8fdb42c08d Bug 1364412 - Update reftest and mochitest expectations for pseudo-elements selectors. r=me
MozReview-Commit-ID: CGcljQLeS8c
2017-05-16 14:08:04 +09:00
Kartikaya Gupta 7ae24a697f Bug 1363683 - Some box shadow tests changed in behaviour, need fuzzing. r=jrmuizel
Unknown WR cset (WR was broken on LLVMpipe for a big range of changesets, and this
happened somewhere in that range, so it wasn't easy to bisect).

MozReview-Commit-ID: Id5kOdgpK9f
2017-05-15 15:14:30 -04:00
Kartikaya Gupta e3daa416be Bug 1363683 - A fuzzy test changed in behaviour slightly, so adjust the fuzziness parameters. r=jrmuizel
This changed in WR cset 24bf170.

MozReview-Commit-ID: FGiFYk8z1hU
2017-05-15 15:13:43 -04:00
Emilio Cobos Álvarez 4949107f0b Bug 1364412: Reftest expectation updates. r=bholley
This clears a few form-related reftests from fails-if(stylo) :)

MozReview-Commit-ID: FCrXadDim9o
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>

--HG--
extra : rebase_source : b5f46b3972818eeeeba4b11413d8dd58b5063b05
2017-05-14 13:07:45 +02:00
Neil Deakin f36da07def Bug 1364115 - Allow -moz-stack-sizing to work in a single direction only. r=dbaron,manishearth
MozReview-Commit-ID: Kl7YQpfolTC

--HG--
rename : layout/reftests/bugs/346189-1-ref.xul => layout/reftests/xul/stack-sizing-1-ref.xul
rename : layout/reftests/bugs/346189-1.xul => layout/reftests/xul/stack-sizing-1.xul
extra : rebase_source : e536212980c832c04423871e0fa9dfc09f8a5994
extra : source : a65814deeb7a7f64189d3a9388ac295c6f5b4958
2017-05-15 12:33:46 +01:00
Cameron McCormack aae661e5e4 Bug 1341102 - Update expectations. r=me
MozReview-Commit-ID: 6EMc3rNk5sq
2017-05-19 10:39:57 +08:00
Ravi Shankar 5e8f5fe538 Bug 1363664 - Update test expectations for some grid-* properties; r=manishearth
MozReview-Commit-ID: GhffFwDCQzs

--HG--
extra : rebase_source : d30520588935351d41c1cde4a2254e27e76c2946
2017-05-19 01:17:58 +05:30
Hiroyuki Ikezoe 3c5316717a Bug 1365091 - Enale transition-and-animation-with-different-durations.html on stylo. r=boris
MozReview-Commit-ID: InORQl8uTAA

--HG--
extra : rebase_source : 20276938d440dd285ab89c21918777996b267ad7
2017-05-16 08:16:10 +09:00
Wes Kocher 54a256d920 Merge m-c to autoland a=merge
MozReview-Commit-ID: L0rsjIzeVij

--HG--
extra : rebase_source : 8b581702a4534fb9394f8d3f4e85f65d6f4ff293
2017-05-15 17:02:08 -07:00
Wes Kocher 274ba1a154 Merge inbound to central, a=merge
MozReview-Commit-ID: AFMOzsYBEjc
2017-05-15 16:22:21 -07:00
Boris Zbarsky c9c92a390f Bug 1364335 tests. Test dynamic changes to :any-link matching. r=emilio
MozReview-Commit-ID: Jn9RLj59ntr
2017-05-15 12:23:47 -04:00
Emilio Cobos Álvarez 215e98ef37 Bug 1341102: Update test expectations for servo/servo#16859. r=emilio
Patch by Anthony Ramine.

MozReview-Commit-ID: 7uTzBU8yG0E
2017-05-15 17:22:48 +02:00
Xidorn Quan a58b13f27d Bug 1341102 - Update reftest expectation for #16855.
MozReview-Commit-ID: 4KOOm7Tr8G8
2017-05-15 13:34:42 +10:00
Phil Ringnalda c62e9f1e9d Merge m-c to autoland
MozReview-Commit-ID: 4PrtfU4e6kL
2017-05-21 13:17:22 -07:00
Emilio Cobos Álvarez 97aa5cb71e Bug 1365629: Update reftest expectations. r=me
MozReview-Commit-ID: H50RqwLL4fs
2017-05-21 19:17:45 +02:00
Sebastian Hengst feb6f6c577 Backed out changeset 19f0b1e8f287 (bug 1358710) for failing reftest aja-linear-2.html on OS X with e10s. r=backout
--HG--
rename : layout/reftests/css-gradients/aja-linear-2.html => layout/reftests/css-gradients/aja-linear-2a.html
2017-05-15 00:18:47 +02:00
Emilio Cobos Álvarez ab5433c222 Bug 1364824: Implement ServoRestyleManager::PostRebuildAllStyleDataEvent. r=heycam
MozReview-Commit-ID: I9HmM9ZMB2c
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>

--HG--
extra : rebase_source : 08481f2a84508ed79d544fefbf39a92cac0d5ce5
2017-05-15 09:41:42 +02:00
Ryan VanderMeulen af691573d4 Merge m-c to autoland. a=merge 2017-05-30 12:59:41 -04:00
Nazım Can Altınova 19a0e93729 Bug 1358710 - Unprefix -moz-linear-gradient / -moz-radial-gradient in unit tests r=dholbert
MozReview-Commit-ID: J2Tn8GKfKIN

--HG--
rename : layout/reftests/css-gradients/aja-linear-2a.html => layout/reftests/css-gradients/aja-linear-2.html
extra : rebase_source : 9c1869bddf2068cf68666e0815b8f9d9424fe76a
2017-04-24 15:54:51 +03:00
Boris Zbarsky 216545a30f Bug 1364591 test expectation update, now that we implement :-moz-native-anonymous support in stylo. r=emilio
MozReview-Commit-ID: 90ZArOpWVG4

--HG--
extra : rebase_source : cfeff24c16b331a29bb235e43f4aa434c63e080f
2017-05-15 15:59:19 -04:00
Nazım Can Altınova d8be7ab275 Bug 1358710 - Unprefix -moz-linear-gradient / -moz-radial-gradient in unit tests r=dholbert
MozReview-Commit-ID: J2Tn8GKfKIN

--HG--
rename : layout/reftests/css-gradients/aja-linear-2a.html => layout/reftests/css-gradients/aja-linear-2.html
extra : rebase_source : 7b1ae51a435fae3782a03046ce21474b9a149f1a
2017-04-24 15:54:51 +03:00
Hiroyuki Ikezoe 840b7fde5c Bug 1360488 - Update reftest expectations. r=me
MozReview-Commit-ID: HA4e31R3MgF
2017-05-14 12:42:39 +09:00
Hiroyuki Ikezoe 5505838637 Bug 1341102 - Update reftest expectations. r=me
https://github.com/servo/servo/issues/16824

MozReview-Commit-ID: LmuEyDj6wRi
2017-05-13 16:24:22 +09:00
Daniel Holbert 396f88abfc Bug 1364338: Force a repaint when CSS 'outline-width' or 'outline-offset' change. r=heycam
Previously, when these properties changed, we'd only send change hints to
recompute overflow areas & trigger DLBI. If the outline was always outside of
the element's border box, this old strategy was generally OK, because the
outline tweak would cause a change to the overflow areas' size, and that would
invalidate the changed area via DLBI & trigger a repaint.

However, for outlines that are *inside* of the element (via negative
'outline-offset'), these change hints were not sufficient, because tweaks to
the outline width & offset will NOT affect the size of the element's overflow
areas and will not trigger any DLBI invalidation.

So in order to correctly handle these changes, we really need to request a
repaint of the affected element, since some piece of the element may need to be
repainted even if it's not changing in size.

MozReview-Commit-ID: J4KGUHrJ09U

--HG--
extra : rebase_source : 677950d5aebdf7e90120b8fe7bb937344da42d7d
2017-05-12 18:42:10 -07:00
Manish Goregaokar a3a4e13011 Bug 1341102 - Update expectations; r=manishearth
MozReview-Commit-ID: 9vOeF48S6Da
2017-05-12 14:48:49 -07:00
bechen 97ab63e82a Bug 1361655 - Add new reftest to verify the first and last frame for short.mp4. r=jwwang
Since the ref-sample made by linux, the mac and windows platforms need fuzzy.
And on windows platform, the first frame is different to other platform, skip it first.
Android platform somehow can not load the video src.

MozReview-Commit-ID: A0VbEcNSmck

--HG--
extra : rebase_source : 266f0012d460b8fd6b62ac1d2878dc9aa686f9a8
2017-05-17 16:54:16 +08:00
Xidorn Quan 05e5c16a8e Bug 1341102 - Update test expectations.
MozReview-Commit-ID: KM7B3cDsrcZ
2017-05-25 21:09:00 +10:00
Xidorn Quan dec344e5c0 Bug 1188074 part 2 - Allow origin and clip values to appear anywhere in an image layer shorthand property. r=heycam
MozReview-Commit-ID: 1mPG1ua5aSI

--HG--
extra : rebase_source : dab47404b74e3a5bb74488ac2e8ac656afb967b1
2017-05-25 13:57:56 +10:00
Shing Lyu 5d8a5a598c Bug 1361645 - Change reftest condition stylo to styloVsGecko r=dbaron
MozReview-Commit-ID: 3ekoU1zg8xA

--HG--
extra : rebase_source : f62c84516f5ac0d4b4d0c876514b72fa786ec542
2017-05-25 11:26:12 +08:00
Jeremy Chen 9a4179d7ba Bug 1367327 - stylo: re-enable SVG stroke-width related tetst. r=heycam
This test is disabled due to a rounding issues for stroke-width. Since it is
fixed, we should be able to re-enable the test.

MozReview-Commit-ID: 3g28KVgpobx
2017-05-26 18:12:22 +08:00
Ting-Yu Lin 41dbaf6f6f Bug 1363640 Part 7 - Update reftest expectations after enabling stylo on XBL documents. r=heycam
MozReview-Commit-ID: I5HNk22XvKi

--HG--
extra : rebase_source : baf89a4c80b7984a020e1ca507643f8680153f9f
2017-05-19 20:33:10 -07:00
Emilio Cobos Álvarez da6afce726 Bug 1364871: Update expectations. r=me
MozReview-Commit-ID: 7vq5rb0Li2P
2017-05-20 19:38:56 +02:00
Boris Chiou 9525862a92 Bug 1334036 - Part 12: Enable off-main thread animations. r=birtles
Remove the unconditional return from FindAnimationsForCompositor(), so
we can check if there is any property running on compositor.
Also, enable a reftest and fix the mochitest expectation:
1. The expectation numbers of test_animations_omta.html in e10s and non-e10s
   are different, so skip non-e10s.
2. We pass all tests in test_animations_omta_start.html with e10s;
   however, got 3 test failures with non-e10s, so skip this file with
   non-e10s.

MozReview-Commit-ID: IuOyAsUYguU

--HG--
extra : rebase_source : 8f8549063f2d1907e95d0bab450e1b6f851f8c84
2017-05-08 11:22:13 +08:00
Hiroyuki Ikezoe a5b2613801 Bug 1368376 - Update reftest expectations. r=xidorn
MozReview-Commit-ID: AD9a6P4I21s
2017-05-30 16:53:05 +09:00
Emilio Cobos Álvarez 84da7fc173 Bug 1341102: Reftest expectation update for servo/servo#16931. r=me
MozReview-Commit-ID: KE5eitLUAIu
2017-05-19 16:48:10 +02:00