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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/deleting/merge-div-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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-span-with-style-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 The span style should be preserved when merging div element. 1 The span style should be preserved when merging div element.
2 The test passes if "bar" contatins the yellow background and it's underlined. 2 The test passes if "bar" contatins the yellow background and it's underlined.
3 | " 3 | "
4 " 4 "
5 | <div> 5 | <div>
6 | "foo<#selection-caret>" 6 | "foo<#selection-caret>"
7 | <span> 7 | <span>
8 | style="text-decoration-line: underline; background-color: yellow;" 8 | style="background-color: yellow; text-decoration-line: underline;"
9 | "bar" 9 | "bar"
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-span-with-style-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698