layout/reftests/bugs/421632-1-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

michael@0 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
michael@0 2 <html>
michael@0 3
michael@0 4 <head>
michael@0 5 <title></title>
michael@0 6
michael@0 7 <style>
michael@0 8
michael@0 9 body {
michael@0 10 margin: 20px;
michael@0 11 }
michael@0 12
michael@0 13 tr {
michael@0 14 background: gray;
michael@0 15 }
michael@0 16
michael@0 17 .t2 tr {
michael@0 18 outline: 1px solid gray;
michael@0 19 -moz-outline-radius: .3em;
michael@0 20 }
michael@0 21
michael@0 22 .t1 tr {
michael@0 23 outline: 1px solid red;
michael@0 24 -moz-outline-radius: .3em;
michael@0 25 }
michael@0 26
michael@0 27 </style>
michael@0 28
michael@0 29 </head>
michael@0 30
michael@0 31 <body>
michael@0 32
michael@0 33 <table id="table1" class="t1">
michael@0 34 <tr><td>AAAA</td></tr>
michael@0 35 <tr><td>AAAA</td></tr>
michael@0 36
michael@0 37 <tr><td>AAAA</td></tr>
michael@0 38 <tr><td>AAAA</td></tr>
michael@0 39 </table>
michael@0 40
michael@0 41 <table class="t2">
michael@0 42 <tr><td>AAAA</td></tr>
michael@0 43 <tr><td>AAAA</td></tr>
michael@0 44 <tr><td>AAAA</td></tr>
michael@0 45
michael@0 46 <tr><td>AAAA</td></tr>
michael@0 47 </table>
michael@0 48
michael@0 49 <br/>
michael@0 50 <form method="get" action="#">
michael@0 51 <input type="button" onclick="showBug(); return false;" value="Trigger bug"/>
michael@0 52 </form>
michael@0 53
michael@0 54 </body> </html>

mercurial