Skip to content

Commit

Permalink
Add testcase.
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D224454

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1917742
gecko-commit: 3cfe3a3a5f77dd80c63fab25d3cbc4123b18976a
gecko-reviewers: gfx-reviewers, aosmond
  • Loading branch information
jfkthame authored and moz-wptsync-bot committed Oct 4, 2024
1 parent bac7c69 commit 38d6fa7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions css/printing/destination-backslash-crash-print.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<meta charset="utf-8">
<link rel=help href="https://bugzilla.mozilla.org/show_bug.cgi?id=1917742">
<!-- Really a crashtest but since we can't really have print crashtests, we assert that we print something -->
<link rel="mismatch" href="/css/reference/blank.html">
<style>
#b {
will-change: transition, -webkit-animation, opacity, z-index;
}

#c {
offset: path('M -1 1 l -1 98') 51% auto 0deg;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", () => {
a.style.setProperty("mix-blend-mode", "hue")
b.appendChild(a)
})
</script>
<font>A</font>
<input>
<textarea id="a" name=" VM\">A</textarea>
<ol>A</ol>
<a>A</a>
<input>
<math>
<mn id="b">A</mn>
<ms>A</ms>
<ms>A</ms>
<msqrt id="c" href="x">
<mn>A</mn>

0 comments on commit 38d6fa7

Please sign in to comment.