mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1169420: add crashtests. (no review)
This commit is contained in:
parent
c0db567fa8
commit
b66170406b
8
layout/generic/crashtests/1169420-1.html
Normal file
8
layout/generic/crashtests/1169420-1.html
Normal file
@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html style="writing-mode: vertical-lr;">
|
||||
<body>
|
||||
<div style="display: inline-flex;">
|
||||
<div style="-moz-margin-start: auto; -moz-margin-end: 75px; direction: rtl;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
8
layout/generic/crashtests/1169420-2.html
Normal file
8
layout/generic/crashtests/1169420-2.html
Normal file
@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html style="writing-mode: vertical-lr;">
|
||||
<body>
|
||||
<div style="display: inline-flex;">
|
||||
<div style="margin-bottom: auto; margin-top: 75px; direction: rtl;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -585,3 +585,5 @@ load 1146107.html
|
||||
load 1146114.html
|
||||
load 1156222.html
|
||||
load 1157011.html
|
||||
load 1169420-1.html
|
||||
load 1169420-2.html
|
||||
|
Loading…
Reference in New Issue
Block a user