gecko/layout/style/test/Makefile.in
Boris Zbarsky 194968b6cb 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
Another, more risky, option would be to always return a declaration
from getComputedStyle, even if we have no presshell, then just throw
(after flushing, as needed) if people try to get style info for it
just like we already do for declarations whose document loses a
presshell.  This might cause compat issues on sites that can deal with
null but not exceptions, though.  :(
2012-10-17 17:01:56 -04:00

244 lines
7.1 KiB
Makefile

#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = layout
DIRS += chrome \
$(NULL)
HOST_CPPSRCS = \
ListCSSProperties.cpp \
$(NULL)
HOST_SIMPLE_PROGRAMS = $(addprefix host_, $(HOST_CPPSRCS:.cpp=$(HOST_BIN_SUFFIX)))
# ParseCSS.cpp used to be built as a test program, but it was not
# being used for anything, and recent changes to the CSS loader have
# made it fail to link. Further changes are planned which should make
# it buildable again.
#
# TestCSSPropertyLookup.cpp needs the internal XPCOM APIs and so cannot
# be built with libxul enabled.
#
#CPP_UNIT_TESTS = TestCSSPropertyLookup.cpp
#LIBS += ../nsCSSKeywords.$(OBJ_SUFFIX) ../nsCSSProps.$(OBJ_SUFFIX) $(XPCOM_LIBS)
MOCHITEST_FILES = test_acid3_test46.html \
test_animations.html \
test_any_dynamic.html \
test_at_rule_parse_serialize.html \
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 \
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_bug437915.html \
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_bug534804.html \
test_bug573255.html \
test_bug580685.html \
test_bug635286.html \
test_bug652486.html \
test_bug657143.html \
test_bug664955.html \
test_bug667520.html \
test_bug645998.html \
file_bug645998-1.css \
file_bug645998-2.css \
test_bug716226.html \
test_bug765590.html \
test_cascade.html \
test_ch_ex_no_infloops.html \
test_compute_data_with_start_struct.html \
test_computed_style.html \
test_computed_style_no_pseudo.html \
test_css_cross_domain.html \
test_css_eof_handling.html \
test_default_bidi_css.html \
test_descriptor_storage.html \
test_descriptor_syntax_errors.html \
test_dont_use_document_colors.html \
test_font_face_parser.html \
test_garbage_at_end_of_declarations.html \
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_media_queries.html \
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 \
test_of_type_selectors.xhtml \
test_parse_ident.html \
test_parse_rule.html \
test_parse_url.html \
test_pixel_lengths.html \
test_pointer-events.html \
test_property_database.html \
test_priority_preservation.html \
test_property_syntax_errors.html \
test_rem_unit.html \
test_rule_serialization.html \
test_rules_out_of_sheets.html \
test_selectors.html \
test_selectors_on_anonymous_content.html \
test_shorthand_property_getters.html \
test_style_struct_copy_constructors.html \
test_supports_rules.html \
test_system_font_serialization.html \
test_transitions_and_zoom.html \
test_transitions_cancel_near_end.html \
test_transitions_computed_values.html \
test_transitions_computed_value_combinations.html \
test_transitions_events.html \
test_transitions.html \
test_transitions_per_property.html \
test_transitions_step_functions.html \
test_transitions_dynamic_changes.html \
test_transitions_bug537151.html \
test_unclosed_parentheses.html \
test_units_angle.html \
test_units_frequency.html \
test_units_length.html \
test_units_time.html \
test_value_cloning.html \
test_value_computation.html \
test_value_storage.html \
test_visited_image_loading.html \
test_visited_image_loading_empty.html \
test_visited_lying.html \
test_visited_pref.html \
test_visited_reftests.html \
animation_utils.js \
css_properties.js \
property_database.js \
descriptor_database.js \
unstyled.xml \
unstyled.css \
unstyled-frame.xml \
unstyled-frame.css \
redirect.sjs \
post-redirect-1.css \
post-redirect-2.css \
post-redirect-3.css \
xbl_bindings.xml \
empty.html \
media_queries_iframe.html \
media_queries_dynamic_xbl_binding.xml \
media_queries_dynamic_xbl_iframe.html \
media_queries_dynamic_xbl_style.css \
bug453896_iframe.html \
bug517224.sjs \
test_bug525952.html \
ccd-quirks.html \
ccd-standards.html \
ccd.sjs \
visited-pref-iframe.html \
visited-lying-inner.html \
visited_image_loading.sjs \
visited_image_loading_frame.html \
visited_image_loading_frame_empty.html \
test_load_events_on_stylesheets.html \
test_bug721136.html \
test_bug732153.html \
test_bug732209.html \
bug732209-css.sjs \
test_bug795520.html \
$(NULL)
ifdef MOZ_FLEXBOX
MOCHITEST_FILES += \
file_flexbox_align_self_auto.html \
test_flexbox_align_self_auto.html \
file_flexbox_flex_grow_and_shrink.html \
test_flexbox_flex_grow_and_shrink.html \
file_flexbox_flex_shorthand.html \
test_flexbox_flex_shorthand.html \
file_flexbox_layout.html \
test_flexbox_layout.html \
flexbox_layout_testcases.js \
file_flexbox_order.html \
test_flexbox_order.html \
file_flexbox_order_table.html \
test_flexbox_order_table.html \
$(NULL)
endif
_VISITED_REFTEST_FILES = \
$(shell find $(topsrcdir)/layout/reftests/css-visited/ -name '*.html' -o -name '*.xhtml') \
$(topsrcdir)/layout/reftests/svg/pseudo-classes-02.svg \
$(topsrcdir)/layout/reftests/svg/pseudo-classes-02-ref.svg \
$(topsrcdir)/layout/reftests/svg/as-image/lime100x100.svg \
$(topsrcdir)/layout/reftests/svg/as-image/svg-image-visited-1-helper.svg \
$(topsrcdir)/layout/reftests/svg/as-image/svg-image-visited-2-helper.svg \
$(NULL)
MOCHITEST_BROWSER_FILES = \
browser_bug453896.js \
bug453896_iframe.html \
media_queries_iframe.html \
$(NULL)
include $(topsrcdir)/config/rules.mk
DEFINES += -DMOZILLA_INTERNAL_API -D_IMPL_NS_LAYOUT
# FIXME: We don't seem to do auto-generated dependencies here.
host_ListCSSProperties.$(OBJ_SUFFIX): $(srcdir)/../nsCSSPropList.h
TestCSSPropertyLookup.$(OBJ_SUFFIX): $(srcdir)/../nsCSSProps.h $(srcdir)/../nsCSSKeywords.h
css_properties.js: host_ListCSSProperties$(HOST_BIN_SUFFIX) css_properties_like_longhand.js Makefile
$(RM) $@
./host_ListCSSProperties$(HOST_BIN_SUFFIX) > $@
cat $(srcdir)/css_properties_like_longhand.js >> $@
GARBAGE += css_properties.js
libs:: $(_VISITED_REFTEST_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)/css-visited/