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

Side by Side Diff: LayoutTests/editing/pasteboard/do-not-copy-unnecessary-styles-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 1
2 <div> 2 <div>
3 This test verifies that WebKit does not erroneously clone nodes hierarchy when c opying text with background color. 3 This test verifies that WebKit does not erroneously clone nodes hierarchy when c opying text with background color.
4 To manually this test, select the text inside the div with the border, cut and p aste it back. You should not see an additional red border. 4 To manually this test, select the text inside the div with the border, cut and p aste it back. You should not see an additional red border.
5 <div style="border: 2px solid red"> 5 <div style="border: 2px solid red">
6 <div id="test"><span style="background-color: rgb(187, 187, 187); ">Select this text</span><br></div> 6 <div id="test"><span class="Apple-style-span" style="background-color: rgb(187, 187, 187); ">Select this text</span><br></div>
7 </div> 7 </div>
8 </div> 8 </div>
9 9
10 10
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698