Name Description Size Coverage
additional_sheets_helper.html 57 -
Ahem.ttf 12480 -
animation_utils.js eslint-disable mozilla/no-comparison-or-assignment-inside-ok 27129 -
BitPattern.woff 6248 -
browser.toml 416 -
browser_bug453896.js 383 -
browser_resource_cache_perf_timeline.js 18871 -
browser_sourcemap.js 1142 -
browser_sourcemap_comment.js # sourceMappingURL=here 1460 -
browser_sourceurl_comment.js # sourceURL=here 1325 -
bug453896_iframe.html Bug 453896 Test middle frame 2209 -
bug517224.sjs 992 -
bug732209-css.sjs 790 -
bug1382568-iframe.html 274 -
bug1729861.js 2741 -
ccd-quirks.html 6102 -
ccd-standards.html 6083 -
ccd.sjs 3009 -
chrome -
css_server.sjs 1041 -
descriptor_database.js not clear that the generics are really invalid 3456 -
empty.html 103 -
file_animations_async_tests.html Test for Bug 1086937 2274 -
file_animations_omta_scroll.html Test for css-animations running on the compositor thread with scroll-timeline 12996 -
file_animations_omta_scroll_rtl.html Test for css-animations running on the compositor thread with scroll-timeline and right to left writing mode 3102 -
file_animations_with_disabled_properties.html 1254 -
file_bug645998-1.css 37 -
file_bug645998-2.css 37 -
file_bug829816.css 86 -
file_bug1055933_circle-xxl.png 4857 -
file_bug1089417_iframe.html Bug 1089417 312 -
file_bug1375944.html 191 -
file_bug1381233.html 140 -
file_bug1443344.css 43 -
file_computed_style_bfcache_display_none.html 139 -
file_computed_style_bfcache_display_none2.html 112 -
file_font_loading_api_vframe.html 32 -
file_resource_cache_frame_cacheable.html Load redirecting CSS 460 -
file_resource_cache_frame_not_cacheable.html Load redirecting CSS 462 -
file_resource_cache_server.sjs 1764 -
file_shared_sheet_caching.css 36 -
file_shared_sheet_caching.html 267 -
flexbox_layout_testcases.js For the purposes of this test, flex items are specified as a hash with a hash-entry for each CSS property that is to be set. In these per-property entries, the key is the property-name, and the value can be either of the following: (a) the property's specified value (which indicates that we don't need to bother checking the computed value of this particular property) ...OR... (b) an array with 2-3 entries... [specifiedValue, expectedComputedValue (, epsilon) ] ...which indicates that the property's computed value should be checked. The array's first entry (for the specified value) may be null; this means that no value should be explicitly specified for this property. The second entry is the property's expected computed value. The third (optional) entry is an epsilon value, which allows for fuzzy equality when testing the computed value. To allow these testcases to be re-used in both horizontal and vertical flex containers, we specify "width"/"min-width"/etc. using the aliases "_main-size", "_min-main-size", etc. The test code can map these placeholder names to their corresponding property-names using the maps defined below -- gRowPropertyMapping, gColumnPropertyMapping, etc. If the testcase needs to customize its flex container at all (e.g. by specifying a custom container-size), it can do so by including a hash called "container_properties", with propertyName:propertyValue mappings. (This hash can use aliased property-names like "_main-size" as well.) 37304 -
gtest 0 %
mapped.css 23 -
mapped.css^headers^ 28 -
mapped2.css 68 -
mapped2.css^headers^ 56 -
media_queries_iframe.html Media Queries Test inner frame 422 -
media_queries_iframe2.html Media Queries Test inner frame 1091 -
mochitest.toml 16877 -
moz.build 7784 -
mq_changes_child.html 244 -
neverending_font_load.sjs 168 -
neverending_stylesheet_load.sjs 152 -
ParseCSS.cpp This file is meant to be used with |#define CSS_REPORT_PARSE_ERRORS| in mozilla/dom/html/style/src/nsCSSScanner.h uncommented, and the |#ifdef DEBUG| block in nsCSSScanner::OutputError (in nsCSSScanner.cpp in the same directory) used (even if not a debug build). 2207 -
post-redirect-1.css 50 -
post-redirect-2.css 50 -
post-redirect-3.css 52 -
property_database.js eslint-disable dot-notation 412742 -
redirect.sjs 181 -
redundant_font_download.sjs 2366 -
slow_broken_sheet.sjs 534 -
slow_load.sjs 928 -
slow_ok_sheet.sjs 657 -
sourcemap_css.html Test for bug 1306887 343 -
style_attribute_tests.js 704 -
support -
test_acid3_test46.html Test for Bug 156716 7358 -
test_additional_sheets.html Test for additional sheets 9044 -
test_addSheet.html Test for addSheet 4123 -
test_align_justify_computed_values.html Test align/justify-items/self/content computed values 27553 -
test_all_shorthand.html Test the 'all' shorthand property 6483 -
test_animations.html Test for css3-animations (Bug 435442) 85950 -
test_animations_async_tests.html Test for Bug 1086937 669 -
test_animations_dynamic_changes.html Test for Bug 978833 1959 -
test_animations_effect_timing_duration.html Test for animation.effect.updateTiming({ duration }) on compositor animations 2443 -
test_animations_effect_timing_enddelay.html Test for animation.effect.updateTiming({ endDelay }) on compositor animations 4526 -
test_animations_effect_timing_iterations.html Test for Animation.effect.updateTiming({ iterations }) on compositor animations 1827 -
test_animations_event_handler_attribute.html Test for CSS Animation and Transition event handler attributes. (Bug 911987) 6141 -
test_animations_event_order.html Test for CSS Animation and Transition event ordering (Bug 1183461) 21449 -
test_animations_iterationstart.html Test for Animation.effect.timing.iterationStart on compositor animations 1492 -
test_animations_omta.html Test for css3-animations running on the compositor thread (Bug 964646) 119532 -
test_animations_omta_scroll.html Test for css-animations running on the compositor thread with scroll-timeline 649 -
test_animations_omta_scroll_rtl.html Test for css-animations running on the compositor thread with scroll-timeline with right to left writing mode 685 -
test_animations_omta_start.html Test OMTA animations start correctly (Bug 975261) 5870 -
test_animations_pausing.html Test for Animation.play() and Animation.pause() on compositor animations 2613 -
test_animations_playbackrate.html Test for Animation.playbackRate on compositor animations 2755 -
test_animations_reverse.html Test for Animation.reverse() on compositor animations 1979 -
test_animations_styles_on_event.html Test that mouse movement immediately after finish() should involve restyling for finished state (Bug 1228137) 2199 -
test_animations_variable_changes.html Tests that animations respond to changes to variables 1533 -
test_animations_with_disabled_properties.html Test CSS animations ignore disabled properties (Bug 1265611) 927 -
test_any_dynamic.html Test for Bug 544834 1371 -
test_area_url_cursor.html cursor: url() doesn't assert for area elements 911 -
test_asyncopen.html Bug 1195173 - Test asyncOpen security exception 1397 -
test_at_rule_parse_serialize.html Test for Bug 478160 1212 -
test_attribute_selector_eof_behavior.html Test for EOF behavior of attribute selectors in selectors API 722 -
test_backdrop_filter_enabled_state.html Test Backdrop-Filter Enabled State 622 -
test_background_blend_mode.html Test for miscellaneous computed style issues 1850 -
test_border_device_pixel_rounding_initial_style.html 917 -
test_box_size_keywords.html Test for keywords on box sizing properties 15438 -
test_bug73586.html Test for Bug 73586 6518 -
test_bug74880.html Test for Bug 74880 4392 -
test_bug98997.html Test for Bug 98997 4780 -
test_bug160403.html Test for Bug 160403 3905 -
test_bug200089.html Test for Bug 200089 827 -
test_bug221428.html Test for Bug 221428 1879 -
test_bug229915.html Test for Bug 229915 2814 -
test_bug302186.html Test for Bug 302186 13942 -
test_bug319381.html Test for Bug 319381 2090 -
test_bug357614.html Test for Bug 357614 2441 -
test_bug363146.html Test for Bug 363146 1825 -
test_bug372770.html Test for Bug 372770 2696 -
test_bug373293.html Test for Bug 373293 801 -
test_bug377947.html Test for Bug 377947 4141 -
test_bug379440.html Test for Bug 379440 2009 -
test_bug379741.html Test for Bug 379741 1409 -
test_bug382027.html Test for Bug 382027 1087 -
test_bug383075.html Test for bug 383075 3021 -
test_bug387615.html Test for Bug 387615 1466 -
test_bug389464.html Test for preference not to use document colors 1330 -
test_bug391034.html Test for Bug 391034 2666 -
test_bug391221.html Test for Bug 391221 1135 -
test_bug397427.html Test for Bug 397427 3589 -
test_bug399349.html Test for Bug 363146 2699 -
test_bug401046.html Test for Bug 401046 2689 -
test_bug405818.html Test for Bug 405818 2619 -
test_bug412901.html Test for Bug 412901 1588 -
test_bug413958.html Test for Bug 413958 2407 -
test_bug418986-2.html Test 2/3 for Bug #418986: Resist fingerprinting by preventing exposure of screen and system info 894 -
test_bug437915.html Test for Bug 437915 1814 -
test_bug450191.html Test for Bug 450191 1587 -
test_bug470769.html Test for Bug 470769 867 -
test_bug499655.html Test for Bug 499655 1340 -
test_bug499655.xhtml Test for Bug 499655 1367 -
test_bug517224.html Test for Bug 517224 1197 -
test_bug524175.html Test for Bug 524175 700 -
test_bug525952.html Test for Bug 525952 1346 -
test_bug534804.html Test for Bug 534804 2821 -
test_bug573255.html Test for Bug 573255 857 -
test_bug580685.html Test for Bug 580685 978 -
test_bug621351.html Test for Bug 160403 1458 -
test_bug635286.html Test for Bug 635286 1637 -
test_bug645998.html Test for Bug 645998 805 -
test_bug652486.html Test for Bug 652486, Bug 1039488, Bug 1574222 and Bug 1980562 6209 -
test_bug657143.html Test for Bug 657143 3980 -
test_bug667520.html Test for Bug 667520 1432 -
test_bug716226.html Test for Bug 716226 1554 -
test_bug732153.html Test for Bug 732153 725 -
test_bug732209.html Test for Bug 732209 3327 -
test_bug765590.html Test for Bug 765590 620 -
test_bug771043.html Test for Bug 771043 1816 -
test_bug795520.html Test for Bug 795520 897 -
test_bug798843_pref.html Test that SVG glyph context-* values can be pref'ed off 1189 -
test_bug829816.html Test for Bug 829816 1924 -
test_bug874919.html Test for Bug 874919 1882 -
test_bug887741_at-rules_in_declaration_lists.html Test for Bug 887741: at-rules in declaration lists 2274 -
test_bug892929.html Bug 892929 test 2983 -
test_bug1055933.html Test for Bug 1055933 1525 -
test_bug1089417.html Test for Bug 1089417 1329 -
test_bug1112014.html Test for Bug 1112014 2745 -
test_bug1203766.html Test for bug 1203766 3081 -
test_bug1232829.html Test for Bug 1232829 983 -
test_bug1292447.html Test for Bug 1292447 14675 -
test_bug1330375.html Test for Bug 1330375 2434 -
test_bug1371488.html Test for bug 1371488 721 -
test_bug1375944.html Test for bug 1375944 832 -
test_bug1382568.html Test for bug 1382568: calling innerText on an uninitialized presshell doesn't crash 491 -
test_bug1394302.html Test for Bug 1394302 727 -
test_bug1443344-1.html Test for Bug 1443344 1430 -
test_bug1443344-2.html Test for Bug 1443344 1460 -
test_bug1451199-1.html Test for Bug 1451199 1201 -
test_bug1451199-2.html Test for Bug 1451199 1256 -
test_bug1490890.html Test for Bug 1490890 3154 -
test_bug1505254.html Test for Bug 1505254 4288 -
test_bug1729861.html Test that toggling the resistFingerprinting pref re-evaluates device media queries 731 -
test_cascade.html Test for Author style sheet aspects of CSS cascading 3233 -
test_ch_ex_no_infloops.html Test for Bug 678671 1742 -
test_change_hint_optimizations.html Test for style change hint optimizations 1646 -
test_clip-path_polygon.html clip-path with polygon() hit test 1367 -
test_color_rounding.html Test rounding of CSS color valus 1687 -
test_compute_data_with_start_struct.html Test for correct handling of aStartStruct parameter to nsRuleNode::Compute*Data 3163 -
test_computed_style.html Test for miscellaneous computed style issues 22393 -
test_computed_style_bfcache_display_none.html Test for getting the computed style on the root node of a display:none subtree in a document in the bfcache 1797 -
test_computed_style_difference.html Test that the difference of the computed style of an element is always correctly propagated 3120 -
test_computed_style_grid_with_pseudo.html Test for Bug 1350780 2136 -
test_computed_style_in_created_document.html Test for bug 1398619 1348 -
test_computed_style_min_size_auto.html Test behavior of 'min-height:auto' and 'min-width:auto' (Bug 763689 and Bug 1304636) 4774 -
test_computed_style_no_flush.html Test for bug 1363805: We only restyle as little as needed 1750 -
test_computed_style_no_pseudo.html Test for Bug 505515 1471 -
test_computed_style_prefs.html Test that preffed off properties do not appear in computed style 2773 -
test_condition_text.html Test for Bug 814907 1868 -
test_constructable_stylesheets_chrome_only_rules_in_content.html Test for chrome-only rules in constructable stylesheets (in content) 863 -
test_counter_descriptor_storage.html Test for parsing, storage and serialization of CSS @counter-style descriptor values 6461 -
test_counter_style.html Test for css3-counter-style (Bug 966166) 3880 -
test_crash_with_content_policy.html Crashtests for style system with content policy 2264 -
test_css_cross_domain.html Test cross-domain CSS loading 4737 -
test_css_cross_domain_no_orb.html Test cross-domain CSS loading 4232 -
test_css_eof_handling.html Test for CSS EOF handling 8629 -
test_css_escape_api.html Test for Bug 955860 4458 -
test_css_function_mismatched_parenthesis.html Test for Bug 897094 2228 -
test_css_loader_crossorigin_data_url.html Test for handling of 'crossorigin' attribute on CSS link with data: URL 841 -
test_css_parse_error_smoketest.html Test for CSS parser reporting parsing errors with expected precision 7349 -
test_css_supports.html Test for Bug 779917 4093 -
test_css_supports_variables.html Test for Bug 773296 6804 -
test_cue_restrictions.html Test for ::cue property restrictions. 1091 -
test_custom_content_inheritance.html Test for custom content inheritance 841 -
test_default_bidi_css.html Test for Bug 2590 -
test_default_computed_style.html Test for Bug 800983 1888 -
test_descriptor_storage.html Test for parsing, storage, and serialization of CSS @font-face descriptor values 3426 -
test_descriptor_syntax_errors.html Test that we reject syntax errors listed in descriptor_database.js 1581 -
test_display_mode.html Test for displayMode 1990 -
test_dont_use_document_colors.html Test for preference not to use document colors 8484 -
test_dont_use_document_fonts.html Test for preference to not use document fonts 4620 -
test_dynamic_change_causing_reflow.html Test for Bug 1131371 29106 -
test_exposed_prop_accessors.html Test for cloning of CSS property values (including 'inherit', 'initial' and 'unset') 1558 -
test_extra_inherit_initial.html Test handling extra inherit/initial/unset in CSS declarations (Bug 940229) 3291 -
test_first_letter_restrictions.html Test for Bug 1382786 1696 -
test_first_line_restrictions.html Test for Bug 1382786 1682 -
test_flexbox_child_display_values.xhtml Test "display" values of content in a flex container (Bug 783415) 6570 -
test_flexbox_flex_grow_and_shrink.html Test for flex-grow and flex-shrink animation (Bug 696253) 5127 -
test_flexbox_flex_shorthand.html Test for Bug 696253 6696 -
test_flexbox_focus_order.html Test for Bug 812687: focus order of reordered flex items 2721 -
test_flexbox_layout.html Test for Bug 666041 6161 -
test_flexbox_order.html Test for Bug 666041 5653 -
test_flexbox_order_abspos.html Test for Bug 1345873 6392 -
test_flexbox_order_table.html Test for Bug 799775 5718 -
test_flexbox_reflow_counts.html Test for Bug 1142686 6305 -
test_flushing_frame.html Test for bug 1545516: We don't flush layout unnecessarily on the parent document when the frame is already disconnected. 1905 -
test_font_face_cascade.html Test that @font-face rules from different origins cascade correctly 1105 -
test_font_face_gc.html Test for bug 1897589 743 -
test_font_face_parser.html Test of @font-face parser 16086 -
test_font_family_parsing.html Font family name parsing tests 10348 -
test_font_family_serialization.html 1908 -
test_font_loading_api.html Test for the CSS Font Loading API 84705 -
test_garbage_at_end_of_declarations.html Test handling of garbage at the end of CSS declarations 5613 -
test_grid_computed_values.html Test computed grid values 3780 -
test_grid_container_shorthands.html Test parsing of grid container shorthands (grid-template, grid) 7939 -
test_grid_item_shorthands.html Test parsing of grid item shorthands (grid-column, grid-row, grid-area) 4363 -
test_grid_shorthand_serialization.html Test serialization of CSS 'grid' shorthand property 6243 -
test_group_insertRule.html CSS Variables Allowed Syntax 9641 -
test_hover_on_part.html Shadow parts are invalidated correctly when only a pseudo-class state to the right of the part matches 1228 -
test_hover_quirk.html Test for the :active and :hover quirk 4878 -
test_html_attribute_computed_values.html Test for Bug 1814 -
test_ident_escaping.html Test for Bug 543428 1786 -
test_img_src_causing_reflow.html Test for bug 1787072 1158 -
test_import_preload.html 857 -
test_inherit_computation.html Test for computation of CSS 'inherit' on all properties and 'unset' on inherited properties 8050 -
test_inherit_storage.html Test for parsing, storage, and serialization of CSS 'inherit' on all properties and 'unset' on inherited properties 4787 -
test_initial_computation.html Test for computation of CSS 'initial' on all properties and 'unset' on reset properties 6248 -
test_initial_storage.html Test for parsing, storage, and serialization of CSS 'initial' on all properties and 'unset' on reset properties 5089 -
test_invalidation_basic.html Test for bug 1368240: We only invalidate style as little as needed 1256 -
test_keyframes_rules.html Test for Bug 577974 4800 -
test_keyframes_vendor_prefix.html Test for interaction between prefixed and non-prefixed @keyframes rules with the same name 5236 -
test_load_events_on_stylesheets.html Test for Bug 185236 6420 -
test_logical_properties.html Test for handling of logical and physical properties 16434 -
test_marker_restrictions.html Test for ::marker property restrictions. 1109 -
test_mask_image_CORS.html Test mask-image CORS anonymous retrieval 1983 -
test_media_queries.html Test for Bug 156716 36564 -
test_media_queries_dynamic.html Test for Bug 473400 7529 -
test_media_query_list.html Test for MediaQueryList (Bug 542058) 12230 -
test_media_query_serialization.html Test media query list serialization 1566 -
test_moz_device_pixel_ratio.html Test for Bug 474356 2455 -
test_moz_prefixed_cursor.html Cursor aliases compute to the unprefixed keyword 510 -
test_mq_any_hover_and_any_pointer.html Test for Bug 1035774 3384 -
test_mq_changes_in_iframe.html Media feature value change propagation in an iframe 1596 -
test_mq_hover_and_pointer.html Test for Bug 1035774 4475 -
test_mq_prefers_contrast_dynamic.html Test for Bug 1691793 2605 -
test_mq_prefers_reduced_motion_dynamic.html Test for Bug 1478519 2828 -
test_mql_event_listener_leaks.html Bug 1450271 - Test MediaQueryList event listener leak conditions 1211 -
test_namespace_rule.html Test for CSS Namespace rules 14742 -
test_non_content_accessible_env_vars.html 1279 -
test_non_content_accessible_properties.html 2596 -
test_non_content_accessible_pseudos.html 2122 -
test_non_content_accessible_values.html 4330 -
test_non_matching_sheet_media.html Test for Bug 1386840: non-matching media list doesn't block rendering 1153 -
test_of_type_selectors.xhtml Test for *-of-type selectors in Bug 75375 3428 -
test_page_parser.html Test of @page parser 3181 -
test_parse_eof.html Test parsing behaviour of backslash just before EOF 2066 -
test_parse_ident.html Test for CSS identifier parsing 1482 -
test_parse_rule.html 9239 -
test_parse_url.html Test for Bug 473914 6980 -
test_parser_diagnostics_unprintables.html Test for CSS parser diagnostics escaping unprintable characters correctly 9832 -
test_pixel_lengths.html Test that pixel lengths don't change based on DPI 1710 -
test_placeholder_restrictions.html Test for Bug 1382786 1826 -
test_pointer-events.html Test for pointer-events in HTML 5295 -
test_position_float_display.html Test for Bug 1038929 3764 -
test_position_sticky.html Test for Bug 886646 2262 -
test_prefers_contrast_color_pairs.html Test for Bug 922669 1504 -
test_priority_preservation.html Test for property priority preservation 5396 -
test_property_database.html Test that property_database.js contains all supported CSS properties 5403 -
test_property_syntax_errors.html Test that we reject syntax errors listed in property_database.js 5557 -
test_pseudo_display_fixup.html Test item blockification of pseudo-elements 844 -
test_pseudoelement_parsing.html Test for Bug 922669 1042 -
test_pseudoelement_state.html Test for Bug 922669 10130 -
test_query_container_for.html Test for bug 1789191 1658 -
test_redundant_font_download.html Test for bug 879963 4071 -
test_reframe_cb.html Test for bug 1519371: We don't reframe for changes that affect our containing block status unless whether we're a containing block really changed. 1742 -
test_reframe_image_loading.html Test for bug 1395964: We don't reframe for image loading state changes. 837 -
test_reframe_input.html Test for bug 1658302: We don't reframe for placeholder attribute value changes. 1447 -
test_reframe_pseudo_element.html Test for bug 1376352: We don't reframe all the time a replaced element that matches generated content rules. 1203 -
test_reframe_table_in_ib_split.html Test for bug 1850834: Replacing the contents of a table should reframe the same amount, regardless of whether it's in an IB split. 5777 -
test_rem_unit.html Test for CSS 'rem' unit 2400 -
test_resource_cache.html Test for SharedSubResourceCache with redirect 3438 -
test_restyle_table_wrapper.html Test for bug 1371955: We don't incorrectly think that a table wrapper style is the main table element style. 1133 -
test_restyles_in_smil_animation.html Tests restyles in smil animation 4909 -
test_revert.html Test for computation of CSS 'revert' on all properties 4107 -
test_root_node_display.html Test for Bug 969460 2922 -
test_rule_insertion.html Test for Bug 816720 9081 -
test_rules_out_of_sheets.html Test for Bug 634373 3252 -
test_selectors.html Test for CSS Selectors 61861 -
test_setPropertyWithNull.html Test for Bug 830260 1314 -
test_shape_outside_CORS.html CSS Test: shape-outside with a CORS violation 1873 -
test_shared_sheet_caching.html 1104 -
test_sheet_privilege.html Test whether it can access a filed in MediaList with normal privilege after accessing with chrome privilege. 1073 -
test_shorthand_property_getters.html Test for Bug 376075 24274 -
test_specified_value_serialization.html Test for miscellaneous specified value issues 10460 -
test_style_attr_listener.html Test for Bug 1460295 548 -
test_style_attribute_quirks.html Test for Bug 915093 533 -
test_style_attribute_standards.html Test for Bug 915093 549 -
test_style_struct_copy_constructors.html Test for style struct copy constructors 3076 -
test_stylesheet_additions.html Test for bug 1273303: Stylesheet additions and removals known to not affect the document don't trigger restyles 2474 -
test_stylesheet_clone_font_face.html 955 -
test_supports_rules.html Test for Bug 649740 3558 -
test_system_font_serialization.html Test for Bug 475214 2510 -
test_text_decoration_shorthands.html Test parsing of text-decoration shorthands 3927 -
test_transitions.html Test for Bug 435441 28460 -
test_transitions_and_reframes.html Test for Bug 625289 10068 -
test_transitions_and_restyles.html Test for Bug 1030993 1325 -
test_transitions_and_zoom.html Test for Bug 583219 1151 -
test_transitions_at_start.html Test for transition value at start (Bug 1380133) 1006 -
test_transitions_bug537151.html Test for Bug 537151 1109 -
test_transitions_cancel_near_end.html Test for Bug 613888 2741 -
test_transitions_computed_value_combinations.html Test for Bug 435441 5771 -
test_transitions_computed_values.html Test for Bug 435441 3860 -
test_transitions_dynamic_changes.html Test for Bug 525530 3921 -
test_transitions_events.html Test for Bug 531585 (transitionend event) 9563 -
test_transitions_per_property.html Test for Bug 435441 144700 -
test_transitions_replacement_on_busy_frame.html Test for bug 1167519 3018 -
test_transitions_replacement_on_busy_frame_omta.html Test for bug 1626165 3389 -
test_transitions_replacement_with_setKeyframes.html Test for bug 1292001 2559 -
test_transitions_reversing_omta.html Test for bug 1859660 3022 -
test_transitions_step_functions.html Test for Bug 435441 3878 -
test_unclosed_parentheses.html Test for Bug 575672 10158 -
test_unicode_range_loading.html unicode-range load tests using font loading api 15132 -
test_units_angle.html Test for serialization and equivalence of angle units 1454 -
test_units_frequency.html Test for serialization and equivalence of frequency units 1518 -
test_units_length.html Test for serialization and equivalence of length units 1608 -
test_units_time.html Test for serialization and equivalence of time units 1302 -
test_use_counters.html Test for Bug 1425700: CSS properties use-counters 4880 -
test_user_sheet_shadow_dom.html Test for bug 1576229 - Nodes in Shadow DOM react properly to dynamic changes in user sheets 1735 -
test_value_cloning.html Test for cloning of CSS property values (including 'inherit', 'initial' and 'unset') 5621 -
test_value_computation.html Test for computation of values in property database 10069 -
test_value_storage.html Test for parsing, storage, and serialization of CSS values 12767 -
test_variable_serialization_computed.html Test serialization of computed CSS variable values 3169 -
test_variable_serialization_specified.html Test serialization of specified CSS variable values 4656 -
test_variables.html Assorted CSS variable tests 4147 -
test_variables_loop.html CSS variables loop resolving 720 -
test_variables_order.html CSS variables order tests 1781 -
test_video_object_fit.html Test for Bug 1065766 1490 -
test_viewport_scrollbar_causing_reflow.html Test for Bug 1367568 4787 -
test_viewport_units.html Test for dynamic changes to CSS 'vh', 'vw', 'vmin', and 'vmax' units 1913 -
test_visited_image_loading.html Test for Bug 557287 1933 -
test_visited_image_loading_empty.html Test for Bug 557287 1939 -
test_visited_lying.html Test for Bug 147777 3188 -
test_visited_pref.html Test for visited link coloring pref Bug 147777 2749 -
test_visited_reftests.html Test for Bug 147777 8825 -
test_webkit_device_pixel_ratio.html Test for Bug 1176968 2469 -
test_webkit_flex_display.html Test for Bug 1274096 1271 -
unstyled-frame.css 0 -
unstyled-frame.xml 180 -
unstyled.css we're testing computed style on elements without frames 88 -
unstyled.xml 99 -
viewport_units_iframe.html viewport units test 223 -
visited-lying-inner.html Test document for test_visited_lying.html 353 -
visited-pref-iframe.html iframe for test_visited_pref.html 213 -
visited_image_loading.sjs 2725 -
visited_image_loading_frame.html Test for :visited image loading 825 -
visited_image_loading_frame_empty.html Test for :visited image loading 805 -