| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <style> | 3 <style> |
| 4 #div1 { | 4 #div1 { |
| 5 -webkit-text-security: circle; | 5 -webkit-text-security: circle; |
| 6 } | 6 } |
| 7 #div1::first-letter { | 7 #div1::first-letter { |
| 8 display: table-row-group; | 8 display: table-row-group; |
| 9 } | 9 } |
| 10 #div2 { | 10 #div2 { |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 | 26 |
| 27 document.body.appendChild(document.createTextNode("PASS if no assert or
crash in debug.")); | 27 document.body.appendChild(document.createTextNode("PASS if no assert or
crash in debug.")); |
| 28 | 28 |
| 29 if (window.layoutTestController) | 29 if (window.layoutTestController) |
| 30 layoutTestController.dumpAsText(); | 30 layoutTestController.dumpAsText(); |
| 31 } | 31 } |
| 32 </script> | 32 </script> |
| 33 </head> | 33 </head> |
| 34 <body><div id=div1>AB<div id=div2></div></div></body> | 34 <body><div id=div1>AB<div id=div2></div></div></body> |
| 35 </html> | 35 </html> |
| OLD | NEW |