From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../tests/dom/xslt/resources/large_CDATA.xml | 156982 ++++++++++++++++++ .../tests/dom/xslt/resources/large_CDATA_ref.html | 119 + .../tests/dom/xslt/resources/xml2html.xsl | 25 + 3 files changed, 157126 insertions(+) create mode 100644 testing/web-platform/tests/dom/xslt/resources/large_CDATA.xml create mode 100644 testing/web-platform/tests/dom/xslt/resources/large_CDATA_ref.html create mode 100644 testing/web-platform/tests/dom/xslt/resources/xml2html.xsl (limited to 'testing/web-platform/tests/dom/xslt/resources') diff --git a/testing/web-platform/tests/dom/xslt/resources/large_CDATA.xml b/testing/web-platform/tests/dom/xslt/resources/large_CDATA.xml new file mode 100644 index 0000000000..9b3f5b9035 --- /dev/null +++ b/testing/web-platform/tests/dom/xslt/resources/large_CDATA.xml @@ -0,0 +1,156982 @@ + + + + + Empire Burlesque + Bob Dylan + USA + Columbia + 10.90 + 1985 + + + + + Hide your heart + Bonnie Tyler + UK + CBS Records + 9.90 + 1988 + + + + Greatest Hits + Dolly Parton + USA + RCA + 9.90 + 1982 + + + + Still got the blues + Gary Moore + UK + Virgin records + 10.20 + 1990 + + + Eros + Eros Ramazzotti + EU + BMG + 9.90 + 1997 + + + One night only + Bee Gees + UK + Polydor + 10.90 + 1998 + + + Sylvias Mother + Dr.Hook + UK + CBS + 8.10 + 1973 + + + Maggie May + Rod Stewart + UK + Pickwick + 8.50 + 1990 + + + Romanza + Andrea Bocelli + EU + Polydor + 10.80 + 1996 + + + When a man loves a woman + Percy Sledge + USA + Atlantic + 8.70 + 1987 + + + Black angel + Savage Rose + EU + Mega + 10.90 + 1995 + + + 1999 Grammy Nominees + Many + USA + Grammy + 10.20 + 1999 + + + For the good times + Kenny Rogers + UK + Mucik + 8.70 + 1995 + + + Big Willie style + Will Smith + USA + Columbia + 9.90 + 1997 + + + Tupelo Honey + Van Morrison + UK + Polydor + 8.20 + 1971 + + + Soulsville + Jorn Hoel + Norway + WEA + 7.90 + 1996 + + + The very best of + Cat Stevens + UK + Island + 8.90 + 1990 + + + Stop + Sam Brown + UK + A and M + 8.90 + 1988 + + + Bridge of Spies + T`Pau + UK + Siren + 7.90 + 1987 + + + Private Dancer + Tina Turner + UK + Capitol + 8.90 + 1983 + + + Midt om natten + Kim Larsen + EU + Medley + 7.80 + 1983 + + + Pavarotti Gala Concert + Luciano Pavarotti + UK + DECCA + 9.90 + 1991 + + + The dock of the bay + Otis Redding + USA + Stax Records + 7.90 + 1968 + + + Picture book + Simply Red + EU + Elektra + 7.20 + 1985 + + + Red + The Communards + UK + London + 7.80 + 1987 + + + Unchain my heart + Joe Cocker + USA + EMI + 8.20 + 1987 + + + diff --git a/testing/web-platform/tests/dom/xslt/resources/large_CDATA_ref.html b/testing/web-platform/tests/dom/xslt/resources/large_CDATA_ref.html new file mode 100644 index 0000000000..3c68a6fc53 --- /dev/null +++ b/testing/web-platform/tests/dom/xslt/resources/large_CDATA_ref.html @@ -0,0 +1,119 @@ + + +

My CD Collection

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TitleArtist
Empire BurlesqueBob Dylan
Hide your heartBonnie Tyler
Greatest HitsDolly Parton
Still got the bluesGary Moore
ErosEros Ramazzotti
One night onlyBee Gees
Sylvias MotherDr.Hook
Maggie MayRod Stewart
RomanzaAndrea Bocelli
When a man loves a womanPercy Sledge
Black angelSavage Rose
1999 Grammy NomineesMany
For the good timesKenny Rogers
Big Willie styleWill Smith
Tupelo HoneyVan Morrison
SoulsvilleJorn Hoel
The very best ofCat Stevens
StopSam Brown
Bridge of SpiesT`Pau
Private DancerTina Turner
Midt om nattenKim Larsen
Pavarotti Gala ConcertLuciano Pavarotti
The dock of the bayOtis Redding
Picture bookSimply Red
RedThe Communards
Unchain my heartJoe Cocker
diff --git a/testing/web-platform/tests/dom/xslt/resources/xml2html.xsl b/testing/web-platform/tests/dom/xslt/resources/xml2html.xsl new file mode 100644 index 0000000000..07b967500f --- /dev/null +++ b/testing/web-platform/tests/dom/xslt/resources/xml2html.xsl @@ -0,0 +1,25 @@ + + + + + + +

My CD Collection

+ + + + + + + + + + + +
TitleArtist
+ + +
+ +
-- cgit v1.2.3