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

Unified Diff: third_party/WebKit/LayoutTests/editing/inserting/page-zoom-font-size.html

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/inserting/page-zoom-font-size-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/inserting/page-zoom-font-size.html
diff --git a/third_party/WebKit/LayoutTests/editing/inserting/page-zoom-font-size.html b/third_party/WebKit/LayoutTests/editing/inserting/page-zoom-font-size.html
index 0bcc64f693c88bc5f503aadf50e431f85e74ce8c..2aa1208d3ad3e8ebda1d1b79f49e12d9535f5c69 100644
--- a/third_party/WebKit/LayoutTests/editing/inserting/page-zoom-font-size.html
+++ b/third_party/WebKit/LayoutTests/editing/inserting/page-zoom-font-size.html
@@ -12,7 +12,7 @@ function editingTest()
var target = document.getElementById("test");
var selection = window.getSelection();
selection.collapse(target, target.childNodes.length);
- document.execCommand("insertHTML", false, "<span style='font-size: 16px' class='Apple-style-span'>This font is size 16px.</span>");
+ document.execCommand("insertHTML", false, "<span style='font-size: 16px'>This font is size 16px.</span>");
var results = document.getElementById("results");
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/inserting/page-zoom-font-size-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698