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

35 Коммитов

Автор SHA1 Сообщение Дата
Mason Chang b4c228baec Bug 1246213 - Skia reftest fuzzing for Skia content on OS X. r=jmuizelaar 2016-02-16 09:07:52 -08:00
Bas Schouten c087ca5e67 Bug 1220629 - Part 7: Mark several reftests fuzzy. r=jrmuizel
--HG--
extra : rebase_source : f14504896f107b12e2cd597f0cd3ba09ac9f5f09
2016-01-06 00:23:34 +01:00
Markus Stange b22db3eab2 Bug 1147673 - Make display items know about their scroll clips. r=tn, r=roc
--HG--
extra : commitid : 1j8QG2b0rIG
extra : rebase_source : 027065697e7e0ef445d8bcf7a81cf0270dcf7b8b
2015-12-22 16:54:19 +01:00
Carsten "Tomcat" Book 27bbe6ec93 Backed out changeset 68b33692bed3 (bug 1147673) 2015-12-16 11:52:37 +01:00
Markus Stange bf668586d7 Bug 1147673 - Make display items know about their scroll clips. r=tn, r=roc
--HG--
extra : commitid : 7KbOQKKSVq5
extra : rebase_source : d23daf86ed8d375bd5ab3ed7dfe3cff80bc0ff4c
extra : histedit_source : cce4ded91f0672142796a852d20d052e7b6247ce
2015-12-12 10:58:37 -05:00
L. David Baron 911415d73e Bug 1224251 patch 4 - Convert UpdateOpacityLayer to RepaintFrame when changing opacity between 1 and non-1 on table parts. r=mattwoodrow
--HG--
extra : commitid : EbDZ3fKuldK
2015-11-30 21:25:55 -08:00
L. David Baron a3f4d86240 Bug 1224251 patch 1 - Add reftests. r=mattwoodrow
Locally, these tests fail reliably for me without the patch.  I'm not,
however, confident that they would continue to do so, across future
mutations in the code, were the bug to be reintroduced, given the amount
of fiddling I had to go through to get them to fail without the patch.

That is, without the patch:

  table-row-opacity-dynamic-1.html shows the area of the row that's not
  behind the text as a much more opaque blue than it should be (while
  the area of the row that is behind the text is correct)

  table-row-opacity-dynamic-2.html shows the area of the row that's not
  behind the text as the white background showing through (while the
  area of the row that is behind the text is correct)

--HG--
extra : commitid : 5PbkGAFgpuc
2015-11-30 21:25:54 -08:00
Carsten "Tomcat" Book 6d9dbf2bc2 Backed out changeset 52f9c007281d (bug 1224251) for Android Reftest failures on a CLOSED TREE 2015-11-30 12:17:47 +01:00
Carsten "Tomcat" Book a1a34b4afa Backed out changeset 0a2d8e926a66 (bug 1224251) 2015-11-30 12:10:42 +01:00
Carsten "Tomcat" Book 1d7dc20dd1 Backed out changeset 36a37b7451a5 (bug 1224251) 2015-11-30 12:10:31 +01:00
L. David Baron f37bf8fe6e Bug 1224251 followup - Annotate one of the new reftests as fuzzy on Windows and Mac.
--HG--
extra : commitid : 1BCD8In3iqa
2015-11-30 01:17:24 -08:00
L. David Baron 17e9e51fbf Bug 1224251 patch 4 - Convert UpdateOpacityLayer to RepaintFrame when changing opacity between 1 and non-1 on table parts. r=mattwoodrow
--HG--
extra : commitid : A4ASfp124vt
2015-11-29 23:15:01 -08:00
L. David Baron 258ddecaa0 Bug 1224251 patch 1 - Add reftests. r=mattwoodrow
Locally, these tests fail reliably for me without the patch.  I'm not,
however, confident that they would continue to do so, across future
mutations in the code, were the bug to be reintroduced, given the amount
of fiddling I had to go through to get them to fail without the patch.

That is, without the patch:

  table-row-opacity-dynamic-1.html shows the area of the row that's not
  behind the text as a much more opaque blue than it should be (while
  the area of the row that is behind the text is correct)

  table-row-opacity-dynamic-2.html shows the area of the row that's not
  behind the text as the white background showing through (while the
  area of the row that is behind the text is correct)

