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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/addRange-failures.html

Issue 1511913002: Drop [LegacyInterfaceTypeChecking] for Selection.prototype.addRange (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/selection/addRange-failures-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/selection/addRange-failures.html
diff --git a/third_party/WebKit/LayoutTests/editing/selection/addRange-failures.html b/third_party/WebKit/LayoutTests/editing/selection/addRange-failures.html
index 998e207d68e604ecd96810e3d9e437ddbfaaa0b1..42d0ad4cb683390f894d0e5722a50ef008fbdbf4 100644
--- a/third_party/WebKit/LayoutTests/editing/selection/addRange-failures.html
+++ b/third_party/WebKit/LayoutTests/editing/selection/addRange-failures.html
@@ -12,7 +12,7 @@ var selection = window.getSelection();
function testNull()
{
- selection.addRange(null);
+ shouldThrow('selection.addRange(null)');
}
function testDetachedRange()
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/selection/addRange-failures-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698