gecko-dev/layout/inspector/tests/Makefile.in
Mina Almasry fd8eb7c308 Bug 734861 - Expose stylesheets, including UA, for a document via inIDOMUtils. r=bz
This patch adds an API to inspector utils that gets all stylesheets associated with a document, including UA sheets.
2013-07-25 09:31:14 -04:00

31 lines
753 B
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
MOCHITEST_FILES =\
test_bug462787.html \
test_bug462789.html \
test_bug522601.xhtml \
test_bug536379.html \
test_bug536379-2.html \
test_bug557726.html \
test_bug609549.xhtml \
test_bug806192.html \
test_bug856317.html \
bug856317.css \
test_isinheritableproperty.html \
test_bug877690.html \
test_get_all_style_sheets.html \
$(NULL)
include $(topsrcdir)/config/rules.mk