diff options
author | Steve Block <steveblock@google.com> | 2010-08-26 11:54:13 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2010-08-26 11:54:13 +0100 |
commit | a657fe8121472924d6a8188fde0d35bfaba6e3ad (patch) | |
tree | c8f3134c09f0aaec0a11e8c1525ff3ecad056f14 | |
parent | e45c1cdad9627f8b5f50f55c4a9642c1703a616a (diff) | |
download | external_webkit-a657fe8121472924d6a8188fde0d35bfaba6e3ad.zip external_webkit-a657fe8121472924d6a8188fde0d35bfaba6e3ad.tar.gz external_webkit-a657fe8121472924d6a8188fde0d35bfaba6e3ad.tar.bz2 |
Fix line endings on a couple of Android-specific expected results
These files were checked in with DOS line endings
See https://android-git.corp.google.com/g/#change,62547
Change-Id: I849afbab74df789b6c1df83a28a65ec92ad10d24
2 files changed, 26 insertions, 26 deletions
diff --git a/LayoutTests/platform/android/fast/dom/Geolocation/disconnected-frame-expected.txt b/LayoutTests/platform/android/fast/dom/Geolocation/disconnected-frame-expected.txt index ae10f02..674ebdc 100644 --- a/LayoutTests/platform/android/fast/dom/Geolocation/disconnected-frame-expected.txt +++ b/LayoutTests/platform/android/fast/dom/Geolocation/disconnected-frame-expected.txt @@ -1,11 +1,11 @@ -Tests that when a request is made on a Geolocation object and its Frame is disconnected before a callback is made, the error callback is invoked with the correct error message.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS error.code is 2
-PASS error.message is "Geolocation cannot be used in frameless documents"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
+Tests that when a request is made on a Geolocation object and its Frame is disconnected before a callback is made, the error callback is invoked with the correct error message. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +PASS error.code is 2 +PASS error.message is "Geolocation cannot be used in frameless documents" +PASS successfullyParsed is true + +TEST COMPLETE + diff --git a/LayoutTests/platform/android/fast/dom/Geolocation/disconnected-frame-permission-denied-expected.txt b/LayoutTests/platform/android/fast/dom/Geolocation/disconnected-frame-permission-denied-expected.txt index 18abab4..94ec9a4 100644 --- a/LayoutTests/platform/android/fast/dom/Geolocation/disconnected-frame-permission-denied-expected.txt +++ b/LayoutTests/platform/android/fast/dom/Geolocation/disconnected-frame-permission-denied-expected.txt @@ -1,15 +1,15 @@ -Tests that when a request is made on a Geolocation object, permission is denied and its Frame is disconnected before a callback is made, the error callback is invoked with PERMISSION_DENIED.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS error.code is error.PERMISSION_DENIED
-PASS error.message is "User denied Geolocation"
-
-PASS error.code is error.PERMISSION_DENIED
-PASS error.message is "User denied Geolocation"
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
+Tests that when a request is made on a Geolocation object, permission is denied and its Frame is disconnected before a callback is made, the error callback is invoked with PERMISSION_DENIED. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +PASS error.code is error.PERMISSION_DENIED +PASS error.message is "User denied Geolocation" + +PASS error.code is error.PERMISSION_DENIED +PASS error.message is "User denied Geolocation" + +PASS successfullyParsed is true + +TEST COMPLETE + |