{"ScriptPreparationCode":null,"TestCases":[{"Name":"getComputedStyle","Code":"var el = document.querySelector(\u0027foo\u0027);\r\nvar result = window.getComputedStyle().getPropertyValue(\u0027transition\u0027);","IsDeferred":false},{"Name":"matchMedia","Code":"var el = document.querySelector(\u0027foo\u0027);\r\nvar result = window.matchMedia(\u0027(prefers-reduced-motion)\u0027).matches;","IsDeferred":false}]}