Commit Graph

4571 Commits

Author SHA1 Message Date
Jonathan Kew
8f3b3074ba bug 930420 - reftest for SVG glyph extents with a transform on the glyph element. r=heycam 2013-10-25 10:09:44 +02:00
Robert O'Callahan
662b96cf0e Bug 261037. Support scrolled fieldsets. r=mats
--HG--
extra : rebase_source : 248521189921b2a46f0805582a3789b27c26ecbd
2013-10-23 00:46:40 +02:00
Rik Cabanier
b0c424efea Bug 929591 - Blending fails if parent stacking context has text 2013-10-22 13:31:00 +01:00
Ed Morley
7e0379a38e Backed out changeset ce20f4b16d56 (bug 261037) for reftest failures in 478811-1.html on a CLOSED TREE 2013-10-24 10:28:44 +01:00
Simon Montagu
4f5cf11e1c Update Unicode data to version 6.3. Bug 922550, r=jfkthame 2013-10-02 12:09:26 +03:00
Simon Montagu
f077892c45 Add new bidi control characters defined in Unicode 6.3. Bug 922530, r=jfkthame 2013-10-02 16:07:02 +03:00
Robert O'Callahan
71c26b9e54 Bug 261037. Support scrolled fieldsets. r=mats
The main change here is to have nsCSSFrameConstructor able to construct
a scrollframe for nsFieldSetFrame's inner frame.
To make this work properly (as much like normal scrolled elements, and
to be consistent with Chrome), we need another major change, which is to move
the padding from the nsFieldSetFrame to its inner frame. We do this by copying
the padding to the inner frame and ignoring the padding on the outer frame.
To get this right for percentage padding and intrinsic widths is a little
tricky. For that, we need nsLayoutUtils::IntrinsicForContainer to be able to
ignore the padding on a frame so we don't add it twice.
Overriding nsFieldSetFrame::GetScrollTargetFrame makes setting scrollTop/
scrollLeft on a <fieldset> work as expected.
* * *
Bug 261037 - A fieldset overflow:auto reftest.

--HG--
extra : rebase_source : d737eebdc25b3b748a84de676d5e8e066505e00b
2013-10-23 00:46:40 +02:00
Jonathan Kew
60a897da37 bug 877203 pt 3 - update font prefs for Android to refer to Clear Sans. r=blassey 2013-10-23 22:04:40 +02:00
Ed Morley
3137c11f44 Backed out changeset bcf1282f3f4b (bug 928607) 2013-10-23 16:22:47 +01:00
Ed Morley
45a4b4555f Backed out changeset ffd9c7bbd2fe (bug 261037) for compilation failures in nsCSSFrameConstructor on a CLOSED TREE 2013-10-23 15:44:19 +01:00
Robert O'Callahan
c911ce58ef Bug 261037. Support scrolled fieldsets. r=mats
The main change here is to have nsCSSFrameConstructor able to construct
a scrollframe for nsFieldSetFrame's inner frame.
To make this work properly (as much like normal scrolled elements, and
to be consistent with Chrome), we need another major change, which is to move
the padding from the nsFieldSetFrame to its inner frame. We do this by copying
the padding to the inner frame and ignoring the padding on the outer frame.
To get this right for percentage padding and intrinsic widths is a little
tricky. For that, we need nsLayoutUtils::IntrinsicForContainer to be able to
ignore the padding on a frame so we don't add it twice.
Overriding nsFieldSetFrame::GetScrollTargetFrame makes setting scrollTop/
scrollLeft on a <fieldset> work as expected.
* * *
Bug 261037 - A fieldset overflow:auto reftest.

--HG--
extra : rebase_source : 6ca585f685965d3a538bde64ad4057c5fd7b538f
2013-10-23 00:46:40 +02:00
Robert O'Callahan
0480ebbfd5 Bug 928607. Ensure that nsGfxScrollFrameInner::UpdatePosition clips the overflow area of its children. r=tn
--HG--
extra : rebase_source : dfdd0ee95b02cfea05341592384ed5f51f0cc782
2013-10-22 14:10:31 +02:00
Daniel Schattenkirchner
1adfb86364 Bug 921761 part 2 - margin-collapsing test suite; rearrange tests in reftest.list and add comments; r=dholbert 2013-10-15 17:37:11 -07:00
Daniel Schattenkirchner
d66537afa0 Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
Nicholas Cameron
a60915aa05 Bug 907463. Ignore result of very big canvas reftest. r=roc 2013-09-27 21:48:41 +12:00
Daniel Holbert
5874119118 Bug 875275 part 6: Mark most <input type="color"> reftests as failing on B2G, due to bug 928877. (no review) 2013-10-22 17:29:21 +02:00
Daniel Holbert
94c4df37bd Bug 875275 part 5: Fix <input type="color"> reftests to set padding in author stylesheet in testcase when it's set in reference. r=arnaud.bienner 2013-10-22 17:29:21 +02:00
Daniel Holbert
461527c9e2 Bug 875275 part 4: Fix <input type="color"> reftests to adjust for being button-based. r=arnaud.bienner 2013-10-22 17:29:21 +02:00
Arnaud Bienner
574b47d090 Bug 875275 part 1: Implement layout support for <input type="color">. r=dbaron,dholbert 2013-07-10 00:25:27 +02:00
Phil Ringnalda
cd6542498b Bug 922951 - Annotate top-fail reftest as random 2013-10-19 19:10:01 -07:00
Dan Minor
ebb3acf996 Bug 927085 - Update reftest manifests for pandaboards; r=gbrown 2013-10-17 15:17:30 -04:00
Robert O'Callahan
e4edd353f5 Bug 923193. Make transform-origin on SVG elements use the SVG bbox as the reference rectangle. r=heycam
--HG--
extra : rebase_source : f4f620acc51e14625f45b8022385d8a1112fd086
2013-10-03 08:34:24 -04:00
Georg Fritzsche
8aaf587f87 Bug 920927 - Skip reftest 580160-1 on Android, it doesn't work there. r=jmaher 2013-10-15 10:35:51 +02:00
Cameron McCormack
276d28820e Bug 899808 - Fix matching of pseudo-elements in scoped style sheets. r=dbaron 2013-10-11 10:28:49 +11:00
Masatoshi Kimura
ab2dd4c4b2 Bug 922931 - Display a placeholder for broken images if the alt attribute is unset even in no-quirks mode. r=bz 2013-10-06 05:25:49 +09:00
Robert O'Callahan
7078351f62 Backed out changeset 0ef00ffc6c12 for bug 923193 due to test failures: 2013-10-03 09:52:44 -04:00
Robert O'Callahan
82e98d5a7a Bug 923193. Make transform-origin on SVG elements use the SVG bbox as the reference rectangle. r=heycam
--HG--
extra : rebase_source : 7c8d1b42a09b9389d082195edd0c683e2dc7e12e
2013-10-03 08:34:24 -04:00
Seth Fowler
9b1a87e416 Bug 920621 (Part 2) - Tests for zoom with the svg:image element. r=dholbert
--HG--
rename : layout/reftests/svg/pass.svg => layout/reftests/svg/image/lime-no-dimensions.svg
2013-10-02 19:04:33 -07:00
Martijn Wargers
de9e54b7e9 Bug 918258 - Convert reftests 448987.html and 449653-1.html to mochitests. r=dholbert
--HG--
rename : layout/reftests/bugs/448987.html => layout/generic/test/file_bug448987.html
rename : layout/reftests/bugs/448987-ref.html => layout/generic/test/file_bug448987_ref.html
rename : layout/reftests/bugs/449653-1.html => layout/generic/test/file_bug449653_1.html
rename : layout/reftests/bugs/449653-1-ref.html => layout/generic/test/file_bug449653_1_ref.html
2013-09-24 15:01:00 +02:00
Cameron McCormack
c9626f8959 Bug 921716 - Don't paint column rules when element is visibility:hidden. r=sjohnson 2013-10-01 11:30:06 +10:00
Daniel Holbert
73ed891def Bug 921522: Use already-established flex container content-box main size to determine packing space, instead of checking reflow state. r=mats
--HG--
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-1a.xhtml
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-1b.xhtml
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-1a.xhtml
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-1b.xhtml
2013-09-30 16:38:36 -07:00
Dan Minor
e3c8686c3f Bug 921021 - Update reftest manifests for pandaboards; r=jmaher 2013-09-30 07:49:04 -04:00
Matt Woodrow
f3fe15f33a Bug 921233 - Enabled azure for main-thread drawing on OSX. r=jrmuizel 2013-09-30 12:17:35 +13:00
Daniel Holbert
8c4dfa50b6 Bug 913759 part 2: reftests for percent-sized content in a button. r=bz 2013-09-28 10:24:01 -07:00
Daniel Holbert
608e021204 (no bug) fix typo in a comment within a reftest. DONTBUILD 2013-09-27 23:49:58 -07:00
Ed Morley
0c4fa91583 Backed out changeset 045d5fadd2fa (bug 907463) for compilation failures 2013-09-27 11:37:18 +01:00
Nicholas Cameron
7d9744d863 Bug 907463. Ignore result of very big canvas reftest. r=roc 2013-09-27 21:48:41 +12:00
Daniel Holbert
b9ac6c8dd3 (no bug) Remove useless "color" declaration (overridden by another "color" declaration several lines below it) from vertical-centering button reftest. 2013-09-26 23:43:16 -07:00
Robert Longson
4fc1c36524 Bug 919900 - Mark reftest fuzzy on windows 7 2013-09-26 15:29:09 +01:00
Robert Longson
6da1082e02 Bug 919900 - Mark reftest fuzzy on windows 7 2013-09-26 15:22:13 +01:00
L. David Baron
c5d18cf77f Followup to bug 828312 patch 9a: Mark test as fuzzy-if on Android. CLOSED TREE 2013-09-25 17:53:12 -07:00
L. David Baron
6404578a6b Followup to bug 828312 patch 9a: Mark test as fuzzy-if on Mac OS X 10.8, where the Ahem font is behaving in ways it shouldn't. CLOSED TREE 2013-09-25 15:45:24 -07:00
Ryan VanderMeulen
0eb7473289 Bug 907908 - Mark 776265-1a.html as random-if on Android 2.2 for too many intermittent failures.
DONTBUILD CLOSED TREE
2013-09-25 17:02:07 -04:00
Ryan VanderMeulen
aaa79d7829 Bug 907905 - Mark 647192-1.html as random-if on Android 2.2 for too many intermittent failures. 2013-09-25 17:01:53 -04:00
L. David Baron
d0255c650f Bug 828312 patch 9a: Make sticky positioning handle block-in-inline splits correctly. r=dholbert
This assumes that the specification for how position:sticky behaves for
block-in-inline splits matches the specification for position:relative,
in other words, matches
http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level .

