mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 812822 part 4: add crashtests for this bug & dependent bugs. r=bz
This commit is contained in:
parent
e7503d88da
commit
f7e8382f32
8
layout/generic/crashtests/812822-1.html
Normal file
8
layout/generic/crashtests/812822-1.html
Normal file
@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<fieldset>
|
||||
<legend style="overflow-x: auto; display: inline-flex;"></legend>
|
||||
</fieldset>
|
||||
</body>
|
||||
</html>
|
12
layout/generic/crashtests/824297-1.html
Normal file
12
layout/generic/crashtests/824297-1.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
.z:first-letter { }
|
||||
.z { display: flex; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div><button class="z">B</button></div>
|
||||
</body>
|
||||
</html>
|
15
layout/generic/crashtests/826532-1.html
Normal file
15
layout/generic/crashtests/826532-1.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
|
||||
button:first-letter { }
|
||||
button { display: flex; }
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<button>ABC</button>
|
||||
</body>
|
||||
</html>
|
12
layout/generic/crashtests/827168-1.html
Normal file
12
layout/generic/crashtests/827168-1.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
.z:first-line {}
|
||||
.z { display: flex; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div><button class="z">B</button></div>
|
||||
</body>
|
||||
</html>
|
@ -428,4 +428,8 @@ test-pref(layout.css.flexbox.enabled,true) load 798235-1.html
|
||||
test-pref(layout.css.flexbox.enabled,true) load 799207-1.html
|
||||
asserts(12) test-pref(layout.css.flexbox.enabled,true) load 799207-2.html
|
||||
test-pref(layout.css.flexbox.enabled,true) load 804089-1.xhtml
|
||||
test-pref(layout.css.flexbox.enabled,true) load 812822-1.html
|
||||
asserts(1) test-pref(layout.css.flexbox.enabled,true) load 824297-1.html # bug 399262
|
||||
asserts(1) test-pref(layout.css.flexbox.enabled,true) load 826532-1.html # bug 399262
|
||||
test-pref(layout.css.flexbox.enabled,true) load 827168-1.html
|
||||
load 842132-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user