Bug 1324251 - Test updates for windows drive letters; r?valentin draft
authorManish Goregaokar <manishearth@gmail.com>
Sun, 18 Dec 2016 22:54:42 -0800
changeset 451533 3eb051ebbd6fb9aa671d916de07675310f2a19eb
parent 451532 5d35595a652aa588d32020518e19a20cbca33995
child 540066 104fc691f862dbbd9184757285ed8f540138158f
push id39222
push userbmo:manishearth@gmail.com
push dateTue, 20 Dec 2016 16:37:46 +0000
reviewersvalentin
bugs1324251
milestone53.0a1
Bug 1324251 - Test updates for windows drive letters; r?valentin MozReview-Commit-ID: 73qntNmXmAk
layout/style/test/test_bug379440.html
testing/web-platform/meta/url/a-element-xhtml.xhtml.ini
testing/web-platform/meta/url/a-element.html.ini
testing/web-platform/meta/url/url-constructor.html.ini
--- a/layout/style/test/test_bug379440.html
+++ b/layout/style/test/test_bug379440.html
@@ -51,20 +51,20 @@ https://bugzilla.mozilla.org/show_bug.cg
 <script class="testbody" type="text/javascript">
 
 /** Test for Bug 379440 **/
 
 function cur(id) {
   return document.defaultView.getComputedStyle($(id), "").cursor;
 }
 
-is(cur("t1"), 'url("file:///tmp/foo"), url("file:///c|/"), ' +
+is(cur("t1"), 'url("file:///tmp/foo"), url("file:///c:/"), ' +
               'url("http://example.com/"), crosshair',
               "Serialize unloadable URLs using their specified value");
-is(cur("t2"), 'url("file:///tmp/foo"), url("file:///c|/"), crosshair',
+is(cur("t2"), 'url("file:///tmp/foo"), url("file:///c:/"), crosshair',
               "Serialize unloadable URLs using their specified value");
 is(cur("t3"), 'url("http://example.com/"), crosshair', "URI + fallback");
 is(cur("t4"), "auto", "Must have a fallback");
 is(cur("t5"), "auto", "Fallback must be recognized");
 is(cur("t6"), "crosshair", "Just a fallback");
 is(cur("t7"), "auto", "Invalid fallback means ignore");
 
 </script>
--- a/testing/web-platform/meta/url/a-element-xhtml.xhtml.ini
+++ b/testing/web-platform/meta/url/a-element-xhtml.xhtml.ini
@@ -106,22 +106,16 @@
     expected: FAIL
 
   [Parsing: <  File:c|////foo\\bar.html> against <file:///tmp/mock/path>]
     expected: FAIL
 
   [Parsing: <C|/foo/bar> against <file:///tmp/mock/path>]
     expected: FAIL
 
-  [Parsing: </C|\\foo\\bar> against <file:///tmp/mock/path>]
-    expected: FAIL
-
-  [Parsing: <//C|/foo/bar> against <file:///tmp/mock/path>]
-    expected: FAIL
-
   [Parsing: <//server/file> against <file:///tmp/mock/path>]
     expected: FAIL
 
   [Parsing: <\\\\server\\file> against <file:///tmp/mock/path>]
     expected: FAIL
 
   [Parsing: </\\server/file> against <file:///tmp/mock/path>]
     expected: FAIL
--- a/testing/web-platform/meta/url/a-element.html.ini
+++ b/testing/web-platform/meta/url/a-element.html.ini
@@ -100,22 +100,16 @@
     expected: FAIL
 
   [Parsing: <  File:c|////foo\\bar.html> against <file:///tmp/mock/path>]
     expected: FAIL
 
   [Parsing: <C|/foo/bar> against <file:///tmp/mock/path>]
     expected: FAIL
 
-  [Parsing: </C|\\foo\\bar> against <file:///tmp/mock/path>]
-    expected: FAIL
-
-  [Parsing: <//C|/foo/bar> against <file:///tmp/mock/path>]
-    expected: FAIL
-
   [Parsing: <//server/file> against <file:///tmp/mock/path>]
     expected: FAIL
 
   [Parsing: <\\\\server\\file> against <file:///tmp/mock/path>]
     expected: FAIL
 
   [Parsing: </\\server/file> against <file:///tmp/mock/path>]
     expected: FAIL
--- a/testing/web-platform/meta/url/url-constructor.html.ini
+++ b/testing/web-platform/meta/url/url-constructor.html.ini
@@ -46,22 +46,16 @@
     expected: FAIL
 
   [Parsing: <  File:c|////foo\\bar.html> against <file:///tmp/mock/path>]
     expected: FAIL
 
   [Parsing: <C|/foo/bar> against <file:///tmp/mock/path>]
     expected: FAIL
 
-  [Parsing: </C|\\foo\\bar> against <file:///tmp/mock/path>]
-    expected: FAIL
-
-  [Parsing: <//C|/foo/bar> against <file:///tmp/mock/path>]
-    expected: FAIL
-
   [Parsing: <//server/file> against <file:///tmp/mock/path>]
     expected: FAIL
 
   [Parsing: <\\\\server\\file> against <file:///tmp/mock/path>]
     expected: FAIL
 
   [Parsing: </\\server/file> against <file:///tmp/mock/path>]
     expected: FAIL