Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <style> | |
| 2 span:after { content: 'not '; } | |
| 3 </style> | |
| 4 <p> | |
| 5 Test for <i><a href="rdar://problem/7898436">rdar://problem/7898436</a> :aft er content is duplicated</i>. | |
| 6 </p> | |
| 7 <p> | |
| 8 The test passed if the word “not” appears exactly once in the fo llowing sentence: | |
| 9 </p> | |
| 10 <div style="font-size: 96px;"> | |
| 11 The test did | |
| 12 <span><b><div></div></b></span> | |
| 13 fail. | |
| 14 </div> | |
| OLD | NEW |