Home | History | Annotate | Download | only in tests

Lines Matching defs:invalid

296     // Test the error behavior for invalid UTF-8 (we differ from WebKit here).
297 WTF::String invalid = WebCore::decodeURLEscapeSequences(
303 EXPECT_EQ(invalidExpected, invalid);
333 // which would normally be invalid since the base URL is invalid.
346 // replacements on invalid URLs, but here we do.
356 // GKURL will say that a URL with just a scheme is invalid, KURL will not.
387 // Now let's test that giving an invalid replacement fails. Invalid
518 // Resolving an empty URL on an invalid string.
533 // Non-empty but invalid C string as input.
535 // WebKit will actually say this URL has the string "foo.js" but is invalid.