gecko/layout/style/test
2011-01-22 17:46:22 -08:00
..
chrome Bug 497869 - Future reserved words are syntax errors in strict mode. r=brendan 2011-01-22 17:46:22 -08:00
browser_bug453896.js Bug 592859 Update browser chrome tests to only use chrome paths for mochitest to prep for android support r=ctalbert a=NPOTB 2010-09-10 10:20:38 -07:00
bug453896_iframe.html
bug517224.sjs
ccd-quirks.html
ccd-standards.html
ccd.sjs
css_properties_like_longhand.js
descriptor_database.js
empty.html
ListCSSProperties.cpp Bug 576044 (6/12): remove vestiges of nsCSSType. r=dbaron a2.0=dbaron 2010-08-19 15:33:44 -04:00
Makefile.in Add test for transitionend events firing for transitions that, prior to bug 613888, were canceled right before completing. r=bzbarsky a2.0=blocking 2011-01-14 19:57:53 -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 Correct handling of unitless zero in calc() expressions. (Bug 595648) r=bzbarsky a=blocking2.0:betaN+ 2010-12-30 12:59:33 -05:00
redirect.sjs
test_acid3_test46.html
test_any_dynamic.html
test_at_rule_parse_serialize.html
test_bug73586.html
test_bug74880.html
test_bug98997.html
test_bug160403.html
test_bug221428.html
test_bug229915.html
test_bug302186.html
test_bug319381.html
test_bug357614.html
test_bug363146.html
test_bug365932.html Fix border-radius computed style code to reflect that percentage Y values are percentages of the box height. (Bug 595650) r=bzbarsky a2.0=blocking2.0:betaN 2010-10-06 21:25:47 -07:00
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 Fix computed style for percents for offset properties when the element doesn't have a frame. (Bug 585715) r=bzbarsky a2.0=blocking+ 2010-08-25 12:17:55 +02:00
test_bug391221.html
test_bug397427.html
test_bug399349.html
test_bug401046.html
test_bug405818.html
test_bug412901.html
test_bug437915.html
test_bug450191.html
test_bug453896_deck.html
test_bug470769.html
test_bug499655.html
test_bug499655.xhtml
test_bug517224.html
test_bug524175.html
test_bug525952.html
test_bug534804.html
test_bug573255.html
test_bug580685.html
test_cascade.html
test_compute_data_with_start_struct.html
test_computed_style_no_pseudo.html
test_computed_style.html Fix border-radius computed style code to reflect clamping adjustments that we make to border radius. (Bug 595651) r=bzbarsky a2.0=blocking2.0:betaN 2010-10-06 21:25:47 -07:00
test_css_cross_domain.html
test_css_eof_handling.html
test_descriptor_storage.html
test_descriptor_syntax_errors.html
test_dont_use_document_colors.html Rename -moz-box-shadow to box-shadow: mechanical changes. (Bug 590039) r=bzbarsky a2.0=blocking2.0:beta6 2010-09-11 09:27:12 -07:00
test_font_face_parser.html bug 585718 - support -moz-font-feature-settings and -moz-font-language-override in nsCSSFontFaceStyleDecl::GetPropertyValue. r+a=dbaron 2010-08-23 11:32:03 +01:00
test_garbage_at_end_of_declarations.html
test_ident_escaping.html
test_inherit_computation.html
test_inherit_storage.html
test_initial_computation.html Fix missing frame in style system mochitests. (Bug 585715) r=bzbarsky a2.0=blocking2.0:beta6 2010-09-09 08:21:46 -07:00
test_initial_storage.html
test_media_queries_dynamic_xbl.html
test_media_queries_dynamic.html
test_media_queries.html Bug 618016 - Make a new media query for device orientation [r=dbaron a=blassey] 2010-12-10 13:35:36 -05:00
test_moz_device_pixel_ratio.html Bug 474356 - Add -moz-device-pixel-ratio media query. r=dbaron a=approval2.0 2010-09-10 16:27:52 -04:00
test_namespace_rule.html
test_of_type_selectors.xhtml
test_parse_ident.html Make NBSP an identifier character per resolution of CSS 2.1 issue 196. (Bug 591589) r=bzbarsky a2.0=roc 2010-09-18 11:43:17 -07:00
test_parse_rule.html
test_parse_url.html
test_pixel_lengths.html Bug 537890. Part 7: Tests for pt/pc/mm/cm/in not being physical units, and for mozmm being physical units. r=dbaron 2010-08-13 21:58:02 +12:00
test_pointer-events.html
test_priority_preservation.html Bug 451134 (1/2): switch to the official border-radius property names: purely mechanical changes. r=dbaron a2.0=blocking2.0:beta6 2010-09-09 08:21:47 -07:00
test_property_database.html
test_property_syntax_errors.html
test_rem_unit.html
test_selectors_on_anonymous_content.html
test_selectors.html Add a selector hack so that we can implement table border styles compatibly in CSS. (Bug 539880) Test by Geoff Lankow <geoff@darktrojan.net>. r=bzbarsky a2.0=blocking2.0:betaN 2010-10-06 21:25:47 -07:00
test_shorthand_property_getters.html
test_style_struct_copy_constructors.html
test_system_font_serialization.html
test_transitions_bug537151.html
test_transitions_cancel_near_end.html Make this test more reliable given imperfect timers, to fix TEST-UNEXPECTED-FAIL that has happened once so far. (Bug 613888) a=tests 2011-01-15 10:24:41 -08:00
test_transitions_computed_value_combinations.html
test_transitions_computed_values.html
test_transitions_dynamic_changes.html
test_transitions_events.html
test_transitions_per_property.html Animate skew in angle space rather than tangent space for interop and to avoid issues with infinite tangents. (Bug 606722) r=bzbarsky a2.0=blocking 2010-11-16 09:56:03 -08:00
test_transitions.html Fix backwards handling of zero-duration transitions. (Bug 622461) r=bzbarsky a2.0=blocking2.0:betaN 2011-01-04 10:10:54 -05:00
test_unclosed_parentheses.html Correct parenthesis-matching inside of :not(). (Bug 586070) r=bzbarsky a2.0=bsmedberg 2010-08-15 08:42:29 -04:00
test_units_angle.html
test_units_frequency.html
test_units_length.html
test_units_time.html
test_value_cloning.html Bug 558705 - [Debug] mochitests-4: intermittent "test_value_cloning.html | Test timed out."; (Av1) Increase timeout factor to 4 from 3. 2010-12-21 03:08:23 +01:00
test_value_computation.html In contexts where the CSS parser accepts numbers and lengths, treat unitless zero as a number rather than a length. (Bug 595648) r=bzbarsky,dholbert a=blocking2.0:betaN+ 2010-12-30 12:59:33 -05:00
test_value_storage.html
test_visited_image_loading_empty.html Bug 572520: step 2.0, fix the visited image loading tests to poll for the images to load; just waiting for a draw isn't enough. r=dbaron 2010-07-28 14:51:37 -07:00
test_visited_image_loading.html Bug 572520: step 2.0, fix the visited image loading tests to poll for the images to load; just waiting for a draw isn't enough. r=dbaron 2010-07-28 14:51:37 -07:00
test_visited_lying.html
test_visited_pref.html
test_visited_reftests.html
TestCSSPropertyLookup.cpp
unstyled-frame.css
unstyled-frame.xml
unstyled.css
unstyled.xml
visited_image_loading_frame_empty.html
visited_image_loading_frame.html
visited_image_loading.sjs Bug 572520: step 2.0, fix the visited image loading tests to poll for the images to load; just waiting for a draw isn't enough. r=dbaron 2010-07-28 14:51:37 -07:00
visited-lying-inner.html
visited-pref-iframe.html
xbl_bindings.xml