From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../webgl-conf/checkout/extra/texture-sizing.html | 229 +++++++++++++++++++++ 1 file changed, 229 insertions(+) create mode 100644 dom/canvas/test/webgl-conf/checkout/extra/texture-sizing.html (limited to 'dom/canvas/test/webgl-conf/checkout/extra/texture-sizing.html') diff --git a/dom/canvas/test/webgl-conf/checkout/extra/texture-sizing.html b/dom/canvas/test/webgl-conf/checkout/extra/texture-sizing.html new file mode 100644 index 0000000000..efbb65fea7 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/extra/texture-sizing.html @@ -0,0 +1,229 @@ + + + + +Testing resolution of texture uploads + + + + + +
+
+

IMG to SVG with 200x200 attributes

+
+
+ +
+
+
+
+

+
+
+
+
+

IMG to 100x100 PNG with 200x200 attributes

+
+
+ +
+
+
+
+

+
+
+
+
+

IMG to 200x200 PNG with 200x200 attributes

+
+
+ +
+
+
+
+

+
+
+
+
+

IMG to 400x400 PNG with 200x200 attributes

+
+
+ +
+
+
+
+

+
+
+
+
+

IMG SRCSET to multiple PNGs with 200x200 attributes

+
+
+ +
+
+
+
+

+
+
+
+
+

IMG to SVG with no attributes - 200x200 sizing via CSS

+
+
+ +
+
+
+
+

+
+
+
+
+

IMG to 400x400 PNG with no attributes - 200x200 sizing via CSS

+
+
+ +
+
+
+
+

+
+
+
+
+

+ IMG to SVG with no attributes and no sizing via CSS
+ (although the width and height of the container set a size) +

+
+
+ +
+
+
+
+

+
+
+
+
+

Out of page SVG with no dimensions

+
+
+ Not a child of document +
+
+
+
+

+
+
+
+
+

Out of page SVG with 200x200 specified

+
+
+ Not a child of document +
+
+
+
+

+
+
+ + + -- cgit v1.2.3