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

548 Коммитов

Автор SHA1 Сообщение Дата
Kartikaya Gupta 4233ee5fec Merge m-c to graphics
MozReview-Commit-ID: E0Sr26LKcZx
2016-12-21 10:16:15 -05:00
Jeremy Chen 295f4e8a59 Bug 1316482 - disable CSS Text 3 reftests on Windows7 debug build. r=jfkthame
MozReview-Commit-ID: FzxkhW8DoXf

--HG--
extra : rebase_source : 26d1ab638e0ad14f6f053f58e5d491ccf2c60f63
2017-01-12 09:27:02 +08:00
Jeremy Chen 5451906dea Bug 1316482 - add reftests part 2. r=jfkthame
These tests are for testing different combinations of characters at two sides of
a segment break.

A script, generate-segment-break-rule-tests.py, is used to help generate the tests.

MozReview-Commit-ID: Lh1w5ZDQfN1

--HG--
extra : rebase_source : c8b53b1c8d18c9d442867a080ed61497620f6f46
2017-01-12 09:27:02 +08:00
Jeremy Chen b07f917d78 Bug 1316482 - add reftests part 1. r=jfkthame
These tests are for testing different sequence of segment break(s) / white spaces
/ zero-width spaces between two CJK strings.

MozReview-Commit-ID: C1sCgrynu5f

--HG--
extra : rebase_source : 6f4eba0c4e91647ee3574ceb65abb5c0ad088409
2017-01-12 09:27:01 +08:00
Mats Palmgren 888ef8dd4c Bug 1313811 - [css-flexbox] Tweak reftests due to change in baseline alignment of empty flex containers in inline-level alignment context. 2016-12-20 23:56:34 +01:00
Kartikaya Gupta 7b465d5ffe Bug 1324679 - Mark various reftests as passing. r=gfx?
162 reftests that were previously failing are now passing, and one that was
previously passing is now failing. Sounds like a good tradeoff.

MozReview-Commit-ID: Imw9m2NcD1c
2016-12-20 09:40:28 -05:00
Kartikaya Gupta 108f572510 Merge m-c to graphics
MozReview-Commit-ID: 6ocpYm7MBCV
2016-12-19 13:35:32 -05:00
Kartikaya Gupta 44e6529919 Merge m-c to graphics
MozReview-Commit-ID: D5tvjU423oT
2016-12-16 10:23:35 -05:00
Kartikaya Gupta 694703aee5 Merge m-c to graphics
MozReview-Commit-ID: 4IBPvJvxXEM
2016-12-15 10:15:36 -05:00
Kartikaya Gupta 33e6a345a0 Bug 1322817 - Mark reftests failing on WR builds as fails-if(webrender). r=gfx?
This patch was generated using a script and failure logs from a try push, so
whitespace formatting may not be the same as a human would do. The intent is to
fix many of these failures before merging back to m-c.

MozReview-Commit-ID: Etdx9LlWkLX
2016-12-14 16:41:20 -05:00
Mason Chang b2a25208e6 Bug 1323587. Part 2: Reftest fuzzing for updated gamma and contrast. r=lsalzman 2016-12-15 18:37:38 -08:00
cku f107b85dcc Bug 1323912 - Part 6. Test cases. r=mstange
mask-opacity-1d.hmtl: vertify the change in Part 4. Before we land Part 4, the
rendering result in FF is not correct.
mask-opacity-1e.hmtl: vertify the change in Part 5.

MozReview-Commit-ID: GcbDCvr9ttF

--HG--
extra : rebase_source : 0be8c9cab639be2fda84a2a05319e25ba719ed09
2017-01-04 14:16:06 +08:00
Iris Hsiao 5757a6b248 Backed out changeset 5de8385ec973 (bug 1323912) for bustage on OSX 2017-01-04 21:46:58 -05:00
cku e7cc649f98 Bug 1323912 - Part 6. Test cases. r=mstange
mask-opacity-1d.hmtl: vertify the change in Part 4. Before we land Part 4, the
rendering result in FF is not correct.
mask-opacity-1e.hmtl: vertify the change in Part 5.

MozReview-Commit-ID: GcbDCvr9ttF

--HG--
extra : rebase_source : 842616602e1511cfebd7db5294c3937a6adb50e2
2017-01-04 14:16:06 +08:00
Mason Chang 49715dce65 Bug 1321901 - Use IDWriteFontFace::GetRecommendedRenderingMode for font rendering mode in Skia. r=lsalzman 2016-12-15 08:33:43 -08:00
Joel Maher 34ea64d612 Bug 1321707 - Intermittent w3c-css/submitted/ui3/box-sizing-replaced-001.xht skip on android/linux. r=gbrown
MozReview-Commit-ID: 1ERcAhnCt92
2017-02-06 14:32:46 -05:00
Ting-Yu Lin 8fc38f8802 Bug 1311244 Part 8 - Disable CSS shapes reftests on Windows debug builds. r=jeremychen
MozReview-Commit-ID: CEgKjbpq1zt

--HG--
extra : rebase_source : 8da06382447c03f8b64deb63c473ecc075744d0d
2017-01-10 11:31:39 +08:00
Ting-Yu Lin 2306e3b833 Bug 1311244 Part 7 - Implement shape-outside: circle(). r=dbaron
circle() allows the user to define an empty flow area, so IsEmpty() needs to
be overridden.

The flow area defined by a shape needs to be clipped to the margin-box per
https://drafts.csswg.org/css-shapes/#relation-to-box-model-and-float-behavior

In the reftests, both clip-path and shape-outside uses the same value so
that it's easier to debug visually.

Add LogicalPoint::LineRelative() because we need to convert a point's I() to
the line-axis in nsFloatManager. LineRelative() differs from I() in all
'rtl' direction per
https://drafts.csswg.org/css-writing-modes-3/#logical-to-physical

MozReview-Commit-ID: FxQaFPrEQ73

--HG--
extra : rebase_source : 0d768002a38adbded2a0caa6d3e001eaaca3313d
2017-01-06 16:36:43 +08:00
Jeremy Chen fc55f25819 Bug 1316482 followup - fix a wording tweak. comment-only, no review, DONTBUILD
MozReview-Commit-ID: 2bTTZWDsnmn

--HG--
extra : amend_source : df19d446424fc09aee09aa8f22a8db45de0d47eb
2017-01-12 18:26:08 +08:00
Shing Lyu 39ec052547 Bug 1331860 - Update reftest-stylo expectations. r=heycam
--HG--
extra : rebase_source : 2c39a745949d3dfeb369f0e1efbf4befde8535c9
2017-01-12 10:37:36 +08:00
cku a1ac3d58d1 Bug 1311270 - Part 9. Test cases for new mask-clip/mask-origin values.
MozReview-Commit-ID: 2zdh6tHXXqg

--HG--
extra : rebase_source : 166ccd5c661338f6f4d090275b486b6463fa4fc6
2016-11-25 00:10:23 +08:00
Xidorn Quan ea2da9e68b Bug 1258916 part 11 - Import CSS Writing Modes test from CSSWG test repo. r=jfkthame
MozReview-Commit-ID: LCR3xtk3Wd0

--HG--
extra : source : daf91ab168b901f37ad80c39cb9a7bcb8efe16b6
2016-12-15 00:10:08 +11:00
cku 1d2f5b0218 Bug 1330286 - Part 1. Replace CAIRO draw target by platfrom specific target. r=mstange
MozReview-Commit-ID: LPOCgUxIONb

--HG--
extra : rebase_source : 89326ea1cb5e65bc36993696c1c2feaecfc36dc5
2017-01-11 18:14:16 +08:00
Phil Ringnalda a52a0f5571 Backed out 8 changesets (bug 1311244) for OOM failures in Win7 debug R1
Backed out changeset d5411799a28f (bug 1311244)
Backed out changeset ff9c71e1dbc8 (bug 1311244)
Backed out changeset 96988ec5b81c (bug 1311244)
Backed out changeset 9d257713833a (bug 1311244)
Backed out changeset 2c33905ccb04 (bug 1311244)
Backed out changeset 20148e33d523 (bug 1311244)
Backed out changeset f36cd1532fdb (bug 1311244)
Backed out changeset 2ee4ea83a6b4 (bug 1311244)
2017-01-08 21:11:25 -08:00
Ting-Yu Lin 54c22b733c Bug 1311244 Part 7 - Implement shape-outside: circle(). r=dbaron
circle() allows the user to define an empty flow area, so IsEmpty() needs to
be overridden.

