Commit Graph

6467 Commits

Author SHA1 Message Date
Mats Palmgren
91532abbc2 Bug 1266131 part 1 - [css-grid] 'order' doesn't apply to grid-aligned abs.pos. descendants (anymore). r=dholbert 2016-04-25 18:43:04 +02:00
Mats Palmgren
adbc189b42 Bug 1264067 - [css-grid] Update tests that use 'fr' min-sizing. 2016-04-25 18:43:04 +02:00
Sotaro Ikeda
62df9daebb Bug 1261605 - Extend fuzz r=mstange 2016-04-24 18:17:19 -07:00
Sebastian Hengst
c108701a85 Backed out changeset 68442febc36c (bug 1160200) for almost permafailing added test apng-mime/test.html Android 4.3 API15+ opt. r=backout 2016-04-23 22:33:26 +02:00
Jeremy Chen
51c6f6da30 Bug 1248708 - Part3: add reftests. r=jfkthame 2016-04-23 01:40:38 +08:00
David Newton
f44103a43f Bug 1160200 - APNG can't be used with type switching. r=mcaceres,r=jrmuizel 2016-04-20 23:57:00 +02:00
Xidorn Quan
1f5f8a54d0 Bug 1260543 - Treat currentcolor as computed value which is not interpolatable with actual color for text-emphasis-color and -webkit-text-fill-color. r=birtles
MozReview-Commit-ID: GUXEDHxOdNC

--HG--
extra : rebase_source : 83f47535dc6f5a1f5fe72f60ba4877ec9a16a6df
2016-04-08 13:43:09 +10:00
Xidorn Quan
a6096a3c0b Bug 1097499 part 15 - Add reftests for text-combine-upright. r=jfkthame
MozReview-Commit-ID: 2PhaUnUMF5l

--HG--
extra : source : 407f4b5e701aa1aab7830dd3298ead2b37b349bf
2016-04-22 09:18:41 +10:00
Bobby Holley
1c7f68df06 Bug 1258017 - Cleanup fixes for trunk. r=me 2016-04-21 13:56:40 -07:00
Ryan VanderMeulen
3dd4cb9db8 Bug 1265913 - Re-add fuzz needed for D2D that was removed in the previous patch. r=me 2016-04-21 12:47:08 -04:00
Mason Chang
09c83c61bd Bug 1260454 Part 2. Reftest updates for skia OS X due to grayscale AA font smoothing. r=lsalzman 2016-04-21 08:45:17 -07:00
Mats Palmgren
51f6396852 Bug 1266250 part 2 - [css-grid] Resurrect the 'grid-template' shorthand (backs out bug 1253529). 2016-04-21 16:18:34 +02:00
Ryan VanderMeulen
ac47e07f5a Bug 1265913 - Add some fuzz to the 456219-1 reftests. rs=mstange
--HG--
extra : rebase_source : d41c9faef288b83b19602c579f670b6daa87ca80
2016-04-21 10:08:02 -04:00
Daniel Holbert
21ed32cfe9 Bug 1262049 part 6: Add reftest for -webkit-box-direction. (no review)
MozReview-Commit-ID: 1UfJetSgLb
2016-04-20 16:43:40 -07:00
Daniel Holbert
23f714b1cd Bug 1262049 part 5: Honor -webkit-box-orient & -webkit-box-direction when determining axes for a -webkit-box flexbox. r=mats
MozReview-Commit-ID: BG93ObYPjUg
2016-04-20 16:43:24 -07:00
Daniel Holbert
dfb1c4c768 Bug 1262049 part 1: Back out bug 1208344 in its entirety, and mark -webkit-box-orient:vertical reftests as failing (for now). (no review)
This patch backs out changeset range 1f1884449dd4:0b5ed5e4a395 (all of the patches for bug 1208344) -- i.e. it backs out our support for "-webkit-box-orient".  This patch also adds "fails" annotations to two reftests that depend on that feature, to reflect reality that these tests are now expected to fail (for the moment).

MozReview-Commit-ID: F8zGGg8R0Rn
2016-04-20 16:43:24 -07:00
Mats Palmgren
fd41a201a0 Bug 1265001 part 2 - Add some tests with uppercase N in An+B. 2016-04-19 22:12:16 +02:00
Andrew Lawson
bf1dc41f5f Bug 1262744 - Add '<!DOCTYPE html>' declaration to all MathML HTML tests (excludes XHTML). r=fred 2016-04-14 13:23:11 -04:00
CJKu
346962e281 Bug 1231643 - Part 2. Enable mask-composite reftest; r=dbaron
MozReview-Commit-ID: J5ruSOg9K80

