mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1225125 - Test: Check if we crash easily on a 0x0 clipped layer surface. r=jrmuizel
This commit is contained in:
parent
77d94895a4
commit
1d56bd9dc8
11
gfx/tests/crashtests/1225125-1.html
Normal file
11
gfx/tests/crashtests/1225125-1.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<div style="mix-blend-mode: saturation; margin-right: 1187px; transform: translateX(2px);">
|
||||
<div style="border-style: outset; mix-blend-mode: color-dodge; display: inherit; padding: 1760px; float: right;"></div>
|
||||
<div style="height: 2000px; overflow: auto;"></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -126,3 +126,4 @@ load 944579.html
|
||||
pref(security.fileuri.strict_origin_policy,false) load 950000.html
|
||||
load 1034403-1.html
|
||||
load balinese-letter-spacing.html
|
||||
load 1225125-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user