Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script src="../../resources/testharness.js"></script> | |
| 3 <script src="../../resources/testharnessreport.js"></script> | |
| 4 <script> | |
| 5 test(function() { | |
| 6 var doc = document.implementation.createDocument("", null); | |
| 7 var div = document.createElement("div"); | |
| 8 doc.appendChild(div); | |
| 9 div.setAttribute("contenteditable", ""); | |
| 10 }, "Check change in `contenteditable` attribute.`"); | |
| 11 </script> | |
| 12 <p>The test passes if it doesn't crash (<a href="crbug.com/687984">bug #687984</ a>).</p> | |
|
Manuel Rego
2017/02/03 10:14:39
I'm wondering if we should keep or remove this las
Xiaocheng
2017/02/03 10:17:40
I don't think it matters, as long as the bug numbe
| |
| OLD | NEW |