Skip to content

Commit

Permalink
Remove nscoord assertion that produce false positives.
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D114633

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1474774
gecko-commit: bc593b46778ce2a39b4e62ac0d95814499b05daa
gecko-reviewers: dholbert
  • Loading branch information
Mats Palmgren authored and moz-wptsync-bot committed May 25, 2021
1 parent f4d5391 commit c142d0e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions css/css-text/crashtests/word-spacing-large-value.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-property">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1474774">
<link rel="author" title="Mats Palmgren" href="mailto:[email protected]">
<style>
:last-of-type {
word-spacing:15946245.3ch;
border-right-style:solid;
}
</style>
<button formaction=''>
<small>
AAAAAAAA
</html>

0 comments on commit c142d0e

Please sign in to comment.