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

Unified Diff: third_party/WebKit/LayoutTests/editing/undo/remove-css-property-and-remove-style-expected.txt

Issue 2695193002: Selection API: setBaseAndExtent() and selectAllChildren() should create new Range based on the spec… (Closed)
Patch Set: rebase Created 3 years, 10 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/undo/remove-css-property-and-remove-style-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/undo/remove-css-property-and-remove-style-expected.txt b/third_party/WebKit/LayoutTests/editing/undo/remove-css-property-and-remove-style-expected.txt
index 2c95bd6dcfa01f21178134a545c5b96f8868e880..b6173f1c4a9f90fbdb5f72d56361e7fc8ab3d954 100644
--- a/third_party/WebKit/LayoutTests/editing/undo/remove-css-property-and-remove-style-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/undo/remove-css-property-and-remove-style-expected.txt
@@ -26,7 +26,7 @@ Reset, and added id and title:
| id="test_span"
| style="font-weight: 900;"
| title="hello, world"
-| "<#selection-anchor>test<#selection-focus>"
+| "test"
Unbolding should remove the CSS style but shouldn't remove the span:
| <span>
@@ -50,7 +50,7 @@ Redo should remove the style attribute again:
Reset, and added color:blue:
| <span>
| style="font-weight: 900; color: blue;"
-| "<#selection-anchor>test<#selection-focus>"
+| "test"
Unbolding should remove the font-weight but shouldn't remove the style attribute:
| <span>

Powered by Google App Engine
This is Rietveld 408576698