Ryan VanderMeulen
1d0ad1ef62
Backed out changesets 2bbe38dcb529 and f6bd5a0a047d (bug 1150614) for being the more-likely cause of B2G reftest failures.
...
CLOSED TREE
2015-04-30 09:08:20 -04:00
Jonathan Kew
a34e6fd938
Bug 1157951 patch 3 - Reftests for text-overflow with text decorations in vertical writing mode. r=roc
2015-04-28 12:50:21 +01:00
Simon Montagu
6f25cac84c
Tests for bug 1150614, r=jfkthame
2015-04-29 22:07:32 -07:00
ziyunfei
e1db0f779e
Bug 1102219 - Part 4: Replace String.prototype.contains
with String.prototype.includes
in chrome code. r=till
2015-04-30 00:32:05 +09:00
Boris Zbarsky
9cefe0c857
Bug 1141607. Fix the initial value of outline-color to actually be correct. r=dbaron
2015-04-28 14:48:39 -04:00
Mats Palmgren
3d32c9505f
Bug 1153757 - Tweak DoGetParentStyleContext to exclude pseudos with a non-primary frame from using a display:contents parent as the style context parent. r=heycam
2015-04-29 13:13:47 +00:00
Carsten "Tomcat" Book
e5bf29ded9
Backed out changeset ebd9da2efb59 (bug 1157951) for b2g reftest failures on a CLOSED TREE
2015-04-29 13:12:33 +02:00
Jonathan Kew
1783225544
Bug 1157142 - Reftests for logical and physical orientation of <input type=range>. r=jwatt
2015-04-29 08:18:54 +01:00
Jonathan Kew
5fcbbd1ad3
Bug 1157951 patch 3 - Reftests for text-overflow with text decorations in vertical writing mode. r=roc
2015-04-29 08:18:54 +01:00
Jonathan Kew
6fb015cbfb
Bug 1157752 - Reftest for vertical mode with upright orientation overriding bidi directionality. r=smontagu
2015-04-29 08:18:53 +01:00
Wes Kocher
f8d9269061
Backed out changeset a1fea675c94d (bug 1141607) for mochitest-5 orange on an unrelatedly CLOSED TREE
2015-04-28 13:32:20 -07:00
L. David Baron
07676233b6
Bug 1156456 followup - Add a simple reftest for off-main-thread animation of opacity.
...
This is a parallel to the transform test previously added in this bug.
--HG--
extra : transplant_source : %2AQi/GD%B6%E5Z3s%C1%60%D1%83%28B%BE%DD%1D
2015-04-28 12:11:16 -07:00
Boris Zbarsky
438ae4276f
Bug 1141607. Fix the initial value of outline-color to actually be correct. r=dbaron
2015-04-28 14:48:39 -04:00
Jonathan Kew
23dac4fb71
Bug 1158549 - Reftest for size constraints in vertical writing mode. r=smontagu
2015-04-27 09:41:57 +01:00
Jonathan Kew
b52d9eb75f
Bug 1157691 - Explicitly enable writing-mode support for reftests that require it. r=smontagu
2015-04-27 09:36:01 +01:00
David Anderson
979949ce62
Mark unaccelerated antialiasing reftest failures with APZ as fuzzy. (bug 1157716, r=mstange)
...
With APZ, we always layerize the first scrollable element of the page,
if the page itself is not scrollable. These additional layers can cause
fuzzy reftest failures in two ways: differences in blending, and by
disabling sub-pixel test anti-aliasing. The latter is only a problem
with unaccelerated drawing, because we don't support component alpha
layers with BasicLayers. (We also don't support them with
BasicCompositor, but "Reftest unaccelerated" only tests BasicLayers).
2015-04-24 10:13:32 -04:00
Masayuki Nakano
cadd376534
Bug 1157083 <abbr> and <acronym> should use dotted underline of text-decoration instead of border-bottom r=dbaron
2015-04-24 11:02:35 +09:00
Xidorn Quan
8026501005
Bug 1117227 part 6 - Reftest for text-overflow on vertical text. r=jfkthame
...
--HG--
extra : source : b6ff031a157659309608a0148d269a636bf503bd
2015-04-24 10:15:32 +12:00
Kartikaya Gupta
cd5b55f8d6
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
2015-04-23 15:10:30 -04:00
L. David Baron
f483a7ca39
Bug 1157455 patch 3 - When interpolating angles, preserve units when possible in order to avoid floating point error. r=birtles
...
This avoids accumulating floating point error from conversion, so that
when we switch to doubles at the start of
nsCSSValue::GetAngleValueInRadians we're using the original unit, rather
than a different one that will round differently.
2015-04-23 09:18:13 -07:00
L. David Baron
4ecd5ea19f
Bug 1157455 patch 1 - Add tests for OMTA transforms in degrees in addition to those in radians. r=birtles
...
In bug 1156456 I landed tests with the transform in radians to work
around float rounding issues with having the transform in degrees. This
bug will fix the problems with degrees, so I'm duplicating the tests
here to have variants with both degrees and radians.
--HG--
rename : layout/reftests/transform-3d/animate-cube-ref.html => layout/reftests/transform-3d/animate-cube-degrees-ref.html
rename : layout/reftests/transform-3d/animate-cube-zoom-ref.html => layout/reftests/transform-3d/animate-cube-degrees-zoom-ref.html
rename : layout/reftests/transform-3d/animate-cube-zoom.html => layout/reftests/transform-3d/animate-cube-degrees-zoom.html
rename : layout/reftests/transform-3d/animate-cube.html => layout/reftests/transform-3d/animate-cube-degrees.html
rename : layout/reftests/transform-3d/animate-cube-ref.html => layout/reftests/transform-3d/animate-cube-radians-ref.html
rename : layout/reftests/transform-3d/animate-cube-zoom-ref.html => layout/reftests/transform-3d/animate-cube-radians-zoom-ref.html
rename : layout/reftests/transform-3d/animate-cube-zoom.html => layout/reftests/transform-3d/animate-cube-radians-zoom.html
rename : layout/reftests/transform-3d/animate-cube.html => layout/reftests/transform-3d/animate-cube-radians.html
2015-04-23 09:18:12 -07:00
L. David Baron
942ad651e2
Bug 1144885 followup - Remove spec links from reference, which the CSS test suite validator treats as an error.
2015-04-23 09:18:12 -07:00
L. David Baron
c5d31331ce
Bug 1156456 followup - Also annotate as fuzzy on Mulet, on a CLOSED TREE.
2015-04-22 21:50:01 -07:00
L. David Baron
a29e961fde
Bug 1156456 patch 2 - Transform the z component just like the x and y. r=birtles
...
I confirmed locally that this patch fixes the reftest (per reftest.list
change).
2015-04-22 19:37:04 -07:00
L. David Baron
7952663706
Bug 1156456 patch 1 - Reftests comparing a 3-D transformed cube generated by main-thread paths and off-main-thread animations paths. r=birtles
...
I confirmed that without the patch, the test marked as failing (the one
with zoom) in this patch (which will be unmarked in the next patch)
fails.
There is also a small amount of fuzz that will need to be annotated with
an additional patch on top of the patch stack.
2015-04-22 19:37:04 -07:00
Bas Schouten
2862be92b8
Bug 1151821 - Test: Test whether simple canvas globalCompositeOperators work when a clip is set. r=jrmuizel
2015-04-10 07:09:31 +02:00
Seth Fowler
3656603a55
Bug 1085783 (Part 2) - Add a test for rounding behavior when high-quality downscaling. r=roc
2015-04-22 13:04:06 -07:00
Seth Fowler
b07b0bc85e
Bug 1068881 (Part 2) - Add reftests for rounding image dest rects to zero size. r=roc
2015-04-22 13:04:01 -07:00
Ryan VanderMeulen
ca0017ff24
Bug 1028716 - Adjust the OSX fails-if condition for progress-orient-vertical.html to only apply to 10.6.
...
CLOSED TREE
2015-04-22 13:52:36 -04:00
Jonathan Kew
d2159a3b44
Bug 1028716 - Reftests for <progress> and <meter> with various writing-mode and -moz-orient combinations. r=dbaron
2015-04-22 16:08:57 +01:00
Kartikaya Gupta
57fccccc35
Bug 1147038 - Update some tests to pass on desktop platforms. r=tn
...
The test in question sets up an inconsistent state for desktop platforms because
it intends to simulate what the APZ does, but does it only partially. The APZ
code would set a CSS viewport (which the test does) but it doesn't set the
scroll-position-clamping-scroll-port-size which the APZ would always do.
2015-04-22 10:16:33 -04:00
Carsten "Tomcat" Book
7ef9b42c28
merge mozilla-central to mozilla-inbound IGNORE IDL
...
--HG--
extra : rebase_source : 294f0cad1bada4ebf38f24ff52ebbd7798de5912
extra : amend_source : d7b1044b736cf3e351efbef9610c83a14e6543ae
2015-04-22 16:09:56 +02:00
Kartikaya Gupta
53dd599648
Back out cset 17aad8f83237 (bug 1154499) now that we have a nightly with APZ enabled. r=me a=me
2015-04-22 09:36:25 -04:00
Ryan VanderMeulen
b1b768e9ab
Bug 1123563
- Skip test-animated-image-layers.html and test-animated-image-layers-background.html on Android and Linux. a=me
...
--HG--
extra : rebase_source : 31fc337503ec91ed87b5a4ea36493169e8620e61
2015-04-22 09:30:46 -04:00
Ryan VanderMeulen
8819aa2b6e
Bug 1141867 - Add OSX 10.10 fuzz to the newly-added tests. a=merge
...
--HG--
extra : source : e96da160129953bebacc8e66bc8b6b178ab3fc09
extra : amend_source : ece231f919bf21cc4a3718b3066eebe868babb9b
2015-04-21 13:54:07 -04:00
Wes Kocher
687641fa14
Merge inbound to m-c a=merge
2015-04-21 15:23:57 -07:00
David Anderson
9ae1c872f4
Enable APZ for E10S on Windows for one Nightly. This patch will be backed out after one nightly. (bug 1154459, r=kats, a=ryanvm)
2015-04-21 15:35:19 -04:00
Wes Kocher
85f8cf9b3d
Bug 1155426 - disable the test on b2g. r=ryanvm
2015-04-20 14:27:00 +02:00
Jonathan Kew
3c2c57d5cb
Bug 1141867 - patch 3 - Reftests for contiguous orthogonal floats. r=smontagu
2015-04-09 14:40:54 +01:00
Mats Palmgren
7f6df34459
Bug 1152354 - Re-introduce the incremental reflow hack in nsSimplePageSequenceFrame for now, since the regressions are worse than the original problem (bug 1108104). r=roc
...
--HG--
extra : rebase_source : bd5feeaa5e69ddcec8af6f80ad5ec2b6be5ed8ab
2015-04-20 05:46:00 -04:00
Carsten "Tomcat" Book
f6bf2cb116
Backed out changeset dc6d37458b88 (bug 1068881) for windows 7 reftest perma failure
2015-04-22 13:18:03 +02:00
Carsten "Tomcat" Book
10d96f3c21
Backed out changeset bc6db8bcf480 (bug 1085783)
2015-04-22 13:14:33 +02:00
Seth Fowler
0d5b8cabbb
Bug 1085783 (Part 2) - Add a test for rounding behavior when high-quality downscaling. r=roc
2015-04-21 19:23:13 -07:00
Seth Fowler
fc4b966303
Bug 1068881 (Part 2) - Add reftests for rounding image dest rects to zero size. r=roc
2015-04-21 19:23:07 -07:00
L. David Baron
5b90d1fe31
Bug 1156111 patch 2 - Add BUG_COMPONENT metadata for tests in layout/reftests/. r=gps
2015-04-20 23:10:40 -07:00
L. David Baron
55d067f4a6
Bug 1156111 patch 1 - Give layout/reftests/ its own moz.build file. r=gps
2015-04-20 23:10:40 -07:00
L. David Baron
0007f88a82
Bug 1144885 - Add reftests for font-size:0 and font-size-adjust:0. r=jdaggett
2015-04-20 23:10:40 -07:00
Wes Kocher
9becf2d33f
Backed out 3 changesets (bug 1141867) for reftest orange CLOSED TREE
...
Backed out changeset 8dcfc3ace301 (bug 1141867)
Backed out changeset aeaa345b9aeb (bug 1141867)
Backed out changeset b1091955192c (bug 1141867)
2015-04-20 14:12:41 -07:00
Boris Zbarsky
ff8ef95ec2
Bug 1156197. Just use the return value of the cols DOM property for determining the default number of rendered columns for a textarea. r=ms2ger
2015-04-20 16:54:46 -04:00
Jonathan Kew
73be2c9a7d
Bug 1141867 - patch 3 - Reftests for contiguous orthogonal floats. r=smontagu
2015-04-09 14:40:54 +01:00