OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
| 3 <script src="../resources/ahem.js"></script> |
3 <head> | 4 <head> |
4 <title></title> | 5 <title></title> |
5 <style> | 6 <style> |
| 7 button { font-family: Ahem; } |
6 #a, #b, #c, #d { color: blue; } | 8 #a, #b, #c, #d { color: blue; } |
7 </style> | 9 </style> |
8 </head> | 10 </head> |
9 <body> | 11 <body> |
10 <p> | 12 <p> |
11 This is a test of generated content in <button> for | 13 This is a test of generated content in <button> for |
12 <i><a href="https://bugs.webkit.org/show_bug.cgi?id=9561">http://bugzill
a.opendarwin.org/show_bug.cgi?id=9561</a> | 14 <i><a href="https://bugs.webkit.org/show_bug.cgi?id=9561">http://bugzill
a.opendarwin.org/show_bug.cgi?id=9561</a> |
13 REGRESSION: Content property on :before of button causes hang on click o
r hover</i>. | 15 REGRESSION: Content property on :before of button causes hang on click o
r hover</i>. |
14 </p> | 16 </p> |
15 <hr> | 17 <hr> |
(...skipping 16 matching lines...) Expand all Loading... |
32 <button id="l">buttonafter</button> | 34 <button id="l">buttonafter</button> |
33 <br> | 35 <br> |
34 <button id="m">before</button> | 36 <button id="m">before</button> |
35 <button id="n">beforebutton</button> | 37 <button id="n">beforebutton</button> |
36 <br> | 38 <br> |
37 <button id="o">after</button> | 39 <button id="o">after</button> |
38 <button id="p">buttonafter</button> | 40 <button id="p">buttonafter</button> |
39 <br> | 41 <br> |
40 </body> | 42 </body> |
41 </html> | 43 </html> |
OLD | NEW |