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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-4-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-4-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-4-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-4-expected.txt
deleted file mode 100644
index dad37cfb1541a57c7782b4f09b378ff6993bd1e6..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-4-expected.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-This tests outdenting ordered lists that contains an unordered-list. You should see 1 through 3 before numbers "two" through "four".
-one
-two
-three
-four
-Before: <ol><li>one</li> <li id="start">two</li></ol> <ul><li>three</li></ul> <ol><li id="end">four</li></ol>
-After: <ol><li>one</li> </ol><li>two</li> <li>three</li> <li>four</li>

Powered by Google App Engine
This is Rietveld 408576698