Backed out changeset 488e02b69a8c (bug 1008019) for failing clipPath-html-06.xhtml. r=backout

This commit is contained in:
Sebastian Hengst 2016-08-26 11:31:27 +02:00
Родитель dd9d82e540
Коммит f3cd1bea10
3 изменённых файлов: 0 добавлений и 49 удалений

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

@ -1,27 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>test for bug 1008019</title>
<style>
#test {
white-space: pre;
font-family: monospace;
width: 16ch;
border: 1px solid blue;
padding: 3px;
}
</style>
</head>
<body>
<div id="test">ab c d e f
g h i
j k
l m
n o
p
q
r
s</div>
</body>
</html>

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

@ -1,21 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>test for bug 1008019</title>
<style>
#test {
white-space: pre-wrap;
font-family: monospace;
width: 16ch;
border: 1px solid blue;
padding: 3px;
}
</style>
</head>
<body>
<div id="test">ab c d e f g h i j k<!--
--> l m n o p<!--
--> q r s</div>
</body>
</html>

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

@ -34,7 +34,6 @@ fuzzy-if(Android,255,147) == pre-line-1.html pre-line-1-ref.html
== pre-line-3.html pre-line-3-ref.html
== pre-line-4.html pre-line-4-ref.html
== pre-space-1.html pre-space-1-ref.html
fails == pre-wrap-1.html pre-wrap-1-ref.html # bug 1008019
== soft-hyphens-1a.html soft-hyphens-1-ref.html
== soft-hyphens-1b.html soft-hyphens-1-ref.html
== soft-hyphens-1c.html soft-hyphens-1-ref.html