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/switch-list-type-expected.txt

Issue 2072093002: Remove style spans to follow the styles of list item (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaseline for fixing test fails Created 4 years, 6 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/switch-list-type-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/switch-list-type-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/switch-list-type-expected.txt
index 287d1cc92e6e3eae27ac2ba01f03bc348bd76163..d065c02f80523f6288e72f63508cf8ad70feba96 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/switch-list-type-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/switch-list-type-expected.txt
@@ -23,4 +23,4 @@ This should be in an unordered list.
This should be in an ordered list.
This should not be in a list.
This should be in an ordered list.
-<ol style="border: 1px solid red;"> <li>This should be in an ordered list.</li> </ol><span id="item1"><ul><li><span id="item1">This should be in an unordered list.</span>&nbsp;</li></ul></span><ol style="border: 1px solid red;"><br> This should be in an ordered list. <li>This should be in an ordered list.</li> </ol><ul><li>This should be in an unordered list.</li></ul><ol style="border: 1px solid red;"><li>This should be in an ordered list.</li> </ol><ul><li>This should be in an unordered list.</li></ul><ol style="border: 1px solid red;"> <li>This should be in an ordered list.</li> </ol> This should not be in a list.<br><ol><li>This should be in an ordered list.</li></ol>
+<ol style="border: 1px solid red;"> <li>This should be in an ordered list.</li> </ol><span id="item1"><ul><li>This should be in an unordered list.&nbsp;</li></ul></span><ol style="border: 1px solid red;"><br> This should be in an ordered list. <li>This should be in an ordered list.</li> </ol><ul><li>This should be in an unordered list.</li></ul><ol style="border: 1px solid red;"><li>This should be in an ordered list.</li> </ol><ul><li>This should be in an unordered list.</li></ul><ol style="border: 1px solid red;"> <li>This should be in an ordered list.</li> </ol> This should not be in a list.<br><ol><li>This should be in an ordered list.</li></ol>

Powered by Google App Engine
This is Rietveld 408576698