forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update conformance-checkers/ tests in update-built-tests.sh
Running the scripts, one file is added, but everything else is in sync. build-svg-tests.py isn't used according to @sideshowbarker: web-platform-tests#28812 (comment) Preparing for web-platform-tests#28812.
- Loading branch information
1 parent
9118132
commit 59052ab
Showing
4 changed files
with
12 additions
and
254 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
conformance-checkers/html/elements/dl/aside-in-dt-novalid.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<!DOCTYPE html> | ||
<meta charset=utf-8> | ||
<title>invalid aside-in-dt</title> | ||
<dl><dt><aside><h2>text</h2></aside><dd>text</dl> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/env sh | ||
set -ex | ||
|
||
cd "${0%/*}" | ||
for script in *.py; do | ||
python2.7 "$script" | ||
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters