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

Unified Diff: third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-span-with-style-expected.txt

Issue 1988013003: Move generic shorthand serialization checks out of specific routines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shorthand1
Patch Set: actually fix test 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/deleting/merge-paragraph-from-span-with-style-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-span-with-style-expected.txt b/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-span-with-style-expected.txt
index f09032ce55070a375f2d4de8a4df64d0ef5f93f9..da92a807fa63c8b0e1948cfdb8806dafd70643af 100644
--- a/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-span-with-style-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-span-with-style-expected.txt
@@ -5,5 +5,5 @@ The test passes if "bar" contatins the yellow background and it's underlined.
| <p>
| "foo<#selection-caret>"
| <span>
-| style="text-decoration-line: underline; background-color: yellow;"
+| style="background-color: yellow; text-decoration-line: underline;"
| "bar"

Powered by Google App Engine
This is Rietveld 408576698