Fix most of the homeless-reftest warnings: remove some files that are no longer used; add some entries to reftest.list files. (Bug 551617 comment 22)

This commit is contained in:
Jesse Ruderman 2010-03-20 18:26:07 -07:00
Родитель a18a1e188b
Коммит a8b704c211
9 изменённых файлов: 10 добавлений и 167 удалений

Двоичные данные
layout/reftests/backgrounds/lime-32x32.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 110 B

Просмотреть файл

@ -1,14 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window id="yourwindow"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml">
<vbox align="left">
<iframe style="border: 1px solid black; width: 200px; height: 200px; visibility:hidden"/>
<hbox style="width:200px; height:100px; background:white;">
<hbox style="width:100px; height:100px; background:cyan;" flex="0"></hbox>
</hbox>
<hbox style="width:200px; height:100px; background:white;">
</hbox>
</vbox>
</window>

Просмотреть файл

@ -1,25 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window id="yourwindow"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml">
<script type="text/javascript">
<![CDATA[
function load()
{
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
var frame = document.getElementById("frame");
var contentViewer = frame.docShell.contentViewer.QueryInterface(Components.interfaces.nsIMarkupDocumentViewer);
contentViewer.fullZoom = 0.5;
var canvas = document.getElementById("canvas");
var ctx = canvas.getContext("2d");
ctx.drawWindow(frame.contentWindow, 0, 0, 200, 200, "rgba(255,255,255,255)");
}
window.addEventListener("load", load, false);
]]>
</script>
<vbox align="left">
<iframe id="frame" style="border: 1px solid black; width: 200px; height: 200px; visibility:hidden" src="401361-frame.html"/>
<html:canvas id="canvas" width="200" height="200"/>
</vbox>
</window>

Просмотреть файл

@ -1,5 +0,0 @@
<!DOCTYPE HTML>
<html style="background:rgba(0,0,255,0.5);">
<body style="background:red;">
</body>
</html>

Просмотреть файл

@ -321,6 +321,7 @@ fails == 311366-unknown-block-3.html 311366-unknown-block-3-ref.html
== 315920-3c.html 315920-3-ref.html
== 315920-3d.html 315920-3-ref.html
!= 315920-3e.html 315920-3-ref.html
!= 315920-3f.html 315920-3-ref.html
== 315920-4.html 315920-4-ref.html
== 315920-5.html 315920-5-ref.html
== 315920-6.html 315920-6-ref.html
@ -730,6 +731,10 @@ random == 387876-2.html 387876-2-ref.html # bug 471630
!= 389924-1a.html about:blank
== 390318-1a.html 390318-1-ref.html
== 390318-1b.html 390318-1-ref.html
== 390318-1c.html 390318-1-ref.html
== 390318-1d.html 390318-1-ref.html
== 390318-1e.html 390318-1-ref.html
== 390318-1f.html 390318-1-ref.html
skip-if(MOZ_WIDGET_TOOLKIT!="windows") == 391045.html 391045-ref.html # windows-specific Uniscribe bug, trailing period is matched against different fonts on Mac/Linux (see 396137)
== 391140-1.html 391140-1-ref.html
== 391412-1a.html 391412-1-ref.html
@ -953,6 +958,8 @@ skip-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 413292-1.html 413292-1-ref.html # disabl
== 421203-5.xul 321402-5-ref.xul
== 421203-6.xul 321402-6-ref.xul
== 421234-1.html 421234-1-ref.html
== 421239-1.html 421239-1-ref.html
== 421239-2.html 421239-2-ref.html
== 421419-1.html 421419-1-ref.html
== 421436-1a.html 421436-1-ref.html
== 421436-1b.html 421436-1-ref.html
@ -1323,6 +1330,7 @@ fails-if(MOZ_WIDGET_TOOLKIT!="cocoa") == 488692-1.html 488692-1-ref.html # needs
== 495385-5.html 495385-5-ref.html
== 498228-1.xul 498228-1-ref.xul
== 496032-1.html 496032-1-ref.html
== 496840-1.html 496840-1-ref.html
== 501257-1a.html 501257-1-ref.html
== 501257-1b.html 501257-1-ref.html
== 501257-1.xhtml 501257-1-ref.xhtml
@ -1394,6 +1402,7 @@ fails HTTP(..) == 518172-2b.html 518172-b-ref.html # bug 518172
== 537507-1.xul 537507-1-ref.xul
== 537507-2.html 537507-2-ref.html
== 537471-1.html 537471-1-ref.html
== 538909-1.html 538909-1-ref.html
== 538935-1.html 538935-1-ref.html
== 539226-1.html about:blank
== 539323-1.html 539323-1-ref.html