--HG--
extra : rebase_source : f859a5d774f332bcd0e6d71687dc8129d21efdb3
2016-04-19 10:55:32 +08:00
Markus Stange
2e917fb8fa Bug 1236043 - Adjust reftests and reftest annotations for new invalid region simplification. r=jrmuizel
Make the test_transformed_scrolling_repaints* tests taller so that the top and the bottom of the scrolled area don't share the same tile.
Fuzz layout/reftests/text/wordwrap-03.html on Linux because the native textbox gradient is painted in a slightly different position depending on the invalid area.
Mark layout/reftests/forms/select/out-of-bounds-selectedindex.html as fuzzy on Android because some listbox rounded corner pixel differs with the new invalidation behavior.
Mark layout/reftests/bugs/456219-1c.html as fuzzy on Linux, reasons unknown. :-(
Disable flexbox-widget-flex-items-3.html because of bad file input drawing on Linux, see bug 1260965.

MozReview-Commit-ID: B5c1a8D0G8F

--HG--
extra : rebase_source : 3e281d035831c77246d0e439246fdab9395dc884
2016-04-18 14:18:44 -04:00
Ting-Yu Lin
97ce0e7053 Bug 1245036 Part 2 - Add columns test case for <summary> element. r=bz
After bug 1258657 landed, summary element is rendered by nsBlockFrame,
so it supports css columns for free.

MozReview-Commit-ID: 2RPSYk81BHy

--HG--
extra : rebase_source : 9b8e2be476319d938cfd06e876c68a18f8995bce
2016-04-15 12:21:04 +08:00
Ting-Yu Lin
37c647743c Bug 1245036 Part 1 - Use default-preferences in details and summary reftest.list. r=bz
Turn on the pref at once instead of duplicating the line in every single
tests.

MozReview-Commit-ID: L8cf2mVxfF1

--HG--
extra : rebase_source : 7992753cd178dc652fa76b2fa3d4877e4104b0eb
2016-04-15 12:21:04 +08:00
Mats Palmgren
cd5c1fd4e6 Bug 1264607 part 2 - Reftests for grid track sizing involving percent. 2016-04-16 18:16:25 +02:00
Astley Chen
379d4f965b Bug 1243675 - Part 6. Add mask-size property reftest. r=dbaron
MozReview-Commit-ID: AKYv1z4rBCV
2016-04-15 12:07:14 +08:00
Astley Chen
866b7b078c Bug 1243675 - Part 5. Add mask-origin property reftest. r=dbaron
MozReview-Commit-ID: AL2J2USBJmA
2016-04-15 12:06:12 +08:00
Astley Chen
5b939ccbff Bug 1243675 - Part 4. Add mask-repeat property reftest. r=dbaron
MozReview-Commit-ID: 7DO9BmHhx8A
2016-04-02 09:33:26 +08:00
Astley Chen
ef2ad5e844 Bug 1243675 - Part 3. Add mask-position property reftest. r=dbaron
MozReview-Commit-ID: 5ViQaPZ5BI
2016-04-02 09:33:26 +08:00
Astley Chen
66ebeef592 Bug 1243675 - Part 2. Add mask-clip property reftest. r=dbaron
MozReview-Commit-ID: 3Gva7UpBDsd
2016-04-02 09:33:26 +08:00
Astley Chen
f3e2585697 Bug 1243675 - Part 1. Add mask-image property reftest. r=dbaron
MozReview-Commit-ID: CvjgVprfoaw
2016-04-14 11:23:44 +08:00
Ting-Yu Lin
35c5e05787 Bug 1264533 - Correct the universal selector for summary to include all namespaces. r=bz
MozReview-Commit-ID: 7jtNayMA1CY

--HG--
extra : rebase_source : a1313ad90cbaefbeb8bce0c34a97e9b10663ca52
2016-04-14 14:27:52 +08:00
CJKu
003857bac9 Bug 759568 - Part 5. reftest for background-clip:text; r=dbaron
MozReview-Commit-ID: DXl7mHnTxbL
2016-04-14 16:28:07 +08:00
Xidorn Quan
e54093dea8 Bug 1258916 part 6 - Do not add CDATA wrap for ahem font style for html files. r=dbaron
MozReview-Commit-ID: 2O1EDfVnIZ0

--HG--
extra : rebase_source : f7319874041429a590ed823c4bd98a1c04c963ee
2016-03-29 11:18:19 +11:00
Xidorn Quan
fa4aed9999 Bug 1258916 part 5 - Make failures.list more general (include <failure-type> and allow path pattern), and merge skip.list into it. r=dbaron
MozReview-Commit-ID: L91CnB1cnxZ

--HG--
extra : rebase_source : 9489b25f5b142aceef8fd3863674bb63625ac75c
2016-03-24 10:18:26 +08:00
Xidorn Quan
7b851bb435 Bug 1258916 part 4 - Simplify code for skipping dir when populating test files. r=dbaron
MozReview-Commit-ID: CXDyfTAn5qv

--HG--
extra : rebase_source : 36b6484806b42a44a80ed7a395856507cb924876
2016-03-23 18:51:09 +08:00
Xidorn Quan
dcdd6d93b9 Bug 1258916 part 3 - Skip rather than throw when replacing a file with an identical one. r=dbaron
MozReview-Commit-ID: DJi5NzYlTQw

--HG--
extra : rebase_source : 5a7da2a77c7188620b153adf38a90c0c8fabe0ba
2016-03-24 09:48:05 +08:00
Xidorn Quan
df833488e0 Bug 1258916 part 2 - Update existing tests. r=dbaron
MozReview-Commit-ID: 93oKaNLu5OF

--HG--
extra : rebase_source : f66bac4e7a794c68a630d84c1cf30751f2b0eea0
2016-03-25 15:43:34 +08:00
Xidorn Quan
ee0d9e2748 Bug 1258916 part 1 - Ensure files are written with unix line ending. r=dbaron
MozReview-Commit-ID: 3TzcUyvVTyp

--HG--
extra : rebase_source : 6ec18f9b0404fb6c3b203d57cee5e34ba31f5194
2016-03-23 18:00:39 +08:00
Carsten "Tomcat" Book
43b8eb0c02 Backed out changeset 0f2774126dbf (bug 759568) 2016-04-14 08:57:36 +02:00
CJKu
7bae5b75fe Bug 759568 - Part 5. reftest for background-clip:text; r=dbaron
MozReview-Commit-ID: DXl7mHnTxbL
2016-04-14 12:45:39 +08:00
Mats Palmgren
e004bbd2dc Bug 645647 part 2 - Reftests. 2016-04-14 01:32:12 +02:00
Markus Stange
83416e4345 Bug 1264092 - Don't use scrollingElement in this reftest. r=kats
MozReview-Commit-ID: JqbgIkmnH3h

--HG--
extra : rebase_source : 3a5d123954e8a898bda16b8f37b340d7d47fa343
2016-04-13 13:33:23 -04:00
Aryeh Gregor
d7620bcfda Bug 1213670 follow-up - Re-add mistakenly removed line; rs=Ms2ger 2016-04-13 15:33:49 +03:00
Aryeh Gregor
1b51264c4c Bug 1213670 - Remove dom/imptests/ that aren't likely to be platform-specific; r=jgraham
These are all duplicated in testing/web-platform/, so the only reason to
keep them is that web-platform-tests don't yet run on every platform
that mochitests do.  But they get in the way, so let's remove the ones
that are relatively unlikely to be platform-specific.
2016-04-13 15:21:13 +03:00
Ting-Yu Lin
7379c19c84 Bug 1258657 Part 1 - Change summary default style to "display: list-item" to match html spec. r=bz
Per html spec, the disclosure triangle can be generated via "display:
list-item", I removed the code to generate the triangle in
SummaryFrame::SetInitialChildList(). That is, when a web page set
"display: block" to the summary, the triangle will disappear, too.

Now SummaryFrame does nothing and is going to be removed in Part 2.

Also summary element should not increment the counter as hinted as
"counter-increment: list-item 0" in the spec. Hence the change in
nsBlockFrame::RenumberListsFor().

The rendering hint in html spec:
https://html.spec.whatwg.org/multipage/rendering.html#the-details-and-summary-elements

MozReview-Commit-ID: DELGYFe3zGX

--HG--
rename : layout/reftests/details-summary/open-summary-block-style.html => layout/reftests/details-summary/open-summary-block-style-ref.html
extra : rebase_source : 4bd5493fb6a1108eea31aef1d89f563f781b753f
2016-04-13 13:34:14 +08:00
Carsten "Tomcat" Book
ce73bfd888 Backed out changeset aa8227ba76e0 (bug 1231643) 2016-04-13 08:56:15 +02:00
CJKu
58939276f4 Bug 1231643 - Part 2. Enable mask-composite reftest; r=dbaron
MozReview-Commit-ID: Bc3f66DYsSK
2016-04-13 12:25:24 +08:00
Sebastian Hengst
5599b7b650 Backed out changeset ed273f47cb75 (bug 759568) 2016-04-12 17:55:20 +02:00
CJKu
77b503194c Bug 759568 - Part 5. reftest for background-clip:text; r=dbaron
MozReview-Commit-ID: DXl7mHnTxbL
2016-04-12 21:58:23 +08:00
Ryan VanderMeulen
f04016f38f Bug 1248913 - Add some fuzz to background-blend-mode-1.html for Windows D2D with e10s enabled. r=me
--HG--
extra : rebase_source : be912f7b0a726028a624fb4f4c36334d34517468
2016-04-06 12:12:47 -04:00
Matt Woodrow
d74b963f8f Bug 1258313 - Add test for snapping transforms with perspective. r=jrmuizel
--HG--
extra : rebase_source : ce31b41a05ef2eeeedfe10bbdb65712c0f623b50
2016-04-06 15:29:23 +12:00