OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <style> | 4 <style> |
5 ruby { border: solid 5px cyan; } | 5 ruby { border: solid 5px cyan; } |
6 </style> | 6 </style> |
7 </head> | 7 </head> |
8 <body> | 8 <body> |
9 Ruby text should be at the center of ruby base. | 9 Ruby text should be at the center of ruby base. |
10 <div id="test1" > | 10 <div id="test1" > |
(...skipping 24 matching lines...) Expand all Loading... |
35 if (window.testRunner) { | 35 if (window.testRunner) { |
36 testRunner.notifyDone(); | 36 testRunner.notifyDone(); |
37 } | 37 } |
38 }, 0); | 38 }, 0); |
39 if (window.testRunner) { | 39 if (window.testRunner) { |
40 testRunner.waitUntilDone(); | 40 testRunner.waitUntilDone(); |
41 } | 41 } |
42 </script> | 42 </script> |
43 </body> | 43 </body> |
44 </html> | 44 </html> |
OLD | NEW |