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

Unified Diff: LayoutTests/svg/custom/selectSubString-expected.txt

Issue 22798002: Make SVGTextContentElement methods behave consistently with Firefox and IE (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix nits Created 7 years, 4 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: LayoutTests/svg/custom/selectSubString-expected.txt
diff --git a/LayoutTests/svg/custom/selectSubString-expected.txt b/LayoutTests/svg/custom/selectSubString-expected.txt
index 4cebb6c1061b6679cc23105f897c297b76238b8b..073b5501b1838552e75157e01e906ec3ff57346f 100644
--- a/LayoutTests/svg/custom/selectSubString-expected.txt
+++ b/LayoutTests/svg/custom/selectSubString-expected.txt
@@ -1,5 +1,5 @@
PASS svgText.selectSubString(-1, 0) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
-PASS svgText.getSubStringLength(0, -1) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
+PASS svgText.getSubStringLength(0, -1) did not throw exception.
PASS svgText.getSubStringLength(3, 0) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698