From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../web-platform/tests/screen-orientation/OWNERS | 1 + .../screen-orientation/lock-bad-argument.html | 73 ++++++++++++++ .../tests/screen-orientation/lock-basic.html | 41 ++++++++ .../screen-orientation/lock-sandboxed-iframe.html | 38 +++++++ .../onchange-event-subframe.html | 46 +++++++++ .../tests/screen-orientation/onchange-event.html | 80 +++++++++++++++ .../tests/screen-orientation/orientation-api.html | 35 +++++++ .../screen-orientation/orientation-reading.html | 61 ++++++++++++ .../screen-orientation/page-visibility-manual.html | 110 +++++++++++++++++++++ .../iframe-listen-orientation-change.html | 6 ++ .../resources/sandboxed-iframe-locking.html | 18 ++++ 11 files changed, 509 insertions(+) create mode 100644 testing/web-platform/tests/screen-orientation/OWNERS create mode 100644 testing/web-platform/tests/screen-orientation/lock-bad-argument.html create mode 100644 testing/web-platform/tests/screen-orientation/lock-basic.html create mode 100644 testing/web-platform/tests/screen-orientation/lock-sandboxed-iframe.html create mode 100644 testing/web-platform/tests/screen-orientation/onchange-event-subframe.html create mode 100644 testing/web-platform/tests/screen-orientation/onchange-event.html create mode 100644 testing/web-platform/tests/screen-orientation/orientation-api.html create mode 100644 testing/web-platform/tests/screen-orientation/orientation-reading.html create mode 100644 testing/web-platform/tests/screen-orientation/page-visibility-manual.html create mode 100644 testing/web-platform/tests/screen-orientation/resources/iframe-listen-orientation-change.html create mode 100644 testing/web-platform/tests/screen-orientation/resources/sandboxed-iframe-locking.html (limited to 'testing/web-platform/tests/screen-orientation') diff --git a/testing/web-platform/tests/screen-orientation/OWNERS b/testing/web-platform/tests/screen-orientation/OWNERS new file mode 100644 index 000000000..bbdded8ff --- /dev/null +++ b/testing/web-platform/tests/screen-orientation/OWNERS @@ -0,0 +1 @@ +@haoxli diff --git a/testing/web-platform/tests/screen-orientation/lock-bad-argument.html b/testing/web-platform/tests/screen-orientation/lock-bad-argument.html new file mode 100644 index 000000000..df27ac21d --- /dev/null +++ b/testing/web-platform/tests/screen-orientation/lock-bad-argument.html @@ -0,0 +1,73 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/screen-orientation/lock-basic.html b/testing/web-platform/tests/screen-orientation/lock-basic.html new file mode 100644 index 000000000..022d24be3 --- /dev/null +++ b/testing/web-platform/tests/screen-orientation/lock-basic.html @@ -0,0 +1,41 @@ + + + + + + + + diff --git a/testing/web-platform/tests/screen-orientation/lock-sandboxed-iframe.html b/testing/web-platform/tests/screen-orientation/lock-sandboxed-iframe.html new file mode 100644 index 000000000..1c4f5294c --- /dev/null +++ b/testing/web-platform/tests/screen-orientation/lock-sandboxed-iframe.html @@ -0,0 +1,38 @@ + + + + + + + + + + + + diff --git a/testing/web-platform/tests/screen-orientation/onchange-event-subframe.html b/testing/web-platform/tests/screen-orientation/onchange-event-subframe.html new file mode 100644 index 000000000..87b0e9fe7 --- /dev/null +++ b/testing/web-platform/tests/screen-orientation/onchange-event-subframe.html @@ -0,0 +1,46 @@ + + + + + + + + + + + diff --git a/testing/web-platform/tests/screen-orientation/onchange-event.html b/testing/web-platform/tests/screen-orientation/onchange-event.html new file mode 100644 index 000000000..be39efc32 --- /dev/null +++ b/testing/web-platform/tests/screen-orientation/onchange-event.html @@ -0,0 +1,80 @@ + + + + + + + + diff --git a/testing/web-platform/tests/screen-orientation/orientation-api.html b/testing/web-platform/tests/screen-orientation/orientation-api.html new file mode 100644 index 000000000..80910a3a0 --- /dev/null +++ b/testing/web-platform/tests/screen-orientation/orientation-api.html @@ -0,0 +1,35 @@ + + + + + + + + diff --git a/testing/web-platform/tests/screen-orientation/orientation-reading.html b/testing/web-platform/tests/screen-orientation/orientation-reading.html new file mode 100644 index 000000000..4b1d0b838 --- /dev/null +++ b/testing/web-platform/tests/screen-orientation/orientation-reading.html @@ -0,0 +1,61 @@ + + + + + + + + diff --git a/testing/web-platform/tests/screen-orientation/page-visibility-manual.html b/testing/web-platform/tests/screen-orientation/page-visibility-manual.html new file mode 100644 index 000000000..95633ba12 --- /dev/null +++ b/testing/web-platform/tests/screen-orientation/page-visibility-manual.html @@ -0,0 +1,110 @@ + + + + + + + +

Switch the page to background, then switch back in a minute.

+ + + + diff --git a/testing/web-platform/tests/screen-orientation/resources/iframe-listen-orientation-change.html b/testing/web-platform/tests/screen-orientation/resources/iframe-listen-orientation-change.html new file mode 100644 index 000000000..760d95248 --- /dev/null +++ b/testing/web-platform/tests/screen-orientation/resources/iframe-listen-orientation-change.html @@ -0,0 +1,6 @@ + + diff --git a/testing/web-platform/tests/screen-orientation/resources/sandboxed-iframe-locking.html b/testing/web-platform/tests/screen-orientation/resources/sandboxed-iframe-locking.html new file mode 100644 index 000000000..74dac82a5 --- /dev/null +++ b/testing/web-platform/tests/screen-orientation/resources/sandboxed-iframe-locking.html @@ -0,0 +1,18 @@ + + + + -- cgit v1.2.3