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

Side by Side Diff: LayoutTests/editing/pasteboard/do-not-copy-unnecessary-styles-2-expected.txt

Issue 7973008: Revert 93001 - Apple-style-span class seems unnecessary (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 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
1 This test verifies that WebKit does not erroneously clone nodes hierarchy when c opying text with background color. 1 This test verifies that WebKit does not erroneously clone nodes hierarchy when c opying text with background color.
2 "Hello" should be blue and has yellow background but you should not see red bord er. 2 "Hello" should be blue and has yellow background but you should not see red bord er.
3 3
4 You should not see any borders: 4 You should not see any borders:
5 | <span> 5 | <span>
6 | class="Apple-style-span"
6 | style="color: rgb(0, 0, 255); background-color: rgb(255, 255, 0); " 7 | style="color: rgb(0, 0, 255); background-color: rgb(255, 255, 0); "
7 | "Hello<#selection-caret>" 8 | "Hello<#selection-caret>"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698