mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-24 00:24:14 +00:00
Add two more tests for 332360.
This commit is contained in:
parent
031d508885
commit
97ff6fff25
14
layout/reftests/bugs/332360-width-ltr.html
Normal file
14
layout/reftests/bugs/332360-width-ltr.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<title>Testcase, bug 332360</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<ul><li style="width: 60%">list item</li></ul>
|
||||
|
||||
</body>
|
||||
</html>
|
14
layout/reftests/bugs/332360-width.html
Normal file
14
layout/reftests/bugs/332360-width.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en-US" dir="rtl">
|
||||
<head>
|
||||
<title>Testcase, bug 332360</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<ul><li style="width: 60%">list item</li></ul>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -88,6 +88,8 @@ random == 328829-1.xhtml 328829-1-ref.xhtml # bug 369046 (intermittent)
|
||||
== 328829-2.xhtml 328829-2-ref.xhtml
|
||||
== 332360.html 332360-ref.html
|
||||
== 332360-ltr.html 332360-ltr-ref.html
|
||||
== 332360-width.html 332360-ref.html
|
||||
== 332360-width-ltr.html 332360-ltr-ref.html
|
||||
== 332557-1.html 332557-1-ref.html
|
||||
== 335628-1.html 335628-1-ref.html
|
||||
!= 335628-2.xul 335628-2-ref.xul
|
||||
|
Loading…
Reference in New Issue
Block a user