From 07632b0eeba6dde4032f338941e8e5891456e97e Mon Sep 17 00:00:00 2001 From: Marcel Kinard Date: Fri, 29 Aug 2014 17:38:03 -0400 Subject: [PATCH] CB-7410 Fix the errorUrl test Make the error.html page a well-formed html document, otherwise it won't display. --- test/assets/www/htmlnotfound/error.html | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/test/assets/www/htmlnotfound/error.html b/test/assets/www/htmlnotfound/error.html index e32cd296..3852efe6 100755 --- a/test/assets/www/htmlnotfound/error.html +++ b/test/assets/www/htmlnotfound/error.html @@ -14,6 +14,25 @@ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations - under the License.$ + under the License. --> -This is an error page. + + + + + + Expected Error + + + + + +

Expected Error

+
+

Cordova:  

+

Deviceready:  

+
+
+ This is an expected error page because the initial href doesn't exist. + +