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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/apply_style/justify_right_ul_br_crash.html

Issue 2170823002: Make ApplyStyleCommand::applyBlockStyle() to use connected position only (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-07-21T17:08:56 Created 4 years, 5 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 | third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/execCommand/apply_style/justify_right_ul_br_crash.html
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/apply_style/justify_right_ul_br_crash.html b/third_party/WebKit/LayoutTests/editing/execCommand/apply_style/justify_right_ul_br_crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..88c4464bb8212e6bc20b6ca0eacc22208150704f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/apply_style/justify_right_ul_br_crash.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<script src="../../../resources/testharness.js"></script>
+<script src="../../../resources/testharnessreport.js"></script>
+<script src="../../assert_selection.js"></script>
+<script>
+test(() => {
+ assert_selection(
+ '<div contenteditable>^foo<ul><br></ul>|</div>',
+ 'JustifyRight',
+ '<div contenteditable><div style="text-align: right;">^foo</div><ul style="text-align: right;">|<br></ul></div>');
+}, 'JustifyRight command should not crash with UL containing BR only.');
+</script>
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/commands/ApplyStyleCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698