Commit Graph

37 Commits

Author SHA1 Message Date
L. David Baron
ba666ea10e Bug 986409 - Skip fewer entire reftest directories on B2G. r=roc 2014-03-23 18:44:50 -07:00
Xidorn Quan
713e1b7f01 Bug 985186 - Unwanted white space for multiple of 10,000 in Korean counter styles. r=jfkthame 2014-03-19 10:36:28 -04:00
Alex Henrie
5b028ed455 Bug 968029 - Use unprefixed box-sizing in content/, dom/, layout/, and widget/. r=dbaron 2014-02-06 12:32:05 -07:00
Xidorn Quan
7029132921 Bug 934072 - Part 4: Reftests for complex cjk counter styles. r=jfkthame 2013-12-02 12:51:26 -05:00
Boris Zbarsky
e72a092612 Bug 879628. Don't screw up the text from earlier counters when using counters() with various list styles. r=dbaron 2013-06-07 22:45:46 -04:00
L. David Baron
26263ff77c Bug 839809: Make counter-increments and list counting that would go past our internal (int32_t) limit keep the counter at its current value rather than wrapping. r=dholbert
Per CSS WG resolution regarding counter-styles-3, afternoon of 2013-02-05:
http://krijnhoetmer.nl/irc-logs/css/20130205#l-1590
http://lists.w3.org/Archives/Public/www-style/2013Feb/0392.html
2013-02-22 10:13:37 -08:00
L. David Baron
3c1573c7b5 Backout changeset b968708558b9 (bug 839809) for reftest failures. 2013-02-21 19:25:54 -08:00
L. David Baron
61dc418096 Bug 839809: Make counter-increments and list counting that would go past our internal (int32_t) limit keep the counter at its current value rather than wrapping. r=dholbert
Per CSS WG resolution regarding counter-styles-3, afternoon of 2013-02-05:
http://krijnhoetmer.nl/irc-logs/css/20130205#l-1590
http://lists.w3.org/Archives/Public/www-style/2013Feb/0392.html

Note that this patch depends on signed integer overflow behavior in C++,
which I believe is portable despite being unspecified.
2013-02-21 18:10:59 -08:00
Nathan Froyd
d69e51acc5 Bug 806147 - fix reftests that use setTimeout but not reftest-wait to include reftest-wait; r=dholbert 2012-10-27 12:35:42 -04:00
Nathan Froyd
8c3ad0aec0 Bug 752864 - fix t1204-reset-00-c-o-test.html intermittent orange by using reftest-wait; r=dholbert 2012-10-27 12:36:36 -04:00
Nathan Froyd
739a7c94f9 Bug 731706 - fix t1204-reset-02-c-o-test.html intermittent orange by using reftest-wait; r=dholbert 2012-10-27 12:37:00 -04:00
Jeff Muizelaar
0502288506 Bug 754872. Avoid using two passes to draw glyphs on mobile. r=joe
Chrome & Safari both use a single pass for overlapping glyphs. We shouldn't try
so hard when running on mobile.
2012-05-15 00:48:00 -04:00
Jeff Muizelaar
f30c726d3a Bug 562746. Update cairo to 1.10.
A lot of changes from upstream here that will hopefully be smoothed
out a bit soon.
2011-03-10 14:52:15 -05:00
Ehsan Akhgari
1cf1f06794 Backout bug 562746 (Cairo update to version 1.10) because of the possible Dromaeo regression on Mac OS X 10.5) 2011-05-26 14:57:50 -04:00
Jeff Muizelaar
8eb40c43cb Bug 562746. Update cairo to 1.10.
A lot of changes from upstream here that will hopefully be smoothed
out a bit soon.
2011-03-10 14:52:15 -05:00
L. David Baron
050acd513c Update Armenian list numbering test per discussion in bug 390440 and bug 604508. a2.0=tests 2010-11-18 11:06:14 -08:00
L. David Baron
ce401c553a Accept PR_INT32_MIN as an integer in CSS. (Bug 602890) r=bzbarsky a2.0=roc 2010-10-17 19:36:26 -07:00
smontagu@smontagu.org
86c874a959 Make Hebrew list numbering be ordered correctly. Bug 413928, r+sr=roc, blocking1.9=shrep 2008-02-13 00:21:59 -08:00
dbaron@dbaron.org
1a1872a692 Make CSS namespace identifiers case sensitive to match change in spec. b=416106 r+sr=bzbarsky a=schrep 2008-02-08 11:57:22 -08:00
sharparrow1@yahoo.com
c661df10ac Mark reftest passing due to bug 375493 2007-06-30 11:06:04 -07:00
vladimir@pobox.com
d36970431d Put back the reftest like it was 2007-06-30 03:18:59 -07:00
vladimir@pobox.com
13790f9d2a Attempt to disable reftest that's causing failure on linux due to linux platform (really disabled) 2007-06-30 02:20:28 -07:00
vladimir@pobox.com
ba578cfcc7 Attempt to disable reftest that's causing failure on linux due to linux platform 2007-06-30 01:59:49 -07:00
dbaron@dbaron.org
cfcf6a441f Mark test as passing since it doesn't have the right kerning pairs to trigger failure. 2007-04-03 20:18:29 -07:00
dbaron@dbaron.org
d1e87c848a Make text node separation in reference match that in test. (Implementation dependent, yuck.) 2007-04-03 19:07:39 -07:00
dbaron@dbaron.org
761c91b856 Add a test for subpixel positioned text, since we just made all the other tests not test that. 2007-04-03 18:58:26 -07:00
dbaron@dbaron.org
fbb7728244 Make text node separation in reference match that in test. (Implementation dependent, yuck.) 2007-04-03 18:47:42 -07:00
dbaron@dbaron.org
c993eda56b Update reftest random markings now that bug 372629 is fixed. 2007-03-27 08:35:47 -07:00
dbaron@dbaron.org
a971aab4fd More spans needed to separate text frames the same way they're separated in the test. 2007-03-25 15:26:13 -07:00
dbaron@dbaron.org
9475f31b3d Fix unclosed style element. 2007-03-25 15:07:31 -07:00
dbaron@dbaron.org
92f8c96fc0 Correctly annotate randomness (really dependency on fonts available on system) due to bug 372629. 2007-03-25 14:42:18 -07:00
dbaron@dbaron.org
d9f2d8d105 Work around lack of content:none. 2007-03-25 14:41:17 -07:00
dbaron@dbaron.org
7a381bf615 Fix two counter references that were copies of the tests. 2007-03-25 14:40:28 -07:00
dbaron@dbaron.org
3055866837 Add <span>s so that we don't have different text frame separation between test and reference. 2007-03-25 14:39:36 -07:00
dbaron@dbaron.org
4d75a3d029 Update counters test results based on Windows results and better understanding of Mac failures. 2007-03-23 00:41:57 -07:00
dbaron@dbaron.org
4bcdebfee5 Mark 2 more tests as random due to font spacing issues. 2007-03-23 00:09:45 -07:00
dbaron@dbaron.org
3d45a72218 Add counter tests that I wrote for bug 3247, converted to reftest format by Rob Campbell <rcampbell@mozilla.com>. 2007-03-22 23:28:24 -07:00