mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Tests for bug 533379, bug 520340.
This commit is contained in:
parent
f24b74cefd
commit
e1c5862ad0
2
layout/generic/crashtests/520340.html
Normal file
2
layout/generic/crashtests/520340.html
Normal file
@ -0,0 +1,2 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html style="-moz-column-width: 1px;"><head></head><body style="-moz-column-count: 2;">A B C D E F<span>縁</span></body></html>
|
16
layout/generic/crashtests/533379-1.html
Normal file
16
layout/generic/crashtests/533379-1.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body { width: 1px; }
|
||||
ul { -moz-column-count: 15; }
|
||||
li {list-style-position: inside; }
|
||||
li:first-letter {color: red; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<ul><li><span>A B</span></li></ul>
|
||||
</body>
|
||||
|
||||
</html>
|
16
layout/generic/crashtests/533379-2.html
Normal file
16
layout/generic/crashtests/533379-2.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body { width: 1px; }
|
||||
ul { -moz-column-count: 2; }
|
||||
li {list-style-position: inside; }
|
||||
li:first-letter {color: red; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<ul><li><span>A B</span></li></ul>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -280,3 +280,6 @@ load 505912-1.html
|
||||
load 511482.html
|
||||
load 513394-1.html
|
||||
load 517968.html
|
||||
load 520340.html
|
||||
load 533379-1.html
|
||||
load 533379-2.html
|
||||
|
Loading…
Reference in New Issue
Block a user