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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/inserting/page-zoom-font-size-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
1 Test to make sure that pasting text with a font size into a quirks mode document that is zoomed does not alter the font size. 1 Test to make sure that pasting text with a font size into a quirks mode document that is zoomed does not alter the font size.
2 2
3 Paste Here:This font is size 16px. 3 Paste Here:This font is size 16px.
4 Paste Here:<span style="font-size: 16px;" class="Apple-style-span">This font is size 16px.</span> 4 Paste Here:<span style="font-size: 16px">This font is size 16px.</span>
5 document.compatMode: BackCompat 5 document.compatMode: BackCompat
6 PASS 6 PASS
7 7
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698