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 --- .../the-windowproxy-object/.gitkeep | 0 .../test-window-proxy-locationbar-manual.html | 29 ++++++++++++++++++++++ .../test-window-proxy-menubar-manual.html | 29 ++++++++++++++++++++++ .../test-window-proxy-personalbar-manual.html | 29 ++++++++++++++++++++++ .../test-window-proxy-scrollbars-manual.html | 29 ++++++++++++++++++++++ .../test-window-proxy-statusbar-manual.html | 29 ++++++++++++++++++++++ .../test-window-proxy-toolbar-manual.html | 29 ++++++++++++++++++++++ 7 files changed, 174 insertions(+) create mode 100644 testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/.gitkeep create mode 100644 testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-locationbar-manual.html create mode 100644 testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-menubar-manual.html create mode 100644 testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-personalbar-manual.html create mode 100644 testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-scrollbars-manual.html create mode 100644 testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-statusbar-manual.html create mode 100644 testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-toolbar-manual.html (limited to 'testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object') diff --git a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/.gitkeep b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-locationbar-manual.html b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-locationbar-manual.html new file mode 100644 index 000000000..4331b3b66 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-locationbar-manual.html @@ -0,0 +1,29 @@ + + + + + Window Proxy locationbar visible flag Test + + + + + +

Description

+

WindowProxy.locationbar Test

+ +

Manual Test Steps:

+
    +
  1. Make the locationbar visible in the user agent before executing this test.
  2. +
  3. You may need to manually reload afterwards.
  4. +
+ +
+ + + + \ No newline at end of file diff --git a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-menubar-manual.html b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-menubar-manual.html new file mode 100644 index 000000000..43345934a --- /dev/null +++ b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-menubar-manual.html @@ -0,0 +1,29 @@ + + + + + Window Proxy menubar visible flag Test + + + + + +

Description

+

WindowProxy.menubar Test

+ +

Manual Test Steps:

+
    +
  1. Make the menubar visible in the user agent before executing this test.
  2. +
  3. You may need to manually reload afterwards.
  4. +
+ +
+ + + + \ No newline at end of file diff --git a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-personalbar-manual.html b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-personalbar-manual.html new file mode 100644 index 000000000..d7f109840 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-personalbar-manual.html @@ -0,0 +1,29 @@ + + + + + Window Proxy personalbar visible flag Test + + + + + +

Description

+

WindowProxy.personalbar Test

+ +

Manual Test Steps:

+
    +
  1. Make the personalbar visible in the user agent before executing this test.
  2. +
  3. You may need to manually reload afterwards.
  4. +
+ +
+ + + + \ No newline at end of file diff --git a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-scrollbars-manual.html b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-scrollbars-manual.html new file mode 100644 index 000000000..c412bdbe5 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-scrollbars-manual.html @@ -0,0 +1,29 @@ + + + + + Window Proxy scrollbars visible flag Test + + + + + +

Description

+

WindowProxy.scrollbars Test

+ +

Manual Test Steps:

+
    +
  1. Make the scrollbars visible in the user agent before executing this test.
  2. +
  3. You may need to manually reload afterwards.
  4. +
+ +
+ + + + diff --git a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-statusbar-manual.html b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-statusbar-manual.html new file mode 100644 index 000000000..b09fcc017 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-statusbar-manual.html @@ -0,0 +1,29 @@ + + + + + WindowProxy statusbar visible flag Test + + + + + +

Description

+

WindowProxy.statusbar Test

+ +

Manual Test Steps:

+
    +
  1. Make the statusbar visible in the user agent before executing this test.
  2. +
  3. You may need to manually reload afterwards.
  4. +
+ +
+ + + + \ No newline at end of file diff --git a/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-toolbar-manual.html b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-toolbar-manual.html new file mode 100644 index 000000000..ba4654431 --- /dev/null +++ b/testing/web-platform/tests/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-toolbar-manual.html @@ -0,0 +1,29 @@ + + + + + WindowProxy toolbar visible flag Test + + + + + +

Description

+

WindowProxy.toolbar Test

+ +

Manual Test Steps:

+
    +
  1. Make the toolbar visible in the user agent before executing this test.
  2. +
  3. You may need to manually reload afterwards.
  4. +
+ +
+ + + + \ No newline at end of file -- cgit v1.2.3