From df1756c3e9154376194799d1ac5d049c03a91459 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Fri, 15 Oct 2021 10:40:29 +0000 Subject: [PATCH] Bug 1735911 [wpt PR 31252] - Update pinned html5lib commit hash to include 'Test

and
in SVG', a=testonly Automatic update from web-platform-tests Update html5lib to include 'Test

and
in SVG' See https://github.com/html5lib/html5lib-python/pull/534. -- wpt-commits: 8ac8ae505ad00992303c168a6757f5bb68153c94 wpt-pr: 31252 --- .../html5lib_innerHTML_foreign-fragment.html | 4 +-- .../parsing/html5lib_innerHTML_svg.html | 25 +++++++++++++++++++ .../html/syntax/parsing/html5lib_tests26.html | 4 +-- .../web-platform/tests/html/tools/build.sh | 2 +- 4 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 testing/web-platform/tests/html/syntax/parsing/html5lib_innerHTML_svg.html diff --git a/testing/web-platform/tests/html/syntax/parsing/html5lib_innerHTML_foreign-fragment.html b/testing/web-platform/tests/html/syntax/parsing/html5lib_innerHTML_foreign-fragment.html index aae7909414091..d2c342b7aef78 100644 --- a/testing/web-platform/tests/html/syntax/parsing/html5lib_innerHTML_foreign-fragment.html +++ b/testing/web-platform/tests/html/syntax/parsing/html5lib_innerHTML_foreign-fragment.html @@ -15,9 +15,9 @@

html5lib Parser Test

diff --git a/testing/web-platform/tests/html/syntax/parsing/html5lib_innerHTML_svg.html b/testing/web-platform/tests/html/syntax/parsing/html5lib_innerHTML_svg.html new file mode 100644 index 0000000000000..1fa379d88d2bd --- /dev/null +++ b/testing/web-platform/tests/html/syntax/parsing/html5lib_innerHTML_svg.html @@ -0,0 +1,25 @@ + + + + + HTML 5 Parser tests html5lib_innerHTML_svg.html + + + +

html5lib Parser Test

+
+ + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/html/syntax/parsing/html5lib_tests26.html b/testing/web-platform/tests/html/syntax/parsing/html5lib_tests26.html index 49566d2feb41a..2b3849b00b6b3 100644 --- a/testing/web-platform/tests/html/syntax/parsing/html5lib_tests26.html +++ b/testing/web-platform/tests/html/syntax/parsing/html5lib_tests26.html @@ -18,9 +18,9 @@

html5lib Parser Test

diff --git a/testing/web-platform/tests/html/tools/build.sh b/testing/web-platform/tests/html/tools/build.sh index b7e0f5f4b9651..92185c23bb105 100755 --- a/testing/web-platform/tests/html/tools/build.sh +++ b/testing/web-platform/tests/html/tools/build.sh @@ -6,7 +6,7 @@ virtualenv -p python3 .virtualenv .virtualenv/bin/pip install genshi git clone https://github.com/html5lib/html5lib-python.git .virtualenv/html5lib && cd .virtualenv/html5lib || cd .virtualenv/html5lib && git pull # Pinned commit, to avoid html5lib from changing underneath us. -git reset --hard ad3bde76737e07b0369ac64c1dd2231e857e2baa +git reset --hard f7cab6f019ce94a1ec0192b6ff29aaebaf10b50d git submodule update --init --recursive cd ../.. .virtualenv/bin/pip install -e .virtualenv/html5lib