Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>This test passes if the text says PASS followed by a U+180E (Mongolian vowel separator).</p> | |
| 3 <svg width="200" height="200"> | |
| 4 <text y="20">PASS᠎</text> | |
| 5 </svg> | |
| 6 <script> | |
| 7 if (window.testRunner) | |
| 8 testRunner.dumpAsText(); | |
| 9 </script> | |
| OLD | NEW |