Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 # really basic tests that square, circular, and elliptical border and
2 # outline radius are not the same thing
3 != border-square.html about:blank
4 != border-circle.html about:blank
5 != border-ellips.html about:blank
6 != border-square.html border-circle.html
7 != border-square.html border-ellips.html
8 != border-circle.html border-ellips.html
10 != outline-square.html about:blank
11 != outline-circle.html about:blank
12 != outline-ellips.html about:blank
13 != outline-square.html outline-circle.html
14 != outline-square.html outline-ellips.html
15 != outline-circle.html outline-ellips.html
16 == border-value-interpret.html border-value-interpret-ref.html
17 != curved-borders-all-styles.html about:blank # no way to generate reference for dotted/dashed/inset/outset
18 # ridge/groove borders
20 # percent units
21 == percent-1.html percent-1-ref.html
22 == percent-2.html percent-2-ref.html
23 == percent-3.html percent-3-ref.html
25 # more serious tests, using SVG reference
26 == border-circle-2.html border-circle-2-ref.xhtml
27 fails == curved-stripe-border.html curved-stripe-border-ref.svg # bug 459945
29 # Corners
30 == corner-1.html corner-1-ref.svg # bottom corners different radius than top corners
31 random == corner-2.html corner-2-ref.svg # right corners different radius than left corners; see bug 500804
33 # Test that radii too long are reduced
34 == border-reduce-height.html border-reduce-height-ref.html
36 # Tests for border clipping
37 fails == clipping-1.html clipping-1-ref.html # background color should completely fill box; bug 466572
38 != clipping-2.html about:blank # background color clipped to inner/outer border, can't get
39 # great tests for this due to antialiasing problems described in bug 466572
40 fuzzy-if(Android&&AndroidVersion<15,9,73) fuzzy-if(Android&&AndroidVersion>=15,9,200) == clipping-3.html clipping-3-ref.xhtml # edge of border-radius clips an underlying object's background
42 # Tests for clipping the contents of replaced elements and overflow!=visible
43 != clipping-4-ref.html clipping-4-notref.html
44 fuzzy-if(true,1,20) fuzzy-if(cocoaWidget,1,180) fuzzy-if(Android&&browserIsRemote,7,169) fuzzy-if(Android&&!browserIsRemote,140,237) == clipping-4-canvas.html clipping-4-ref.html # bug 732535
45 fuzzy-if(Android,5,54) fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,10) == clipping-4-image.html clipping-4-ref.html
46 fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,10) == clipping-4-overflow-hidden.html clipping-4-ref.html
47 == clipping-5-canvas.html clipping-5-refc.html
48 fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,5) == clipping-5-image.html clipping-5-refi.html
49 fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,5) == clipping-5-overflow-hidden.html clipping-5-ref.html
50 fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,5) fuzzy-if(Android,5,21) == clipping-5-refi.html clipping-5-ref.html
51 fuzzy-if(true,1,7) fuzzy-if(cocoaWidget,1,99) fuzzy-if(Android&&browserIsRemote,7,89) fuzzy-if(Android&&!browserIsRemote,99,115) == clipping-5-refc.html clipping-5-ref.html # bug 732535
52 fuzzy-if(winWidget,105,71) fuzzy-if(Android,8,464) == clipping-6.html clipping-6-ref.html # ThebesLayer and MaskLayer with transforms that aren't identical
53 fuzzy-if(true,1,29) fuzzy-if(Android&&AndroidVersion<15,12,81) fuzzy-if(Android&&AndroidVersion>=15,255,586) == clipping-7.html clipping-7-ref.html # ColorLayer and MaskLayer with transforms that aren't identical. Reference image rendered without using layers (which causes fuzzy failures).
54 fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,5) == clipping-and-zindex-1.html clipping-and-zindex-1-ref.html
55 fuzzy-if(cocoaWidget,1,4) == intersecting-clipping-1-canvas.html intersecting-clipping-1-refc.html
56 == intersecting-clipping-1-image.html intersecting-clipping-1-refi.html
57 == intersecting-clipping-1-overflow-hidden.html intersecting-clipping-1-ref.html
58 fuzzy-if(Android,5,105) fuzzy-if(d2d,1,20) == intersecting-clipping-1-refi.html intersecting-clipping-1-ref.html
59 fuzzy-if(true,1,33) fuzzy-if(cocoaWidget,1,332) fuzzy-if(Android&&browserIsRemote,7,310) fuzzy-if(Android&&!browserIsRemote,124,440) == intersecting-clipping-1-refc.html intersecting-clipping-1-ref.html # bug 732535
61 # Inheritance
62 == inherit-1.html inherit-1-ref.html # border-radius shouldn't inherit
64 # Table elements
65 == table-collapse-1.html table-collapse-1-ref.html # border-radius is ignored on internal table elements
66 # when border-collapse: collapse
68 fuzzy-if(azureQuartz,1,3) skip-if(B2G) == invalidate-1a.html invalidate-1-ref.html
69 fuzzy-if(azureQuartz,1,3) skip-if(B2G) == invalidate-1b.html invalidate-1-ref.html
71 # test that border-radius is reduced for scrollbars
72 skip-if(B2G) fails-if(Android) == scrollbar-clamping-1.html scrollbar-clamping-1-ref.html
73 skip-if(B2G) fails-if(Android) == scrollbar-clamping-2.html scrollbar-clamping-2-ref.html
75 # Test for bad corner joins.
76 fuzzy-if(true,1,1) == corner-joins-1.xhtml corner-joins-1-ref.xhtml
77 skip-if(B2G) random-if(winWidget) HTTP(..) == corner-joins-2.xhtml corner-joins-2-ref.xhtml
79 skip-if(B2G) fuzzy-if(/^Windows\x20NT\x206\.2/.test(http.oscpu),1,20) fuzzy-if(Android&&browserIsRemote,7,146) fuzzy-if(Android&&!browserIsRemote,166,400) fails-if(Android&&AndroidVersion==15) == scroll-1.html scroll-1-ref.html # see bug 732535 #Bug 959166
81 == transforms-1.html transforms-1-ref.html
83 == zero-radius-clip-1.html zero-radius-clip-ref.html
85 == iframe-1.html iframe-1-ref.html
87 # Test for antialiasing gaps between background and border
88 skip-if(B2G) fails-if(winWidget) fuzzy-if(Android,1,5) == curved-border-background-nogap.html curved-border-background-nogap-ref.html
90 == color-layer-1a.html color-layer-1-ref.html