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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-1-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-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-1-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-1-expected.txt
deleted file mode 100644
index a2f22f75a7116a5fc48aee8077a4492d57e62409..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-1-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 "three". You should see 2 and 3 before "three" and "four" respectively.
-one
-two
-three
-four
-Before: <li>one</li> <ol><li>two</li> <li id="test">three</li></ol> <li>four</li>
-After: <li>one</li> <ol><li>two</li> </ol><li>three</li> <li>four</li>

Powered by Google App Engine
This is Rietveld 408576698