From c02a2ed12b555253cae9769ba45cdb6e9ef18631 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Sat, 15 Jan 2022 11:34:24 -0600 Subject: [PATCH] test: getComputedStyle(elm).getPropertyValue() --- tests/platform/window/index.html | 31 ++++++++++++++++++++++++++-- tests/platform/window/window.spec.ts | 11 +++++++++- 2 files changed, 39 insertions(+), 3 deletions(-) diff --git a/tests/platform/window/index.html b/tests/platform/window/index.html index a5d468c6..fd40360a 100644 --- a/tests/platform/window/index.html +++ b/tests/platform/window/index.html @@ -139,8 +139,21 @@

Window

+ + +
  • + getComputedStyle().getPropertyValue('color') + +
  • @@ -671,6 +684,20 @@

    Window

    +
  • + MediaSource.isTypeSupported() + + +
  • +