mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1926732 - Add crashtest. r=layout-reviewers,emilio
Differential Revision: https://phabricator.services.mozilla.com/D228577
This commit is contained in:
parent
e2213aa90c
commit
42987a1884
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<meta name="assert" content="Should load without asserting/crashing">
|
||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1926732">
|
||||
|
||||
<style>
|
||||
#a {
|
||||
display: -webkit-inline-box;
|
||||
-webkit-line-clamp: 1;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="a">abc<details>foo</details>
|
Loading…
Reference in New Issue
Block a user