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

Unified Diff: LayoutTests/editing/execCommand/format-block-with-uneditable-crash-2.html

Issue 314923003: Make SVG elements not to consider editable. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2014-06-09T04:22:19 Created 6 years, 6 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/format-block-with-uneditable-crash-2-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/execCommand/format-block-with-uneditable-crash-2.html
diff --git a/LayoutTests/editing/execCommand/format-block-with-uneditable-crash.html b/LayoutTests/editing/execCommand/format-block-with-uneditable-crash-2.html
similarity index 88%
copy from LayoutTests/editing/execCommand/format-block-with-uneditable-crash.html
copy to LayoutTests/editing/execCommand/format-block-with-uneditable-crash-2.html
index 3c1a1e403b54b34c35a6589d3e1d253eff4bb58a..6647e49e1920d90a60245218751e96a53e703bbe 100644
--- a/LayoutTests/editing/execCommand/format-block-with-uneditable-crash.html
+++ b/LayoutTests/editing/execCommand/format-block-with-uneditable-crash-2.html
@@ -4,7 +4,6 @@
<script>
if (window.testRunner)
testRunner.dumpAsText();
-
onload = function() {
document.designMode = 'on';
document.execCommand('SelectAll');
@@ -14,6 +13,6 @@ onload = function() {
</script>
</head>
<body>
-ab<embed contenteditable="false"></embed>xyz
+ab<embed contenteditable="false"><svg>xyz</svg>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/editing/execCommand/format-block-with-uneditable-crash-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698