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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/execCommand/5770834-1-expected.txt

Issue 2800723002: Ensure we never remove the style attribute when syncing it from CSSOM. (Closed)
Patch Set: Rebaseline 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 This tests for a crash when removing format from two paragraphs that are inside blocks with different block properties than the blocks surrounding them. You sho uld see two left aligned paragraphs below. It demonstrates a bug: RemoveFormat d oesn't always reset text alignment 1 This tests for a crash when removing format from two paragraphs that are inside blocks with different block properties than the blocks surrounding them. You sho uld see two left aligned paragraphs below. It demonstrates a bug: RemoveFormat d oesn't always reset text alignment
2 2
3 3
4 <div style="text-align: right;"> 4 <div style="text-align: right;">
5 <div>foo<br>bar</div> 5 <div style="">foo<br>bar</div>
6 </div> 6 </div>
7 7
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698