lochang
9214b56b5a
Bug 1406268 - Use rect width/height instead of minimum width/height and clamp the rect on Linux. r=mats
...
MozReview-Commit-ID: B7KjnO9uaef
--HG--
extra : rebase_source : c4647b31b650dddd90df528ff1ac48f72d92fed5
2017-11-17 14:20:42 +08:00
Xidorn Quan
2797a4fa56
Bug 1408811 - Update test expectation for this bug. r=emilio
...
on a CLOSED TREE
MozReview-Commit-ID: H4glCWmL2vc
2017-10-24 21:16:52 +02:00
Jonathan Kew
3727305260
Bug 1318526 - pt 2 - Also remove unnecessary HTTP(../..) from reftest manifests now that tests run with relaxed file-URI origin restrictions. r=dbaron
2017-10-23 23:57:11 +01:00
Sebastian Hengst
c590e1443a
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-10-22 11:52:30 +02:00
Jonathan Kew
1a0fca4019
Bug 1318526 - Remove HTTP(..) from reftest manifests where this was only needed to work around file-URI origin restrictions. r=dbaron
2017-10-22 08:31:41 +01:00
Xidorn Quan
72eecf2abd
Bug 1408235 part 3 - Update test expectation for this bug. r=heycam
...
MozReview-Commit-ID: 2p0BAlW9Asc
--HG--
extra : source : 7a9582ad6d089b8a1db112461efb43fed4a60dfa
2017-10-21 11:02:34 +11:00
Emilio Cobos Álvarez
b371f16b3f
Bug 1404789: Update test expectations. r=bz
...
MozReview-Commit-ID: 6juwgWa4OVN
--HG--
extra : rebase_source : b87fa7013e6ca894f0b06e07e7778e6b5ba3ce88
2017-10-18 11:31:18 +02:00
Emilio Cobos Álvarez
02298bd8be
Bug 1404789: Add a few layout flushes to legend/shadow-dom.html that would've caught the first attempt. r=bz
...
MozReview-Commit-ID: LsZSSXTMMK0
--HG--
extra : rebase_source : 0e5224c33ecc017ecd8cd04ab06440f397e8bac1
2017-10-18 13:56:23 +02:00
Alexis Beingessner
e4ec98a6a9
Bug 1407753 - Adjust test expectations for fieldset impl. r=kats
...
One fuzzyness decrease, and one failure because we're comparing wr to fallback.
The fallback is rendering worse than wr. The fallback should be removed when
we get proper legend support (requires upstream ClipMode api).
MozReview-Commit-ID: 2yETiZx2zxE
--HG--
extra : rebase_source : 33ee33604577d7e42d7f4ddbed2db1eb77ac54d3
2017-10-18 14:12:28 -04:00
Emilio Cobos Álvarez
c021ca02b5
Bug 1409079: Re-enable web components in stylo. r=heycam,smaug
...
MozReview-Commit-ID: DJZRO7j2pOJ
--HG--
extra : rebase_source : c6e39755b7dd324ca8ae77b6d8a8868d913c930b
2017-10-12 15:22:17 +02:00
Xidorn Quan
fd467033f9
Bug 1407847 - Enable stylo for XUL document without system principal and annotate failures accordingly. r=heycam
...
MozReview-Commit-ID: KcJxloT2rR8
--HG--
extra : rebase_source : 8943efaa7afbf1bc74ac85ca103a52e2f4d1b1a4
2017-10-12 10:43:38 +11:00
Jim Chen
8bfda16485
Bug 1357191 - 2. Fix form tests for new mobile date/time controls; r=jessica
...
Fix some test failures on mobile for the new date/time controls,
* Because mobile does not use the built-in reset button, tests
involving the reset button are skipped.
* The mobile-only date/time tests in test_input_typing_sanitization.html
do not apply to the new date/time controls, so they are removed to make
mobile match desktop.
* test_input_sanitization.html now takes a lot longer to run on Android
debug and frequently times out, so it's disabled for debug Android builds.
* time-content-left-aligned.html may fail because of different drawing
behavior on Android, so the test is made fuzzy on Android.
MozReview-Commit-ID: FTzwHTJgVJe
2017-10-12 12:20:14 -04:00
Louis Chang
7bb5332a1c
Bug 1405986
- Add test cases for clamping checkbox/radio. r=mats
...
MozReview-Commit-ID: EIWvJFqdpP3
--HG--
rename : layout/reftests/forms/input/checkbox/checkbox-clamp-ref.html => layout/reftests/forms/input/checkbox/checkbox-clamp-01-ref.html
rename : layout/reftests/forms/input/checkbox/checkbox-clamp.html => layout/reftests/forms/input/checkbox/checkbox-clamp-01.html
rename : layout/reftests/forms/input/radio/radio-clamp-ref.html => layout/reftests/forms/input/radio/radio-clamp-01-ref.html
rename : layout/reftests/forms/input/radio/radio-clamp.html => layout/reftests/forms/input/radio/radio-clamp-01.html
extra : rebase_source : 0a82987f2a5073e65e60368cf59571cbcfa21e63
2017-10-10 01:02:19 +08:00
Emilio Cobos Álvarez
a4bdbace00
Bug 1406631: Update reftest expectations. r=xidorn
...
All the input[type="color"] reftests pass now. Only exception is the
writing-mode reftest, which has the padding hard-coded, and in Android that
padding is 7px instead of 8px.
There's a similar test for button skipped on Android, so I'm doing the same and
leaving a comment.
MozReview-Commit-ID: JvGHnhPklUs
--HG--
extra : rebase_source : 8e4f89c6e2963f0bb5e8c23ca6f20878d0712f3f
2017-10-10 16:03:18 +02:00
Louis Chang
033835901f
Bug 1404770 Part 3 - Remove test case checkbox-radio-auto-sized-ref.html. r=mats
...
MozReview-Commit-ID: 6np49zh2u1l
--HG--
extra : rebase_source : bfaba9c5803ee048b190c1969b22c724222506e8
2017-10-06 11:08:58 +08:00
Louis Chang
9257089c9c
Bug 1404770 Part 2 - Add test case for testing minimum size of checkbox/radio. r=mats
...
MozReview-Commit-ID: ElnFKUCuCrK
--HG--
extra : rebase_source : 26bd8d7aa2b6c3355b4af675d0e61e0be3ff3d3b
2017-10-05 16:49:09 +08:00
Geoff Brown
7ddd283350
Bug 1363945 - Follow-up: really mark text-control-baseline-1.html as fuzzy on Android, r=me,test-only
...
skiaContent is true on Android, so the previous change was a no-op.
2017-10-04 13:03:24 -06:00
Geoff Brown
182eccad55
Bug 1363945 - Mark text-control-baseline-1.html as fuzzy on Android; r=me,test-only
...
As recommended by dholbert - thanks!
2017-10-04 11:19:41 -06:00
Louis Chang
d9d121a677
Bug 1400050 Part 2 - Add test case for testing clamping issue of checkbox/radio. r=mats
...
MozReview-Commit-ID: BJgK4E3dOsi
--HG--
extra : rebase_source : 52aae08c37c89a8fbdcf0d40d5d37fe21c50271b
2017-10-02 16:04:32 +08:00
Markus Stange
8e7d24a02d
Bug 1403697 - When restricting background colors to the background region, only use clips if we have rounded corners. r=mattwoodrow
...
MozReview-Commit-ID: F1ked65OBxA
--HG--
extra : rebase_source : 3ba3859da65d6be929821a7c13d47fd7c090b54e
2017-09-29 17:39:21 -04:00
Wes Kocher
9345eb3842
Backed out changeset fbc75bbbebc1 (bug 1403697) for wptlint issues a=backout
...
MozReview-Commit-ID: 5gaaqSD7sUa
2017-09-29 11:20:24 -07:00
Markus Stange
d70957bd08
Bug 1403697 - When restricting background colors to the background region, only use clips if we have rounded corners. r=mattwoodrow
...
MozReview-Commit-ID: F1ked65OBxA
--HG--
extra : rebase_source : a3fe97d550755f4a469bec923991f63becf5daed
2017-09-29 13:30:58 -04:00
Kartikaya Gupta
818cfd7499
Bug 1389000 - Update reftest annotations for layers-free results. r=jrmuizel
...
This patch:
- adds fails-if annotations for all the reftests that were consistently failing
with layers-free turned on.
- removes fails-if or reduces the range on fuzzy-if annotations for all
the reftests that were producing UNEXPECTED-PASS results with
layers-free turned on.
- adds skip-if, random-if, or fuzzy-if annotations to the reftests that
were intermittently failing due to timeout, obvious incorrectness, or
slight pixel differences, respectively.
MozReview-Commit-ID: A0Aknn6rnjj
--HG--
extra : rebase_source : 420d9cf43f23a5d654fa36eec69138937d13c173
2017-09-26 14:49:19 -04:00
Boris Zbarsky
86db2ae4fd
Bug 1386530. Fix handling of type changes that affect validity state to properly notify state changes. r=jessica
...
MozReview-Commit-ID: Khhzi1HyCpt
2017-09-22 15:47:16 -04:00
Joel Maher
f4b8f26ddb
Bug 1398910 - make reftest-no-accel run on windows 10 (hardware) instead of windows 8. r=ahal,jet
2017-09-19 11:44:07 -04:00
Chris Peterson
ce7edc4de1
Bug 1394603 - Replace fails-if(!styloVsGecko) to fails. r=jryans
...
Skip tests that are expected to fail in both Stylo and Gecko modes. They would unexpectedly "pass" in styloVsGecko mode when comparing the two failures, which is not a useful result.
MozReview-Commit-ID: 3mOpjU225Q1
--HG--
extra : rebase_source : 22bb5d4e3c5138ef832995eaf5716824f4707ffe
extra : source : d40fb20c9a49d0797c0eeae613a04912b12a28f7
2017-09-01 20:39:44 -07:00
Phil Ringnalda
75f9cdbd7e
Backed out 3 changesets (bug 1394603) for reftest syntax error
...
CLOSED TREE
Backed out changeset 44117208f321 (bug 1394603)
Backed out changeset 31088c59d895 (bug 1394603)
Backed out changeset 20551d68f602 (bug 1394603)
MozReview-Commit-ID: 4F4jSQ8GyfG
2017-09-06 22:48:55 -07:00
Chris Peterson
2d629378b2
Bug 1394603 - Replace fails-if(!styloVsGecko) to fails. r=jryans
...
Skip tests that are expected to fail in both Stylo and Gecko modes. They would unexpectedly "pass" in styloVsGecko mode when comparing the two failures, which is not a useful result.
MozReview-Commit-ID: 3mOpjU225Q1
--HG--
extra : rebase_source : 0c307639c3626af3b6b43e05d3ee73d08b3f47ce
2017-09-01 20:39:44 -07:00
Xidorn Quan
ca7b1d12d2
Bug 1396136 part 2 - Re-enable reftests in forms. r=xidorn
...
MozReview-Commit-ID: HTVY3HwkuFR
--HG--
extra : rebase_source : c2eb7488bdf75c758ce5f638a4ac87253558f4bc
2017-09-05 12:07:46 +10:00
Xidorn Quan
c1e0a51a6f
Bug 1396136 part 1 - Make forms/input/number/focus-handling.html more robust. r=jwatt
...
MozReview-Commit-ID: DQTigOQkytq
--HG--
extra : rebase_source : 73d88b17a1d2d50b99c34404d5b7c0894af5c1f8
2017-09-05 13:48:59 +10:00
Sebastian Hengst
01c1a3c741
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 17ViEoPyjPa
2017-09-05 23:55:39 +02:00
Lee Salzman
0edfbc2d51
Bug 1395127 - fix Skia's AAA to work with even rounding. r=jrmuizel
...
MozReview-Commit-ID: FCzINJvD1Md
2017-09-05 13:38:49 -04:00
Louis Chang
4394e3b042
Bug 1352238 Part 6 - Enable reftests for checkbox/radio form controls on Android. r=mats
...
MozReview-Commit-ID: 7R1V3LK03cr
--HG--
extra : rebase_source : 7f657c07be4405517077db8a6b2ede62945779c9
2017-09-05 22:46:36 +08:00
Jonathan Kew
bf22003a9a
Bug 1364714 - (re-landing) Update Freetype to version 2.8, and fix/annotate tests affected by changes to font metrics & rasterization. r=dholbert,jwatt,ryanvm,jfkthame
2017-08-22 09:20:05 +01:00
Bobby Holley
8862f9008d
Bug 1341102 - Reenable some more reftests. r=me
...
MozReview-Commit-ID: zYSKOW3uXi
2017-07-25 21:02:32 -07:00
Xidorn Quan
4c492d239c
Bug 1379901 - Update reftest expectation. r=emilio
...
MozReview-Commit-ID: 6yiDpVxJhod
--HG--
extra : rebase_source : 1fdc3ded76cfe40d89e59c5b11431f27e3dbca9c
2017-07-13 14:15:37 +10:00
Sebastian Hengst
926ac48d87
Backed out changeset 85b25bbb3498 (bug 1368120)
...
MozReview-Commit-ID: FrScgn7ZRbJ
2017-07-15 16:24:45 +02:00
Alexis Beingessner
959924bfa8
Bug 1368120 - Fuzz tests to support slight webrender differences. r=kats
...
MozReview-Commit-ID: 7KAI36RWUqK
--HG--
extra : rebase_source : e7f476c7bdd641a71abade19a083300d9f2df133
2017-05-18 13:22:27 -04:00
L. David Baron
af959c6c34
Bug 1380521 - Use a more reliably invalid initial mBSizeOfARow so that we reflow properly if it changes to zero. r=dholbert
...
This fixes a failure in layout/reftests/bugs/467084-1.html, triggered by
the primary patch in bug 1308876, on Android only (or on all platforms
if I add 'html { overflow: hidden }').
I confirmed locally (on Linux) that, without this patch, both
layout/reftests/bugs/467084-1.html with 'html { overflow: hidden }', and
the reftest added here, fail, but that with the patch they both pass.
MozReview-Commit-ID: 3SjTlnBngBV
2017-07-12 19:37:11 -07:00
Lee Salzman
2f7b5d8cf5
Bug 1376026 - fix tests to assume that Windows 7 always uses DWrite. r=jrmuizel
...
MozReview-Commit-ID: DQ3VHS7bDIp
2017-07-07 13:51:54 -04:00
Sebastian Hengst
49b8ee536c
Backed out changeset 387e4a353e65 (bug 1376026)
2017-07-07 21:42:05 +02:00
Lee Salzman
43d7ac3f7d
Bug 1376026 - fix tests to assume that Windows 7 always uses DWrite. r=jrmuizel
...
MozReview-Commit-ID: DQ3VHS7bDIp
2017-07-07 13:51:54 -04:00
Nazım Can Altınova
590f9aa3d2
Bug 1341802 - Update test expectations after servo/servo#17268 r=me
...
MozReview-Commit-ID: 20Vpsj7QqbX
--HG--
extra : rebase_source : 2bf11a9ec1d46a8950a72fee0145d8548c718ad0
2017-07-03 19:07:36 -07:00
Cameron McCormack
23145723c6
Bug 1375374 - Test expectation adjustments. r=manishearth
...
MozReview-Commit-ID: 5MFi0mBQIiH
--HG--
extra : rebase_source : 7b45d53053f3d4b42ebb675fe68ebdcc0d6102b6
2017-06-29 14:13:05 -07:00
Cameron McCormack
3276488f50
Bug 1372061 - Part 4: Test expectation adjustment. r=heycam
...
MozReview-Commit-ID: BXDMoZ8LTg5
--HG--
extra : rebase_source : 8bf67b02a9d5f422a16d8e128cd594752fb21439
2017-06-27 23:56:13 -07: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
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
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
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
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