| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../../resources/ahem.js"></script> |
| 4 <style> | 5 <style> |
| 5 html { | 6 html { |
| 6 font-size: 10px; | 7 font-size: 10px; |
| 7 font-family: Ahem; | 8 font-family: Ahem; |
| 8 -webkit-font-smoothing: none; | 9 -webkit-font-smoothing: none; |
| 9 } | 10 } |
| 10 | 11 |
| 11 a { | 12 a { |
| 12 color: #0F0; | 13 color: #0F0; |
| 13 background: #F00; | 14 background: #F00; |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 <!-- | 47 <!-- |
| 47 REGRESSION(r110072): :hover doesn't work on table child with overflow: hidde
n | 48 REGRESSION(r110072): :hover doesn't work on table child with overflow: hidde
n |
| 48 http://webkit.org/b/81460 | 49 http://webkit.org/b/81460 |
| 49 To test this bug outside DRT, hover on the link below. | 50 To test this bug outside DRT, hover on the link below. |
| 50 --> | 51 --> |
| 51 <div id="table"> | 52 <div id="table"> |
| 52 <a href="inexistant_resources.html" >When hovered, the background should hav
e the same color as this text.</a> | 53 <a href="inexistant_resources.html" >When hovered, the background should hav
e the same color as this text.</a> |
| 53 </div> | 54 </div> |
| 54 </body> | 55 </body> |
| 55 </html> | 56 </html> |
| OLD | NEW |