зеркало из https://github.com/mozilla/gecko-dev.git
Reftest for dynamic link style change - Bug 398105
This commit is contained in:
Родитель
c95f2ed2c4
Коммит
7d1abac027
|
@ -0,0 +1,16 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
onload="setTimeout(function() { document.getElementById('r').removeAttribute('xlink:href'); }, 0);">
|
||||
|
||||
<title>Testcase for dynamic changes to link styles</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=398105 -->
|
||||
|
||||
<style type="text/css">
|
||||
a:link rect { fill: red; }
|
||||
</style>
|
||||
|
||||
<a xlink:href="do-not-visit-me.xxx" id="r">
|
||||
<rect width="100%" height="100%" fill="lime" />
|
||||
</a>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 526 B |
|
@ -12,6 +12,8 @@ include moz-only/reftest.list
|
|||
== currentColor-01.svg pass.svg
|
||||
== currentColor-02.svg pass.svg
|
||||
== currentColor-03.svg pass.svg
|
||||
== dynamic-link-style-01.svg pass.svg
|
||||
== dynamic-reflow-01.svg dynamic-reflow-01-ref.svg
|
||||
== fallback-color-01a.svg pass.svg
|
||||
== fallback-color-01b.svg pass.svg
|
||||
== fallback-color-02a.svg fallback-color-02-ref.svg
|
||||
|
@ -52,4 +54,3 @@ random-if(MOZ_WIDGET_TOOLKIT=="gtk2") == text-font-weight-01.svg text-font-weigh
|
|||
== text-style-01d.svg text-style-01-ref.svg
|
||||
== text-style-01e.svg text-style-01-ref.svg
|
||||
== viewport-percent-graphic-user-01.svg pass.svg
|
||||
== dynamic-reflow-01.svg dynamic-reflow-01-ref.svg
|
||||
|
|
Загрузка…
Ссылка в новой задаче