gecko-dev/layout/style/test
Xidorn Quan 974ec0361d Bug 1211040 - Restrict -moz-window-{dragging,shadow} to be chrome-only. r=dbaron
--HG--
extra : source : d6d13a625c2b6e9e6a95e4b50320c4cbf9be778e
2015-10-06 14:18:35 +11:00
..
chrome Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
css-visited
support
BitPattern.woff Bug 1028497 - Part 26: Tests. r=jdaggett 2014-10-02 12:32:09 +10:00
ListCSSProperties.cpp Bug 1211040 - Restrict -moz-window-{dragging,shadow} to be chrome-only. r=dbaron 2015-10-06 14:18:35 +11:00
Makefile.in Bug 1098135 - Convert some rules to misc tier; r=glandium 2014-11-13 19:30:21 -08:00
ParseCSS.cpp Bug 946065 - Part 11: Move content/html/ to dom/ and flatten subdirectories. r=peterv 2014-10-25 20:24:55 +03:00
TestCSSPropertyLookup.cpp
animation_utils.js Bug 1180125 part 0 - Fix an obvious bug in animation_utils.js; r=dbaron 2015-07-29 10:57:38 +09:00
browser.ini Backed out changeset 42e80a07acd6 (bug 1177563) for bustage on a CLOSED TREE 2015-07-08 09:44:16 +02:00
browser_bug453896.js
browser_newtab_share_rule_processors.js Backed out changeset 42e80a07acd6 (bug 1177563) for bustage on a CLOSED TREE 2015-07-08 09:44:16 +02:00
bug453896_iframe.html
bug517224.sjs
bug732209-css.sjs
ccd-quirks.html
ccd-standards.html
ccd.sjs
css_properties_like_longhand.js Bug 649142 - Part 4: Convert logical margin properties. r=dbaron 2015-01-17 15:16:02 +11:00
descriptor_database.js Bug 1184452 - Correctly reject @font-face descriptors that have garbage after them. r=heycam 2015-07-21 07:55:42 -07:00
empty.html
file_animations_async_tests.html Bug 1161036 part 1. Stop setting the layout.css.font-loading-api.enabled preference to true in the test harness. r=heycam 2015-05-05 13:38:56 -04:00
file_animations_pausing.html Bug 1161034. Make test_animations_pausing pass even when we're doing mainthread compositing. r=birtles 2015-05-07 11:08:34 -04:00
file_animations_playbackrate.html Bug 1181905 - Animation::IsPlaying should check playbackRate != 0 to stop playing on compositor animation. r=bbirtles 2015-07-09 20:54:00 +02:00
file_bug645998-1.css
file_bug645998-2.css
file_bug829816.css
file_bug1055933_circle-xxl.png Bug 1055933 - Fix Imagemaps Style in nsComputedDOMStyle.cpp. r=bz 2015-02-12 17:27:00 +01:00
file_bug1089417_iframe.html Bug 1089417 patch 3 - Add mochitest. r=heycam 2014-12-05 15:50:00 -08:00
file_position_sticky.html
flexbox_layout_testcases.js Bug 1093316 part 1: Backout changeset aece7f9f944c (i.e. backout bug 1032922 part 2), to reflect CSSWG removing "flex-basis: main-size" from the flexbox spec. 2014-11-25 11:28:15 -08:00
media_queries_dynamic_xbl_binding.xml
media_queries_dynamic_xbl_iframe.html
media_queries_dynamic_xbl_style.css
media_queries_iframe.html
mochitest.ini Bug 1203766 - Part 7: Test. r=bzbarsky 2015-09-17 12:08:21 +10:00
moz.build Bug 1152033 - Expose CSS lexer to js. r=heycam, r=bz 2015-05-04 10:28:00 -04:00
neverending_font_load.sjs Bug 1028497 - Part 26: Tests. r=jdaggett 2014-10-02 12:32:09 +10:00
neverending_stylesheet_load.sjs Bug 1028497 - Part 26: Tests. r=jdaggett 2014-10-02 12:32:09 +10:00
newtab_share_rule_processors.html Backed out changeset 42e80a07acd6 (bug 1177563) for bustage on a CLOSED TREE 2015-07-08 09:44:16 +02:00
post-redirect-1.css
post-redirect-2.css
post-redirect-3.css
property_database.js Bug 1211040 - Restrict -moz-window-{dragging,shadow} to be chrome-only. r=dbaron 2015-10-06 14:18:35 +11:00
redirect.sjs
redundant_font_download.sjs
style_attribute_tests.js
test_acid3_test46.html
test_all_shorthand.html
test_animations.html Bug 1188251 part 8 - Remove call to Animation::Tick from CheckAnimationRule; r=dholbert 2015-08-17 13:59:45 +09:00
test_animations_async_tests.html Bug 1161036 part 1. Stop setting the layout.css.font-loading-api.enabled preference to true in the test harness. r=heycam 2015-05-05 13:38:56 -04:00
test_animations_event_order.html Bug 1183461 part 8 - Add tests for event order dispatch; r=heycam 2015-09-15 14:13:04 +09:00
test_animations_omta.html Bug 1181392 part 9 - Remove use of IsFinishedTransition from nsTransitionManager::FlushTransitions; r=dbaron 2015-08-07 12:29:36 +09:00
test_animations_omta_start.html Bug 949614 - Use === for SimpleTest.is; r=Waldo 2015-04-14 15:28:13 +02:00
test_animations_pausing.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
test_animations_playbackrate.html Bug 1175751 - Apply playback rate to compositor animations. r=bbirtles 2015-07-06 19:05:00 +02:00
test_any_dynamic.html
test_at_rule_parse_serialize.html
test_attribute_selector_eof_behavior.html Bug 1137984. When parsing attribute selectors, treat EOF as ']' any place ']' is allowed. r=dbaron 2015-03-03 07:12:00 -05:00
test_background_blend_mode.html
test_box_size_keywords.html Bug 1122253 - Support -moz-min-content etc. keywords in {,min-,max-}inline-size and their physical equivalents. r=bzbarsky 2015-06-25 08:40:38 +10:00
test_bug73586.html
test_bug74880.html
test_bug98997.html
test_bug160403.html
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 Bug 1057680 - Add support for font-stretch values in the font shorthand. r=jdaggett 2015-09-07 09:09:48 +01:00
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
test_bug412901.html
test_bug413958.html
test_bug418986-2.html Bug 1193593 - Test fingerprinting resistance for media queries in picture elements. r=heycam 2015-09-01 08:51:00 -04:00
test_bug437915.html
test_bug450191.html
test_bug453896_deck.html
test_bug470769.html
test_bug499655.html
test_bug499655.xhtml
test_bug511909.html Backed out 2 changesets (bug 1035091) 2015-09-03 11:41:39 -07:00
test_bug517224.html
test_bug524175.html
test_bug525952.html Bug 1048780 - Call the standard matches() rather than the proprietary mozMatchesSelector(); r=jst 2014-08-12 14:30:59 +02:00
test_bug534804.html
test_bug573255.html
test_bug580685.html
test_bug621351.html Bug 621351 - Test that border widths and colors set by logical border shorthands can be transitioned. r=dbaron 2015-01-28 14:41:31 +11:00
test_bug635286.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_bug645998.html
test_bug652486.html Bug 1039488 - Turn text-decoration into a shorthand. r=dbaron 2014-11-18 19:23:09 +09:00
test_bug657143.html Bug 1043461 - Make test_bug657143.html resilient to custom properties from the UA style sheet. r=dholbert 2014-07-26 11:01:45 +10:00
test_bug664955.html
test_bug667520.html
test_bug716226.html
test_bug732153.html
test_bug732209.html Bug 886570 - Initial integration of structured logs in mochitest; r=ahal,Ms2ger 2014-07-17 09:02:00 +02:00
test_bug765590.html
test_bug771043.html Bug 771043. Move MediaQueryList tracking from the prescontext to the document, so they will correctly outlive prescontext changes. r=dbaron 2014-10-03 14:15:25 -04:00
test_bug795520.html
test_bug798567.html
test_bug798843_pref.html
test_bug829816.html
test_bug874919.html
test_bug887741_at-rules_in_declaration_lists.html
test_bug892929.html Bug 975744 - remove font features pref and enable features by default. r=dbaron 2014-08-20 16:54:35 +09:00
test_bug1055933.html Bug 1055933 - Fix Imagemaps Style in nsComputedDOMStyle.cpp. r=bz 2015-02-12 17:27:00 +01:00
test_bug1089417.html Bug 1089417 patch 10 - Make CloneMQCacheKey clone the mPreviousCacheKey, to fix bug 1089417 for multiple rebuilds of the rule cascade in sequence. r=heycam 2015-01-19 00:49:56 -08:00
test_bug1112014.html Bug 1112014 - Avoid false negatives in CssPropertySupportsType. r=heycam 2015-05-04 07:39:00 -04:00
test_bug1203766.html Bug 1203766 - Part 7: Test. r=bzbarsky 2015-09-17 12:08:21 +10:00
test_cascade.html Bug 949614 - Use === for SimpleTest.is; r=Waldo 2015-04-14 15:28:13 +02:00
test_ch_ex_no_infloops.html
test_compute_data_with_start_struct.html
test_computed_style.html Backed out changeset acb7eb7f5ad4 (bug 1176496) for web compat problems 2015-07-15 23:37:22 +09:00
test_computed_style_no_pseudo.html
test_computed_style_prefs.html Bug 1175492 - unpref transform-origin percentage handling for SVG elements r=jwatt 2015-09-15 22:10:48 +01:00
test_condition_text.html Backed out 2 changesets (bug 1035091) 2015-09-03 11:41:39 -07:00
test_condition_text_assignment.html
test_counter_descriptor_storage.html Bug 966168 - Implement symbols() CSS function. r=dbaron 2014-09-25 02:19:00 +02:00
test_counter_style.html Bug 966166 - Part 6: Tests for @counter-style. r=jfkthame, r=davidb 2014-06-11 21:14:00 -04:00
test_css_cross_domain.html
test_css_eof_handling.html Backed out 2 changesets (bug 1035091) 2015-09-03 11:41:39 -07:00
test_css_escape_api.html Bug 1157279. Escaping CSS identifiers should use lowercase letters for hex digits, not uppercase ones. r=dbaron 2015-04-22 20:30:10 -04:00
test_css_function_mismatched_parenthesis.html
test_css_loader_crossorigin_data_url.html Bug 1109693. More places that use CORS should in fact allow data: URIs. r=smaug 2015-04-22 20:30:10 -04:00
test_css_supports.html Bug 864005: Remove mentions of & checks for 'layout.css.supports-rule.enabled' pref. r=heycam r=khuey 2014-06-04 21:07:07 -07:00
test_css_supports_variables.html Bug 864005: Remove mentions of & checks for 'layout.css.supports-rule.enabled' pref. r=heycam r=khuey 2014-06-04 21:07:07 -07:00
test_csslexer.js Bug 1196896 - add CSSLexer.performEOFFixup. r=heycam, r=bz 2015-09-22 13:14:00 +02:00
test_default_bidi_css.html
test_default_computed_style.html
test_descriptor_storage.html
test_descriptor_syntax_errors.html
test_dont_use_document_colors.html Bug 639134 - change document color pref to tristate, r=dbaron 2014-11-27 19:06:14 +00:00
test_dynamic_change_causing_reflow.html Bug 1194480: Only update overflow region (& trigger DLBI) for changes to CSS 'box-shadow' or 'text-shadow', instead of triggering a reflow. r=heycam 2015-10-01 20:05:28 -07:00
test_exposed_prop_accessors.html Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
test_extra_inherit_initial.html Bug 1187110 part 4: In test_extra_inherit_initial.html, only test every special-keyword with the first few values of each property (and then test one keyword per value). r=heycam 2015-08-04 14:05:22 -07:00
test_flexbox_align_self_auto.html
test_flexbox_child_display_values.xhtml
test_flexbox_flex_grow_and_shrink.html Bug 949614 - Use === for SimpleTest.is; r=Waldo 2015-04-14 15:28:13 +02:00
test_flexbox_flex_shorthand.html Bug 1093316 part 1: Backout changeset aece7f9f944c (i.e. backout bug 1032922 part 2), to reflect CSSWG removing "flex-basis: main-size" from the flexbox spec. 2014-11-25 11:28:15 -08:00
test_flexbox_layout.html
test_flexbox_min_size_auto.html Bug 984711 part 9: Rename file_flexbox_min_size_auto.html to test_flexbox_min_size_auto.html, now that its obsolete wrapper is gone. (no review) 2014-07-22 08:24:36 -07:00
test_flexbox_order.html
test_flexbox_order_table.html
test_flexbox_reflow_counts.html Bug 1142686: check flex item's content-box size (not border-box size) when deciding whether to skip final reflow. r=mats 2015-03-13 23:08:21 -07:00
test_font_face_parser.html Bug 1143537 - Part 3: Serialize unicode-range without leading zeroes. r=jdaggett 2015-03-17 18:15:42 +11:00
test_font_family_parsing.html Bug 280443 p4 - properly escape unquoted font family names. r=heycam 2014-06-06 15:09:24 +09:00
test_font_feature_values_parsing.html Bug 975744 - remove font features pref and enable features by default. r=dbaron 2014-08-20 16:54:35 +09:00
test_font_loading_api.html Bug 1193019 - Rename CSSFontFaceLoadEvent to FontFaceSetLoadEvent. r=khuey 2015-08-11 12:19:52 +10:00
test_garbage_at_end_of_declarations.html Bug 1148405 - Intermittent Mulet test_garbage_at_end_of_declarations.html,test_value_storage.html. r=smaug 2015-03-27 16:43:28 +01:00
test_grid_container_shorthands.html Bug 1164953 - Update CSS grid <line-names> to use brackets instead of parens. r=dholbert 2015-05-19 15:20:00 -04:00
test_grid_item_shorthands.html
test_grid_shorthand_serialization.html Bug 1164953 - Update CSS grid <line-names> to use brackets instead of parens. r=dholbert 2015-05-19 15:20:00 -04:00
test_group_insertRule.html
test_hover_quirk.html Bug 783213 - Part 3: Tests. r=dbaron 2014-11-10 21:50:12 -08:00
test_html_attribute_computed_values.html
test_ident_escaping.html
test_inherit_computation.html
test_inherit_storage.html
test_initial_computation.html
test_initial_storage.html
test_keyframes_rules.html
test_load_events_on_stylesheets.html
test_logical_properties.html Bug 1193519 pt 5 - Expose the sideways-lr value for writing-mode to CSS. r=dholbert 2015-09-24 10:23:34 +01:00
test_media_queries.html Bug 1170000 - Add -moz-os-version: windows-win10 to test_media_queries.html. r=jimm 2015-06-09 13:23:00 -04:00
test_media_queries_dynamic.html
test_media_queries_dynamic_xbl.html
test_media_query_list.html
test_moz_device_pixel_ratio.html
test_namespace_rule.html Bug 949614 - Use === for SimpleTest.is; r=Waldo 2015-04-14 15:28:13 +02:00
test_of_type_selectors.xhtml Bug 949614 - Use === for SimpleTest.is; r=Waldo 2015-04-14 15:28:13 +02:00
test_page_parser.html Bug 649142 - Part 4: Convert logical margin properties. r=dbaron 2015-01-17 15:16:02 +11:00
test_parse_eof.html
test_parse_ident.html
test_parse_rule.html
test_parse_url.html Bug 1157279. Escaping CSS identifiers should use lowercase letters for hex digits, not uppercase ones. r=dbaron 2015-04-22 20:30:10 -04:00
test_parser_diagnostics_unprintables.html Bug 1157279. Escaping CSS identifiers should use lowercase letters for hex digits, not uppercase ones. r=dbaron 2015-04-22 20:30:10 -04:00
test_pixel_lengths.html
test_pointer-events.html
test_position_float_display.html Bug 1102374 - Enable display:contents by default in non-release builds. r=dbaron 2014-12-01 15:55:16 +00:00
test_position_sticky.html Bug 1135091 - convert remaining SpecialPowers.setBoolPref to pushPrefEnv, p=anishchandran94@gmail.com, r=jmaher, mwargers 2015-03-03 08:46:35 -05:00
test_priority_preservation.html
test_property_database.html Bug 1208136: Give property_database.js a helper-function for pref lookups, to catch exceptions thrown for missing about:config prefs. r=dbaron 2015-09-29 10:48:07 -07:00
test_property_syntax_errors.html
test_pseudoelement_parsing.html
test_pseudoelement_state.html
test_redundant_font_download.html
test_rem_unit.html
test_root_node_display.html Bug 1140198 - Tweak display:contents test to make this test green again. r=me on a CLOSED TREE 2015-03-07 17:38:57 +00:00
test_rule_insertion.html Backed out 2 changesets (bug 1035091) 2015-09-03 11:41:39 -07:00
test_rule_serialization.html Backed out 2 changesets (bug 1035091) 2015-09-03 11:41:39 -07:00
test_rules_out_of_sheets.html
test_selectors.html Bug 949614 - Use === for SimpleTest.is; r=Waldo 2015-04-14 15:28:13 +02:00
test_selectors_on_anonymous_content.html Bug 949614 - Use === for SimpleTest.is; r=Waldo 2015-04-14 15:28:13 +02:00
test_setPropertyWithNull.html Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
test_shorthand_property_getters.html Bug 1057680 - Add support for font-stretch values in the font shorthand. r=jdaggett 2015-09-07 09:09:48 +01:00
test_specified_value_serialization.html Bug 975744 - remove font features pref and enable features by default. r=dbaron 2014-08-20 16:54:35 +09:00
test_style_attribute_quirks.html
test_style_attribute_standards.html
test_style_struct_copy_constructors.html
test_supports_rules.html Bug 864005: Remove mentions of & checks for 'layout.css.supports-rule.enabled' pref. r=heycam r=khuey 2014-06-04 21:07:07 -07:00
test_system_font_serialization.html Bug 975744 - remove font features pref and enable features by default. r=dbaron 2014-08-20 16:54:35 +09:00
test_text_decoration_shorthands.html Bug 1039488 - Turn text-decoration into a shorthand. r=dbaron 2014-11-18 19:23:09 +09:00
test_transitions.html Bug 960465 patch 12 - Instead of using the full style covered by the cover rule as the parent style for descendents when we've tried starting transitions, use the after-change style. r=birtles 2015-02-17 11:15:03 +13:00
test_transitions_and_reframes.html Bug 1110277 patch 8 - Add test for passing lazy construction parameters through, using flexbox reframe case. r=bzbarsky 2015-01-13 21:03:13 -08:00
test_transitions_and_restyles.html Bug 1048838 - Add mochitest for transitions and restyles. No review. 2014-08-20 14:57:21 -07:00
test_transitions_and_zoom.html
test_transitions_bug537151.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_transitions_cancel_near_end.html Bug 1207495 - Remove use of expression closure from layout/. r=bz 2015-09-23 18:40:36 +09:00
test_transitions_computed_value_combinations.html
test_transitions_computed_values.html
test_transitions_dynamic_changes.html Bug 1144410 - Remove finished transitions when a frame transitions away from being display:none. r=birtles 2015-04-26 19:20:19 -07:00
test_transitions_events.html Bug 1161021 patch 3 - Check that we don't get duplicate events for #seven::after. r=bzbarsky 2015-05-04 23:39:48 +02:00
test_transitions_per_property.html Bug 1157455 followup - fix test_transitions_per_property.html to expect different angle interpolation results, on a CLOSED TREE. 2015-04-23 10:50:31 -07:00
test_transitions_step_functions.html
test_unclosed_parentheses.html Backed out changeset acb7eb7f5ad4 (bug 1176496) for web compat problems 2015-07-15 23:37:22 +09:00
test_unicode_range_loading.html Bug 1094571 - add unicode-range load tests. r=heycam 2015-03-30 10:05:32 +09:00
test_units_angle.html
test_units_frequency.html
test_units_length.html
test_units_time.html
test_unprefixing_service.html Backed out 2 changesets (bug 1132743) for asan mochitest-e10s-1 bustage CLOSED TREE 2015-03-13 15:16:33 -07:00
test_unprefixing_service_prefs.html Backed out 2 changesets (bug 1132743) for asan mochitest-e10s-1 bustage CLOSED TREE 2015-03-13 15:16:33 -07:00
test_value_cloning.html
test_value_computation.html Bug 1131994 - Part 4: Don't fail test_value_computation.html on min-{block,inline}-size:calc(-1%). r=dbaron 2015-02-17 11:36:36 +11:00
test_value_storage.html Bug 1073761 - Increase timeout for test_value_storage; r=dholbert 2015-05-20 06:37:40 -06:00
test_variable_serialization_computed.html Bug 1203142 - Insert /**/ separate between two adjacent '-' symbols when serializing token streams. r=simon.sapin 2015-09-17 11:34:04 +10:00
test_variable_serialization_specified.html
test_variables.html Bug 1154356 - Escape variable name in Declaration::AppendVariableAndValueToString. r=heycam 2015-04-24 13:15:00 -04:00
test_video_object_fit.html Bug 1065766: Add UA stylesheet rule to preserve <video> centering-by-default behavior, using "object-fit: contain". r=heycam 2014-09-16 23:19:59 -07:00
test_viewport_units.html
test_visited_image_loading.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_visited_image_loading_empty.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_visited_lying.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_visited_pref.html Bug 1135091 - convert remaining SpecialPowers.setBoolPref to pushPrefEnv, p=anishchandran94@gmail.com, r=jmaher, mwargers 2015-03-03 08:46:35 -05:00
test_visited_reftests.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
unprefixing_service_iframe.html Bug 1167311: When we unprefix 'display:-webkit-box' on a whitelisted site, only set flag to unprefix '-moz-box' if we're parsing a series of declarations. r=dbaron 2015-05-22 12:47:01 -07:00
unprefixing_service_utils.js Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
unstyled-frame.css
unstyled-frame.xml
unstyled.css
unstyled.xml
viewport_units_iframe.html
visited-lying-inner.html
visited-pref-iframe.html
visited_image_loading.sjs
visited_image_loading_frame.html
visited_image_loading_frame_empty.html
xbl_bindings.xml
xpcshell.ini Bug 1152033 - Expose CSS lexer to js. r=heycam, r=bz 2015-05-04 10:28:00 -04:00