summaryrefslogtreecommitdiffstats
path: root/layout/reftests/printing/testcase-1696844.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/printing/testcase-1696844.html')
-rw-r--r--layout/reftests/printing/testcase-1696844.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/reftests/printing/testcase-1696844.html b/layout/reftests/printing/testcase-1696844.html
new file mode 100644
index 0000000000..fbeaad4204
--- /dev/null
+++ b/layout/reftests/printing/testcase-1696844.html
@@ -0,0 +1,20 @@
+<html><head>
+<meta http-equiv="content-type" content="text/html; charset=windows-1252">
+<link href="print.css" rel="stylesheet">
+<style>
+ .class3 {
+ mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAABsUlEQVQ4ja2QP2sUURTFf+ctMy9bGEEUFC2CiSGgYCOxEQvLNBEbP4UWYhNb9QsIfgTFKoKSRGIrSlbbQQuLdP5hCVabuW9mci12XDaSTQq9zeO98+ee8+AfR38/lGU5B52bsLcIOhMCtTvf3Pno3rzsdrvbBxoURZHPzc3fA78FhAkL3Z1nMWZPJVUjg6Io8tnZC08krgANaFXyzSzLin6fOD2dZiAsSSy7e+5OL8bsjqQGADNbMUufyjJtlmU5P6mvmV0yq9aH3Or+qLNZ6pmlD2a2cNSnmdlFs7RllnqDweBcgM7ysLPWYoxfjjKIMRagVSCEkN0OElcBJH99mNDdz5rZ85b7tj0vB3c/DZBl2fbh0asVYL3lfh0aaCYA3nLqSeK6rpckTuR5/gJgZ2dn5Bsk/w6QUjo/Ifrxum7ugj+UVAN0u8cWWqwf3PV+eNGNceHu7u51s2ojpWpDYivG+PkPlmW6NqzAu+DevJI0ANK4gRQegJ8CcgiL+1Op786vpmnW1EYJkvbGSWVpbySdbPGfU1Nx6aCKYbhtvxig0wmP3L3v7j86nfD4IPF/md886tFVRS8IagAAAABJRU5ErkJggg==);
+ }
+</style>
+<script>
+ function x1() {
+ progress1.style.setProperty("mix-blend-mode", "color-burn");
+ ol1.textContent = String.fromCodePoint(10040);
+ }
+</script>
+</head><body>
+ Hold "enter" to prove you're not robot
+
+ <ol id="ol1" class="class3">&#10040;</ol>
+ <progress id="progress1" style="mix-blend-mode: color-burn;">
+ <audio onloadstart="x1();" src="testcase-1696844_files/x.html" indeterminate="false"></audio></progress></body></html>