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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/pasteboard/paste-with-redundant-style-expected.txt

Issue 2685793002: Remove Apple-style-span CSS class support (Closed)
Patch Set: Update test cases 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 unified diff | Download patch
OLDNEW
(Empty)
1 This tests pasting content with redundant inline style.
2 You should not see any inline styles other than font-weight: bold and there shou ld be exactly one span around WebKit.
3 | <em>
4 | style="font-weight: bold;"
5 | "hello world"
6 | <br>
7 | <span>
8 | style="font-weight: bold;"
9 | "WebKit"
10 | <br>
11 | <em>
12 | "rocks<#selection-caret>"
13 | <b>
14 | style="font-style: italic;"
15 | <br>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698