--HG--
extra : commitid : 76YvteUZXpE
2015-11-29 23:15:00 -08:00
Andrew Comminos 065394444c Bug 1170158 - Apply GTK2 reftest exceptions to GTK3. r=karlt 2015-06-02 13:47:00 -04:00
Alexandre Lissy e8b4f395c0 Bug 1138442 - Disable reftests on Mulet in parity with B2G/B2G Desktop. r=ahal 2015-03-10 02:43:00 +01:00
Boris Zbarsky 10ef7f13e6 Bug 1020400. Remove empty-cells quirk, since no other UA has it. r=heycam 2014-12-01 15:15:41 -05:00
Timothy Nikkel 7de8dddcde Bug 879494. Remove bug685516 annotations from reftests, they are not needed anymore. r=khuey 2013-06-05 00:18:54 -05:00
Andrew Halberstadt 221179f50b Bug 811779 - Enable larger set of reftests on B2G emulators, r=jgriffin 2013-01-03 15:35:01 -05:00
Kyle Huey 22c5414200 Bug 685516: Disable a bunch of failing tests on Android XUL. r=jrmuizel 2012-08-13 11:22:11 -07:00
Ed Morley fb11b7f940 Bug 553879 - Remove unused GIFs in layout/reftests/table-background/; r=roc 2011-06-01 10:13:38 +02:00
L. David Baron b0ac8dc333 Switch reftest manifests to new, shorter syntax for widget toolkit tests. (Bug 570329) a2.0=tests
This patch was created by running the following sed commands:
s/MOZ_WIDGET_TOOLKIT=="\(gtk2\|cocoa\|qt\|windows\)"/\1Widget/g
s/MOZ_WIDGET_TOOLKIT!="\(gtk2\|cocoa\|qt\|windows\)"/!\1Widget/g
on all *.list files in the tree.
2010-07-30 16:48:57 -07:00
Joe Drew 7a3ca8ebdf Bug 572520: step 2.1, mark up the table background reftests as asserting on gtk2 due to bug 527825. r=dbaron 2010-07-28 14:51:37 -07:00
Jesse Ruderman eaf1f2c5ff Remove or clarify mentions of fixed bugs in reftest.list files 2010-01-29 03:26:59 -08:00
L. David Baron 6c0d1202e5 Add CSS 2.1 test suite metadata for table-backgrounds reftests. 2010-01-27 15:46:48 -08:00
Bernd 2f77193c78 bug 28800 remove support for scrollable rowgroups moa=roc r=bzbarsky 2010-01-16 17:05:46 +01:00
L. David Baron 703f4ab0e5 Fix assertions in the scrollable row group case. (Bug 531461) r=roc 2009-12-13 19:40:55 -08:00
Bernd ffe2929d6a include the border width for border collapsed tables as required by CSS 2.1. We implemented before what CSS 2.0 required and it was ugly, so the spec changed. r=fantasai sr=roc, bug 155955 2009-02-08 17:46:42 +01:00
Justin Dolske a44722f711 Bug 455057 - some chrome images have embedded profiles. r=dbaron, ui-r=faaborg 2008-12-20 21:46:38 -08:00
Dave Townsend ddc73a9bb1 Backed out changeset 673d1ba18849 from bug 455057 as the likely cause of the
Vista Ts regression
2008-11-07 15:21:23 +00:00
Justin Dolske d970a274b5 Bug 455057 - some chrome images have embedded profiles (sRGB chunk removal). ui-r=faaborg, r=dbaron 2008-11-05 19:19:44 -08:00
dbaron@dbaron.org 5140c6e42f Add bug number for failing tests. 2008-03-20 20:19:28 -07:00
dbaron@dbaron.org 59a162a0cc Add additional tests with opacity to exercise the cases where we construct TableBackgroundPainters from row or row group frames. 2008-03-20 20:05:21 -07:00
dbaron@dbaron.org 23a009990b Add some reftests for table background painting. (These tests catch the regression from the previous patch in bug 421069.) 2008-03-20 18:17:09 -07:00
bmlk@gmx.de 6569c1fcf7 add table background tests to get more border collapse code coverage. The tests compare currently against a empty file. The original author is fantasai 2007-06-01 23:35:03 -07:00
bmlk@gmx.de 33927d6625 add table background tests to get more border collapse code coverage. The tests compare currently against a empty file. The original author is fantasai 2007-06-01 23:30:31 -07:00