Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <p style='white: fuchsia; padding: 198px 108 2147483647px; '></p> | |
| 3 <myelement> | |
| 4 <body> | |
| 5 <sup style="kerning: 7; display: table-row; "></sup> | |
| 6 <iframe align=right style="font-variant: small-caps;> mask: url(#tCF84); bor der-right-width: 20543.4114163cm; "></iframe> | |
| 7 <p id=tCF100></p> | |
| 8 <span id=tCF104> | |
| 9 </body> | |
| 10 <script> | |
| 11 window.onload = function() { | |
| 12 keygenElem = document.createElementNS("http://www.w3.org/1999/xhtml", "keyge n"); | |
| 13 keygenElem.setAttribute("autofocus", "Tm"); | |
| 14 document.body.appendChild(keygenElem); | |
| 15 document.body.appendChild(document.createElementNS("http://www.w3.org/1999/x html", "td")); | |
| 16 document.body.appendChild(document.createElementNS("http://www.w3.org/1999/x html", "video")); | |
| 17 setTimeout("CFcrash()", 1); | |
|
aarya
2014/03/18 17:45:44
Is this timeout really required ? can you try with
kenrb
2014/03/18 18:00:21
I tried that, but the UAF no longer reproduced, an
| |
| 18 | |
| 19 if (window.testRunner) | |
| 20 testRunner.waitUntilDone(); | |
| 21 } | |
| 22 function CFcrash() { | |
| 23 tCF104.appendChild(tCF100); | |
| 24 document.body.innerHTML = "PASS if no crash or assert under ASAN"; | |
| 25 | |
| 26 if (window.testRunner) { | |
| 27 testRunner.dumpAsText(); | |
| 28 testRunner.notifyDone(); | |
| 29 } | |
| 30 } | |
| 31 </script> | |
| 32 </html> | |
| OLD | NEW |