mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 375827. Regression test.
This commit is contained in:
parent
4ed2735ce2
commit
4f02c01c5e
9
layout/reftests/bugs/375827-1-ref.html
Normal file
9
layout/reftests/bugs/375827-1-ref.html
Normal file
@ -0,0 +1,9 @@
|
||||
<html><head>
|
||||
<title>Bug 375827 - Text gets split when it should stay on one line in this case</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table style="font-size: 14px; border: 1px solid black; width: 1px;"><tbody><tr><td>
|
||||
text text<script></script>text
|
||||
</td></tr></tbody></table>
|
||||
</body></html>
|
9
layout/reftests/bugs/375827-1.html
Normal file
9
layout/reftests/bugs/375827-1.html
Normal file
@ -0,0 +1,9 @@
|
||||
<html><head>
|
||||
<title>Bug 375827 - Text gets split when it should stay on one line in this case</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table style="font-size: 14px; border: 1px solid black; width: 1px;"><tbody><tr><td>
|
||||
text text<script>document.body.offsetHeight;</script>text
|
||||
</td></tr></tbody></table>
|
||||
</body></html>
|
@ -256,6 +256,7 @@ fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 372037-1.html 372037-1-ref.html # bug 3
|
||||
== 374038-2.xul 374038-2-ref.xul
|
||||
== 374193-1.xhtml about:blank
|
||||
== 375716-1.html 375716-1-ref.html
|
||||
== 375827-1.html 375827-1-ref.html
|
||||
== 376484-1.html 376484-1-ref.html
|
||||
== 377603-1.html 377603-1-ref.html
|
||||
== 377918.html 377918-ref.html
|
||||
|
Loading…
Reference in New Issue
Block a user