Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>You should see PASS followed by an unpaired surrogate (missing/replacement gl yph) and a Arabic Alef.</p> | |
| 3 <svg> | |
| 4 <text y="20"></text> | |
| 5 </svg> | |
| 6 <script> | |
| 7 if (window.testRunner) | |
| 8 testRunner.dumpAsText(); | |
| 9 document.querySelector('text').textContent = 'PASS\ud82e\u0627'; | |
| 10 </script> | |
| OLD | NEW |