| OLD | NEW |
| 1 <style> | 1 <style> |
| 2 .writable{-webkit-user-modify:read-write;} | 2 .writable{-webkit-user-modify:read-write;} |
| 3 .list{content:normal;display:list-item;} | 3 .list{content:normal;display:list-item;} |
| 4 *:first-letter{stroke-linecap:round;} | 4 *:first-letter{stroke-linecap:round;} |
| 5 *:only-child{-webkit-font-variant-ligatures:common-ligatures;text-transform:capi
talize;</style> | 5 *:only-child{-webkit-font-variant-ligatures:common-ligatures;text-transform:capi
talize;</style> |
| 6 </style> | 6 </style> |
| 7 Pass if no crash or assert in debug | 7 Pass if no crash or assert in debug |
| 8 <span class="writable" id="span"> | 8 <span class="writable" id="span"> |
| 9 <label class="list"> | 9 <label class="list"> |
| 10 <code> | 10 <code> |
| 11 <object></object> | 11 <object></object> |
| 12 </code></label></span> | 12 </code></label></span> |
| 13 <script> | 13 <script> |
| 14 window.onload=function() | 14 window.onload=function() |
| 15 { | 15 { |
| 16 document.getElementById('span').focus(); | 16 document.getElementById('span').focus(); |
| 17 if (window.layoutTestController) | 17 if (window.layoutTestController) |
| 18 layoutTestController.dumpAsText(); | 18 layoutTestController.dumpAsText(); |
| 19 }; | 19 }; |
| 20 </script> | 20 </script> |
| OLD | NEW |