Skip to content

Commit

Permalink
Update conformance-checkers/ tests in update-built-tests.sh
Browse files Browse the repository at this point in the history
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
foolip authored and sideshowbarker committed May 5, 2021
1 parent 9118132 commit 59052ab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 254 deletions.
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>
254 changes: 0 additions & 254 deletions conformance-checkers/tools/build-svg-tests.py

This file was deleted.

7 changes: 7 additions & 0 deletions conformance-checkers/tools/build.sh
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
1 change: 1 addition & 0 deletions update-built-tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env sh
set -ex

conformance-checkers/tools/build.sh
html/canvas/tools/build.sh
infrastructure/assumptions/tools/build.sh
html/tools/build.sh
Expand Down

0 comments on commit 59052ab

Please sign in to comment.