The flow area defined by a shape needs to be clipped to the margin-box per
https://drafts.csswg.org/css-shapes/#relation-to-box-model-and-float-behavior

In the reftests, both clip-path and shape-outside uses the same value so
that it's easier to debug visually.

Add LogicalPoint::LineRelative() because we need to convert a point's I() to
the line-axis in nsFloatManager. LineRelative() differs from I() in all
'rtl' direction per
https://drafts.csswg.org/css-writing-modes-3/#logical-to-physical

MozReview-Commit-ID: FxQaFPrEQ73

--HG--
extra : rebase_source : 02b4eafdff42477ef2c69d604a1650db01f954e4
2017-01-06 16:36:43 +08:00
Emilio Cobos Álvarez c662f579aa Bug 1336708: Reftest. r=dholbert
MozReview-Commit-ID: DDpc5oMXFgB
2017-02-07 21:00:54 +01:00
Joel Maher 9b70649a26 Bug 1321707 - Intermittent w3c-css/submitted/ui3/box-sizing-replaced-001.xht. fix skip-if ordering in reftest.list. r=gbrown
MozReview-Commit-ID: 8OV03VuSnD9
2017-02-08 09:02:28 -05:00
Emilio Cobos Álvarez 215c4f2815 Bug 1336708: followup. Fix author links in reftest. r=me
MozReview-Commit-ID: FZqX6zmwxEP
2017-02-08 13:48:32 +01:00
Neerja Pancholi c051e5a3b6 Bug 1295466 - Revert w3c-css/submitted/ui3/box-sizing-replaced-001.xht to remove previously added MozReftestInvalidate and add fuzzy anotation for this test r=dholbert
MozReview-Commit-ID: JuN4bWDPkK1

--HG--
extra : rebase_source : 452eab3e1dce6b39d65a71779fef17b9773a05ff
2016-11-11 14:21:13 -08:00
Xidorn Quan 5eac149d87 Bug 1258916 part 10 - Not attach HTTP directive to tests which need ahem font. r=dbaron
MozReview-Commit-ID: E4ItEEmThcC

--HG--
extra : source : 9c6424b5a452cd7244a5ff100b8d72b6fa89f49d
2016-11-28 10:13:08 +11:00
Xidorn Quan 3c31d970c0 Bug 1258916 part 9 - Optimize re.sub usage in import script. r=dbaron
This reduces the time to import by ~30% with css-writing-modes included.

MozReview-Commit-ID: JsnkRfTFnp6

--HG--
extra : source : 76731753ce13d2d9e427935112b02df2781cd44a
2016-11-28 10:13:08 +11:00
cku fd94212fce Bug 1319667 - Part 3. Test case for mask longhands on svg element. r=mstange
MozReview-Commit-ID: HF1NiNPfzQs

--HG--
extra : rebase_source : 16ad8f6db362520c7e6ecf949d8a7ed99877b3d5
2016-11-23 14:02:07 +08:00
Ting-Yu Lin ece375de5b Bug 1316549 Part 3 - Fix <shape-box> with border-radius in writing-mode. r=dbaron
The tests cases are designed based on the integer solution to the ellipse
equation (x/a)^2 + (y/b)^2 = 1, where x=36, y=32, a=60, b=40.

MozReview-Commit-ID: De2fXcb6ypP

--HG--
extra : rebase_source : a64f490ff41c020b84025266c0c255d93a158eea
2016-11-14 18:11:45 +08:00
Ting-Yu Lin 111246d956 Bug 1316549 Part 2 - Fix assertion failure: aRadiusY > 0 in FloatInfo::XInterceptAtY(). r=dbaron
We need to consider the case when only one of the four corner radius is
specified. The two reftests are added to test 'border-top-right-radius' and
'border-bottom-right-radius', respectively.

MozReview-Commit-ID: De2fXcb6ypP

--HG--
extra : rebase_source : 51da04a7a7d60d580b46d9ac8ed4bfd7e9666766
2016-11-14 18:11:45 +08:00
Botond Ballo b32f766ad0 Bug 1319892 - Turn the reftest for bug 735857 into a web platform reftest. r=mstange
MozReview-Commit-ID: FTnk8t72Wb9

--HG--
extra : rebase_source : 45f84bb4894b76715659aa1e077ae13a8d6fe269
2016-11-23 15:39:27 -05:00
Ting-Yu Lin 4829a8d951 Bug 1309467 followup - Fix link to versioned css-shapes spec. r=me
Use https://drafts.csswg.org/css-shapes-1/ per bug 1309467 comment 31.

MozReview-Commit-ID: LGErWlbw4qV
2016-11-16 11:57:29 +08:00
Ting-Yu Lin 7a0febcd1b Bug 1309467 Part 5 - Make flow area of <shape-box> values respect border-radius. r=dbaron
In GetFlowArea(), "Shrink our band's height if needed." computation was
moved to the end because we need to pass the unmodified |blockEnd| to
compute LineRight() and LineLeft().

Revamp OutsetBorderRadii() to allow negative margin to reduce the radius,
but not below zero. Also implement the cubic formula required by the spec.
https://drafts.csswg.org/css-shapes/#valdef-shape-box-margin-box

OutsetBorderRadii() is now tailored only for margin-box with border-radius,
so it might no longer be suitable for other scenarios.

MozReview-Commit-ID: HKxW7rp6sIA

--HG--
extra : rebase_source : d416433016304feefc9ed9dcd1c22f7f2f92e27e
2016-10-13 16:28:38 +08:00
Ting-Yu Lin 0bb55f9970 Bug 1309467 Part 4 - Implement <shape-box> values for shape-outside. r=dbaron
Per spec, float positioning and stacking is not affected by defining a float
area with a shape.
https://drafts.csswg.org/css-shapes/#relation-to-box-model-and-float-behavior

So all the call sites of GetFloatAvailableSpace() related to adding a
float are replaced by GetFloatAvailableSpaceForPlacingFloat().

<shape-box> with border-radius will be implemented in next part.

MozReview-Commit-ID: 1RXEeXDhdWo

--HG--
extra : rebase_source : 42cdb0c81b16168e4e30ee2261ceccb562e278cf
2016-10-12 16:06:25 +08:00
Xidorn Quan d114d37233 Bug 1267515 part 3 - Add reftest for nested ruby. r=dholbert
MozReview-Commit-ID: DVlhN3S3Vca

--HG--
extra : rebase_source : 90a9932ec9b312ac2d17e7bccf41d8158bde14b0
2016-11-10 11:05:49 +11:00
Manish Goregaokar d39e71363d Bug 1317092 - Fix metadata for logical-to-physical-mapping-001; r=dbaron
MozReview-Commit-ID: HX65RbpAVRK

--HG--
extra : rebase_source : b801722e1a373a782075f1c046aabe2b83152aec
2016-11-12 16:13:14 -08:00
Carsten "Tomcat" Book cc5d30c616 Merge mozilla-central to mozilla-inbound
--HG--
extra : rebase_source : 658b3ffdfa71afff2d44129f50e50e2fbecbd06e
2016-11-11 16:43:07 +01:00
Xidorn Quan 7d3b1f4fdb Bug 1258916 part 8 - Change most uses of 'fn' to 'srcname' to make it clearer. rs=dbaron
MozReview-Commit-ID: HxHRj2He6cw

--HG--
extra : source : 4c340c7a64ac30b4b07c312729e0b6c8db8da7df
2016-11-11 21:35:38 +11:00
Xidorn Quan 0be8f38737 Bug 1258916 part 7 - Use the directory structure from upstream repo for test and reference files. r=dbaron
MozReview-Commit-ID: E9HCyCGMtqp

--HG--
rename : layout/reftests/w3c-css/received/css-conditional-3/background-lime.html => layout/reftests/w3c-css/received/css-conditional-3/reference/background-lime.html
rename : layout/reftests/w3c-css/received/css-multicol-1/multicol-basic-ref.html => layout/reftests/w3c-css/received/css-multicol-1/reference/multicol-basic-ref.html
rename : layout/reftests/w3c-css/received/css-namespaces-3/ref-lime-1-block.xml => layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-1-block.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/ref-lime-1-generic.xml => layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-1-generic.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/ref-lime-1.xml => layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-1.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/ref-lime-2-generic.xml => layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-2-generic.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/ref-lime-2.xml => layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-2.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/ref-lime-3.xml => layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-3.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/ref-lime-5.xml => layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-5.xml
rename : layout/reftests/w3c-css/received/css-namespaces-3/ref-lime-6.xml => layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-6.xml
rename : layout/reftests/w3c-css/received/css-values-3/200-200-green.html => layout/reftests/w3c-css/received/css-values-3/reference/200-200-green.html
rename : layout/reftests/w3c-css/received/css-values-3/all-green.html => layout/reftests/w3c-css/received/css-values-3/reference/all-green.html
rename : layout/reftests/w3c-css/received/css-values-3/ch-unit-001-ref.html => layout/reftests/w3c-css/received/css-values-3/reference/ch-unit-001-ref.html
rename : layout/reftests/w3c-css/received/css-values-3/vh_not_refreshing_on_chrome-ref.html => layout/reftests/w3c-css/received/css-values-3/reference/vh_not_refreshing_on_chrome-ref.html
rename : layout/reftests/w3c-css/received/css-multicol-1/ref-filled-green-100px-square.xht => layout/reftests/w3c-css/received/reference/ref-filled-green-100px-square.xht
extra : source : f2cca58157c5bbd7cfa54af98cfe8b32bc215f7b
2016-11-11 21:35:38 +11:00
Daniel Holbert 60c50c3f43 Bug 1316762: Add fuzzy annotation for box-sizing-replaced-003.xht on linux. r=neerja
MozReview-Commit-ID: PLCAeVOvb1
2016-11-10 16:50:25 -08:00
Daniel Holbert 0bac0fe86b Bug 1269017 followup: Fix typo in <link rel="match"> reference metadata, in reftests for CSS Box Alignment of abspos grid children. (test-only)
This patch is only updating metadata inside of tests, so DONTBUILD.

MozReview-Commit-ID: DDOU4oAd64W
2016-11-10 11:25:01 -08:00
Carsten "Tomcat" Book f93282b491 Merge mozilla-central to mozilla-inbound 2016-11-10 17:08:43 +01:00
Ethan Lin 24bda82351 Bug 1315353 - Part 2: Add testcase for border-image-repeat with SVG content. r=dbaron
--HG--
extra : rebase_source : 7ed0f7e6d37cd497ba1efb3876a0ee8f342ddca4
2016-11-08 11:46:46 +08:00
Neerja Pancholi 0f13b458fc Bug 1295466 - Use MozReftestInvalidate event in box-sizing-replaced-001.xht to avoid test failure when paint delay is reduced r=mstange
MozReview-Commit-ID: IXK2WwM3mrH

--HG--
extra : rebase_source : 2e8dd60536eeb9fdf708d8e2716b49a5f83f41ac
2016-11-07 16:32:48 -08:00
Carsten "Tomcat" Book 6999313142 Merge mozilla-central to autoland 2016-11-09 16:42:13 +01:00
cku be2238288b Bug 1250490 - Part 6. Test case. r=mstange
MozReview-Commit-ID: 91Qidd0ADve

--HG--
extra : rebase_source : 2ca06137a909b76c81dacb74761f175650023687
2016-11-03 14:29:15 +08:00
Brad Werth 08105c2d98 Bug 1221524 Part 5: Add a new reftest to confirm non-alignment of baseline and last baseline flex items. r=dholbert
MozReview-Commit-ID: 4PUx9NPrmfz

--HG--
extra : rebase_source : c650c8248e88ccaf835bdd03f56dc607083fcc0d
2016-11-07 09:59:56 -08:00
Brad Werth 6ea32ae59a Bug 1221524 Part 4: Add align-items:last baseline to flexbox baseline tests. r=dholbert
MozReview-Commit-ID: 2GqXJUzV0oM

--HG--
extra : rebase_source : 7cbc0da92023224d67c44d7ef55460bb98fbc398
2016-11-07 09:46:50 -08:00
Brad Werth 0d9163aeec Bug 1221524 Part 3: Implement align-self:last baseline behavior in flex containers. r=dholbert
MozReview-Commit-ID: 7Qo7LPu74Ra

--HG--
extra : rebase_source : 81bccbf7bdb7c7e83198783514acba35a690d9f2
2016-11-07 09:53:14 -08:00
Brad Werth a7ce5670ef Bug 1221524 Part 2: Added a new reftest to check align-items:baseline against orthogonal writing modes. r=dholbert
MozReview-Commit-ID: ETZXe57ta8C

--HG--
extra : rebase_source : 2c82a2279fbcb546187f4218cd722ef8050d81b3
2016-11-01 16:22:44 -07:00
Phil Ringnalda a7bc94158c Merge m-i to m-c, a=merge
MozReview-Commit-ID: H4VKCYDq5cD

--HG--
rename : xpcom/tests/TestAutoRef.cpp => xpcom/tests/gtest/TestAutoRef.cpp
rename : xpcom/tests/TestCOMArray.cpp => xpcom/tests/gtest/TestCOMArray.cpp
rename : xpcom/tests/TestCOMPtr.cpp => xpcom/tests/gtest/TestCOMPtr.cpp
rename : xpcom/tests/TestCOMPtrEq.cpp => xpcom/tests/gtest/TestCOMPtrEq.cpp
rename : xpcom/tests/TestFile.cpp => xpcom/tests/gtest/TestFile.cpp
rename : xpcom/tests/TestHashtables.cpp => xpcom/tests/gtest/TestHashtables.cpp
rename : xpcom/tests/TestID.cpp => xpcom/tests/gtest/TestID.cpp
2016-11-05 13:36:25 -07:00
Mats Palmgren b1c4b6d89a Bug 1313254 part 2 - [css-align] Change "last-baseline" to "last baseline" in layout/ (scripted change). r=dholbert 2016-11-05 02:57:07 +01:00
Neerja Pancholi b660865a7b Bug 1306769 - Update tests from CSSWG repo and remove fails annotation for css-multicol-1/multicol-rule-color-inherit-002.xht r=dholbert
MozReview-Commit-ID: 6UL13vOQqlq

--HG--
extra : rebase_source : c8ed42eadc807ec73b5ba4fc0116ad9bea2f1930
2016-11-04 12:36:27 -07:00
Neerja Pancholi 189baba26e Bug 1314809 - Move manual changes in reftest.list made for Bug 1299435 to failures.list and re-run import-script.py r=lsalzman
MozReview-Commit-ID: G1LDnPudIPC

--HG--
extra : rebase_source : 6b0cb48931f126c0c4e5f22f3a30cd7fbf6c72d7
2016-11-02 16:36:59 -07:00
Daniel Holbert 908e4c9fef Bug 1269017 part 6 - [css-grid] Reftests for static position of abspos grid children under influence of align-self / justify-self.
MozReview-Commit-ID: EISfuA86aUw

--HG--
rename : layout/reftests/w3c-css/submitted/images3/support/colors-8x16.png => layout/reftests/w3c-css/submitted/align3/support/colors-8x16.png
2016-11-08 16:30:00 -08:00
Manish Goregaokar e765ae5d96 Bug 1316172 - Add a reftest for logical properties; r=dbaron
MozReview-Commit-ID: J9PZVBoK0Fg

--HG--
extra : rebase_source : 9df60509e5c0e19a857dafed538a34444912e77b
2016-11-08 15:03:08 -08:00
Neerja Pancholi 227a628c4b Bug 1313772 - Add fuzzy annotation for box-sizing-replaced-002.xht in reftest.list. r=mstange
MozReview-Commit-ID: 6mDKFiWzhbA

