Bug 1365159 - Part 2: Reftest. r=emilio

MozReview-Commit-ID: GOH8FaK1J4Z

--HG--
extra : rebase_source : 02b496b2ea56684e6d8c92cfb1ad49daf5884948
This commit is contained in:
Cameron McCormack 2017-06-05 15:03:59 +08:00
parent faef490277
commit 11302b1b3e
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<!DOCTYPE html>
<table border="0">
<tr><td>There should be</td></tr>
<tr><td>no borders visible</td></tr>
</table>

View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<table border="1">
<tr><td>There should be</td></tr>
<tr><td>no borders visible</td></tr>
</table>
<script>
onload = function() { document.querySelector("table").border = "0"; }
</script>

View File

@ -2008,3 +2008,4 @@ fails-if(styloVsGecko) == 1322512-1.html 1322512-1-ref.html
== 1369584-1a.html 1369584-1-ref.html
== 1369584-1b.html 1369584-1-ref.html
== 1367592-1.html 1367592-1-ref.html
== 1365159-1.html 1365159-1-ref.html