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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/execCommand/outdent/outdent_nested_lists.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/platform/linux/editing/execCommand/outdent-nested-lists-4-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/editing/execCommand/outdent-nested-lists-4-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/editing/execCommand/outdent-nested-lists-4-expected.txt
deleted file mode 100644
index d08688ba7339444046d70b1a2a29095256bc1841..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/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>
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/execCommand/outdent/outdent_nested_lists.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698