mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-16 06:54:00 +00:00
block regression test - not part of the build
This commit is contained in:
parent
2022fe4630
commit
7517847885
17
layout/html/tests/block/bugs/60992.html
Normal file
17
layout/html/tests/block/bugs/60992.html
Normal file
@ -0,0 +1,17 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Mozilla Test Case - Bug 60992</title>
|
||||
</head>
|
||||
<body>
|
||||
a div with white-space: nowrap
|
||||
<div style="white-space: nowrap; width:400px; border: thin solid">
|
||||
<hr>
|
||||
</div
|
||||
<br>
|
||||
a div without white-space: nowrap
|
||||
<div style="width:400px; border: thin solid">
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -167,6 +167,7 @@ file:///s:/mozilla/layout/html/tests/block/bugs/59200-a.html
|
||||
file:///s:/mozilla/layout/html/tests/block/bugs/59200-c.html
|
||||
file:///s:/mozilla/layout/html/tests/block/bugs/59200-d.html
|
||||
file:///s:/mozilla/layout/html/tests/block/bugs/59200-e.html
|
||||
file:///s:/mozilla/layout/html/tests/block/bugs/60992.html
|
||||
file:///s:/mozilla/layout/html/tests/block/bugs/63785.html
|
||||
file:///s:/mozilla/layout/html/tests/block/bugs/67690.html
|
||||
file:///s:/mozilla/layout/html/tests/block/bugs/69960.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user