Skip to content

Commit

Permalink
Don't assert primary frame on printing docs.
Browse files Browse the repository at this point in the history
ReplicateFixedFrames can create extra frames, but we don't particularly
care about this.

Differential Revision: https://phabricator.services.mozilla.com/D143471

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1764224
gecko-commit: 4e5ef6644c60c5838bdf0f9d98cf10cf65cc9953
gecko-reviewers: dholbert
  • Loading branch information
emilio authored and moz-wptsync-bot committed Apr 13, 2022
1 parent 56a4bd3 commit ba85ed7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/css-position/position-fixed-video-controls-print.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!doctype html>
<link rel=help href="https://bugzilla.mozilla.org/show_bug.cgi?id=1764224">
<!-- 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">
<q style="page-break-after: left"></q>
<pre>a</pre>
<audio style="position: fixed" controls="controls">a</audio>

0 comments on commit ba85ed7

Please sign in to comment.