Bug 1696844 - Add testcase. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D108652
This commit is contained in:
Jonathan Kew 2021-03-17 16:49:27 +00:00
Родитель 5da1d097c2
Коммит 0424e02cc0
2 изменённых файлов: 19 добавлений и 0 удалений

Просмотреть файл

@ -18,3 +18,4 @@ print test-async-print.html test-text-ref.html
fails print test-unexpected-text.html test-unexpected-text-noref.html
fails print test-missing-text.html test-missing-text-noref.html
test-pref(print.print_in_color,false) fails print test-color-text-01.html test-color-text-01.html
print testcase-1696844.html testcase-1696844.html

Просмотреть файл

@ -0,0 +1,18 @@
<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252"><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>