Commit 9e1608b7 authored by Boris Zbarsky's avatar Boris Zbarsky
Browse files

Bug 1511234. Mark the window unforgeable stuff as failing only on nightly for now. r=jgraham

The relevant code is only enabled on nightly.
parent 78b6f2ae
Loading
Loading
Loading
Loading
+12 −9
Original line number Diff line number Diff line
@@ -16,18 +16,21 @@
    expected: FAIL

  [Window unforgeable attribute: window]
    expected: FAIL
    expected:
      if nightly_build: FAIL
      bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1510437

  [Window unforgeable attribute: document]
    expected: FAIL
    expected:
      if nightly_build: FAIL
      bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1510437

  [Window unforgeable attribute: location]
    expected: FAIL
    expected:
      if nightly_build: FAIL
      bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1510437

  [Window unforgeable attribute: top]
    expected: FAIL
    expected:
      if nightly_build: FAIL
      bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1510437
+12 −9
Original line number Diff line number Diff line
@@ -362,22 +362,25 @@
      if os == "android": FAIL

  [Window interface: window must have own property "window"]
    expected: FAIL
    expected:
      if nightly_build: FAIL
      bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1510437

  [Window interface: window must have own property "document"]
    expected: FAIL
    expected:
      if nightly_build: FAIL
      bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1510437

  [Window interface: window must have own property "location"]
    expected: FAIL
    expected:
      if nightly_build: FAIL
      bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1510437

  [Window interface: window must have own property "top"]
    expected: FAIL
    expected:
      if nightly_build: FAIL
      bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1510437


[interfaces.https.html?include=HTML.*]
  [HTMLAllCollection must be primary interface of document.all]
    expected: FAIL