--HG--
extra : histedit_source : 83a065d5ab189677d47eff283ec9cbe714154df2
2016-10-28 14:26:23 -07:00
Daniel Holbert 5e2f87bff5 Bug 1269046 part 11: Add reftests for CSS Alignment of absolutely positioned flex children.
MozReview-Commit-ID: FpWhqZdyvBr
2016-10-31 08:59:40 -07:00
Daniel Holbert 3903256ea3 Bug 1269045 part 3: Stop wrapping placeholder frames in anonymous flex items. r=mats
This patch also:
 * Removes some now-unnecessary code from nsFlexContainerFrame, which was for jumping from wrapped-placeholders to their out-of-flow frames (for DOM comparisons). This code is now unnecessary because placeholders won't be wrapped anymore.
 * Updates some reftests with abspos content to match the updated spec's expectations, with one marked as "fails" for the time being (until bug 1269046 implements css box alignment, which we need to render that test correctly).

MozReview-Commit-ID: 8canWfXk6Kf
2016-10-31 08:58:17 -07:00
Phil Ringnalda c38078f6a2 Backed out 12 changesets (bug 1269045, bug 1269046) as the most likely cause of Windows build bustage
CLOSED TREE

Backed out changeset 16db55b642a9 (bug 1269046)
Backed out changeset a0008dd33cf4 (bug 1269046)
Backed out changeset 75b58c4e61e6 (bug 1269046)
Backed out changeset fb7655f3e1cf (bug 1269046)
Backed out changeset 8088e5a9e6e3 (bug 1269046)
Backed out changeset eea6479452f0 (bug 1269046)
Backed out changeset eb4b52bf06ec (bug 1269046)
Backed out changeset 539db74e4a88 (bug 1269046)
Backed out changeset f57f9ac1435e (bug 1269045)
Backed out changeset 2162d5c9fb54 (bug 1269045)
Backed out changeset 7aa8199183fc (bug 1269045)
Backed out changeset 86a391e3e163 (bug 1269045)

MozReview-Commit-ID: HYL7Bh8l02E
2016-10-27 21:59:00 -07:00
Phil Ringnalda b6eec64324 Merge m-c to a CLOSED TREE m-i
MozReview-Commit-ID: 2JxLeQ8GYIX
2016-10-27 20:36:38 -07:00
Daniel Holbert 9ee886a560 Bug 1269046 part 8: Add reftests for CSS Alignment of absolutely positioned flex children.
MozReview-Commit-ID: FpWhqZdyvBr
2016-10-27 18:58:27 -07:00
Daniel Holbert 5b242f67d2 Bug 1269045 part 3: Stop wrapping placeholder frames in anonymous flex items. r=mats
This patch also:
 * Removes some now-unnecessary code from nsFlexContainerFrame, which was for jumping from wrapped-placeholders to their out-of-flow frames (for DOM comparisons). This code is now unnecessary because placeholders won't be wrapped anymore.
 * Updates some reftests with abspos content to match the updated spec's expectations, with one marked as "fails" for the time being (until bug 1269046 implements css box alignment, which we need to render that test correctly).

