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

Unified Diff: LayoutTests/editing/execCommand/remove-format-iframe-in-button.html

Issue 342483002: The length of a TextIterator containing replaced element is at least 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix style issues. 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/remove-format-iframe-in-button-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/execCommand/remove-format-iframe-in-button.html
diff --git a/LayoutTests/editing/execCommand/justify-center-empty-list-crash.html b/LayoutTests/editing/execCommand/remove-format-iframe-in-button.html
similarity index 51%
copy from LayoutTests/editing/execCommand/justify-center-empty-list-crash.html
copy to LayoutTests/editing/execCommand/remove-format-iframe-in-button.html
index 760f54d28b5350573dac0173529857542da1e485..a59ca0dcac85ca80eeee3413b593bc6ce2aff2bb 100644
--- a/LayoutTests/editing/execCommand/justify-center-empty-list-crash.html
+++ b/LayoutTests/editing/execCommand/remove-format-iframe-in-button.html
@@ -8,16 +8,12 @@ if (window.testRunner)
onload = function() {
document.designMode = "on";
document.execCommand("SelectAll");
- document.execCommand("JustifyCenter");
- document.body.textContent = 'PASS if Blink doesn\'t crash.';
+ document.execCommand("RemoveFormat");
+ document.body.textContent = "PASS if Blink doesn't crash.";
};
</script>
</head>
<body>
-<ul style="height: 20px;"></ul>
-<div>
- <div></div>
- <a target="foo">more</a>
-</div>
+ <button><iframe></iframe></button>
</body>
-</html>
+</html>
« no previous file with comments | « no previous file | LayoutTests/editing/execCommand/remove-format-iframe-in-button-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698