Bug 812822 part 4: add crashtests for this bug & dependent bugs. r=bz

This commit is contained in:
Daniel Holbert 2013-02-20 23:35:03 -08:00
parent 4987835a8d
commit 4464c898f2
5 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<body>
<fieldset>
<legend style="overflow-x: auto; display: inline-flex;"></legend>
</fieldset>
</body>
</html>

View 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>

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<style>
button:first-letter { }
button { display: flex; }
</style>
</head>
<body>
<button>ABC</button>
</body>
</html>

View 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>

View File

@ -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