Bug 981796 - Remove WPTs that assume we implement showModalDialog. r=smaug

MozReview-Commit-ID: HWJwAXgDnmx

--HG--
extra : rebase_source : e6f579161f87d2548d54f08012a66b70dc5cfad3
This commit is contained in:
Blake Kaplan 2017-06-16 12:42:47 -07:00
parent a0d7ca97b2
commit 490e01ff8b
3 changed files with 0 additions and 32 deletions

View File

@ -1,15 +0,0 @@
[historical.window.html]
type: testharness
[showModalDialog() has been removed from the platform]
expected:
if debug and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL
if debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if not debug and not e10s and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if debug and not e10s and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL
if debug and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and not e10s and (os == "win") and (version == "10.0.15063") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -8,8 +8,3 @@
[A SecurityError exception must be thrown when window.onmousewheel is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.showModalDialog is accessed from a different origin.]
disabled:
if e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=981796

View File

@ -1477,10 +1477,6 @@
[DataTransfer interface object length]
expected: FAIL
[Window interface: operation showModalDialog(DOMString,any)]
disabled:
if e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=981796
[Window interface: attribute oncancel]
expected: FAIL
@ -1496,10 +1492,6 @@
[Window interface: operation createImageBitmap(ImageBitmapSource,long,long,long,long)]
expected: FAIL
[Window interface: window must inherit property "showModalDialog" with the proper type (34)]
disabled:
if e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=981796
[Window interface: window must inherit property "oncancel" with the proper type (42)]
expected: FAIL
@ -1512,10 +1504,6 @@
[Window interface: window must inherit property "onsort" with the proper type (93)]
expected: FAIL
[Window interface: calling showModalDialog(DOMString,any) on window with too few arguments must throw TypeError]
disabled:
if e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=981796
[Window interface: calling createImageBitmap(ImageBitmapSource,long,long,long,long) on window with too few arguments must throw TypeError]
expected: FAIL