зеркало из https://github.com/mozilla/gecko-dev.git
bug 692744 - reftest - text-shadow should not produce a shadow for space glyphs. r=jrmuizel
This commit is contained in:
Родитель
68621d46ad
Коммит
c1641570e3
|
@ -23,3 +23,7 @@ random-if(Android) == basic-negcoord.xul basic-negcoord-ref.xul
|
|||
|
||||
!= text-shadow-selected-1.html text-shadow-selected-1-notref.html
|
||||
== text-shadow-selected-1.html text-shadow-selected-1-ref.html
|
||||
|
||||
# bug 692744
|
||||
== text-shadow-on-space-1.html text-shadow-on-space-1-ref.html
|
||||
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div {
|
||||
font: 24px serif;
|
||||
text-shadow: 2px 2px 1px red;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
The spaces should not have shadows!
|
||||
</div>
|
||||
</body>
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
div {
|
||||
font: 24px serif;
|
||||
text-shadow: 2px 2px 1px red;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
The spaces should not have shadows!
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
Загрузка…
Ссылка в новой задаче