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