зеркало из https://github.com/mozilla/gecko-dev.git
Adding regression test.
This commit is contained in:
Родитель
038e824cbe
Коммит
6e03c5f591
|
@ -0,0 +1,33 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
a:before
|
||||
{
|
||||
content: "<";
|
||||
}
|
||||
|
||||
a:after
|
||||
{
|
||||
content: ">";
|
||||
}
|
||||
|
||||
a[class~="imglink"]:before
|
||||
{
|
||||
content: normal;
|
||||
}
|
||||
|
||||
a[class~="imglink"]:after
|
||||
{
|
||||
content: normal;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<a href="" class="imglink">
|
||||
This should not have angle brackets.
|
||||
<br />
|
||||
<a href="">This should</a>
|
||||
|
||||
</body></html>
|
|
@ -221,6 +221,7 @@
|
|||
223394-3.html
|
||||
223394-4.html
|
||||
228172.html
|
||||
262624.html
|
||||
263406-1.xml
|
||||
263406-2.xml
|
||||
263406-3.xml
|
||||
|
|
Загрузка…
Ссылка в новой задаче