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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/crash-inserting-list.html

Issue 2680943004: Make FrameSelection to hold non-canonicalized positions (Closed)
Patch Set: 2014-02-14T23:34:22 Update TestExpectation to include extend-{0,2,4}0.html and selectAllChildren.html 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/editing/execCommand/crash-inserting-list.html
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/crash-inserting-list.html b/third_party/WebKit/LayoutTests/editing/execCommand/crash-inserting-list.html
index 1d2c4327542bfd577f69cd9b6002085b3b93e0ef..c1f3147605226784d739a8482ac2776b45568b0a 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/crash-inserting-list.html
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/crash-inserting-list.html
@@ -45,11 +45,10 @@ test(() => assert_selection(
'* { float:left; }',
'.class0 { content: url(); }',
'</style>',
- '<ul class="class0">',
- '<li id="r1">',
- '<li id="r0"></li>',
- '</li>',
+ '<ul>',
+ '<li id="r1"></li>',
'</ul>',
+ '<ol><li><br></li></ol>',
'^<hr>|',
].join('')));
</script>

Powered by Google App Engine
This is Rietveld 408576698