MozReview-Commit-ID: 8canWfXk6Kf
2016-10-27 18:58:26 -07:00
Daniel Holbert 102593667f Bug 1313421 part 3: Extend single-flex-item reftest to test scenario with abspos child before flex item.
(This modified testcase fails unless we have both this bug's patches and bug 1269045's patches, and it's annotated accordingly.)

MozReview-Commit-ID: 76ky8OIpV3a
2016-10-27 18:56:49 -07:00
cku df1be83258 Bug 1308963 - Part 4. Correct initial value of mask-position in property_database.js r=xidorn
MozReview-Commit-ID: 9BUNMX8zw5r

--HG--
extra : rebase_source : 724c6061b7c456cf439c27c52a19ac4f478a5f8a
2016-10-13 23:25:00 +08:00
cku 97f3d4a519 Bug 1308963 - Part 2. Correct initial value of mask-repeat in property_database.js. r=xidorn
MozReview-Commit-ID: KJOZppT48xS

--HG--
extra : rebase_source : de70784ba77ccc8efd4d255d3a7fc7c97f39ac59
2016-10-13 23:04:55 +08:00
Lee Salzman a352fb08e0 Bug 1299435 - part 5 - adjust fuzz for Skia m55 update. r=mchang
MozReview-Commit-ID: I58xWEmBARK
2016-10-24 22:41:53 -04:00
Wes Kocher 951194ee45 Backed out 6 changesets (bug 1299435) for windows reftest failures a=backout
Backed out changeset 0d587a1cab8f (bug 1299435)
Backed out changeset 3ab9d3cb13aa (bug 1299435)
Backed out changeset 1ed742f88f49 (bug 1299435)
Backed out changeset 51ad497c7ac2 (bug 1299435)
Backed out changeset 06ca6acef0a2 (bug 1299435)
Backed out changeset ebd4625e101a (bug 1299435)

--HG--
rename : gfx/skia/skia/src/animator/SkCondensedDebug.inc => gfx/skia/skia/src/animator/SkCondensedDebug.cpp
rename : gfx/skia/skia/src/animator/SkCondensedRelease.inc => gfx/skia/skia/src/animator/SkCondensedRelease.cpp
2016-10-24 16:45:46 -07:00
Lee Salzman af0242407d Bug 1299435 - part 5 - adjust fuzz for Skia m55 update. r=mchang
MozReview-Commit-ID: I58xWEmBARK
2016-10-24 15:22:28 -04:00
JerryShih 98247421f3 Bug 1295456 - add the versioned spec link for css-color-4 reftest. r=dholbert
MozReview-Commit-ID: LPEdcod1roQ
2016-10-18 14:14:35 -07:00
Carsten "Tomcat" Book d6850a3a86 merge mozilla-inbound to mozilla-central a=merge 2016-10-17 11:19:02 +02:00
JerryShih d2351f91bd Bug 1295456 - Add tests for css-color-4 color function changes. r=dholbert
MozReview-Commit-ID: 61aMI3ZkLGi

--HG--
extra : rebase_source : bfbfdc7a8dd1a9a7b86358fb3e855bcc1ce78422
extra : histedit_source : 0703740a5fd9248b43fa78c2aff85832740bd42c
2016-10-16 03:15:36 +08:00
Brad Werth 7ca77325f6 Bug 1235922 Part 5: Extend flexbox "align-content" reftests to test new "space-evenly" value. r=mats
MozReview-Commit-ID: BtQUxkAr0nH

--HG--
extra : rebase_source : 8b6462a2c8b3d3e00006464539803815f1fbd230
2016-10-15 12:25:23 -07:00
Daniel Holbert 9b5c1b9026 Bug 1235922 Part 3: Extend flexbox "justify-content" reftests to test new "space-evenly" value. r=mats
MozReview-Commit-ID: JrUdzG5gWTU

--HG--
extra : rebase_source : 19ac9501b783ca13a023e4210f23d4b4788c9cd5
2016-10-11 14:30:13 -07:00
cku 56d8d2bba8 Bug 1310171 - Correct svg x/y/width/height unit in svg mask test cases. r=mstange
MozReview-Commit-ID: JbwP2BxFxcU

--HG--
extra : rebase_source : dd01332e971d9e083ac93f2dfa30f5fe0dfd0c7f
2016-10-14 20:54:47 +08:00
L. David Baron 562f8f0223 Update links pointing to my personal website (http -> https). No bug.
(Patch written entirely using a single sed command,
's,http://dbaron.org,https://dbaron.org,g' .)

MozReview-Commit-ID: 12JARDNn8H4
2016-10-13 11:41:51 -07:00
Daniel Holbert 5ea7b37dd6 Bug 1090031: Apply CSS 'align-content' in flex containers if they *could* wrap (rather than if they *have* wrapped). r=mats
The spec says that single-line flex containers should stretch their one flex
line to the flex container's cross size, and should ignore 'align-content'.

Initially, the spec defined 'single-line' to include any flex container that
happens to have only 1 line (even if it's got 'flex-wrap:wrap' or
'wrap-reverse'). But later, the term 'single-line' was intentionally redefined
to *only* include flex containers that have 'flex-wrap: nowrap'.  So, instead
of checking the line-count, we should instead check 'flex-wrap', when deciding
whether to stretch our one line & ignore 'align-content'.


MozReview-Commit-ID: D2ZMIBS16ui

--HG--
extra : rebase_source : 835a64e0f9cdaa375f8e57f55ffe5b011525cbeb
2016-10-12 09:04:03 -07:00
Wes Kocher 5c9e53976d Backed out changeset 37e0c017b268 (bug 1090031) for reftest failures a=backout 2016-10-12 14:46:23 -07:00
Daniel Holbert 7c6df4e0a1 Bug 1090031: Apply CSS 'align-content' in flex containers if they *could* wrap (rather than if they *have* wrapped). r=mats
The spec says that single-line flex containers should stretch their one flex
line to the flex container's cross size, and should ignore 'align-content'.

Initially, the spec defined 'single-line' to include any flex container that
happens to have only 1 line (even if it's got 'flex-wrap:wrap' or
'wrap-reverse'). But later, the term 'single-line' was intentionally redefined
to *only* include flex containers that have 'flex-wrap: nowrap'.  So, instead
of checking the line-count, we should instead check 'flex-wrap', when deciding
whether to stretch our one line & ignore 'align-content'.


MozReview-Commit-ID: D2ZMIBS16ui

--HG--
extra : rebase_source : c600a80b96df3c937f2a56a5e0ed1825750234e0
2016-10-12 09:04:03 -07:00
Brad Werth 14983768db Bug 1221565 Part 9: flexbox-align-self-vert-rtl-001 reftest updated. r=dholbert
MozReview-Commit-ID: 378WLwNg25J

--HG--
extra : rebase_source : 6ed8f65b292afc5e8aa6448b2d9e904509a24aa6
2016-10-10 13:10:59 -07:00
Brad Werth 0f66969dcb Bug 1221565 Part 8: flexbox-align-self-vert-001 reftest updated. r=dholbert
MozReview-Commit-ID: 3bSo61dj2Wl

--HG--
extra : rebase_source : b3e543572e664848f9b4495b51e2fa1e3dd33712
2016-10-10 13:08:17 -07:00
Brad Werth c5cebe8107 Bug 1221565 Part 7: flexbox-align-self-horiz-001 reftest updated. r=dholbert
MozReview-Commit-ID: 9Nw0Apd7aBa

--HG--
extra : rebase_source : 7fe51e0d6d5aa44087b99564fc3e036e51c23384
2016-10-10 13:04:25 -07:00
Brad Werth b61d744440 Bug 1221565 Part 6: flexbox-justify-content-vert-* reftests updated. r=dholbert
MozReview-Commit-ID: 7r8DaFEcHS5

--HG--
extra : rebase_source : 6c9ddd2d9d15057c7c0bd8d764fea9c648c84f0a
2016-10-07 15:48:00 -07:00
Brad Werth f214df0e92 Bug 1221565 Part 5: flexbox-justify-content-horiz-* reftests updated. r=dholbert
MozReview-Commit-ID: 1UJbl4IrRrF

--HG--
extra : rebase_source : f78a036d795233f20374345723422d66e9b9ef83
2016-10-07 15:09:06 -07:00
Brad Werth a9ff6004c5 Bug 1221565 Part 4: flexbox-align-content-vert-* reftests updated. r=dholbert
MozReview-Commit-ID: 7UnyW10aIZX

--HG--
extra : rebase_source : de940cb633215225360a7212432389c5d7cfe4a9
2016-10-07 14:40:35 -07:00
Brad Werth a52aeb6a30 Bug 1221565 Part 3: flexbox-align-content-horiz-* reftests updated. r=dholbert
MozReview-Commit-ID: FxMhdUz2yAB

--HG--
extra : rebase_source : 00a3e4f8486a8aff0e568a4387fc937e6a756380
2016-10-07 14:18:33 -07:00
Sebastian Hengst 0e06ca15e4 Bug 1307332 - Remove B2G and Mulet annotations from reftest.list: layout/reftests/w3c-css. r=dholbert
MozReview-Commit-ID: 3KThqub5vkG
2016-10-09 09:51:34 +02:00
Ryan VanderMeulen 968a071202 Bug 1007702 - Tweak the reftest annotations to account for Windows 10 with Skia.
--HG--
extra : rebase_source : 68098ecebfe2f7ef559a37aeb0f8b8529f40151f
extra : histedit_source : 1e54d2338570ff2f2ed7bc51f4fa0a0f3d71e29a
2016-10-06 17:09:22 -04:00
Neerja Pancholi 6a506eb3fc Bug 1295261 - Changed failures.list and reran import script after applying fix for import-tests.py (Bug 1299012) r=dbaron
MozReview-Commit-ID: EhrowJo0sZT

--HG--
extra : rebase_source : 069cab8b0a592a115eebb4f0d84e7633ac844529
2016-09-01 22:39:53 -07:00
Neerja Pancholi 2d3708b70e Bug 1295261 - Reimport multicol tests after applying fix for import-tests.py (Bug 1299012) r=dbaron
MozReview-Commit-ID: GcwFP4K9LKo

--HG--
extra : rebase_source : 00184d5cfa62cd9d002f748b00c9032a84f1a80f
2016-08-31 17:49:04 -07:00
Neerja Pancholi 01fab11d61 Bug 1295261 - Changed failures.list and reran import script for multicol tests. r=dbaron
MozReview-Commit-ID: H3eRaBgINhH

--HG--
extra : rebase_source : 74aafe0c947c5cdf392266f4864c69e26753efb0
2016-08-24 15:12:57 -07:00
Neerja Pancholi 994827ece9 Bug 1295261 - Added importing of multicol tests from CSSWG with py script and checking in these new tests + script r=dbaron
MozReview-Commit-ID: FVb6n0sa761

--HG--
extra : rebase_source : 05a27a5439c45669746de69b3cdcd7e2e17a4dc1
2016-08-15 15:55:20 -07:00
cku 4919fc2b25 Bug 1279409 - Part 3. Fix incorrect ref filename. r=me
MozReview-Commit-ID: 97Efdtntq6h

--HG--
extra : rebase_source : b62e187d1bac313290120289dee37f0e58e98453
extra : amend_source : 48108a28ede988eed1cbe0ef8fd67c213726ac77
2016-10-02 03:29:44 +08:00
Carsten "Tomcat" Book ba54333ac2 Merge mozilla-central to autoland 2016-09-30 12:11:06 +02:00
cku 68ce018b98 Bug 1302779 - Part 2. Test case. r=heycam
MozReview-Commit-ID: 3TJMIWdZJrx

--HG--
extra : rebase_source : 47602208160bd36e414b8ddba316c0dab48da3f5
2016-09-20 14:44:05 +08:00
Xidorn Quan 06f96532fc Bug 1306283 - Remove unused stylesheet link in a reftest. DONTBUILD
MozReview-Commit-ID: 3BOuLYLJiuc
2016-09-30 11:40:48 +10:00
Neerja Pancholi 4b55520af4 Bug 1299012 - Fix import-tests.py to avoid breaking three multicol reftests r=dbaron
MozReview-Commit-ID: 7g3ckcE2rnx

--HG--
extra : rebase_source : 7e8257d9d6c8c9912a4b3c715ab9c02c55f21662
2016-08-31 17:40:11 -07:00
cku 6713249398 Bug 1279409 - Part 2. Reftest for clip-path with mix-blend-mode.
MozReview-Commit-ID: 86Bfr7zW5H2

--HG--
extra : rebase_source : 746bab5a84186d2c1ca3c046960d62e31a2defcb
2016-09-29 14:10:45 +08:00
cku ae1b4eb085 Bug 1304011 - Part 5. Test case. r=mstange
MozReview-Commit-ID: HSZiLRZKtKO

--HG--
extra : rebase_source : c9e8fa93b4ecbb28b16966c29a6bfdca25c3fb40
2016-09-21 15:30:40 +08:00
Ethan Lin 0bca760203 Bug 1304655 - Fix the content of rel="match" in focus-within testcase; r=xidorn
MozReview-Commit-ID: f2UEetHgqb
2016-09-22 19:34:01 +05:30
Carsten "Tomcat" Book 17d545681a Merge mozilla-central to mozilla-inbound 2016-09-20 12:02:20 +02:00
Manish Goregaokar fe560e754d Bug 1303920 - Update stylo reftest list; r=heycam
MozReview-Commit-ID: 6fKFLbTL2gW

--HG--
extra : rebase_source : bf87e02799dc530b7d26b2040071ecd8213d36df
2016-09-19 20:20:03 +05:30
Ethan Lin 930d6d33f6 Bug 1176997 - Part3. Add more reftest for focus-within. r=xidorn 2016-09-09 00:46:00 +02:00
Ethan Lin a8d370325e Bug 1176997 - Part2. Import w3c reftest. r=xidorn 2016-09-07 23:37:00 +02:00
Manish Goregaokar 63e75ca24b Bug 1302993 - Mark more expectations for stylo tests, make reftest-stylo green; r=heycam
MozReview-Commit-ID: 9rKqASXgKZH

--HG--
extra : rebase_source : ea4d2cdc5623673827676e52d255c8b6fa34f7dd
2016-09-12 19:18:10 +05:30
Shing Lyu 74414dd285 Bug 1302993 - Update some stylo reftest expectations; r=heycam
MozReview-Commit-ID: 5UUDlAUfBYP

--HG--
extra : rebase_source : c8aff1382e492bc07c59becc697abfb4f7bd8f95
2016-09-12 11:05:21 +05:30
Ting-Yu Lin 4ecdeeb2ad Bug 1297097 Part 1 - Remove preference "layout.css.vertical-text.enabled" in test files. r=jfkthame
MozReview-Commit-ID: LCegChkryHj

--HG--
extra : rebase_source : a491cbf457ebb4abaf7db18adea69393ac9cf3bd
2016-08-23 13:55:16 +08:00
Emilio Cobos Álvarez 9c1924155f Bug 1300374: Reftest for child-indexed selectors matching the root element. r=heycam
MozReview-Commit-ID: EPb2udKbEKJ

--HG--
extra : rebase_source : fc83c9782eccdbc125715c2a6ebab63eb912aab6
2016-09-14 17:18:06 -07:00
Mason Chang cdb3b318be Bug 1302225 - Backout skia windows. r=me 2016-09-13 08:05:49 -07:00
Shing Lyu db11558e50 Bug 1288350 - Temporary reftest list for Stylo vs Gecko test r=heycam,manishearth
--HG--
extra : rebase_source : 4772418bd2813d4e79643a833eb09e47fe893d84
2016-09-05 11:45:39 +08:00
cku 0bce594d89 Bug 1300401 - Part 3. Reftest for combining mask, filter and opacity. r=mstange
MozReview-Commit-ID: Ae1HLGHKpuJ

--HG--
extra : rebase_source : d94a2e0348611036698713b1d09d2bbc90a99bc0
2016-09-06 18:14:55 +08:00
cku 0f349efc03 Bug 1289011 - Part 5. refetst for reference box. r=heycam
MozReview-Commit-ID: GnDA3cqO3QL

--HG--
extra : rebase_source : cd441586186adce38d8be26db30bc8f13370f0e6
2016-09-02 01:20:22 +08:00
Phil Ringnalda 51211ec1af Backed out 9 changesets (bug 1289011) for Android failures in select-fieldset-legend-4.html
Backed out changeset 296f8c0b77e1 (bug 1289011)
Backed out changeset 869997798534 (bug 1289011)
Backed out changeset 3f1f0bc8c878 (bug 1289011)
Backed out changeset b3da5e487c2c (bug 1289011)
Backed out changeset fd404df10eed (bug 1289011)
Backed out changeset 8e3fc6d5237f (bug 1289011)
Backed out changeset 062cae507676 (bug 1289011)
Backed out changeset 43daa18916ce (bug 1289011)
Backed out changeset 632cf28211de (bug 1289011)
2016-09-03 13:32:40 -07:00
cku e770e24092 Bug 1289011 - Part 9. stroke-box reftest. r=heycam
MozReview-Commit-ID: 3LJsppqLKMv

--HG--
extra : rebase_source : 63309f96dc4b55cde800498eb2d9b02e10086162
2016-09-02 01:20:22 +08:00
cku 4cf77085c1 Bug 1289011 - Part 8. shape-box reftest for SVG outter element. r=heycam
MozReview-Commit-ID: 651vKL0Q1YF

--HG--
extra : rebase_source : a3ab9d5eb9909fe70c52ad86dfea46fefd6fb1e7
2016-09-01 17:11:59 +08:00
cku ca42354792 Bug 1289011 - Part 7. view-box reftest. r=heycam
MozReview-Commit-ID: HkBCSdhIyqr

--HG--
extra : rebase_source : 310337c6015fed4afffdb1521738b75a6a97aa8f
2016-08-30 10:33:34 +08:00
cku caf74efc4f Bug 1289011 - Part 6. shape-box reftest for SVG elements without associated CSS layout box. r=heycam
MozReview-Commit-ID: LDQsymuMWqd

--HG--
extra : rebase_source : 55e35021c1a6f4b99b2a5450aed77b59fd2a0052
2016-08-30 10:28:27 +08:00
cku 46a0ee8e11 Bug 1289011 - Part 5. shape-box reftest for elements with associated CSS layout box. r=heycam
MozReview-Commit-ID: GnDA3cqO3QL

--HG--
extra : rebase_source : 9349af5f55934c75fdc4bd7504a4dcd81d6db388
2016-08-30 00:44:43 +08:00
Phil Ringnalda c3de252482 Backed out 9 changesets (bug 1289011) for Win8 clip-path-* reftest failures
CLOSED TREE

Backed out changeset dea9d3f8bfe0 (bug 1289011)
Backed out changeset 03572962add4 (bug 1289011)
Backed out changeset 4b8d3be7bdf8 (bug 1289011)
Backed out changeset d1b4d0b38cdb (bug 1289011)
Backed out changeset aa59aca85397 (bug 1289011)
Backed out changeset 43d1ec007a49 (bug 1289011)
Backed out changeset a623cab8e4a7 (bug 1289011)
Backed out changeset 34e7dd6acb4c (bug 1289011)
Backed out changeset 900800f54055 (bug 1289011)
2016-09-02 19:46:39 -07:00
cku 01253cd8d0 Bug 1289011 - Part 9. stroke-box reftest. r=heycam
MozReview-Commit-ID: 3LJsppqLKMv

--HG--
extra : rebase_source : 7e4b2219380aa145bf23bd5fa64b3f2ce3de39f3
2016-09-02 01:20:22 +08:00
cku e4713e9c1d Bug 1289011 - Part 8. shape-box reftest for SVG outter element. r=heycam
MozReview-Commit-ID: 651vKL0Q1YF

--HG--
extra : rebase_source : 6e4d3d63b069f18bb1bdd2199882fa06d4bb8b9f
2016-09-01 17:11:59 +08:00
cku fe9175a1c2 Bug 1289011 - Part 7. view-box reftest. r=heycam
MozReview-Commit-ID: HkBCSdhIyqr

--HG--
extra : rebase_source : 266accb09502105cf78997b66f8f6fdf031ad8f7
2016-08-30 10:33:34 +08:00
cku f4ff1b6e18 Bug 1289011 - Part 6. shape-box reftest for SVG elements without associated CSS layout box. r=heycam
MozReview-Commit-ID: LDQsymuMWqd

--HG--
extra : rebase_source : 361d77140b915a4af4c034b8a54900d6a75131d7
2016-08-30 10:28:27 +08:00
cku 6363ec70cd Bug 1289011 - Part 5. shape-box reftest for elements with associated CSS layout box. r=heycam
MozReview-Commit-ID: GnDA3cqO3QL

--HG--
extra : rebase_source : a864a8ab5f42033b39c3e595c1baaa7297ed8fe8
2016-08-30 00:44:43 +08:00
Astley Chen 679b3aa3ee Bug 1294660: Part 2 - update mask test cases and enable mask shorthand reftest. r=heycam
MozReview-Commit-ID: NlpjAqmHNT

--HG--
extra : rebase_source : 76f5bb0cefca0d923d2145a805e40526387fb502
2016-06-28 22:04:41 +08:00
Wes Kocher 9568f52562 Backed out 4 changesets (bug 1294660) for Windows reftest failures a=backout CLOSED TREE
Backed out changeset df48165b6b64 (bug 1294660)
Backed out changeset 617e22a259ab (bug 1294660)
Backed out changeset 06f05485b3fd (bug 1294660)
Backed out changeset 41225d00af33 (bug 1294660)
2016-08-24 16:00:02 -07:00
Astley Chen a1ea3c1b90 Bug 1294660: Part 2 - update mask test cases and enable mask shorthand reftest. r=heycam
MozReview-Commit-ID: 4tWP9h7pTN3
2016-08-24 17:02:31 +02:00
Sebastian Hengst 6a0063fcbb Backed out changeset 4e7efbee95fd (bug 1294660) 2016-08-24 13:19:30 +02:00
Astley Chen 6bbc50357e Bug 1294660: Part 2 - update mask test cases and enable mask shorthand reftest. r=heycam
MozReview-Commit-ID: 4tWP9h7pTN3

--HG--
extra : rebase_source : 17631c4f964fd187a05ee621b24426c086bc5385
extra : amend_source : 00992e8274bc2900ac56c48a19956d385ecf433a
2016-06-28 22:04:41 +08:00
cku aa2f7387d8 Bug 1275451: (follow-up) Part 3. Correct content of assert. r=me
MozReview-Commit-ID: 39nPpliOtD4
2016-08-22 00:50:47 +08:00
Ryan VanderMeulen 01c4e8cc1b Merge inbound to m-c. a=merge 2016-08-19 09:52:53 -04:00
cku 177446e0ae Bug 1294171 - Part 2. Create a reftest for data url mask. r=mstange
MozReview-Commit-ID: IcXmbVd9nUA

--HG--
extra : rebase_source : 9c5b71b3bc7d6a3548083747fb2d94da00604dd5
2016-08-18 12:14:19 +08:00
Geoffrey Sneddon 4a3ca7ee6b Add mailto: scheme to URLs missing it. (Ported from CSSWG test repository. No review. No bug. DONTBUILD) 2016-08-16 17:05:06 +01:00
Wes Kocher 45575a7f86 Merge m-c to autoland, a=merge
a=release for the webidl hook for a comment-only change

--HG--
extra : amend_source : e590e515ab273d097f88b35be0e5c999502ebdf4
2016-08-16 22:07:30 -07:00
L. David Baron fab87ed192 Bug 720531 followup - Modify reftest.list so that it matches the link rel=match in the tests. No review.
This makes it so check-for-references.sh won't complain about the tests.

It's equivalent since this is a set of three tests that need to be
compared for equality, and this just tests A==B and B==C instead of A==B
and A==C.

MozReview-Commit-ID: 37VzOKVfR9W

--HG--
extra : transplant_source : %3A%DA/%999k%E0%DEFP9t%C9%5DD%AF%82Y%A3%84
2016-08-15 13:30:12 -07:00
cku 4162f0f8ff Bug 1293929 - Fix wrong link rel="match" in mask reftests. r=me
MozReview-Commit-ID: 6m9DPDZzvz7

--HG--
extra : source : d428f05ef1588effb8d9f9122e42dc7fc8e8f503
2016-08-12 00:49:30 +08:00
Wes Kocher a742ff6791 Merge m-c to inbound, a=merge 2016-08-10 16:55:15 -07:00
cku 389791dcf1 Bug 1293929 - Part 2. add reftest. r=mstange
MozReview-Commit-ID: HcxfyVlyAkE

--HG--
extra : rebase_source : 406d607744c842070732cfa877a7f9d0b822bee8
2016-08-10 16:36:27 +08:00
Emilio Cobos Álvarez 326d957c01 Bug 1000957: Reftests for flexbox single-line size clamping. r=dholbert
MozReview-Commit-ID: 9R7ooFmdrVe
2016-08-10 15:46:46 -07:00
cku 5a7903a7ec Bug 1228280 - (follow up)Part 9. Remove trailing spec in test case title. r=me
MozReview-Commit-ID: Df3WdiXB53C

--HG--
extra : rebase_source : 35c3334ccf4227f99d92bcec5eb1bc010d698702
2016-08-18 13:10:44 +08:00
Daniel Holbert 83a68d4157 Bug 1291334 part 2: Fix path to solidblue.png image in flexbox-whitespace-handling-001* reftest files. (no review)
MozReview-Commit-ID: 7I53hpMdLS5
2016-08-03 22:34:32 -07:00
Daniel Holbert 4f87c4a3ab Bug 1291334 part 1: Explicitly set margin on textareas within reftest flexbox-basic-textarea-horiz-001.xhtml, to remove assumptions about default styling. (no review)
MozReview-Commit-ID: 67PSYNY8hob
2016-08-03 22:34:30 -07:00
Ethan Lin 8b9a848f3c Bug 720531 - Part 3. Add reftests for border-image-repeat: space. r=dbaron 2016-07-15 03:38:00 +02:00
Neerja Pancholi c7e70d7ba9 Bug 1295258 - Updating the existing reftests from CSSWG r=dbaron
MozReview-Commit-ID: JNUtaTCN3wm

--HG--
extra : rebase_source : 291b81bc37fbd87df60621c3d95144df9b4001a5
2016-08-15 15:09:39 -07:00
Astley Chen c9de3d6a41 Bug 1283679 - fix misspelled mask-composite:subtract keyword. r=dbaron
MozReview-Commit-ID: 67UEtupOLoM

--HG--
extra : rebase_source : d5c27da11ae0be79ef551c70cfeb17dcf1c3db67
2016-07-04 11:17:13 +08:00
Jonathan Kew afecdbf505 Bug 1281424 - Reftest to check that text-orientation:upright does not override bidi in sideways-* modes. r=xidorn 2016-06-27 18:39:47 +01:00
cku 894e7d0ebb Bug 1272859: Part 2. SVG mask on border area reftest r=mstange
MozReview-Commit-ID: Cl8FoMTqt2v

--HG--
extra : rebase_source : b53fe1a5131e25cfe73748c7d174f466c8f9e724
2016-05-30 01:28:15 +08:00
Mason Chang b912ea2340 Bug 1279064 - Skia reftest fuzzing for skia content on windows. r=lsalzman 2016-06-08 10:51:27 -07:00
Astley Chen 728a8aaccd Bug 1258286: Part 2 - update w3c css masking mask-repeat ref test case. r=heycam
--HG--
extra : rebase_source : 2185d9144d7ee0b117249e61dc677e0f20d636ad
2016-06-01 11:13:48 +08:00
L. David Baron 1bddf4ac22 Remove commented-out subdirectories that were listed purely hypothetically to avoid their confusing people in the future. No bug.
(See bug 859301 comment 56 for an example of the problem this causes.)

--HG--
extra : amend_source : 88cd9b67f4f833f07ac34aeb6483cf83f9b339d3
extra : transplant_source : 0N%B9%D7%D5%91%22%BC%8D%5C%03%FD%E5Z%0C%E1%BF%91X%EA
2016-06-03 20:08:41 -07:00
Ethan Lin a36668bf0e Bug 889964 - Part 3. Turn on background reftest. r=dbaron
---
 layout/reftests/w3c-css/submitted/reftest.list | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2016-06-04 18:36:49 -07:00
Ethan Lin 6f80a75912 Bug 889964 - Part 2. Add reftest for boarder image: round. r=dbaron
---
 .../border-image-repeat-round-1-ref.html           | 100 +++++++++++++++++++++
 .../background/border-image-repeat-round-1.html    |  27 ++++++
 .../border-image-repeat-round-2-ref.html           | 100 +++++++++++++++++++++
 .../background/border-image-repeat-round-2.html    |  27 ++++++
 .../w3c-css/submitted/background/border.png        | Bin 0 -> 849 bytes
 .../w3c-css/submitted/background/reftest.list      |   6 +-
 6 files changed, 259 insertions(+), 1 deletion(-)
 create mode 100644 layout/reftests/w3c-css/submitted/background/border-image-repeat-round-1-ref.html
 create mode 100644 layout/reftests/w3c-css/submitted/background/border-image-repeat-round-1.html
 create mode 100644 layout/reftests/w3c-css/submitted/background/border-image-repeat-round-2-ref.html
 create mode 100644 layout/reftests/w3c-css/submitted/background/border-image-repeat-round-2.html
 create mode 100644 layout/reftests/w3c-css/submitted/background/border.png
2016-06-04 18:36:49 -07:00
Astley Chen 279351854b Bug 1278020 - enable selectors4 reftest. r=dbaron 2016-06-04 10:10:41 +08:00
Ethan Lin b48243a642 Bug 1275957 - Part 2. Add reftests for gradient image's background-repeat: round/space. r=mstange 2016-06-02 00:20:00 +02:00
Carsten "Tomcat" Book 85f95c9e86 Backed out changeset d5832177887d (bug 1258286) 2016-06-01 08:46:47 +02:00
Astley Chen 3102a18f88 Bug 1258286: Part 2 - update w3c css masking mask-repeat ref test case. r=heycam
MozReview-Commit-ID: 44YCmdFrmok

--HG--
extra : histedit_source : caa06b6d50b61e7d256cd88a425b824546ee2e8a
2016-06-01 11:13:48 +08:00
Ethan Lin 4df0a8d12e Bug 1275966 - Part 2. Add reftests for background-repeat: space. r=mstange 2016-05-28 06:27:00 +02:00
cku 4c1e46c8ca Bug 1275450 - Part 2. Reftest for unresolvable mask-reference r=mstange
MozReview-Commit-ID: Je2mJvwBiF7

--HG--
extra : rebase_source : ab20eada13e14363138dc5b234d5bc68a7d4b10e
2016-05-30 15:57:43 +08:00
Ethan Lin c4d46f86ce Bug 1276435 - Correct the match link in mask-type.html and rename the file to mask-mode-to-mask-type.html. r=dbaron
--HG--
rename : layout/reftests/w3c-css/submitted/masking/mask-type-ref.html => layout/reftests/w3c-css/submitted/masking/mask-mode-to-mask-type-ref.html
rename : layout/reftests/w3c-css/submitted/masking/mask-type.html => layout/reftests/w3c-css/submitted/masking/mask-mode-to-mask-type.html
2016-05-28 17:23:00 +02:00
Ethan Lin 1d82b135fb Bug 1276432 - Correct the match link in reftest. r=dbaron 2016-05-28 03:01:00 +02:00
Xidorn Quan 6d44085edf Bug 1229609 - Remove layout.css.text-emphasis.enabled pref. r=heycam
MozReview-Commit-ID: IEWZmZHKoXA

--HG--
extra : source : 382feec3df1b64ccaf07cbfe7de58d0e97a59e46
2016-05-30 14:52:01 +10:00
Xidorn Quan 532bc4be2f Bug 1268342 part 4 - Add reftest for ruby with text-combine-upright. r=jfkthame
MozReview-Commit-ID: 85TxCXMv1X

--HG--
rename : layout/reftests/fonts/Ahem.ttf => layout/reftests/w3c-css/submitted/ruby/support/Ahem.ttf
rename : layout/reftests/w3c-css/submitted/flexbox/support/ahem.css => layout/reftests/w3c-css/submitted/ruby/support/ahem.css
extra : source : bf6ab1b1fe9a331bb990364d56a0ddc30790647c
2016-05-30 09:24:18 +10:00
cku 3e45c9df89 Bug 1228280: (followup) Update w3c-css reftest link. r=me
MozReview-Commit-ID: 8kDaRR0kFaJ

--HG--
extra : rebase_source : 071c04231026eacf95df987d6e94e2beb8c2171a
2016-05-29 13:56:10 +08:00
CJKu 098094f4ff Bug 1275451: Part 2. SVG mask composition reftests r=mstange
MozReview-Commit-ID: Cm727rK5MZ0

--HG--
extra : rebase_source : 0b6ad25c9f53223bc5f227f14e720527438e0ca2
2016-05-26 16:07:50 +08:00
Ethan Lin e80a474067 Bug 548372 - Part3. background-repeat round/space test cases. r=heycam, mstange 2016-05-18 23:16:00 +02:00
Ethan Lin 57475eb494 Bug 1272004 - Add test case to check fallback logic between mask-mode and mask-type. r=heycam 2016-05-23 03:32:00 +02:00
CJKu 5e2e2b7e08 Bug 1228280 - Part 7. reftest of SVG mask and image mask interleaving;
MozReview-Commit-ID: 6Cjn84ISQi3
2016-05-19 15:44:31 +08:00
Astley Chen cfc3509d01 Bug 859301 : Part 4 - add w3c-css test cases. r=dbaron
MozReview-Commit-ID: ETP2Welagwc

--HG--
extra : rebase_source : 899250d3f3904fd5f3c0cc76ecc06ed41d860e0e
2016-05-06 12:01:46 +08:00
Xidorn Quan 67093c6823 Bug 1268347 - Forbid break opportunities inside horizontal-in-vertical. r=jfkthame
MozReview-Commit-ID: K8ao3D0IE93

--HG--
extra : rebase_source : dbdd0ec230181468cacd6aec83dcf12275bd2815
2016-05-03 14:39:24 +10:00
Xidorn Quan 3e68c8e1d2 Bug 1097499 followup 2 - Fix metadata of tests submitted to w3c. DONTBUILD
MozReview-Commit-ID: 3CJjby828W3

--HG--
extra : source : 8703ab2933f674756d48d05a675a24b20a787408
2016-05-03 14:43:40 +10:00
L. David Baron b88cf97913 Bug 1187851 followup - Use versioned specification link to make CSSWG test system happy. No review.
Fixes "Needs Work" status in:
https://test.csswg.org/shepherd/testcase/::2760731a1e82/filter-containing-block-dynamic-1a/
https://test.csswg.org/shepherd/testcase/::2760731a1e82/filter-containing-block-dynamic-1b/
2016-05-02 21:33:44 -07:00
Xidorn Quan a5181b3238 Bug 1097499 followup - Fix metadata of tests submitted to w3c. DONTBUILD
MozReview-Commit-ID: DyUFx8i499B

--HG--
extra : source : 8c937354212f892ebac2350f65d2c0d8c83a534b
extra : amend_source : 44a298d1cd5f97617de5a4e7fcdd652af6b36d2d
2016-05-03 11:16:56 +10:00
Daniel Holbert 1460a1dde0 Bug 1030952 part 5: Add reftests for flex items with intrinsic aspect ratios and various constraints & stretching in each dimension. (no review)
DONTBUILD

MozReview-Commit-ID: LCCtzC6OBtX
2016-04-28 20:17:10 -07:00
Daniel Holbert 43a6f6d5c0 Backed out changeset 3f3dc83fdd26 (reftests for Bug 1030952) to fix commit message.
DONTBUILD
2016-04-28 20:39:50 -07:00
Daniel Holbert 49d31c1196 Bug 1030952 part 4: Add reftests for flex items with intrinsic aspect ratios and various constraints & stretching in each dimension. (no review)
MozReview-Commit-ID: FeUrQ8sS4C1
2016-04-28 20:17:10 -07:00
Daniel Holbert 880ec173d2 Bug 1030952 part 4: For flex items with an aspect ratio, stomp on reflow state's main size *and cross size* in final reflow. r=mats
MozReview-Commit-ID: CzZzy9gOHFK
2016-04-28 20:17:03 -07: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
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
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
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 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
Ethan Lin 7b6a232897 Bug 1228354 - Part2. Add test case for mask-mode. r=heycam
--HG--
extra : rebase_source : 47c0095150782fec9edb48349420744ad8f34f5f
2016-03-24 01:33:00 +01:00
Ryan VanderMeulen a2634713e0 No bug - Add reftest annotations for Win10.
--HG--
extra : rebase_source : 45682f4ce6dcd4c28bdaaf90ee2a5a6a59c83a8b
2016-03-21 00:28:43 -04:00
Xidorn Quan af785a12fd Bug 968761 - Treat nested calc() as plain parenthesis. r=dbaron
MozReview-Commit-ID: Lwd56FaaDWx

--HG--
extra : rebase_source : f57ac5695e6e06c568ff4cb54304a2fd5716fc41
2016-03-03 10:05:37 +08:00
L. David Baron 544ca9b3aa Bug 1253189 followup - Also skip ch-unit-001 because it fails on OS X 10.10. 2016-03-15 06:13:34 -07:00