mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
fd8eb7c308
This patch adds an API to inspector utils that gets all stylesheets associated with a document, including UA sheets.
31 lines
753 B
Makefile
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
|