From d113bc7704db9e1356c9575152c6d3c78d0c4fc6 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Wed, 28 Jul 2021 17:01:36 +0100 Subject: [PATCH] Base: Add CSS url(data:...) cases to test page Also, it wasn't linked to from welcome.html, so now it is. --- Base/res/html/misc/data-url.html | 23 ++++++++++++++++++++++- Base/res/html/misc/welcome.html | 1 + 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/Base/res/html/misc/data-url.html b/Base/res/html/misc/data-url.html index 0f6e4988d0..c547a4a65b 100644 --- a/Base/res/html/misc/data-url.html +++ b/Base/res/html/misc/data-url.html @@ -1,8 +1,29 @@ + - + + + +

In <img> tags:


+ +

In css:

+

Unquoted:

+
+

Quoted:

+
diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 90e110d2a0..2bae26070a 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -139,6 +139,7 @@
  • PBM test suite
  • PGM test suite
  • PPM test suite
  • +
  • data: url images