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

Unified Diff: LayoutTests/editing/execCommand/extracted-style-assert.html

Issue 190993002: ASSERTION FAILED: extractedStyle in WebCore::ApplyStyleCommand::removeInlineStyleFromElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed build fail. Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/editing/execCommand/extracted-style-assert-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/execCommand/extracted-style-assert.html
diff --git a/LayoutTests/editing/execCommand/extracted-style-assert.html b/LayoutTests/editing/execCommand/extracted-style-assert.html
new file mode 100644
index 0000000000000000000000000000000000000000..b3184a1358768b06ea27dc71741a40b8527b677e
--- /dev/null
+++ b/LayoutTests/editing/execCommand/extracted-style-assert.html
@@ -0,0 +1,19 @@
+<html>
+ <body>
+ <table>
+ <td>
+ <a></a>
+ </td>
+ </table>
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+
+ document.designMode = "on";
+ document.execCommand("SelectAll");
+ document.execCommand("CreateLink", 0, 'foo');
+
+ document.body.innerHTML = "PASS. Blink didn't crash.";
+ </script>
+ </body>
+</html>
« no previous file with comments | « no previous file | LayoutTests/editing/execCommand/extracted-style-assert-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698