gecko/layout/style/test
L. David Baron f8ff60d603 Bug 765599: Make CSS insertRule methods throw SYNTAX_ERR when given an empty rule or more than one rule. r=bzbarsky
This implements the proposed spec clarification in
http://lists.w3.org/Archives/Public/www-style/2013Feb/0229.html which
makes us compatible with WebKit on the insertRule tests in this patch.

I confirmed that the test reports 7 failures without the patch, but
passes with the patch.  (I'm a little disturbed by the way our
testharness.js integration elides runs of successive passes.)
2013-02-09 22:56:49 -08:00
..
chrome Bug 804834 - Part 1: Fix tests depending on E4X for-each in content JS. r=waldo 2012-12-21 20:47:52 +09:00
animation_utils.js
browser_bug453896.js
bug453896_iframe.html
bug517224.sjs
bug732209-css.sjs Bug 732209 part 5. Enforce CORS on stylesheet loads as needed. r=sicking 2012-08-28 13:10:08 -04:00
ccd-quirks.html Revert previous set of diagnostics for bug 536603. 2012-10-02 09:14:58 -04:00
ccd-standards.html Revert previous set of diagnostics for bug 536603. 2012-10-02 09:14:58 -04:00
ccd.sjs Merge revert of diagnostic round 2 for bug 536603. DONTBUILD 2012-10-03 09:01:01 -04:00
css_properties_like_longhand.js
descriptor_database.js
empty.html
file_bug645998-1.css
file_bug645998-2.css
file_flexbox_align_self_auto.html Bug 801098: Unprefix flexbox properties & keywords (still preffed off by default). r=dbaron 2012-10-15 12:42:43 -07:00
file_flexbox_child_display_values.xhtml Bug 783415 part 2: Add mochitest to check the computed value of various specified "display" values on flex-container-children. r=dbaron 2012-11-07 11:29:00 -08:00
file_flexbox_flex_grow_and_shrink.html Bug 801098: Unprefix flexbox properties & keywords (still preffed off by default). r=dbaron 2012-10-15 12:42:43 -07:00
file_flexbox_flex_shorthand.html Bug 790903: Accept unitless 0 as 'flex-basis' component in 'flex' shorthand. r=dbaron 2012-11-08 17:27:47 -08:00
file_flexbox_layout.html Bug 801098: Unprefix flexbox properties & keywords (still preffed off by default). r=dbaron 2012-10-15 12:42:43 -07:00
file_flexbox_min_size_auto.html Bug 794748: Add mochitest to check computed value of "min-width:auto" and "min-height:auto". r=dbaron 2012-11-07 13:32:53 -08:00
file_flexbox_order_table.html Bug 801098: Unprefix flexbox properties & keywords (still preffed off by default). r=dbaron 2012-10-15 12:42:43 -07:00
file_flexbox_order.html Bug 801098: Unprefix flexbox properties & keywords (still preffed off by default). r=dbaron 2012-10-15 12:42:43 -07:00
flexbox_layout_testcases.js Bug 801098: Unprefix flexbox properties & keywords (still preffed off by default). r=dbaron 2012-10-15 12:42:43 -07:00
ListCSSProperties.cpp Bug 774169, patch 2: Add property_database.js entries for property aliases. r=bzbarsky 2012-09-18 11:37:14 -07:00
Makefile.in Bug 765599: Make CSS insertRule methods throw SYNTAX_ERR when given an empty rule or more than one rule. r=bzbarsky 2013-02-09 22:56:49 -08:00
media_queries_dynamic_xbl_binding.xml
media_queries_dynamic_xbl_iframe.html
media_queries_dynamic_xbl_style.css
media_queries_iframe.html
ParseCSS.cpp
post-redirect-1.css
post-redirect-2.css
post-redirect-3.css
property_database.js Bug 835007: Make 'transition-property: all' work as an item within a list. r=bzbarsky 2013-02-09 22:56:49 -08:00
redirect.sjs
test_acid3_test46.html
test_animations.html Bug 827717: Change record of CSS animation start to be before delay so that dynamic changes to animation-delay are honored. r=bzbarsky 2013-01-10 21:14:51 -08:00
test_any_dynamic.html
test_at_rule_parse_serialize.html
test_bug73586.html
test_bug74880.html Bug 804834 - Part 1: Fix tests depending on E4X for-each in content JS. r=waldo 2012-12-21 20:47:52 +09:00
test_bug98997.html
test_bug160403.html Bug 806068 part 1: Add support for unprefixed "initial" keyword in CSS (retaining prefixed keyword as an alias, for now). r=dholbert 2012-10-30 16:40:33 +01:00
test_bug200089.html
test_bug221428.html
test_bug229915.html
test_bug302186.html
test_bug319381.html
test_bug357614.html
test_bug363146.html
test_bug365932.html
test_bug372770.html
test_bug373293.html
test_bug377947.html
test_bug379440.html
test_bug379741.html
test_bug382027.html
test_bug383075.html
test_bug387615.html
test_bug389464.html
test_bug391034.html
test_bug391221.html
test_bug397427.html
test_bug399349.html
test_bug401046.html
test_bug405818.html Remove last use of enablePrivilege in layout/style mochitests. (Bug 653461, patch 4) r=bzbarsky 2012-09-06 21:16:09 -07:00
test_bug412901.html
test_bug413958.html Backout 3b91d62ca343 and 662d0cd47316 for test failures 2013-01-17 20:44:46 -05:00
test_bug437915.html Bug 804834 - Part 1: Fix tests depending on E4X for-each in content JS. r=waldo 2012-12-21 20:47:52 +09:00
test_bug450191.html
test_bug453896_deck.html
test_bug470769.html
test_bug499655.html
test_bug499655.xhtml
test_bug511909.html
test_bug517224.html
test_bug524175.html
test_bug525952.html
test_bug534804.html
test_bug573255.html
test_bug580685.html
test_bug635286.html
test_bug645998.html
test_bug652486.html Bug 806068 part 2: Change in-tree usage of -moz-initial to initial. r=dholbert 2012-10-30 16:57:36 +01:00
test_bug657143.html
test_bug664955.html
test_bug667520.html
test_bug716226.html
test_bug721136.html
test_bug732153.html
test_bug732209.html Bug 732209 part 6. Allow web pages to access cross-origin stylesheets if the CORS headers say so. r=dbaron,sicking 2012-08-28 13:10:09 -04:00
test_bug765590.html
test_bug795520.html Bug 795520. Don't fail to return a computed CSS declaration just because the style change that will give us a presshell has not been processed yet. r=dbaron 2012-10-17 17:01:56 -04:00
test_bug798567.html bug 798567 - convert css values to webidl r=bz 2012-10-01 12:49:41 -04:00
test_cascade.html
test_ch_ex_no_infloops.html
test_compute_data_with_start_struct.html
test_computed_style_no_pseudo.html
test_computed_style.html
test_condition_text_assignment.html Bug 815021 - Implement MediaRule.conditionText setter. r? 2012-11-27 16:30:31 +11:00
test_condition_text.html Bug 814907 - Add new CSS GroupingRule and ConditionRule interfaces. r=bz 2012-11-27 16:30:30 +11:00
test_css_cross_domain.html Revert previous set of diagnostics for bug 536603. 2012-10-02 09:14:58 -04:00
test_css_eof_handling.html
test_css_supports.html Bug 779917 - Implement CSS.supports(). r=dbaron f=bz 2012-11-25 11:26:07 +11:00
test_default_bidi_css.html Changes to tests for bug 774335, r=dbaron 2012-08-07 01:42:45 -07:00
test_default_computed_style.html Bug 800983. Expose a getter for default computed style. r=dbaron 2012-10-17 17:01:56 -04:00
test_descriptor_storage.html
test_descriptor_syntax_errors.html
test_dont_use_document_colors.html
test_flexbox_align_self_auto.html back out 75cab729c971 because it landed with the wrong bug number 2012-12-07 11:15:27 -08:00
test_flexbox_child_display_values.html back out 75cab729c971 because it landed with the wrong bug number 2012-12-07 11:15:27 -08:00
test_flexbox_flex_grow_and_shrink.html back out 75cab729c971 because it landed with the wrong bug number 2012-12-07 11:15:27 -08:00
test_flexbox_flex_shorthand.html back out 75cab729c971 because it landed with the wrong bug number 2012-12-07 11:15:27 -08:00
test_flexbox_layout.html back out 75cab729c971 because it landed with the wrong bug number 2012-12-07 11:15:27 -08:00
test_flexbox_min_size_auto.html back out 75cab729c971 because it landed with the wrong bug number 2012-12-07 11:15:27 -08:00
test_flexbox_order_table.html Bug 799775 part 2: Add decl to inherit "-moz-order" on table outer frames in ua.css. r=dbaron 2012-10-11 14:33:24 -07:00
test_flexbox_order.html back out 75cab729c971 because it landed with the wrong bug number 2012-12-07 11:15:27 -08:00
test_font_face_parser.html
test_font_family_parsing.html Bug 605231 - Tests for font family name parsing. r=dbaron 2013-01-08 17:13:16 +09:00
test_garbage_at_end_of_declarations.html Bug 835007: Make 'transition-property: all' work as an item within a list. r=bzbarsky 2013-02-09 22:56:49 -08:00
test_group_insertRule.html Bug 765599: Make CSS insertRule methods throw SYNTAX_ERR when given an empty rule or more than one rule. r=bzbarsky 2013-02-09 22:56:49 -08:00
test_html_attribute_computed_values.html
test_ident_escaping.html
test_inherit_computation.html
test_inherit_storage.html Bug 774169, patch 2: Add property_database.js entries for property aliases. r=bzbarsky 2012-09-18 11:37:14 -07:00
test_initial_computation.html Bug 806068 part 2: Change in-tree usage of -moz-initial to initial. r=dholbert 2012-10-30 16:57:36 +01:00
test_initial_storage.html Bug 806068 part 1: Add support for unprefixed "initial" keyword in CSS (retaining prefixed keyword as an alias, for now). r=dholbert 2012-10-30 16:40:33 +01:00
test_keyframes_rules.html Bug 816431 - Add unprefixed CSSRule.KEYFRAME{,S}_RULE constants. r=bz 2012-11-29 18:57:32 +11:00
test_load_events_on_stylesheets.html
test_media_queries_dynamic_xbl.html
test_media_queries_dynamic.html Bug 806068 part 2: Change in-tree usage of -moz-initial to initial. r=dholbert 2012-10-30 16:57:36 +01:00
test_media_queries.html Back out Bug 678392 2013-02-08 16:52:12 -08:00
test_media_query_list.html Bug 806068 part 2: Change in-tree usage of -moz-initial to initial. r=dholbert 2012-10-30 16:57:36 +01:00
test_moz_device_pixel_ratio.html bug 674373 pt 5 - provide a fullZoom API in nsIDOMWindowUtils, and use this rather than inferring zoom from CSS to device pixel ratio. r=roc 2012-09-29 12:35:19 +01:00
test_namespace_rule.html
test_of_type_selectors.xhtml
test_page_parser.html Bug 811391 - Part 2: Tests. r=dbaron 2013-01-09 16:05:19 -08:00
test_parse_ident.html Bug 836530 followup: fix tests for new ASCII range. 2013-01-31 21:09:40 -08:00
test_parse_rule.html
test_parse_url.html Bug 836530 followup: fix tests for new ASCII range. 2013-01-31 21:09:40 -08:00
test_parser_diagnostics_unprintables.html Backout 3b91d62ca343 and 662d0cd47316 for test failures 2013-01-17 20:44:46 -05:00
test_pixel_lengths.html
test_pointer-events.html
test_priority_preservation.html
test_property_database.html
test_property_syntax_errors.html
test_rem_unit.html Bug 806068 part 2: Change in-tree usage of -moz-initial to initial. r=dholbert 2012-10-30 16:57:36 +01:00
test_rule_insertion.html Bug 816720 - Allow CSSRule.insertRule to insert non-style rules. r=bz 2012-12-01 15:10:45 +11:00
test_rule_serialization.html
test_rules_out_of_sheets.html
test_selectors_on_anonymous_content.html
test_selectors.html Bug 819871 - Make ":-moz-placeholder" parsable but without any effect on styling. r=dbaron,bz 2013-01-24 09:30:28 +00:00
test_shorthand_property_getters.html Bug 827698: Use the length of the 'animation-name' list when determining how many animations to run. r=bzbarsky 2013-01-10 21:14:51 -08:00
test_style_struct_copy_constructors.html
test_supports_rules.html Bug 815499 - Force @supports pref on for test_supports_rules.html. r=bz 2012-11-27 16:30:29 +11:00
test_system_font_serialization.html
test_transitions_and_zoom.html
test_transitions_bug537151.html
test_transitions_cancel_near_end.html
test_transitions_computed_value_combinations.html Bug 806068 part 2: Change in-tree usage of -moz-initial to initial. r=dholbert 2012-10-30 16:57:36 +01:00
test_transitions_computed_values.html
test_transitions_dynamic_changes.html
test_transitions_events.html
test_transitions_per_property.html Bug 827704: Fix 'visibility' animation so that it doesn't animate between values when one of them is not 'visibile'. r=bzbarsky 2013-01-08 20:37:29 -08:00
test_transitions_step_functions.html
test_transitions.html Bug 804834 - Part 1: Fix tests depending on E4X for-each in content JS. r=waldo 2012-12-21 20:47:52 +09:00
test_unclosed_parentheses.html
test_units_angle.html
test_units_frequency.html
test_units_length.html
test_units_time.html
test_value_cloning.html Bug 806068 part 2: Change in-tree usage of -moz-initial to initial. r=dholbert 2012-10-30 16:57:36 +01:00
test_value_computation.html Bug 719286 - Add support for -moz-objectValue keyword to CSS parser for SVG glyphs r=dbaron 2012-09-06 16:58:47 +12:00
test_value_storage.html Bug 774169, patch 4: Revert bug 719054 for prefixed -moz-transform but leave it for unprefixed transform. r=bzbarsky 2012-09-18 11:37:14 -07:00
test_viewport_units.html Bug 804970, patch 2: Add test for dynamic changes of viewport units. r=bzbarsky 2012-10-26 19:04:20 +02:00
test_visited_image_loading_empty.html
test_visited_image_loading.html
test_visited_lying.html
test_visited_pref.html
test_visited_reftests.html
TestCSSPropertyLookup.cpp Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
unstyled-frame.css
unstyled-frame.xml
unstyled.css
unstyled.xml
viewport_units_iframe.html Bug 804970, patch 2: Add test for dynamic changes of viewport units. r=bzbarsky 2012-10-26 19:04:20 +02:00
visited_image_loading_frame_empty.html
visited_image_loading_frame.html
visited_image_loading.sjs
visited-lying-inner.html
visited-pref-iframe.html
xbl_bindings.xml