Bug 1371709 - Update wpt metadata, r=ato draft
authorJames Graham <james@hoppipolla.co.uk>
Thu, 15 Jun 2017 13:31:12 +0100
changeset 594758 b8f0d5945e2015f9723fcfe7f89b918152b706cc
parent 594753 917ed4872fed7a60935ba7343b98f39e0c2c811d
child 633510 fa0a69dd35dea0720b604cf34c0cf3f313dd7ce2
push id64125
push userbmo:james@hoppipolla.co.uk
push dateThu, 15 Jun 2017 12:35:14 +0000
reviewersato
bugs1371709
milestone56.0a1
Bug 1371709 - Update wpt metadata, r=ato MozReview-Commit-ID: LOhRVBc2GwK
testing/web-platform/meta/html-imports/document/document-method-changes.html.ini
testing/web-platform/meta/html-imports/fetching/already-in-import-map.html.ini
testing/web-platform/meta/html-imports/fetching/loading-attempt.html.ini
testing/web-platform/meta/html-imports/html-link-element/import-attribute.html.ini
testing/web-platform/meta/intersection-observer/display-none.html.ini
testing/web-platform/meta/intersection-observer/iframe-no-root.html.ini
testing/web-platform/meta/intersection-observer/multiple-thresholds.html.ini
testing/web-platform/meta/intersection-observer/root-margin.html.ini
testing/web-platform/meta/intersection-observer/same-document-no-root.html.ini
testing/web-platform/meta/intersection-observer/same-document-zero-size-target.html.ini
testing/web-platform/meta/quirks-mode/hashless-hex-color.html.ini
testing/web-platform/meta/webdriver/navigation.py.ini
--- a/testing/web-platform/meta/html-imports/document/document-method-changes.html.ini
+++ b/testing/web-platform/meta/html-imports/document/document-method-changes.html.ini
@@ -1,4 +1,5 @@
 [document-method-changes.html]
   type: testharness
   [Throws an InvalidStateError exception if the Document is an import: From the master document]
     expected: FAIL
+
--- a/testing/web-platform/meta/html-imports/fetching/already-in-import-map.html.ini
+++ b/testing/web-platform/meta/html-imports/fetching/already-in-import-map.html.ini
@@ -1,4 +1,5 @@
 [already-in-import-map.html]
   type: testharness
   [If LOCATION is already in the import map, let IMPORT be the imported document for LOCATION and stop. (2)]
     expected: FAIL
+
--- a/testing/web-platform/meta/html-imports/fetching/loading-attempt.html.ini
+++ b/testing/web-platform/meta/html-imports/fetching/loading-attempt.html.ini
@@ -1,15 +1,15 @@
 [loading-attempt.html]
   type: testharness
   expected: TIMEOUT
-
   [The loading attempt must be considered successful if IMPORT is not null on the algorithm completion, and failed otherwise. (1)]
     expected: FAIL
 
   [The loading attempt must be considered successful if IMPORT is not null on the algorithm completion, and failed otherwise. (2)]
     expected: FAIL
 
   [The loading attempt must be considered successful if IMPORT is not null on the algorithm completion, and failed otherwise. (3)]
     expected: TIMEOUT
 
   [Every import that is not marked as async delays the load event in the Document.]
     expected: NOTRUN
+
--- a/testing/web-platform/meta/html-imports/html-link-element/import-attribute.html.ini
+++ b/testing/web-platform/meta/html-imports/html-link-element/import-attribute.html.ini
@@ -1,14 +1,14 @@
 [import-attribute.html]
   type: testharness
-
   [The import attribute must return null if the link element is not in a Document.]
     expected: FAIL
 
   [The attribute must return the imported document for the import.]
     expected: FAIL
 
   [The same object must be returned each time.]
     expected: FAIL
 
   [The import attribute must return null if the link does not represent an import.]
     expected: FAIL
+
deleted file mode 100644
--- a/testing/web-platform/meta/intersection-observer/display-none.html.ini
+++ /dev/null
@@ -1,2 +0,0 @@
-[display-none.html]
-  type: testharness
deleted file mode 100644
--- a/testing/web-platform/meta/intersection-observer/iframe-no-root.html.ini
+++ /dev/null
@@ -1,2 +0,0 @@
-[iframe-no-root.html]
-  type: testharness
deleted file mode 100644
--- a/testing/web-platform/meta/intersection-observer/multiple-thresholds.html.ini
+++ /dev/null
@@ -1,2 +0,0 @@
-[multiple-thresholds.html]
-  type: testharness
deleted file mode 100644
--- a/testing/web-platform/meta/intersection-observer/root-margin.html.ini
+++ /dev/null
@@ -1,2 +0,0 @@
-[root-margin.html]
-  type: testharness
deleted file mode 100644
--- a/testing/web-platform/meta/intersection-observer/same-document-no-root.html.ini
+++ /dev/null
@@ -1,2 +0,0 @@
-[same-document-no-root.html]
-  type: testharness
deleted file mode 100644
--- a/testing/web-platform/meta/intersection-observer/same-document-zero-size-target.html.ini
+++ /dev/null
@@ -1,2 +0,0 @@
-[same-document-zero-size-target.html]
-  type: testharness
--- a/testing/web-platform/meta/quirks-mode/hashless-hex-color.html.ini
+++ b/testing/web-platform/meta/quirks-mode/hashless-hex-color.html.ini
@@ -54,8 +54,9 @@
   [rgb(calc(/**/100/**/ + /**/155/**/), 255, 255) (almost standards)]
     expected: FAIL
 
   [rgb(calc(/**/100/**/ + /**/155/**/), 255, 255) (standards)]
     expected: FAIL
 
   [rgb(calc(/**/100/**/ + /**/155/**/), 255, 255) (SVG)]
     expected: FAIL
+
--- a/testing/web-platform/meta/webdriver/navigation.py.ini
+++ b/testing/web-platform/meta/webdriver/navigation.py.ini
@@ -1,9 +1,6 @@
 [navigation.py]
   type: wdspec
-  expected: TIMEOUT
-  [navigation.py::test_get_current_url_alert_prompt]
-    expected: FAIL
-
-  [navigation.py::test_set_malformed_url]
-    expected: FAIL
-
+  expected:
+    if not debug and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): OK
+    if debug and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): OK
+    TIMEOUT