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

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: 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>
Xiaocheng 2017/02/03 10:04:34 Please use w3c testharness so that you don't need
Manuel Rego 2017/02/03 10:14:39 Actually I forgot to upload the -expected.txt befo
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5
6 var doc = document.implementation.createDocument("", null);
7 var div = document.createElement("div");
8 doc.appendChild(div);
9 div.setAttribute("contenteditable", "");
10 </script>
11 <p>The test passes if it doesn't crash (<a href="crbug.com/687984">bug #687984</ a>).</p>
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