Просмотреть файл

@ -32,9 +32,9 @@ random == dynamic-3b.html dynamic-3-ref.html
== 23605-4.html 23605-4-ref.html
== 23605-5.html 23605-5-ref.html
== 23605-6.html 23605-6-ref.html
random-if(MOZ_WIDGET_TOOLKIT=="gtk2") == 329069-1.html 329069-1-ref.html # failure is font-dependent, may be related to bug 404848
!= 229764-1.html 229764-ref.html
== 229764-2.html 229764-ref.html
random-if(MOZ_WIDGET_TOOLKIT=="gtk2") == 329069-1.html 329069-1-ref.html # failure is font-dependent, may be related to bug 404848
== 342120-1.xhtml 342120-1-ref.xhtml
== 379799-1.html 379799-1-ref.html
== 399941-1.html 399941-1-ref.html

Просмотреть файл

@ -1,42 +0,0 @@
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
-->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
xmlns:xlink="http://www.w3.org/1999/xlink"
font-family="monospace" font-size="20" xml:space="preserve">
<title>Reference to check that dx, dy works for text</title>
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=388547 -->
<text x="30" y="30">TEST1</text>
<text x="30" y="60">T</text>
<text x="30" y="70"> E</text>
<text x="40" y="80"> ST2</text>
<text x="30" y="100">T</text>
<text x="30" y="110"> E</text>
<text x="40" y="120"> ST3</text>
<text x="30" y="160">T</text>
<text x="30" y="150"> EST4</text>
<text x="40" y="200">TEST5</text>
<text x="220" y="30">T</text>
<text x="240" y="30">E</text>
<text x="260" y="30">S</text>
<text x="280" y="30">T6</text>
<text x="220" y="70">T</text>
<text x="220" y="90">E</text>
<text x="220" y="110">S</text>
<text x="220" y="130">T</text>
<text x="220" y="150">7</text>
<text x="220" y="200">T ST8</text>
<g transform="translate(150,100)rotate(90) "><text>A</text></g>
</svg>

До

Ширина:  |  Высота:  |  Размер: 1.1 KiB

Просмотреть файл

@ -1,36 +0,0 @@
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
-->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
xmlns:xlink="http://www.w3.org/1999/xlink"
font-family="monospace" font-size="20" xml:space="preserve">
<title>Testcase to check that dx, dy works for text</title>
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=388547 -->
<defs>
<path id="h1" d="M 30,150 h 100"/>
<path id="h2" d="M 30,200 h 100"/>
<path id="h3" d="M 220,200 h 100"/>
</defs>
<text x="20" y="20" dx="10" dy="10">TEST1</text>
<text x="30" y="60" dx="0, 0, 10" dy="0, 10, 10">TEST2</text>
<text x="30" y="100">T<tspan dx="0, 10" dy="10, 10">EST</tspan>3</text>
<text><textPath xlink:href="#h1"><tspan dy="10, -10">TE</tspan>ST4</textPath></text>
<text><textPath xlink:href="#h2"><tspan dx="10">TE</tspan>ST5</textPath></text>
<text x="220, 240, 260, 280" y="30">TEST6</text>
<text x="220, 220, 220, 220, 220" y="70, 90, 110, 130, 150">TEST7</text>
<text><textPath xlink:href="#h3"><tspan dx="0,1000,-1000">TES</tspan>T8</textPath></text>
<text x="150" y="100" rotate="90">A</text>
</svg>

До

Ширина:  |  Высота:  |  Размер: 1.2 KiB

Просмотреть файл

@ -1,44 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Frame="lhs" and Rules="groups"</title>
<link rel="stylesheet" type="text/css" href="bordercol.css" />
</head>
<body>
<table rules="groups" frame="lhs">
<caption><a name="void-none">Frame="lhs" and Rules="groups"</caption>
<thead>
<tr>
<td>Row 1, Cell 1</td>
<td>Row 1, Cell 2</td>
<td>Row 1, Cell 3</td>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="2">Row 2, Cell 1</td>
<td colspan="2">Row 2, Cell 2</td>
</tr>
<tr>
<td>Row 3, Cell 2</td>
<td rowspan="2">Row 3, Cell 3</td>
</tr>
<tr>
<td colspan="2">Row 4, Cell 1</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>Row 5, Cell 1</td>
<td>Row 5, Cell 2</td>
<td>Row 5, Cell 3</td>
</tr>
</tfoot>
</table>
</body>
</html>