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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/queryCommandState-04.html

Issue 2020183002: Test the default editing behavior in queryCommandState-04.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/execCommand/queryCommandState-04.html
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/queryCommandState-04.html b/third_party/WebKit/LayoutTests/editing/execCommand/queryCommandState-04.html
index c54a45ec8ee6fc641daae1d69a33b7ee2389c93f..3560d8b3a5aba2c15a47f8f3946e8422b5f6d67c 100644
--- a/third_party/WebKit/LayoutTests/editing/execCommand/queryCommandState-04.html
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/queryCommandState-04.html
@@ -32,5 +32,5 @@ function test_all(platform) {
test(test_sup, `${platform}: run queryCommandState('superscript')`);
}
-(window.internals ? ['mac', 'win'] : ['']).forEach(test_all);
+(window.internals ? ['mac', 'win',''] : ['']).forEach(test_all);
</script>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698