Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Side by Side Diff: third_party/WebKit/LayoutTests/editing/spelling/crash-modifying-contenteditable.html

Issue 2667393005: Fix crash when "contenteditable" attribute changes (Closed)
Patch Set: Use testharness.js in the test Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698