mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 591467 - Add tests for microdata
This commit is contained in:
parent
fd086e43bf
commit
9f10bc2bc4
@ -14,6 +14,7 @@ DIRS = \
|
||||
failures/webapps/WebStorage/tests/submissions/Ms2ger \
|
||||
failures/webapps/WebStorage/tests/submissions/Infraware \
|
||||
failures/webapps/DOMCore/tests/submissions/Opera \
|
||||
failures/html/tests/submission/Opera/microdata \
|
||||
$(NULL)
|
||||
|
||||
include $(srcdir)/editing.mk
|
||||
|
@ -0,0 +1,19 @@
|
||||
DEPTH = ../../../../../../../..
|
||||
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = dom/imptests/failures/html/tests/submission/Opera/microdata
|
||||
|
||||
DIRS = \
|
||||
$(NULL)
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_TESTS = \
|
||||
test_001.html.json \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(_TESTS)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"document.getItems must return a NodeList": true,
|
||||
"itemValue must reflect the src attribute on track elements": true,
|
||||
"itemValue must reflect the textContent of time elements with no datetime attribute": true,
|
||||
"itemValue must reflect the datetime attribute of time elements with a datetime attribute": true,
|
||||
"the namedItem property must be read/write": true
|
||||
}
|
||||
|
@ -1,3 +1,4 @@
|
||||
DIRS += \
|
||||
html/tests/submission/Mozilla \
|
||||
html/tests/submission/Opera/microdata \
|
||||
$(NULL)
|
||||
|
@ -1,2 +1,3 @@
|
||||
https://dvcs.w3.org/hg/html|html
|
||||
tests/submission/Mozilla
|
||||
tests/submission/Opera/microdata
|
||||
|
@ -0,0 +1,24 @@
|
||||
# THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
|
||||
|
||||
DEPTH = ../../../../../../..
|
||||
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = dom/imptests/html/tests/submission/Opera/microdata
|
||||
|
||||
DIRS = \
|
||||
$(NULL)
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_TESTS = \
|
||||
test_001.html \
|
||||
$(NULL)
|
||||
|
||||
_TESTS += \
|
||||
$(NULL)
|
||||
|
||||
libs:: $(_TESTS)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
3652
dom/imptests/html/tests/submission/Opera/microdata/test_001.html
Normal file
3652
dom/imptests/html/tests/submission/Opera/microdata/test_001.html
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user