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

Unified Diff: third_party/WebKit/LayoutTests/svg/text/text-layout-crash.html

Issue 1778683005: Drop remaining [LegacyInterfaceTypeChecking] for Selection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix more tests Created 4 years, 9 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
Index: third_party/WebKit/LayoutTests/svg/text/text-layout-crash.html
diff --git a/third_party/WebKit/LayoutTests/svg/text/text-layout-crash.html b/third_party/WebKit/LayoutTests/svg/text/text-layout-crash.html
index fdf9577334bf3fca28fbdf022738c6c2607215b4..1ee95f04e6a26760c437ee956406d1bf22e528d6 100644
--- a/third_party/WebKit/LayoutTests/svg/text/text-layout-crash.html
+++ b/third_party/WebKit/LayoutTests/svg/text/text-layout-crash.html
@@ -10,7 +10,7 @@
document.body.style.zoom=0.9;
document.designMode='on';
- window.getSelection().setBaseAndExtent(filterInFirstRoot, 0, 5);
+ window.getSelection().setBaseAndExtent(filterInFirstRoot, 0, null, 0);
document.execCommand('ForwardDelete');
}
</script>

Powered by Google App Engine
This is Rietveld 408576698