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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/execCommand/empty-span-removal-expected.txt

Issue 2800723002: Ensure we never remove the style attribute when syncing it from CSSOM. (Closed)
Patch Set: Nits Created 3 years, 8 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 Test to make sure we remove span tags with no attributes if we removed the last attribute. 1 Test to make sure we remove span tags with no attributes if we removed the last attribute.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS one bold command converted <span><span style='font-weight: bold'>test</span ></span> to <span>test</span> 6 PASS one bold command converted <span><span style='font-weight: bold'>test</span ></span> to <span>test</span>
7 PASS one bold command converted <span style='font-weight: bold'><span>test</span ></span> to test 7 PASS one bold command converted <span style='font-weight: bold'><span>test</span ></span> to test
8 PASS one bold command converted <span style='font-weight: bold'><span style='fon t-weight: bold'>test</span></span> to test 8 PASS one bold command converted <span style='font-weight: bold'><span style='fon t-weight: bold'>test</span></span> to test
9 PASS one bold command converted <span foo="bar" style='font-weight: bold'>test</ span> to <span foo="bar">test</span> 9 PASS one bold command converted <span foo="bar" style='font-weight: bold'>test</ span> to <span foo="bar" style="">test</span>
10 PASS two bold commands converted <span>test</span> to <span>test</span> 10 PASS two bold commands converted <span>test</span> to <span>test</span>
11 PASS successfullyParsed is true 11 PASS successfullyParsed is true
12 12
13 TEST COMPLETE 13 TEST COMPLETE
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698