Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
Tor Browser
Commits
e5514a80
Commit
e5514a80
authored
Mar 17, 2021
by
Jonathan Kew
Browse files
Bug 1696844 - Add testcase. r=jrmuizel, a=jcristau
Differential Revision:
https://phabricator.services.mozilla.com/D108652
parent
b37bf772
Changes
2
Hide whitespace changes
Inline
Side-by-side
layout/reftests/printing/reftest.list
View file @
e5514a80
...
...
@@ -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
layout/reftests/printing/testcase-1696844.html
0 → 100644
View file @
e5514a80
<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"
>
✸
</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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment