diff --git a/README.md b/README.md index 3138493..e837e5e 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,17 @@ You must use rmp-vast in a well-formed HTML document. This means a web-page with Do NOT rename CSS classes or alter this HTML layout. The HTML5 video tag used for content must use the src property on the HTML5 video (e.g. do not use <source> tag). +- We need to explicitly set the size of div.rmp-container element, for example with CSS we could add to our page: +```html + +``` + - Init the library with JavaScript: ```javascript diff --git a/test/spec/InlineLinearSpec/IABVAST3Spec.html b/test/spec/InlineLinearSpec/IABVAST3Spec.html index 62d8bee..ab1cc9e 100644 --- a/test/spec/InlineLinearSpec/IABVAST3Spec.html +++ b/test/spec/InlineLinearSpec/IABVAST3Spec.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/InlineLinearSpec/ImaInlineLinearSpec.html b/test/spec/InlineLinearSpec/ImaInlineLinearSpec.html index 8716431..250a781 100644 --- a/test/spec/InlineLinearSpec/ImaInlineLinearSpec.html +++ b/test/spec/InlineLinearSpec/ImaInlineLinearSpec.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/InlineLinearSpec/SkippableSpec.html b/test/spec/InlineLinearSpec/SkippableSpec.html index a53e0eb..db8f89c 100644 --- a/test/spec/InlineLinearSpec/SkippableSpec.html +++ b/test/spec/InlineLinearSpec/SkippableSpec.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/adPodSpec/AdPodAllWrappers.html b/test/spec/adPodSpec/AdPodAllWrappers.html index a758de4..0aefea8 100644 --- a/test/spec/adPodSpec/AdPodAllWrappers.html +++ b/test/spec/adPodSpec/AdPodAllWrappers.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/adPodSpec/AdPodErrorCreativeOnSecondAd.html b/test/spec/adPodSpec/AdPodErrorCreativeOnSecondAd.html index 46eabcc..76c331f 100644 --- a/test/spec/adPodSpec/AdPodErrorCreativeOnSecondAd.html +++ b/test/spec/adPodSpec/AdPodErrorCreativeOnSecondAd.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/adPodSpec/AdPodNoStandaloneSpec.html b/test/spec/adPodSpec/AdPodNoStandaloneSpec.html index a0fdcb3..a22547f 100644 --- a/test/spec/adPodSpec/AdPodNoStandaloneSpec.html +++ b/test/spec/adPodSpec/AdPodNoStandaloneSpec.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/adPodSpec/AdPodWithStandaloneSpec.html b/test/spec/adPodSpec/AdPodWithStandaloneSpec.html index 30d2493..d3ffd48 100644 --- a/test/spec/adPodSpec/AdPodWithStandaloneSpec.html +++ b/test/spec/adPodSpec/AdPodWithStandaloneSpec.html @@ -12,17 +12,26 @@ - + + +
-
diff --git a/test/spec/apiSpec/ThreeConsecutiveWithErrorLinearSpec.html b/test/spec/apiSpec/ThreeConsecutiveWithErrorLinearSpec.html index 072c8a5..e9aae50 100644 --- a/test/spec/apiSpec/ThreeConsecutiveWithErrorLinearSpec.html +++ b/test/spec/apiSpec/ThreeConsecutiveWithErrorLinearSpec.html @@ -13,17 +13,26 @@ - + + +
- +

diff --git a/test/spec/apiSpec/methods.html b/test/spec/apiSpec/methods.html index 9e03947..ce02d6a 100644 --- a/test/spec/apiSpec/methods.html +++ b/test/spec/apiSpec/methods.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/apiSpec/pre-mid-post.html b/test/spec/apiSpec/pre-mid-post.html index e17b62d..13f1a9c 100644 --- a/test/spec/apiSpec/pre-mid-post.html +++ b/test/spec/apiSpec/pre-mid-post.html @@ -13,17 +13,26 @@ - + + +
- +

diff --git a/test/spec/apiSpec/stopAds-hls.html b/test/spec/apiSpec/stopAds-hls.html index 4be9f17..35b7bd0 100644 --- a/test/spec/apiSpec/stopAds-hls.html +++ b/test/spec/apiSpec/stopAds-hls.html @@ -14,18 +14,28 @@ - + + + +
- +

diff --git a/test/spec/companionSpec/companion-html.html b/test/spec/companionSpec/companion-html.html index 884059c..2e3f34d 100644 --- a/test/spec/companionSpec/companion-html.html +++ b/test/spec/companionSpec/companion-html.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/companionSpec/companion-iframe.html b/test/spec/companionSpec/companion-iframe.html index b6f14b0..f399abf 100644 --- a/test/spec/companionSpec/companion-iframe.html +++ b/test/spec/companionSpec/companion-iframe.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/companionSpec/companion-image.html b/test/spec/companionSpec/companion-image.html index 486bd1e..607e70f 100644 --- a/test/spec/companionSpec/companion-image.html +++ b/test/spec/companionSpec/companion-image.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/errorSpec/EmptySpec.html b/test/spec/errorSpec/EmptySpec.html index 05b6a74..adc3ccf 100644 --- a/test/spec/errorSpec/EmptySpec.html +++ b/test/spec/errorSpec/EmptySpec.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/errorSpec/ErrorMediaSpec.html b/test/spec/errorSpec/ErrorMediaSpec.html index 397331e..854b3e2 100644 --- a/test/spec/errorSpec/ErrorMediaSpec.html +++ b/test/spec/errorSpec/ErrorMediaSpec.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/errorSpec/MalformedSpec.html b/test/spec/errorSpec/MalformedSpec.html index 3ce9154..fdd17df 100644 --- a/test/spec/errorSpec/MalformedSpec.html +++ b/test/spec/errorSpec/MalformedSpec.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/errorSpec/VMAPSpec.html b/test/spec/errorSpec/VMAPSpec.html index c62c595..262d6d7 100644 --- a/test/spec/errorSpec/VMAPSpec.html +++ b/test/spec/errorSpec/VMAPSpec.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/iconsSpec/icons-html.html b/test/spec/iconsSpec/icons-html.html index 9477815..eddd664 100644 --- a/test/spec/iconsSpec/icons-html.html +++ b/test/spec/iconsSpec/icons-html.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/iconsSpec/icons-iframe.html b/test/spec/iconsSpec/icons-iframe.html index 8ace2bc..7d11e3a 100644 --- a/test/spec/iconsSpec/icons-iframe.html +++ b/test/spec/iconsSpec/icons-iframe.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/inlineLinearSpec/AudioAdSpec.html b/test/spec/inlineLinearSpec/AudioAdSpec.html index 9f6ca46..4a34264 100644 --- a/test/spec/inlineLinearSpec/AudioAdSpec.html +++ b/test/spec/inlineLinearSpec/AudioAdSpec.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/inlineLinearSpec/hls-creative.html b/test/spec/inlineLinearSpec/hls-creative.html index 6fcb7a3..ed810a3 100644 --- a/test/spec/inlineLinearSpec/hls-creative.html +++ b/test/spec/inlineLinearSpec/hls-creative.html @@ -14,18 +14,28 @@ - + + + +
-
diff --git a/test/spec/inlineLinearSpec/raw-xml-input.html b/test/spec/inlineLinearSpec/raw-xml-input.html index e2044a8..e847ef9 100644 --- a/test/spec/inlineLinearSpec/raw-xml-input.html +++ b/test/spec/inlineLinearSpec/raw-xml-input.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/manualSpec/adBlockerSpec/fail.html b/test/spec/manualSpec/adBlockerSpec/fail.html index 36f5dae..93735cc 100644 --- a/test/spec/manualSpec/adBlockerSpec/fail.html +++ b/test/spec/manualSpec/adBlockerSpec/fail.html @@ -12,11 +12,19 @@ - + + + diff --git a/test/spec/manualSpec/adBlockerSpec/pass.html b/test/spec/manualSpec/adBlockerSpec/pass.html index 87292c6..5585999 100644 --- a/test/spec/manualSpec/adBlockerSpec/pass.html +++ b/test/spec/manualSpec/adBlockerSpec/pass.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/manualSpec/apiSpec/events.html b/test/spec/manualSpec/apiSpec/events.html index a6edb62..ec3cfc2 100644 --- a/test/spec/manualSpec/apiSpec/events.html +++ b/test/spec/manualSpec/apiSpec/events.html @@ -13,17 +13,26 @@ - + + +
- +
diff --git a/test/spec/manualSpec/apiSpec/initialize.html b/test/spec/manualSpec/apiSpec/initialize.html index db734ff..bcfcf54 100644 --- a/test/spec/manualSpec/apiSpec/initialize.html +++ b/test/spec/manualSpec/apiSpec/initialize.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/manualSpec/iconsSpec/icons-image.html b/test/spec/manualSpec/iconsSpec/icons-image.html index 6873fd8..fedf1ba 100644 --- a/test/spec/manualSpec/iconsSpec/icons-image.html +++ b/test/spec/manualSpec/iconsSpec/icons-image.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/manualSpec/mobileSpec/linear-touch-learn-more.html b/test/spec/manualSpec/mobileSpec/linear-touch-learn-more.html index 5aa42b7..1a1f59c 100644 --- a/test/spec/manualSpec/mobileSpec/linear-touch-learn-more.html +++ b/test/spec/manualSpec/mobileSpec/linear-touch-learn-more.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/manualSpec/nonLinearSpec/non-linear-image.html b/test/spec/manualSpec/nonLinearSpec/non-linear-image.html index 8dfa06c..ab4102e 100644 --- a/test/spec/manualSpec/nonLinearSpec/non-linear-image.html +++ b/test/spec/manualSpec/nonLinearSpec/non-linear-image.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/manualSpec/simidSpec/simid-linear.html b/test/spec/manualSpec/simidSpec/simid-linear.html index 4dcf3dc..c492d54 100644 --- a/test/spec/manualSpec/simidSpec/simid-linear.html +++ b/test/spec/manualSpec/simidSpec/simid-linear.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/manualSpec/simidSpec/simid-map.html b/test/spec/manualSpec/simidSpec/simid-map.html index 237b074..8b6de54 100644 --- a/test/spec/manualSpec/simidSpec/simid-map.html +++ b/test/spec/manualSpec/simidSpec/simid-map.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/manualSpec/simidSpec/simid-outstream.html b/test/spec/manualSpec/simidSpec/simid-outstream.html index 8e30217..1316064 100644 --- a/test/spec/manualSpec/simidSpec/simid-outstream.html +++ b/test/spec/manualSpec/simidSpec/simid-outstream.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/manualSpec/simidSpec/simid-selector.html b/test/spec/manualSpec/simidSpec/simid-selector.html index 137f75e..18bef82 100644 --- a/test/spec/manualSpec/simidSpec/simid-selector.html +++ b/test/spec/manualSpec/simidSpec/simid-selector.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/manualSpec/simidSpec/simid-survey.html b/test/spec/manualSpec/simidSpec/simid-survey.html index 1fc0b51..dce4d6a 100644 --- a/test/spec/manualSpec/simidSpec/simid-survey.html +++ b/test/spec/manualSpec/simidSpec/simid-survey.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/nonLinearSpec/NonLinearSpecIABVAST3Spec.html b/test/spec/nonLinearSpec/NonLinearSpecIABVAST3Spec.html index 4bff4df..a4d66bb 100644 --- a/test/spec/nonLinearSpec/NonLinearSpecIABVAST3Spec.html +++ b/test/spec/nonLinearSpec/NonLinearSpecIABVAST3Spec.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/nonLinearSpec/non-linear-html.html b/test/spec/nonLinearSpec/non-linear-html.html index e747eb5..c6c12b5 100644 --- a/test/spec/nonLinearSpec/non-linear-html.html +++ b/test/spec/nonLinearSpec/non-linear-html.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/nonLinearSpec/non-linear-iframe.html b/test/spec/nonLinearSpec/non-linear-iframe.html index 518430e..0bfd12b 100644 --- a/test/spec/nonLinearSpec/non-linear-iframe.html +++ b/test/spec/nonLinearSpec/non-linear-iframe.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/omWebSpec/Ad_Verification-test-validation-script.html b/test/spec/omWebSpec/Ad_Verification-test-validation-script.html index 0ce124e..36d525a 100644 --- a/test/spec/omWebSpec/Ad_Verification-test-validation-script.html +++ b/test/spec/omWebSpec/Ad_Verification-test-validation-script.html @@ -13,19 +13,28 @@ - + + +
-
diff --git a/test/spec/omWebSpec/Ad_Verification-test.html b/test/spec/omWebSpec/Ad_Verification-test.html index 81291e0..2b604ca 100644 --- a/test/spec/omWebSpec/Ad_Verification-test.html +++ b/test/spec/omWebSpec/Ad_Verification-test.html @@ -13,7 +13,6 @@ - @@ -21,12 +20,22 @@ + + +
-
diff --git a/test/spec/omWebSpec/om-web-ima.html b/test/spec/omWebSpec/om-web-ima.html index f51ac08..83c7ffd 100644 --- a/test/spec/omWebSpec/om-web-ima.html +++ b/test/spec/omWebSpec/om-web-ima.html @@ -12,7 +12,6 @@ - @@ -20,6 +19,15 @@ + + + diff --git a/test/spec/outstreamSpec/Reload.html b/test/spec/outstreamSpec/Reload.html index e8a61f5..ad47cfd 100644 --- a/test/spec/outstreamSpec/Reload.html +++ b/test/spec/outstreamSpec/Reload.html @@ -13,10 +13,18 @@ - + + + diff --git a/test/spec/outstreamSpec/Vpaid.html b/test/spec/outstreamSpec/Vpaid.html index ab7337c..2b14b37 100644 --- a/test/spec/outstreamSpec/Vpaid.html +++ b/test/spec/outstreamSpec/Vpaid.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/outstreamSpec/linear.html b/test/spec/outstreamSpec/linear.html index d1b608e..3d79bde 100644 --- a/test/spec/outstreamSpec/linear.html +++ b/test/spec/outstreamSpec/linear.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/outstreamSpec/simid.html b/test/spec/outstreamSpec/simid.html index 87a1239..461e7bc 100644 --- a/test/spec/outstreamSpec/simid.html +++ b/test/spec/outstreamSpec/simid.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/redirectSpec/IABVAST3RedirectSpec.html b/test/spec/redirectSpec/IABVAST3RedirectSpec.html index 8fa6a07..230d6ea 100644 --- a/test/spec/redirectSpec/IABVAST3RedirectSpec.html +++ b/test/spec/redirectSpec/IABVAST3RedirectSpec.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/redirectSpec/ImaRedirectLinearSpec.html b/test/spec/redirectSpec/ImaRedirectLinearSpec.html index 1c43605..b8293a5 100644 --- a/test/spec/redirectSpec/ImaRedirectLinearSpec.html +++ b/test/spec/redirectSpec/ImaRedirectLinearSpec.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/redirectSpec/MaximumRedirectSpec.html b/test/spec/redirectSpec/MaximumRedirectSpec.html index 3762bce..07a23f8 100644 --- a/test/spec/redirectSpec/MaximumRedirectSpec.html +++ b/test/spec/redirectSpec/MaximumRedirectSpec.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/redirectSpec/RedirectErrorSpec.html b/test/spec/redirectSpec/RedirectErrorSpec.html index 02e9dca..15447d0 100644 --- a/test/spec/redirectSpec/RedirectErrorSpec.html +++ b/test/spec/redirectSpec/RedirectErrorSpec.html @@ -13,10 +13,18 @@ - + + + diff --git a/test/spec/redirectSpec/RedirectRedirectSpec.html b/test/spec/redirectSpec/RedirectRedirectSpec.html index 0b280a1..8159d72 100644 --- a/test/spec/redirectSpec/RedirectRedirectSpec.html +++ b/test/spec/redirectSpec/RedirectRedirectSpec.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/vast4Spec/Category-test.html b/test/spec/vast4Spec/Category-test.html index 5ce3a2d..7aef4f7 100644 --- a/test/spec/vast4Spec/Category-test.html +++ b/test/spec/vast4Spec/Category-test.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/vast4Spec/Viewable_Impression-test.html b/test/spec/vast4Spec/Viewable_Impression-test.html index da8c496..963ec39 100644 --- a/test/spec/vast4Spec/Viewable_Impression-test.html +++ b/test/spec/vast4Spec/Viewable_Impression-test.html @@ -13,17 +13,26 @@ - + + +
-
diff --git a/test/spec/vpaidSpec/vpaid-js-linear-2.html b/test/spec/vpaidSpec/vpaid-js-linear-2.html index c619cb3..d1ed99d 100644 --- a/test/spec/vpaidSpec/vpaid-js-linear-2.html +++ b/test/spec/vpaidSpec/vpaid-js-linear-2.html @@ -13,11 +13,19 @@ - + + + diff --git a/test/spec/vpaidSpec/vpaid-js-linear-3-api.html b/test/spec/vpaidSpec/vpaid-js-linear-3-api.html index 97da0c9..8cee7b5 100644 --- a/test/spec/vpaidSpec/vpaid-js-linear-3-api.html +++ b/test/spec/vpaidSpec/vpaid-js-linear-3-api.html @@ -13,11 +13,19 @@ - + + +