Bug 1229979 - (Part 2) Update reference of test case. r=jfkthame

MozReview-Commit-ID: CFChebe4JLP

--HG--
extra : rebase_source : 676f80747e1f437aa2fe845adf9344ef172f9bf5
This commit is contained in:
KuoE0 2017-09-07 11:00:11 +08:00
Родитель e629f92818
Коммит 650dd7945a
1 изменённых файлов: 15 добавлений и 6 удалений

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

@ -2,14 +2,23 @@
<!-- Shadows -->
<!-- Blue underline/text -->
<div style="position: absolute; top: 22px; left: 22px; color: blue; text-decoration: underline;"><span style="color: rgba(0, 0, 0, 0);">testforquirks</span></div>
<div style="position: absolute; top: 22px; left: 22px;"><span style="color: blue;">test</span></div>
<div style="position: absolute; top: 22px; left: 22px;"><span style="color: blue; text-decoration: underline">test</span></div>
<!-- Red overline/text -->
<div style="position: absolute; top: 22px; left: 22px; color: rgba(0, 0, 0, 0);">test<span style="text-decoration: overline; color: red;"><span style="color: rgba(0, 0, 0, 0);">forquirks</span></span></div>
<div style="position: absolute; top: 22px; left: 22px;"><span style="color: rgba(0, 0, 0, 0);">test</span><span style="color: red;">for</span></div>
<!--
There are some additional pixels appearing when two red texts are overlap. We
use transparent color for the first one to prevent the situation and the failure
of reftest.
-->
<div style="position: absolute; top: 22px; left: 22px;"><span style="color: rgba(0, 0, 0, 0);">test</span><span style="color: transparent; text-decoration: red underline;">for</span></div>
<div style="position: absolute; top: 22px; left: 22px;"><span style="color: rgba(0, 0, 0, 0);">test</span><span style="color: red; text-decoration: overline;">for</span></div>
<!-- Green text/underline -->
<div style="position: absolute; top: 22px; left: 22px;"><span style="color: rgba(0, 0, 0, 0);">testfor</span><span style="text-decoration: underline; color: green;"><span style="color: rgba(0, 0, 0, 0);">quirks</span></span></div>
<div style="position: absolute; top: 22px; left: 22px;"><span style="color: rgba(0, 0, 0, 0);">testfor</span><span style="color: green;">quirks</span></div>
<!--
There are some additional pixels appearing when two red texts are overlap. We
use transparent color for the first one to prevent the situation and the failure
of reftest.
-->
<div style="position: absolute; top: 22px; left: 22px;"><span style="color: rgba(0, 0, 0, 0);">testfor</span><span style="text-decoration: green underline; color: transparent;">quirks</span></div>
<div style="position: absolute; top: 22px; left: 22px;"><span style="color: rgba(0, 0, 0, 0);">testfor</span><span style="text-decoration: overline; color: green;">quirks</span></div>
<!-- "Real" text -->
<!-- Blue underline/text -->