Jesse Ruderman
374f3e6be5
Bug 862624 - Add crashtest. r=me
2017-11-08 08:47:08 -05:00
Jesse Ruderman
6d57cd2fe2
Bug 750147 - Add crashtest. r=me
2017-11-08 08:47:07 -05:00
Jesse Ruderman
6ea83868e1
Bug 481089 - Add crashtest. r=me
2017-10-18 09:43:11 -04:00
Jesse Ruderman
f1097548f0
Bug 329891 - Add crashtest. r=me
2017-10-18 09:43:10 -04:00
Jonathan Kew
57e7fa4b99
Bug 1144641 - Add a crashtest.
...
MozReview-Commit-ID: G1DEIQjd7kb
2017-10-07 03:38:14 +02:00
Xidorn Quan
7a0f7a3532
Bug 1324682 - Remove annotation of this bug. r=xidorn
...
MozReview-Commit-ID: A9hpZDm7iju
--HG--
extra : rebase_source : cbadeddcba5e58127036bd7eef7f0e880bcae5e1
2017-09-11 14:14:50 +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
Neerja Pancholi
5146535a52
Bug 1389295 - Confine BCDamageArea while appending cells to within the table area and remove assert for test 460637-2.xhtml r=mats
...
MozReview-Commit-ID: 6lJahcAmlIN
--HG--
extra : rebase_source : 7140aaa930570d1fb190e584ca5ee193273bd75a
2017-08-24 17:39:44 -07:00
Boris Zbarsky
0a35f673b3
Bug 1384602 part 2. Convert inserts to appends on table rows if possible, because the insert codepath is rather buggy. r=heycam
...
MozReview-Commit-ID: 5iOaG5UNAwG
--HG--
rename : layout/reftests/table-bordercollapse/1384602-1a.html => layout/reftests/table-bordercollapse/1384602-1b.html
2017-08-11 00:17:10 -04:00
Tobias Schneider
3880ddff03
Bug 1382327 - (reftest) Rename reftest-print to reftest-paged. r=dbaron
...
--HG--
extra : rebase_source : c4e47e2de8d615c77e7e9ce88f6b21c9d15c92e4
2017-07-26 22:53:46 -07:00
Sebastian Hengst
407cffbf66
Bug 1395828 (part 3.1) - Remove assertion expectation for 759249-1.html to fix unexpected passes. r=expectation-update
2017-09-05 14:12:49 +02: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
Cameron McCormack
203bdaed3b
Bug 1361235 - Part 2: Re-enable some tests. r=emilio
...
MozReview-Commit-ID: 76FaOwHjIMB
--HG--
extra : rebase_source : e2e36bd8a6b86761fe616d7c30d8df7b661a4e09
2017-05-11 19:19:52 +08:00
Ting-Yu Lin
918033ba12
Bug 1321754 Part 2 - Update reftest and crashtest expectations for stylo. r=heycam
...
MozReview-Commit-ID: AunZ2DE209M
--HG--
extra : rebase_source : 4a091cd55581039c8d81f4db9bfbe2af8c0d0863
2017-04-28 14:53:16 +08:00
Manish Goregaokar
8854b518a1
Bug 1342596 - Update expectations for absolute length serialization ; r=manishearth
2017-04-12 14:57:20 +08:00
Wes Kocher
a7c590aa9c
Merge inbound to central, a=merge
...
MozReview-Commit-ID: KWDF34vWlBx
2017-03-14 17:18:59 -07:00
Robin Whittleton
f487838691
Bug 980223 - Crashtest.
...
MozReview-Commit-ID: C5lohXXgdXA
2017-03-14 15:25:17 +01:00
Manish Goregaokar
b427546203
Bug 1296477 - Part 4: stylo: Update test expectations; r=heycam
...
MozReview-Commit-ID: 9fff2Pme3ey
--HG--
extra : rebase_source : 99a224155a876e25c99229ae48dc4a92dd420ae2
2017-03-12 21:12:08 -07:00
Florian Quèze
9d62681259
Bug 1345253 - Use element.firstChild.remove() instead of element.removeChild(element.firstChild), r=jaws.
2017-03-08 10:17:52 +01:00
Boris Zbarsky
5f864e31c5
Reenable several crashtests that no longer crash or leak or time out with stylo. No bug, r=bzbarsky
...
MozReview-Commit-ID: 88XjZyn4mnv
2017-02-24 15:22:37 -05:00
Boris Zbarsky
96054e12cc
Bug 1324661 part 1. When recreating style contexts for elements in stylo, use the right frame (not the primary frame!) for tables. r=bholley,emilio
...
For a table, the primary frame is the table wrapper anonymous box. That
anonymous box inherits style from its _child_ table frame, which is the frame that
has the actual style for the element. So we want to use the stylo-computed
style for the table frame, and then compute an updated style for the table
wrapper too, because some things (like absolute positioning) are done for the
table wrapper anonymous box, not the table frame.
2017-02-17 14:52:39 -05:00
Cameron McCormack
90e83367ae
Bug 1334768 - stylo: Test expectation adjustments for for 2017-02-09 merge. r=me
...
MozReview-Commit-ID: AhvCAu3NYrb
2017-02-09 21:11:09 +08:00
Cameron McCormack
9c4ea5685f
Bug 1334768 - stylo: Back out 800030115d2e and 404506488cfb for being completely wrong due to bug 1334938.
...
MozReview-Commit-ID: 8CGTqmtlguT
2017-01-30 16:49:54 +08:00
Florian Quèze
bdc1ffa608
Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws.
2017-01-30 08:10:22 +01:00
Cameron McCormack
7805d4716e
Bug 1334768 - stylo: Test expectation adjustments for 2017-01-29 merge.
...
MozReview-Commit-ID: FFmvs6SHIwW
2017-01-29 15:31:56 +08:00
Cameron McCormack
c5eaaabab2
Bug 1324663 - stylo: More crashtest annotation adjustments. r=me
...
MozReview-Commit-ID: DLHMu3nmLKO
2017-01-18 15:09:00 +08:00
Florian Quèze
85611a7b6d
Bug 1331081
- script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
...
--HG--
extra : rebase_source : a22344ee1569f58f1f0a01017bfe0d46a6a14602
2017-01-17 11:50:25 +01:00
Bobby Holley
e69afdcb2e
Bug 1323671 - Reenable crashtests. r=me
2017-01-12 17:37:30 -08:00
Cameron McCormack
9f99f387ac
Bug 1324663 - stylo: Adjust expectations now that we've disabled style context tree structure assertions. r=me
...
MozReview-Commit-ID: EORVNMWW7gu
2017-01-11 20:35:12 +08:00
Bobby Holley
b32f310e62
Bug 1323649 - Reenable some crashtests. r=me
2017-01-09 11:50:23 -08:00
Cameron McCormack
d4d8ba1d5f
Bug 1324624 - stylo: Mark currently failing crashtests with asserts-if(stylo,...). r=xidorn
...
MozReview-Commit-ID: 7iiwRwiQ8s4
2016-12-21 15:42:36 +08:00
Cameron McCormack
366f6eb24d
Bug 1323892
- Disable currently crashing stylo crashtests. r=xidorn
...
MozReview-Commit-ID: 2BNjdBWdT5V
2016-12-16 18:54:41 +08:00
Robert O'Callahan
ffcca678ac
Bug 1243623. Don't skip unregistering a table part if we have a split table. r=mats
...
MozReview-Commit-ID: 2GHprw8YGsx
--HG--
extra : rebase_source : 1e81751c22f7c78e26b2838d74ec2d682f00d0a6
2016-02-10 12:18:55 +13:00
Jesse Ruderman
9ff4167bee
Bug 1223282
- Crashtest.
2015-11-16 17:32:39 +01:00
Wes Kocher
0a7442f682
Backed out changeset 5204879f21c8 (bug 1223282
) for test_value_cloning.html bustage CLOSED TREE
...
--HG--
extra : commitid : LREBAm4ifSA
2015-11-16 11:00:41 -08:00
Jesse Ruderman
1bff27f675
Bug 1223282
- Crashtest.
2015-11-16 17:32:39 +01:00
Jesse Ruderman
a838442a68
Bug 1223232 - Crashtest.
2015-11-11 22:28:53 +01:00
Ryan VanderMeulen
26dd34092c
Bug 694248 - Re-enable 691824-1.xhtml on Android.
...
--HG--
extra : rebase_source : 587af5032df5e5fc2757b2e22a2ab89ef8cbca14
extra : histedit_source : 13d16df07b7c1a69230c59427169372608391bbd
2015-11-01 07:23:24 -05:00
Ryan VanderMeulen
028dec7cc8
No bug - Various crashtest manifest cleanups.
...
--HG--
rename : dom/base/crashtests/713417.html => dom/base/crashtests/713417-1.html
rename : dom/workers/test/1158031.html => dom/workers/test/crashtests/1158031.html
rename : dom/workers/test/779707.html => dom/workers/test/crashtests/779707.html
rename : dom/workers/test/943516.html => dom/workers/test/crashtests/943516.html
rename : dom/workers/test/crashtests.list => dom/workers/test/crashtests/crashtests.list
rename : layout/generic/crashtests/812879.html => layout/generic/crashtests/812879-1.html
rename : layout/generic/crashtests/first-letter-638937.html => layout/generic/crashtests/first-letter-638937-1.html
extra : rebase_source : b9274dc6870030ed62bcee35350d566160502869
2015-10-31 19:35:27 -04:00
Ryan VanderMeulen
53972cde0c
Bug 501870 - Add crashtest.
2015-10-27 10:03:37 -04:00
Ryan VanderMeulen
78721ce532
Bug 444702 - Add crashtest.
2015-10-27 10:03:37 -04:00
Ryan VanderMeulen
f64d79cebe
Bug 420242 - Add crashtest.
2015-10-27 10:03:37 -04:00
Ryan VanderMeulen
e80e204150
Bug 410428 - Add crashtest.
2015-10-27 10:03:37 -04:00
Ryan VanderMeulen
4883d8886e
Bug 1195474 - Drop the expected number of assertions in 759249-1.html to 5.
2015-10-25 00:06:22 -04:00
Ryan VanderMeulen
47217eaaec
Bug 1195474 - Annotate 759249-1.html and 415394-1.xhtml as asserting in e10s mode. a=me
...
--HG--
extra : amend_source : 6f6f04e2566e9e74bad340ceb9238566e3a55f5e
2015-08-17 15:48:20 -04:00
Boris Zbarsky
786a11f445
Bug 1183896. Don't assume that relatively positioned table cells actually have positioned offsets computed, because in the case of position:sticky they don't. r=dholbert
2015-07-16 17:53:52 -04:00
Bernd
b92a6ee0e0
Bug 563009 - crashtests.
2014-11-23 15:09:51 +00:00
Martijn Wargers
aac7a2ed74
Bug 373400 - crashtests.
2014-11-02 22:47:00 +00:00
Jesse Ruderman
20881701cb
Bug 370710 - crashtest.
2014-11-02 22:47:00 +00:00
Seth Fowler
ba1aceec73
Bug 1027611 (Part 2) - Crashtest. r=bz
...
--HG--
extra : rebase_source : e1ce347dd019cf4e7a538a3f7a42a8409f7d644a
2014-07-03 10:55:37 -07:00