Fix relative-to-screen-size calculation (h and w) (#799)

This commit is contained in:
thawk
2022-01-30 23:17:56 +08:00
committed by GitHub
parent ecbdd43ca8
commit 20f74a8b56
7 changed files with 148 additions and 33 deletions

View File

@@ -22,6 +22,7 @@ module.exports = function(config) {
"test/core_tests.js",
"test/non_default.js",
"src/plugins/navigation/navigation_tests.js",
"test/plugins/rel/relative_to_screen_size_tests.js",
// Presentation files, for the iframe
{pattern: "test/*.html", watched: true, served: true, included: false},
{pattern: "test/plugins/*/*.html", watched: true, served: true, included: false},