It's also necessary for patch 9b since the new rule for handling of
style change hints is that a style change hint applies to all
continuations and all block-in-inline siblings ("special siblings").

The change in StickyScrollContainer::GetScrollRanges is really the fix
for bug 918994, but adjusted for the change here to use block-in-inline
siblings ("special siblings") in addition to continuations.
2013-09-25 12:28:08 -07:00
Wes Kocher
4c8aedc06e Merge b2g-i to m-c 2013-09-24 19:58:09 -07:00
Michael Wu
5d2dd3df6a Bug 919845 - Really make Fira Sans the default font, r=jfkthame 2013-09-24 10:57:25 -07:00
Jeff Muizelaar
7480685294 Bug 916535. Avoid using repeating gradients for tiling when it won't work. r=roc
Avoiding normalization introduced in bug 895135 caused gradientStart/Stop to
not correspond to the firstStop and lastStop. This can cause us to incorrectly
decide to use the repeat fast path. This patch switches takes us back to the
same condition as we had before the regression.

--HG--
extra : rebase_source : f335e1db9166213115354eb14dbe90b09127a68b
2013-09-24 00:04:36 -04:00
Makoto Kato
3491cda560 Backout changeset 28aab9d91f12 (Bug 916071) 2013-09-24 12:55:46 +09:00
Makoto Kato
c12354f911 Bug 916071 - Detect RemoteFX on reftest. r=vlad 2013-09-24 10:20:39 +09:00
Martijn Wargers
50733c49b6 Bug 917056 - Make zoomed-svg-with-viewBox-01.svg use reftest-zoom. r=longsonr 2013-09-18 01:05:03 +02:00
Rik Cabanier
67dc12428e Bug 917943 - Fix color-burn and color-dodge blend modes for Direct2D. r=Bas 2013-09-19 14:48:30 -04:00
Ed Morley
47e7d03693 Bug 907903 - Mark 759036-2.html as random-if on Android 2.2 for too many intermittent failures 2013-09-19 15:11:03 +01:00
Ed Morley
6c34d87210 Bug 907899 - Mark 759036-1.html as random-if on Android 2.2 for too many intermittent failures 2013-09-19 15:09:59 +01:00
Dan Minor
814bf21467 Bug 907351 - Android pandaboard reftests run significantly slower; r=gbrown 2013-09-19 09:12:48 -04:00
Daniel Holbert
0a856e7ab2 Bug 904197 followup: make reftests use Ahem font, to avoid pixel-alignment difference between block vs. inline elements. (test-only)
--HG--
rename : layout/reftests/flexbox/ahem.css => layout/reftests/position-sticky/ahem.css
2013-09-18 08:36:27 -07:00
Corey Ford
7597b90beb Bug 904197 - Use the union of continuations' rects in sticky positioning calculations. r=dholbert
Reftest inline-3.html fails because handling the sticky element's margin correctly will take more work; similarly, border/padding on containing-block continuations won't be handled quite right. Reftest column-contain-1a fails because some of the anonymous blocks inside an nsColumnSetFrame have 0 height.
2013-09-13 16:53:48 -07:00
Cameron McCormack
633b59f1ac Bug 874507 - Make clip-path, filter, mask and opacity work on <marker> elements. r=longsonr 2013-09-16 15:06:29 +10:00
Rik Cabanier
9267d93f54 Bug 902525 - Part 6: some basic test files for HTML blending r=roc 2013-09-15 16:43:12 -07:00
Rik Cabanier
32a4f10813 Bug 902525 - Part 4: first set of testfiles for SVG blending r=roc 2013-09-16 13:21:00 +10:00
Ryan VanderMeulen
40173a35b1 Merge b2g-inbound to m-c. 2013-09-15 21:53:23 -04:00
Ryan VanderMeulen
a3f1ea6990 Backed out 7 changesets (bug 902525) for B2G reftest failures.
Backed out changeset bbca63772c83 (bug 902525)
Backed out changeset edb386989dbd (bug 902525)
Backed out changeset 3137dadb4fcd (bug 902525)
Backed out changeset e562afcb3c89 (bug 902525)
Backed out changeset 8ef3a516bd68 (bug 902525)
Backed out changeset 520fcd422150 (bug 902525)
Backed out changeset 4e553e8da44e (bug 902525)
2013-09-15 18:59:27 -04:00
Ryan VanderMeulen
4e9b624c26 No bug - Add B2G fuzz to max-prop.html. 2013-09-15 18:38:00 -04:00
Rik Cabanier
b8f95770f1 Bug 902525 - Part 6: Some basic test files for HTML blending. r=roc 2013-09-15 16:24:46 -04:00
Rik Cabanier
79d5b5cee1 Bug 902525 - Part 4: First set of testfiles for SVG blending. r=roc 2013-09-15 16:24:26 -04:00
Ryan VanderMeulen
77d0581129 Merge m-c to b2g-inbound. 2013-09-14 23:07:59 -04:00
Timothy Nikkel
382d86a65e Bug 863658. Replace mozilla-banner image use in reftest for bug 28811 with a plain blue image. r=jmuizelaar
Different timing of image decodes finishing means we paint them into surfaces of different sizes (the surface sizes are based on what part of the page we need to repaint). This means that small fractional pixel differences in cairo can result in a different image when bilinearly resizing it.
2013-09-14 19:05:03 -05:00
Daniel Schattenkirchner
06df61b3db Bug 477462 - margin-collapsing test suite, wave 6; parent's and last-child's bottom margin with min-/max-/height. r=dholbert 2013-09-14 22:16:53 -04:00
Milan Sreckovic
440511ff28 Bug 916112 - Turn tiling back off. r=blassey 2013-09-13 12:32:46 -04:00
Mounir Lamouri
dcafc131eb Bug 915551. Allow text-align styling on ::-moz-placeholder. r=bzbarsky 2013-09-13 14:15:01 +01:00
Daniel Holbert
10cc45d637 Bug 897105 followup: increase fuzz for reftest stacking-context-1.html a bit more. DONTBUILD
landing on CLOSED TREE w/ RyanVM's permission
2013-09-13 10:31:02 -07:00
Edwin Flores
0fca77b617 Bug 798843 - Add README for generating fonts for SVG in OpenType reftests r=dbaron 2013-09-13 07:08:56 +01:00
Jonathan Kew
f6a9a678eb bug 871961 pt 2 - add text-svgglyphs subdirectory to the master layout/reftests manifest. r=roc 2013-09-14 19:07:34 +01:00
Jonathan Watt
cf98ff84fa Bug 915794 - Remove the pref for <input type=range>. r=mounir 2013-09-12 19:15:48 +01:00
Jonathan Watt
ba91cea8e3 Bug 913292 - Make sure that nsIFrame::AttributeChanged is only called after any final changes that Element::AfterSetAttr may make. r=bz 2013-09-10 17:17:51 +01:00
Jonathan Kew
17392fdc76 bug 916048 - update text-svgglyphs reftests for font-specific unitsPerEm. r=roc 2013-09-14 12:41:04 +01:00
Jonathan Kew
90fcad5f64 Bug 798843 - Rename -moz-objectFill, -moz-objectStroke, -moz-objectValue to context-fill, context-stroke, context-value r=dbaron
* * *
bug 798843 - recompile svg.woff font to pick up the updated glyph definitions
* * *
bug 798843 - update property_database.js to match the new property names
2013-05-16 14:35:15 +12:00
Ryan VanderMeulen
f6f2b44c8f Backed out changesets 6c097bdfc079, 51f5d900cd27, 9fdf99c07466, and b322938b37ef (bug 798843) due to intermittent Windows test failures. 2013-09-13 11:15:54 -04:00
Corey Ford
d5b2deaa8e Bug 897105 - Part 4: Build display items and layers for sticky positioned elements. r=roc 2013-09-12 18:56:57 -07:00
Jonathan Kew
6ba5a7dde9 bug 872487 - remove fails-if() annotations from currently-disabled tests that no longer fail on android/b2g. no_r=me 2013-09-13 07:56:38 +01:00
Edwin Flores
060ca05acc Bug 798843 - Add README for generating fonts for SVG in OpenType reftests r=dbaron 2013-09-13 07:08:56 +01:00
Jonathan Kew
fd01c609d8 Bug 798843 - Rename -moz-objectFill, -moz-objectStroke, -moz-objectValue to context-fill, context-stroke, context-value r=dbaron
* * *
bug 798843 - recompile svg.woff font to pick up the updated glyph definitions
* * *
bug 798843 - update property_database.js to match the new property names
2013-05-16 14:35:15 +12:00
Daniel Holbert
09ab56c960 Bug 914078, attempt 2: Increase Android-only max-fuzzy-difference from 5 to 6, for "position-sticky/top-3.html" reftest. r=corey 2013-09-12 09:50:25 -07:00
Ryan VanderMeulen
10c13ed83a Merge m-c to inbound. 2013-09-11 22:20:33 -04:00
Ryan VanderMeulen
a352effd6a Merge b2g-inbound to m-c. 2013-09-11 20:58:14 -04:00
Ed Morley
37ee2a9708 Bug 897009 - Mark 488685-1.html as now passing on Android; r=jfkthame 2013-09-11 12:59:40 +01:00
Michael Wu
6a83666480 Bug 897009 - Update default Gonk fonts, r=jfkthame
Test fixes r=dholbert,jfkthame,dholbert
2013-09-11 11:12:26 +02:00
Jonathan Kew
033f3f9ca3 bug 875329 - reftest for use of transforms within SVG-in-OT glyphs. r=heycam 2013-09-11 08:27:52 +01:00
Brad Lassey
dba340da1b bug 887819 - Investigate using the tiled layers backend, turn on tiles for b2g r=gal,benwa
--HG--
extra : rebase_source : c288e8145fd4409b0231f1c83eed0ba8ce60c136
2013-09-11 13:52:16 -04:00
Daniel Holbert
b4026d4cf2 Bug 911451: Refactor nsStringBuffer-to-nsString code into a helper-method, and invoke it instead of nsCheapString in one other place. r=dbaron
--HG--
rename : layout/reftests/svg/smil/mapped-attr-long-url-1.svg => layout/reftests/svg/smil/mapped-attr-long-url-2.svg
2013-09-10 10:03:28 -07:00
Daniel Holbert
17af62bf6e Bug 914078: Increase Android-only max-fuzzy-difference from 4 to 5, for recently-added "position-sticky/top-3.html" reftest. r=corey 2013-09-09 10:20:16 -07:00
Daniel Holbert
89a2cfebf9 (no bug) Broaden fuzzy-if() annotation slightly, for reftest position-sticky/top-2.html. r=corey 2013-09-06 13:59:58 -07:00
Bobby Holley
99b9464952 Bug 912322 - Fix tests. r=bz
The crashtest changes are untested (aside from the fact that they don't crash).
2013-09-06 09:12:56 -07:00
Bobby Holley
b11a7d12d9 Bug 912322 - Sync pref from reftest-cmdline.js to bootstrap.js. r=jgriffin 2013-09-06 09:12:55 -07:00
Corey Ford
cec6f3ffba Bug 886646 - Part 7: Reftests for sticky positioning. r=dbaron 2013-09-06 09:35:16 -04:00
Jonathan Kew
04dcdc00b5 bug 911849 followup - avoid reftest glyph-positioning discrepancy on OS X, and remove fuzzy-if() annotation from the manifest. 2013-09-05 23:15:29 +01:00
Ryan VanderMeulen
3084e83b22 Bug 911849 - Add fuzz to the new reftest on OSX. 2013-09-05 12:00:13 -04:00
Jonathan Kew
a2306b581f bug 911849 - reftest for use of ZWNBSP/WJ to inhibit line-breaks in CJK text. r=masayuki 2013-09-05 14:24:34 +01:00
Phil Ringnalda
51f479662d Back out e46601eb7279:533dc9ea3301 (bug 912322) for Android reftest bustage 2013-09-04 21:49:16 -07:00
Bobby Holley
22a073b7ea Bug 912322 - Fix tests. r=bz
The crashtest changes are untested (aside from the fact that they don't crash).
2013-09-04 19:05:51 -07:00
Mike Hommey
f8bc7fa754 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Robert O'Callahan
2bed019e71 Bug 909157. Invalidate rendering observers when an image changes. r=mattwoodrow
--HG--
extra : rebase_source : 04b127fde9a9e07e50c6196f53a1eea3c8f04db6
2013-09-04 23:13:11 +12:00
Robert O'Callahan
b7219d6f7f Bug 911889. Updating reftest manifest; the tests that were passing due to 894773 being fixed are now failing again since we've backed off on that fix .... on a CLOSED TREE 2013-09-04 18:19:07 +12:00
Daniel Holbert
b69ee7db46 Bug 904158 - When creating a string for the SMIL-animated value of a mapped SVG attribute, use NS_strlen to get the StringBuffer's logical length, instead of using nsCheapString and the allocated length. r=dbaron 2013-08-29 11:39:56 -04:00
Seth Fowler
0a6527e7c8 Bug 825771 (Part 5) - Add image-orientation reftests for SVG images. r=dholbert 2013-08-28 15:39:07 -07:00
Seth Fowler
0056e609fc Bug 825771 (Part 4) - Add image-orientation reftests for raster images. r=dholbert 2013-08-28 15:39:07 -07:00
John Daggett
79b86ebbe8 Bug 906704 - reftest for rotated synthetic bold. r=jrmuizel 2013-08-28 08:36:02 +09:00
Daniel Schattenkirchner
cfc22cc223 Bug 477462 - margin-collapsing test suite, wave 5b; root, html, body margins and non-sibling margins; r=dholbert 2013-08-26 21:27:49 -10:00
Edwin Flores
7e7f3c79a0 Bug 801467 - Test that url(#id) references work in OpenType SVG glyph documents. r=roc 2013-08-26 22:30:52 -07:00
Mats Palmgren
c5e387c60c Bug 909078 - Pretend the inner table frame is top-of-page if the outer table frame is. r=roc 2013-08-26 17:56:52 +00:00
Robert O'Callahan
ba9a70db15 Bug 906521. Part 9: Add tests for invalid glyph id values. r=jfkthame
--HG--
extra : rebase_source : 3ffd23c06a40cd51af30c83652ee701ae6057566
2013-08-26 12:21:20 +12:00
Robert O'Callahan
7353ff0cc7 Bug 906521. Part 8: Fix text-svgglyphs reftests. r=jfkthame
--HG--
extra : rebase_source : cceed09be0eb7490a5ab859d35609feee500e53b
2013-08-23 14:14:07 +12:00
Ms2ger
47f9af7214 Revert this CLOSED TREE to changeset 4d3e221584a0. 2013-08-24 13:31:48 +02:00
Ms2ger
137da0f245 Backed out changesets e6a3b0532422:f37447f59817 (bug 908880, bug 879682) for Windows assertion failures. 2013-08-24 10:27:21 +02:00
Markus Stange
6afd565885 Bug 908880 - Update overflow rects when dynamically changing the filter property. r=jwatt 2013-08-24 08:20:01 +02:00
Markus Stange
86e41a563d Bug 879682 - Call nsSVGEffects::UpdateEffects on the first reflow even if we've cleared our own firstreflow flag in order to propagate the information to our children. r=jwatt 2013-08-24 08:18:12 +02:00
Robert O'Callahan
1d07191eed Bug 906199. Ensure that nsDisplayTransforms being bubbled up by preserve-3d have the correct clip applied. r=mattwoodrow
--HG--
extra : rebase_source : 565cbebb5a7db17949a34cd41c9f0018db781caf
2013-08-21 15:04:23 +12:00
Nicholas Cameron
673c47e092 Bug 893330. Reftest for box shadow with border radius invalidation. r=mattwoodrow 2013-08-23 17:04:34 +12:00
Nicholas Cameron
418335dc08 Bug 902330. Reftest for partially transparent layer. r=mattwoodrow 2013-08-22 21:10:35 +12:00
Benoit Jacob
65b0efcbe1 Bug 907723 - Add some fuzz for B2G to SVG reftest.list - r=jrmuizel 2013-08-21 18:03:07 +02:00
Benoit Jacob
e76a06d8d0 Bug 907256 - Adjust the canvas reftest.list for SkiaGL/B2G failures - r=jrmuizel 2013-08-21 18:03:07 +02:00
Michael Harrison
a5fb538393 Bug 897491 - Update the display when the alt attribute of an image is added or removed. r=bz 2013-08-21 08:44:14 -04:00
Phil Ringnalda
32900daa61 Back out 4dd5fb21e599 (bug 906199) for Android R2 orange
CLOSED TREE
2013-08-20 22:49:12 -07:00
Robert O'Callahan
916ffde1d2 Bug 906199. Ensure that nsDisplayTransforms being bubbled up by preserve-3d have the correct clip applied. r=mattwoodrow 2013-08-21 15:04:23 +12:00
Scott Johnson
cca0d1756f Bug 746015: Add a nsDisplayGenericOverflow class that uses a frame's visual overflow rect as its bounds to correctly display column rules that lie outside of a column set frame's bounds. [r=dbaron] 2013-08-20 16:38:29 -05:00
James Kitchener
da2109a8bb Bug 827713 - Tests for merged script elements. r=fredw 2013-08-19 09:12:06 -04:00
Mina Almasry
52824c3d8a Bug 717181 - Make <fieldset> invalid if they contain an invalid form control; r=mounir
This adds a CSS psuedo class to fieldset that acts much in the same way as the one
on form.
2013-08-16 20:32:47 -04:00
Jonathan Kew
30cfe09d1d bug 879963 - reftests for regressions caused when multiple rules refer to the same proxy. r=jdaggett 2013-07-26 16:48:35 +01:00
Jonathan Watt
de06458c91 Bug 901955 - Get 'opacity' property changes on SVG working again. r=roc 2013-08-14 10:51:00 +01:00
Kyle Huey
2927f858f3 Bug 886080: Mark dynamic-feImage-01.svg as asserting. r=me 2013-08-13 11:16:47 -07:00
Xidorn Quan
0751b2c25c Bug 786254 - Add reftest. r=roc 2013-08-12 08:51:30 -04:00
Mats Palmgren
441566e641 Bug 883568 - Call UpdateOverflow() in the scroll frame base class to actually update the overflow areas. r=roc 2013-08-10 16:55:29 +00:00
Jonathan Kew
106066517d bug 571579 - remove unused ScheherazadeRegAAT.ttf font file from the tree. r=jdaggett 2013-08-09 09:52:47 +01:00
Ryan VanderMeulen
38ba791ec4 Bug 886080 - Change test annotation from random-if to skip-if. 2013-08-07 20:31:38 -04:00
Dan Minor
f4cf19b3a4 Bug 900542 - Update reftest manifests for pandaboards; r=jmaher 2013-08-07 10:08:24 -07:00
Blake Kaplan
81c5c9caea Bug 898926 - Add reftest. r=sicking 2013-08-06 17:31:30 -07:00
Jonathan Kew
07dfcd07e9 bug 854897 - prefer harfbuzz shaping for Indic text on WinXP. r=jdaggett 2013-08-05 21:06:09 +01:00
Nicholas Cameron
f742a26a6e Bug 874721, bug 899435. D3D9 compositor and windows OMTC window resizing. r=Bas, mattwoodrow 2013-08-04 19:46:17 +12:00
Jonathan Kew
3508f0fb9a bug 900975 - reftest for -moz-osx-font-smoothing on display:inline element. r=dbaron 2013-08-03 08:59:00 +01:00
Ryan VanderMeulen
6a206994df Bug 894773 - Remove Android failing reftest annotation from 650228-1.html.
CLOSED TREE
2013-08-02 15:39:21 -04:00
Benoit Girard
3fe1857dbd Bug 894773 - Don't force layers on single opacity change. r=roc
--HG--
extra : rebase_source : 1f4807150ad7776aa1e90ded322149cf57f212ff
2013-07-16 22:56:16 -04:00
Ed Morley
23d45c71a6 Bug 886080 - Mark dynamic-feImage-01.svg random-if on Linux for intermittent failures 2013-08-02 16:08:18 +01:00
Nicholas Cameron
b4b5c9799b back out bug 874721, bug 899435 2013-08-01 18:30:46 +12:00
Nicholas Cameron
c95bd05797 Bug 874721; fuzz some tests. r=Bas 2013-08-01 16:53:00 +12:00
Nicholas Cameron
3a462f7b43 Bug 897787. New test to catch the scaling bug. r=roc 2013-08-01 16:24:28 +12:00
Nicholas Cameron
3b91d31f04 Bug 897787. Test changes. r=roc 2013-08-01 16:22:48 +12:00
Corey Ford
e7787542d4 Bug 898797 - Reftests for relatively positioned floats. r=dholbert 2013-07-29 18:34:05 -07:00
Bobby Holley
52b3ad46ce Bug 898939 - Flip custom scope automation prefs for 449149-1{a,b}.html. r=bz
Bonus fix I noticed while working on this.

This was done before we flipped the default to make reftests always run with
dom.use_xbl_scopes_for_remote_xul=false (see reftest-cmdline.js). So to get
the full test coverage we're looking for here, we need to force the opposite
pref.
2013-07-30 08:43:45 -07:00
Jeff Muizelaar
002041aa22 Bug 891650. Use mTransform instead of GetDTTransform() in Mask(). r=bas
GetDTTransform includes the device offset. We need to avoid that in order for things to work properly.

--HG--
extra : rebase_source : 5a8ae0011f16b85421df182263ec3137cecf6a6b
2013-07-30 10:15:27 -04:00
John Daggett
ae8f359c4b Bug 857142 - add reftest for osx-font-smoothing. r=m_kato 2013-07-30 05:01:24 +09:00
Ryan VanderMeulen
ab9671a83e Backed out 6 changesets (bug 827713) for reftest failures.
Backed out changeset 014cc3de08fb (bug 827713)
Backed out changeset 4113172193aa (bug 827713)
Backed out changeset 27a5c8dd5ff7 (bug 827713)
Backed out changeset 6448c7e05f11 (bug 827713)
Backed out changeset b67a72618c66 (bug 827713)
Backed out changeset 1279664e0d41 (bug 827713)
2013-07-29 15:19:34 -04:00
James Kitchener
e5c50c21e1 Bug 827713 - Part 4: Tests for merged script elements. r=fredw 2013-07-29 12:38:24 -04:00
Daniel Holbert
5bdcb1fcc1 backout 5efda3c30be3 (the second cset for bug 873378) after dzbarsky backed out the first cset. (to fix Android R2 orange) 2013-07-26 18:43:13 -07:00
Scott Johnson
dc45ee09d2 Bug 743402, Part 6: Add unit tests for functionality of bug 743402. [r=roc] 2013-07-25 10:34:38 -05:00
Mats Palmgren
127dd8ead1 Bug 303896 - Turn on displaying the selection when the 'disabled' attr is removed if the element has focus. r=ehsan 2013-07-24 23:03:38 +00:00
Ryan VanderMeulen
6e81109389 Backed out 6 changesets (bug 743402) for reftest failures on a CLOSED TREE.
Backed out changeset 19848fff857e (bug 743402)
Backed out changeset 049168537ae0 (bug 743402)
Backed out changeset 3098fea37f2d (bug 743402)
Backed out changeset ada93e976dca (bug 743402)
Backed out changeset c7907c54187f (bug 743402)
Backed out changeset 2edbbf6440c4 (bug 743402)
2013-07-24 15:14:04 -04:00
Scott Johnson
98b8d3c09a Bug 743402, Part 6: Add unit tests for functionality of bug 743402. [r=roc] 2013-07-24 12:47:24 -05:00
Jesse Ruderman
39339b3d6c Detab layout/reftests/bidi/dirAuto/setDir.js. (No bug, DONTBUILD) 2013-07-23 22:58:58 -07:00
Bear Travis
a03478bd24 Bug 893298 - Correctly calculate button and button child's desired height to vertically center the child. r=bz 2013-07-18 14:21:47 -07:00
Simon Sapin
4d054e1c1d Bug 483446 - CSS3 'background-attachment: local' support. r=roc 2013-07-23 09:22:58 -04:00
Ryan VanderMeulen
27cd5f2dd4 Merge inbound to m-c. 2013-07-22 21:47:13 -04:00
Daniel Holbert
8dde80d3f4 Bug 895023: Null-check SVG image document's root frame, before dereferencing it. r=seth 2013-07-22 13:42:05 -07:00
James Willcox
95281770c1 Bug 888446 - Fuzz/fail more tests for SkiaGL r=gwright 2013-07-19 16:58:56 -04:00
Corey Ford
7df9a3d1f1 Bug 894629 - Reference containing block's content box for relatively positioned elements in RestyleManager::RecomputePosition. r=dbaron 2013-07-22 09:28:31 -07:00
Ryan VanderMeulen
e69fee0a8c Backed out changeset 123821ef07b4 (bug 893298) for Linux reftest failures. 2013-07-22 11:23:42 -04:00
Jeff Muizelaar
352e873c8e Bug 896489. Enable Azure CoreGraphics for content. r=joe
This only has an impact on OSX 10.7 and 10.8 because
it's only hooked up through OMTC right now.

--HG--
extra : rebase_source : 91b413be68ed0eaef9ef1c55a0ec730e89eac1e0
2013-07-22 10:54:10 -04:00
Bear Travis
151341e046 Bug 893298 - Correctly calculate button and button child's desired height to vertically center the child. r=bz 2013-07-18 14:21:47 -07:00
David Zbarsky
5dba986973 Bug 895116: Remove some duplicated reftests r=roc 2013-07-21 04:16:29 -07:00
Jeff Muizelaar
90280cc831 Bug 895135. Avoid normalizing gradients to a smaller interval than 0..1. r=roc
Previously if we had all the stops at the same location, we'd end up putting
them all at 0. This makes things harder for backends that implement gradients
with a lookup table because they don't have room for multiples entries at the
zero location. If instead we leave the stops at the same location on the 0-1
line we'll have a better chance of drawing them correctly.

--HG--
extra : rebase_source : d57553d90e3eef288ca41576573f1c1def97da7e
2013-07-20 08:58:10 -04:00
Nicholas Cameron
e17f999789 Bug 700926. Refactor image sizing to be closer to the spec and not tied to backgrounds. r=roc
--HG--
extra : rebase_source : b6fa8a526f8642089d9cd6af47948006f2673ab6
2013-07-19 20:39:58 +12:00
Ryan VanderMeulen
cf60fd0d26 Backed out changeset 319da88f992e (bug 893298) for B2G reftest failures. 2013-07-19 13:06:10 -04:00
Robert O'Callahan
399d3edad1 Bug 894931. Add reftest. r=dbaron 2013-07-19 11:22:40 -04:00
Bear Travis
99080c7766 Bug 893298 - Correctly calculate button and button child's desired height to vertically center the child. r=bz 2013-07-18 14:21:47 -07:00
James Willcox
4b92bdf899 Bug 888446 - Add some fuzz to make Skia canvas pass on Android r=bjacob,gwright 2013-06-28 16:01:54 -04:00
Benoit Girard
7152341ae7 Bug 873378 - Mark layout/reftests/bugs/433700.html as passing on mobile because of layer restrictions. ON A CLOSED TREE r=bustage 2013-07-18 19:36:17 -04:00
Blake Kaplan
2ac09437e4 Bug 895129 - Fix a typo in the original patch: we should be ignoring xul:observes. r=sicking 2013-07-17 16:20:37 -07:00
Seth Fowler
48bacd080e Bug 885939 (Part 3) - Disable SVG reftests involving extreme viewboxes that fail due to integer overflow. r=me 2013-07-16 15:41:36 -04:00
Seth Fowler
b44af38222 Bug 885939 (Part 2) - Add reftests for SVG image stretching and scaling. r=dholbert 2013-07-16 15:41:33 -04:00
Ryan VanderMeulen
503e54554a Backed out changeset 9022f5fdcf98 (bug 483446) for mochitest-5 orange. 2013-07-16 10:45:35 -04:00
Simon Sapin
a654dd2bd4 Bug 483446 - Add CSS3 'background-attachment: local' support. r=roc 2013-07-16 09:10:58 -04:00
Blake Kaplan
67336672ad Bug 888787 - Add reftests. r=sicking 2013-07-11 17:05:55 -04:00
Mats Palmgren
c34b7f3a13 Bug 883676 - Implement 'page-break-inside:avoid' also for the case where the block reflow is COMPLETE but does not fit in the available height. r=roc 2013-07-13 13:18:17 +00:00
Bem Jones-Bey
83b9d6959e Bug 829958 - Fix intrinsic width calculation to take into account the scroll frame created when overflow isn't visible. r=bz 2013-07-12 17:24:17 -04:00
Cameron McCormack
e5b78f3048 Bug 879659 - Part 3: Implement <marker orient="auto-start-reverse">. r=longsonr 2013-07-12 16:39:38 +10:00
Daniel Holbert
d1c7df5b20 Bug 860242: If box-sizing includes border/padding, then don't add border/padding to cell-width, in fixed table layout's percent-width case. r=dbaron 2013-07-11 16:46:06 -07:00
Blake Kaplan
b689607d31 Reftests for bug 890775 - r=peterv 2013-07-11 17:53:08 -04:00
Bear Travis
9a1e760e9a Bug 835873 - Include minHeight calculation before vertically centering a button's children. r=bz 2013-07-10 10:02:47 -04:00
Ryan VanderMeulen
d806e1e244 Merge m-c to inbound. 2013-07-10 09:45:16 -04:00
Timothy Nikkel
38c9ba223b Bug 890495. Add a reftest to test that dynamic changes to a legend element's margins are handled correctly. 2013-07-09 15:14:01 -05:00
Rick Eyre
33510110c0 Bug 785821 - Rename input element tests r=lahabana,mounir
Renamed input element tests in layout/reftests/forms/input/* to get
rid of the input-* prefixes.

--HG--
rename : layout/reftests/forms/input/email/input-email-1.html => layout/reftests/forms/input/email/1.html
rename : layout/reftests/forms/input/email/input-email-2.html => layout/reftests/forms/input/email/2.html
rename : layout/reftests/forms/input/email/input-email-3.html => layout/reftests/forms/input/email/3.html
rename : layout/reftests/forms/input/email/input-email-ref.html => layout/reftests/forms/input/email/ref.html
rename : layout/reftests/forms/input/file/input-file-background-ref.xul => layout/reftests/forms/input/file/background-ref.xul
rename : layout/reftests/forms/input/file/input-file-background.html => layout/reftests/forms/input/file/background.html
rename : layout/reftests/forms/input/file/input-file-color-inherit-ref.html => layout/reftests/forms/input/file/color-inherit-ref.html
rename : layout/reftests/forms/input/file/input-file-color-inherit.html => layout/reftests/forms/input/file/color-inherit.html
rename : layout/reftests/forms/input/file/input-file-rtl-ref.xul => layout/reftests/forms/input/file/rtl-ref.xul
rename : layout/reftests/forms/input/file/input-file-rtl.html => layout/reftests/forms/input/file/rtl.html
rename : layout/reftests/forms/input/file/input-file-simple-ref.xul => layout/reftests/forms/input/file/simple-ref.xul
rename : layout/reftests/forms/input/file/input-file-simple.html => layout/reftests/forms/input/file/simple.html
rename : layout/reftests/forms/input/file/input-file-size.html => layout/reftests/forms/input/file/size.html
rename : layout/reftests/forms/input/file/input-file-style-ref.xul => layout/reftests/forms/input/file/style-ref.xul
rename : layout/reftests/forms/input/file/input-file-style.html => layout/reftests/forms/input/file/style.html
rename : layout/reftests/forms/input/file/input-file-width-clip-ref.html => layout/reftests/forms/input/file/width-clip-ref.html
rename : layout/reftests/forms/input/file/input-file-width-clip.html => layout/reftests/forms/input/file/width-clip.html
rename : layout/reftests/forms/input/range/input-75pct-common-ref.html => layout/reftests/forms/input/range/75pct-common-ref.html
rename : layout/reftests/forms/input/range/input-75pct-unthemed-common-ref.html => layout/reftests/forms/input/range/75pct-unthemed-common-ref.html
rename : layout/reftests/forms/input/range/input-range-different-fraction-of-range-unthemed-1-notref.html => layout/reftests/forms/input/range/different-fraction-of-range-unthemed-1-notref.html
rename : layout/reftests/forms/input/range/input-range-different-fraction-of-range-unthemed-1.html => layout/reftests/forms/input/range/different-fraction-of-range-unthemed-1.html
rename : layout/reftests/forms/input/range/input-range-direction-unthemed-1-ref.html => layout/reftests/forms/input/range/direction-unthemed-1-ref.html
rename : layout/reftests/forms/input/range/input-range-direction-unthemed-1.html => layout/reftests/forms/input/range/direction-unthemed-1.html
rename : layout/reftests/forms/input/range/input-from-range-to-other-type-unthemed-1-ref.html => layout/reftests/forms/input/range/from-range-to-other-type-unthemed-1-ref.html
rename : layout/reftests/forms/input/range/input-from-range-to-other-type-unthemed-1.html => layout/reftests/forms/input/range/from-range-to-other-type-unthemed-1.html
rename : layout/reftests/forms/input/range/input-range-moz-range-progress-1-ref.html => layout/reftests/forms/input/range/moz-range-progress-1-ref.html
rename : layout/reftests/forms/input/range/input-range-moz-range-progress-1.html => layout/reftests/forms/input/range/moz-range-progress-1.html
rename : layout/reftests/forms/input/range/input-range-moz-range-progress-2-ref.html => layout/reftests/forms/input/range/moz-range-progress-2-ref.html
rename : layout/reftests/forms/input/range/input-range-moz-range-progress-2.html => layout/reftests/forms/input/range/moz-range-progress-2.html
rename : layout/reftests/forms/input/range/input-range-moz-range-progress-3-ref.html => layout/reftests/forms/input/range/moz-range-progress-3-ref.html
rename : layout/reftests/forms/input/range/input-range-moz-range-progress-3.html => layout/reftests/forms/input/range/moz-range-progress-3.html
rename : layout/reftests/forms/input/range/input-range-not-other-type-unthemed-1.html => layout/reftests/forms/input/range/not-other-type-unthemed-1.html
rename : layout/reftests/forms/input/range/input-range-not-other-type-unthemed-1a-notref.html => layout/reftests/forms/input/range/not-other-type-unthemed-1a-notref.html
rename : layout/reftests/forms/input/range/input-range-not-other-type-unthemed-1b-notref.html => layout/reftests/forms/input/range/not-other-type-unthemed-1b-notref.html
rename : layout/reftests/forms/input/range/input-range-not-other-type-unthemed-1c-notref.html => layout/reftests/forms/input/range/not-other-type-unthemed-1c-notref.html
rename : layout/reftests/forms/input/range/input-range-same-fraction-of-range-unthemed-1-ref.html => layout/reftests/forms/input/range/same-fraction-of-range-unthemed-1-ref.html
rename : layout/reftests/forms/input/range/input-range-same-fraction-of-range-unthemed-1.html => layout/reftests/forms/input/range/same-fraction-of-range-unthemed-1.html
rename : layout/reftests/forms/input/range/input-stepDown-unthemed.html => layout/reftests/forms/input/range/stepDown-unthemed.html
rename : layout/reftests/forms/input/range/input-stepDown.html => layout/reftests/forms/input/range/stepDown.html
rename : layout/reftests/forms/input/range/input-stepUp-unthemed.html => layout/reftests/forms/input/range/stepUp-unthemed.html
rename : layout/reftests/forms/input/range/input-stepUp.html => layout/reftests/forms/input/range/stepUp.html
rename : layout/reftests/forms/input/range/input-to-range-from-other-type-unthemed-1-ref.html => layout/reftests/forms/input/range/to-range-from-other-type-unthemed-1-ref.html
rename : layout/reftests/forms/input/range/input-to-range-from-other-type-unthemed-1.html => layout/reftests/forms/input/range/to-range-from-other-type-unthemed-1.html
rename : layout/reftests/forms/input/range/input-value-prop-unthemed.html => layout/reftests/forms/input/range/value-prop-unthemed.html
rename : layout/reftests/forms/input/range/input-value-prop.html => layout/reftests/forms/input/range/value-prop.html
rename : layout/reftests/forms/input/range/input-valueAsNumber-prop-unthemed.html => layout/reftests/forms/input/range/valueAsNumber-prop-unthemed.html
rename : layout/reftests/forms/input/range/input-valueAsNumber-prop.html => layout/reftests/forms/input/range/valueAsNumber-prop.html
rename : layout/reftests/forms/input/search/input-search-1.html => layout/reftests/forms/input/search/1.html
rename : layout/reftests/forms/input/search/input-search-2.html => layout/reftests/forms/input/search/2.html
rename : layout/reftests/forms/input/search/input-search-3.html => layout/reftests/forms/input/search/3.html
rename : layout/reftests/forms/input/search/input-search-ref.html => layout/reftests/forms/input/search/ref.html
rename : layout/reftests/forms/input/tel/input-tel-1.html => layout/reftests/forms/input/tel/1.html
rename : layout/reftests/forms/input/tel/input-tel-2.html => layout/reftests/forms/input/tel/2.html
rename : layout/reftests/forms/input/tel/input-tel-3.html => layout/reftests/forms/input/tel/3.html
rename : layout/reftests/forms/input/tel/input-tel-ref.html => layout/reftests/forms/input/tel/ref.html
rename : layout/reftests/forms/input/url/input-url-1.html => layout/reftests/forms/input/url/1.html
rename : layout/reftests/forms/input/url/input-url-2.html => layout/reftests/forms/input/url/2.html
rename : layout/reftests/forms/input/url/input-url-3.html => layout/reftests/forms/input/url/3.html
rename : layout/reftests/forms/input/url/input-url-ref.html => layout/reftests/forms/input/url/ref.html
2013-07-08 12:41:50 -04:00
Rick Eyre
26bf848af6 Bug 785821 - Move input tests to their respective folders r=lahabana,mounir
- Moved layout/reftests/forms/input-text* files to layout/reftests/forms/input/text/
- Moved layout/reftests/forms/input-percentage* files to layout/reftests/forms/input/percentage/
- Moved layout/reftests/forms/input-hidden* files to layout/reftests/forms/input/hidden/

--HG--
rename : layout/reftests/forms/input-hidden-border.html => layout/reftests/forms/input/hidden/border.html
rename : layout/reftests/forms/input-percentage-padding-ref.html => layout/reftests/forms/input/percentage/padding-ref.html
rename : layout/reftests/forms/input-percentage-padding.html => layout/reftests/forms/input/percentage/padding.html
rename : layout/reftests/forms/input-text-baseline-1-ref.html => layout/reftests/forms/input/text/baseline-1-ref.html
rename : layout/reftests/forms/input-text-baseline-1.html => layout/reftests/forms/input/text/baseline-1.html
rename : layout/reftests/forms/input-text-bounds-1-ref.html => layout/reftests/forms/input/text/bounds-1-ref.html
rename : layout/reftests/forms/input-text-bounds-1.html => layout/reftests/forms/input/text/bounds-1.html
rename : layout/reftests/forms/input-text-centering-1-ref.xul => layout/reftests/forms/input/text/centering-1-ref.xul
rename : layout/reftests/forms/input-text-centering-1.xul => layout/reftests/forms/input/text/centering-1.xul
rename : layout/reftests/forms/input-text-dynamic-height-1-ref.xul => layout/reftests/forms/input/text/dynamic-height-1-ref.xul
rename : layout/reftests/forms/input-text-dynamic-height-1.xul => layout/reftests/forms/input/text/dynamic-height-1.xul
rename : layout/reftests/forms/input-text-size-1-ref.html => layout/reftests/forms/input/text/size-1-ref.html
rename : layout/reftests/forms/input-text-size-1.html => layout/reftests/forms/input/text/size-1.html
rename : layout/reftests/forms/input-text-size-2-ref.html => layout/reftests/forms/input/text/size-2-ref.html
rename : layout/reftests/forms/input-text-size-2.html => layout/reftests/forms/input/text/size-2.html
2013-07-08 11:28:29 -04:00
Rick Eyre
29006fbc44 Bug 785821 - Move legend element tests in layout/reftests/forms to their own folder r=lahabana,mounir
--HG--
rename : layout/reftests/forms/legend-ref.html => layout/reftests/forms/legend/legend-ref.html
rename : layout/reftests/forms/legend.html => layout/reftests/forms/legend/legend.html
2013-06-14 10:24:49 -04:00
Rick Eyre
fc2339e378 Bug 785821 - Move textbox tests in layout/reftests/forms to their own folder r=lahabana,mounir
--HG--
rename : layout/reftests/forms/textbox-accesskey-1-notref.xul => layout/reftests/forms/textbox/accesskey-1-notref.xul
rename : layout/reftests/forms/textbox-accesskey-1.xul => layout/reftests/forms/textbox/accesskey-1.xul
rename : layout/reftests/forms/textbox-accesskey-2-ref.xul => layout/reftests/forms/textbox/accesskey-2-ref.xul
rename : layout/reftests/forms/textbox-accesskey-2.xul => layout/reftests/forms/textbox/accesskey-2.xul
rename : layout/reftests/forms/textbox-accesskey-3-notref.xul => layout/reftests/forms/textbox/accesskey-3-notref.xul
rename : layout/reftests/forms/textbox-accesskey-3-ref.xul => layout/reftests/forms/textbox/accesskey-3-ref.xul
rename : layout/reftests/forms/textbox-accesskey-3.xul => layout/reftests/forms/textbox/accesskey-3.xul
rename : layout/reftests/forms/textbox-accesskey-4-notref.xul => layout/reftests/forms/textbox/accesskey-4-notref.xul
rename : layout/reftests/forms/textbox-accesskey-4-ref.xul => layout/reftests/forms/textbox/accesskey-4-ref.xul
rename : layout/reftests/forms/textbox-accesskey-4.xul => layout/reftests/forms/textbox/accesskey-4.xul
rename : layout/reftests/forms/textbox-align-baseline-1-ref.xul => layout/reftests/forms/textbox/align-baseline-1-ref.xul
rename : layout/reftests/forms/textbox-align-baseline-1.xul => layout/reftests/forms/textbox/align-baseline-1.xul
rename : layout/reftests/forms/textbox-setsize-ref.xul => layout/reftests/forms/textbox/setsize-ref.xul
rename : layout/reftests/forms/textbox-setsize.xul => layout/reftests/forms/textbox/setsize.xul
2013-06-14 10:20:28 -04:00
Rick Eyre
6ee3dce147 Bug 785821 - Move radio button tests in layout/reftests/forms to their own folder r=lahabana,mounir
--HG--
rename : layout/reftests/forms/radio-checked-native-notref.html => layout/reftests/forms/input/radio/checked-native-notref.html
rename : layout/reftests/forms/radio-checked-native.html => layout/reftests/forms/input/radio/checked-native.html
rename : layout/reftests/forms/radio-checked-notref.html => layout/reftests/forms/input/radio/checked-notref.html
rename : layout/reftests/forms/radio-checked.html => layout/reftests/forms/input/radio/checked.html
rename : layout/reftests/forms/radio-label-dynamic-ref.html => layout/reftests/forms/input/radio/label-dynamic-ref.html
rename : layout/reftests/forms/radio-label-dynamic.html => layout/reftests/forms/input/radio/label-dynamic.html
2013-06-14 10:13:17 -04:00
Rick Eyre
183a2e0676 Bug 785812 - Move checkbox tests in layout/reftest/forms to their own folder r=lahabana,mounir
--HG--
rename : layout/reftests/forms/checkbox-checked-native-notref.html => layout/reftests/forms/input/checkbox/checked-native-notref.html
rename : layout/reftests/forms/checkbox-checked-native.html => layout/reftests/forms/input/checkbox/checked-native.html
rename : layout/reftests/forms/checkbox-checked-notref.html => layout/reftests/forms/input/checkbox/checked-notref.html
rename : layout/reftests/forms/checkbox-checked.html => layout/reftests/forms/input/checkbox/checked.html
rename : layout/reftests/forms/indeterminate-checked-notref.html => layout/reftests/forms/input/checkbox/indeterminate-checked-notref.html
rename : layout/reftests/forms/indeterminate-checked.html => layout/reftests/forms/input/checkbox/indeterminate-checked.html
rename : layout/reftests/forms/indeterminate-native-checked-notref.html => layout/reftests/forms/input/checkbox/indeterminate-native-checked-notref.html
rename : layout/reftests/forms/indeterminate-native-checked.html => layout/reftests/forms/input/checkbox/indeterminate-native-checked.html
rename : layout/reftests/forms/indeterminate-native-unchecked-notref.html => layout/reftests/forms/input/checkbox/indeterminate-native-unchecked-notref.html
rename : layout/reftests/forms/indeterminate-native-unchecked.html => layout/reftests/forms/input/checkbox/indeterminate-native-unchecked.html
rename : layout/reftests/forms/indeterminate-selector-ref.html => layout/reftests/forms/input/checkbox/indeterminate-selector-ref.html
rename : layout/reftests/forms/indeterminate-selector.html => layout/reftests/forms/input/checkbox/indeterminate-selector.html
rename : layout/reftests/forms/indeterminate-unchecked-notref.html => layout/reftests/forms/input/checkbox/indeterminate-unchecked-notref.html
rename : layout/reftests/forms/indeterminate-unchecked.html => layout/reftests/forms/input/checkbox/indeterminate-unchecked.html
rename : layout/reftests/forms/checkbox-label-dynamic-ref.html => layout/reftests/forms/input/checkbox/label-dynamic-ref.html
rename : layout/reftests/forms/checkbox-label-dynamic.html => layout/reftests/forms/input/checkbox/label-dynamic.html
rename : layout/reftests/forms/checkbox-radio-stretched-ref.html => layout/reftests/forms/input/checkbox/radio-stretched-ref.html
rename : layout/reftests/forms/checkbox-radio-stretched.html => layout/reftests/forms/input/checkbox/radio-stretched.html
2013-06-14 10:06:17 -04:00
Rick Eyre
725213de5a Bug 785821 - Move button element tests in layout/reftests/forms to their own folder r=lahabana,mounir
--HG--
rename : layout/reftests/forms/button-first-letter-1-noref.html => layout/reftests/forms/button/first-letter-1-noref.html
rename : layout/reftests/forms/button-first-letter-1-ref.html => layout/reftests/forms/button/first-letter-1-ref.html
rename : layout/reftests/forms/button-first-letter-1.html => layout/reftests/forms/button/first-letter-1.html
rename : layout/reftests/forms/button-max-height-ref.html => layout/reftests/forms/button/max-height-ref.html
rename : layout/reftests/forms/button-max-height.html => layout/reftests/forms/button/max-height.html
2013-06-14 09:57:38 -04:00
Rick Eyre
9c63298e99 Bug 785821 - Move select element tests in layout/reftests/forms to their own folder r=lahabana,mounir
--HG--
rename : layout/reftests/forms/select-boguskids-ref.html => layout/reftests/forms/select/boguskids-ref.html
rename : layout/reftests/forms/select-boguskids.html => layout/reftests/forms/select/boguskids.html
rename : layout/reftests/forms/select-dynamic-boguskids.html => layout/reftests/forms/select/dynamic-boguskids.html
rename : layout/reftests/forms/select-multiple-ref.html => layout/reftests/forms/select/multiple-ref.html
rename : layout/reftests/forms/select-multiple.html => layout/reftests/forms/select/multiple.html
rename : layout/reftests/forms/select-option-children-ref.html => layout/reftests/forms/select/option-children-ref.html
rename : layout/reftests/forms/select-option-children.html => layout/reftests/forms/select/option-children.html
rename : layout/reftests/forms/out-of-bounds-selectedindex-ref.html => layout/reftests/forms/select/out-of-bounds-selectedindex-ref.html
rename : layout/reftests/forms/out-of-bounds-selectedindex.html => layout/reftests/forms/select/out-of-bounds-selectedindex.html
2013-06-14 09:49:20 -04:00
Rick Eyre
2c10b02564 Bug 785821 - Move textarea reftests in layout/reftests/forms to their own directory r=lahabana,mounir
--HG--
rename : layout/reftests/forms/textarea-in-dynamic-rtl-doc.html => layout/reftests/forms/textarea/in-dynamic-rtl-doc.html
rename : layout/reftests/forms/textarea-in-ltr-doc-scrollbar.html => layout/reftests/forms/textarea/in-ltr-doc-scrollbar.html
rename : layout/reftests/forms/textarea-in-rtl-doc-scrollbar.html => layout/reftests/forms/textarea/in-rtl-doc-scrollbar.html
rename : layout/reftests/forms/textarea-ltr-scrollbar.html => layout/reftests/forms/textarea/ltr-scrollbar.html
rename : layout/reftests/forms/textarea-ltr.html => layout/reftests/forms/textarea/ltr.html
rename : layout/reftests/forms/textarea-no-resize.html => layout/reftests/forms/textarea/no-resize.html
rename : layout/reftests/forms/textarea-resize-background-ref.html => layout/reftests/forms/textarea/resize-background-ref.html
rename : layout/reftests/forms/textarea-resize-background.html => layout/reftests/forms/textarea/resize-background.html
rename : layout/reftests/forms/textarea-resize-ref.html => layout/reftests/forms/textarea/resize-ref.html
rename : layout/reftests/forms/textarea-resize.html => layout/reftests/forms/textarea/resize.html
rename : layout/reftests/forms/textarea-rtl-dynamic-attr.html => layout/reftests/forms/textarea/rtl-dynamic-attr.html
rename : layout/reftests/forms/textarea-rtl-dynamic-style.html => layout/reftests/forms/textarea/rtl-dynamic-style.html
rename : layout/reftests/forms/textarea-rtl-scrollbar.html => layout/reftests/forms/textarea/rtl-scrollbar.html
rename : layout/reftests/forms/textarea-rtl.html => layout/reftests/forms/textarea/rtl.html
rename : layout/reftests/forms/textarea-setvalue-framereconstruction-1.html => layout/reftests/forms/textarea/setvalue-framereconstruction-1.html
rename : layout/reftests/forms/textarea-setvalue-framereconstruction-ref.html => layout/reftests/forms/textarea/setvalue-framereconstruction-ref.html
2013-06-14 09:38:40 -04:00
John Daggett
844f041348 Bug 869764. Eliminate use of t2embed library in Windows GDI case. r=emk 2013-07-09 10:40:03 +09:00
Cameron McCormack
7145c3dd08 Bug 569722 - Implement textLength and lengthAdjust on SVG text elements. r=longsonr 2013-07-07 17:27:51 +10:00