mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
More regression tests
This commit is contained in:
parent
3dccac0b7a
commit
8f771760d6
16
layout/html/tests/formctls/base/button_min_max_widths.html
Normal file
16
layout/html/tests/formctls/base/button_min_max_widths.html
Normal file
@ -0,0 +1,16 @@
|
||||
<html>
|
||||
<title>
|
||||
Tests HTML buttons and min/max-width, quirks mode
|
||||
</title>
|
||||
<body>
|
||||
<div>
|
||||
<button style="width: 200px">200px button</button>
|
||||
</div>
|
||||
<div>
|
||||
<button style="min-width: 200px">200px button</button>
|
||||
</div>
|
||||
<div>
|
||||
<button style="max-width: 200px"><div style="width: 300px">200px button</div></button>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html>
|
||||
<title>
|
||||
Tests HTML buttons and min/max-width, standards mode
|
||||
</title>
|
||||
<body>
|
||||
<div>
|
||||
<button style="width: 200px">200px button</button>
|
||||
</div>
|
||||
<div>
|
||||
<button style="min-width: 200px">200px button</button>
|
||||
</div>
|
||||
<div>
|
||||
<button style="max-width: 200px"><div style="width: 300px">200px button</div></button>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<title>
|
||||
Tests HTML buttons with margins, quirks mode
|
||||
Tests HTML buttons without margins, quirks mode
|
||||
</title>
|
||||
<body>
|
||||
<div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html>
|
||||
<title>
|
||||
Tests HTML buttons with margins, quirks mode
|
||||
Tests HTML buttons without margins, standards mode
|
||||
</title>
|
||||
<body>
|
||||
<div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||
<html>
|
||||
<title>
|
||||
Tests HTML buttons with margins, quirks mode
|
||||
Tests HTML buttons with margins, standards mode
|
||||
</title>
|
||||
<body>
|
||||
<div>
|
||||
|
@ -39,3 +39,4 @@ button_no_margin.html
|
||||
button_no_margin_strict.html
|
||||
button_with_margin.html
|
||||
button_with_margin_strict.html
|
||||
button_min_max_widths.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user