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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-3-expected.txt

Issue 2010323002: Convert execCommand/outdent-nested-lists-*.html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-05-31T10:35:27 Created 4 years, 7 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/outdent-nested-lists-3-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-3-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-3-expected.txt
deleted file mode 100644
index 3b72381aef6599667b59c5e5b07f09bf9c36d555..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-3-expected.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-This tests outdenting "two". You should see 1 before "one", "two", and "three" but 2 before "four".
-one
-two
-three
-four
-Before: <ol><li>one</li> <li id="test">two</li> <li>three</li></ol> <li>four</li>
-After: <ol><li>one</li> </ol><li>two</li><ol> <li>three</li></ol> <li>four</li>

Powered by Google App Engine
This is Rietveld 408576698