mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1477847 - Add a crashtest. r=mstange
Depends on D10414 Differential Revision: https://phabricator.services.mozilla.com/D10415 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
074e717745
commit
ed43e261f7
17
layout/base/crashtests/1477847.html
Normal file
17
layout/base/crashtests/1477847.html
Normal file
@ -0,0 +1,17 @@
|
||||
<style>
|
||||
#a {
|
||||
-webkit-filter: invert(0);
|
||||
border-bottom-right-radius: 10px 0px;
|
||||
overflow: scroll;
|
||||
height: 50px;
|
||||
}
|
||||
.b {
|
||||
perspective: 4px;
|
||||
-webkit-mask: url(data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvCchPGolfO0o/XBs/fNwfjZ0frl3/zy7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABAALAAAAAAQABAAAAVVICSOZGlCQAosJ6mu7fiyZeKqNKToQGDsM8hBADgUXoGAiqhSvp5QAnQKGIgUhwFUYLCVDFCrKUE1lBavAViFIDlTImbKC5Gm2hB0SlBCBMQiB0UjIQA7);
|
||||
height: 100px;
|
||||
}
|
||||
.c { -webkit-transform: scale(-1, 1) }
|
||||
</style>
|
||||
<dl id="a">
|
||||
<dt class="b">
|
||||
<dialog open="" class="c">
|
@ -542,6 +542,7 @@ load 1467964.html
|
||||
load 1469354.html
|
||||
pref(layout.accessiblecaret.enabled,true) load 1472020.html
|
||||
load 1472027.html
|
||||
load 1477847.html
|
||||
load 1489149.html
|
||||
load 1490037.html
|
||||
load 1494332.html
|
||||
|
Loading…
Reference in New Issue
Block a user