From f06ec6390a3286db180ad3fda97baab9e8b54663 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 4 Feb 2016 15:11:19 +0000 Subject: add noscript warning to all tests so it is obvious when js is disabled --- test/js/assorted-log-doc-write.html | 1 + test/js/core.infinite.html | 1 + test/js/core.recursion.html | 1 + test/js/doc-dom2.html | 1 + test/js/doc-write-style.html | 1 + test/js/document-url.html | 1 + test/js/dom-body-enumerate.html | 1 + test/js/dom-doc-cookie.html | 1 + test/js/dom-doc-location.html | 1 + test/js/dom-document-enumerate.html | 1 + test/js/dom-element-attribute.html | 1 + test/js/dom-element-childElementCount.html | 1 + test/js/dom-element-create.html | 1 + test/js/dom-element-firstElementChild.html | 1 + test/js/dom-element-lastElementChild.html | 1 + test/js/dom-element-next_prev_ElementSibling.html | 1 + test/js/dom-element-reflection.html | 1 + test/js/dom-getElementsByTagName.html | 1 + test/js/dom-html-div-element.html | 1 + test/js/dom-node-enumerate.html | 1 + test/js/dom-node-nodetype.html | 1 + test/js/dom-node-parentNode.html | 1 + test/js/event-onclick.html | 1 + test/js/event-onload.html | 1 + test/js/event-onloadfrombody.html | 1 + test/js/event-onloadfrombody2.html | 1 + test/js/idl-treatnullas-emptystring.html | 1 + test/js/index.html | 2 ++ test/js/inline-doc-write-simple.html | 1 + test/js/inline-doc-write.html | 1 + test/js/inline-innerhtml.html | 1 + test/js/js-fractal.html | 1 + test/js/js-primes.html | 1 + test/js/location-assign.html | 1 + test/js/location-enumerate.html | 1 + test/js/location-href.html | 1 + test/js/location-putforwards.html | 1 + test/js/location-replace.html | 1 + test/js/navigator-enumerate.html | 1 + test/js/noscript-inline-doc-write.html | 2 +- test/js/parameter-error.html | 1 + test/js/sync-script-css.html | 1 + test/js/sync-script-err.html | 1 + test/js/sync-script.html | 1 + test/js/verify-instanceofness.html | 1 + test/js/wikipedia-lcm.html | 1 + test/js/window-enumerate.html | 1 + test/js/window.lately.html | 1 + 48 files changed, 49 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/js/assorted-log-doc-write.html b/test/js/assorted-log-doc-write.html index bb3d477bc..efa93e47c 100644 --- a/test/js/assorted-log-doc-write.html +++ b/test/js/assorted-log-doc-write.html @@ -1,6 +1,7 @@ moo + diff --git a/test/js/document-url.html b/test/js/document-url.html index 2299b5775..daa979e0a 100644 --- a/test/js/document-url.html +++ b/test/js/document-url.html @@ -5,6 +5,7 @@

document location and URL interface

+

Document location enumeration

diff --git a/test/js/dom-doc-location.html b/test/js/dom-doc-location.html index a41c53c31..822201d41 100644 --- a/test/js/dom-doc-location.html +++ b/test/js/dom-doc-location.html @@ -5,6 +5,7 @@

Document Location

+

document.location.href:

diff --git a/test/js/dom-document-enumerate.html b/test/js/dom-document-enumerate.html index 18146ab8a..a968cec31 100644 --- a/test/js/dom-document-enumerate.html +++ b/test/js/dom-document-enumerate.html @@ -6,6 +6,7 @@

Document interface enumeration

+

body.childElementCount:

diff --git a/test/js/dom-element-create.html b/test/js/dom-element-create.html index 05552c908..2b8ec11be 100644 --- a/test/js/dom-element-create.html +++ b/test/js/dom-element-create.html @@ -7,6 +7,7 @@

HTMLElement test of attribute set/remove

+

body.firstElementChild:

DOM nodes should be 'null' if not present

diff --git a/test/js/dom-element-lastElementChild.html b/test/js/dom-element-lastElementChild.html index a99b2e298..d47d6a670 100644 --- a/test/js/dom-element-lastElementChild.html +++ b/test/js/dom-element-lastElementChild.html @@ -5,6 +5,7 @@

DOM lastElementChild reference

+

head.lastElementChild:

body.lastElementChild:

DOM nodes should be 'null' if not present

diff --git a/test/js/dom-element-next_prev_ElementSibling.html b/test/js/dom-element-next_prev_ElementSibling.html index 168319dc8..edab28129 100644 --- a/test/js/dom-element-next_prev_ElementSibling.html +++ b/test/js/dom-element-next_prev_ElementSibling.html @@ -6,6 +6,7 @@

DOM previousElementSibling and nextElementSibling reference

+

head.lastElementChild.previousElementSibling:

diff --git a/test/js/dom-element-reflection.html b/test/js/dom-element-reflection.html index 2ec9d2666..f2a7b4eac 100644 --- a/test/js/dom-element-reflection.html +++ b/test/js/dom-element-reflection.html @@ -5,6 +5,7 @@

DOM firstElementChild reference (#header .normal)

+

body.firstElementChild.id:

body.firstElementChild.className:

diff --git a/test/js/dom-getElementsByTagName.html b/test/js/dom-getElementsByTagName.html index 2f03e7b46..462207f90 100644 --- a/test/js/dom-getElementsByTagName.html +++ b/test/js/dom-getElementsByTagName.html @@ -5,6 +5,7 @@

Call getElementsByTagName

+

p one

p two

p three

diff --git a/test/js/dom-html-div-element.html b/test/js/dom-html-div-element.html index 75d963b9a..024bc831b 100644 --- a/test/js/dom-html-div-element.html +++ b/test/js/dom-html-div-element.html @@ -7,6 +7,7 @@

HTMLDivElement test

+ diff --git a/test/js/idl-treatnullas-emptystring.html b/test/js/idl-treatnullas-emptystring.html index 386e6072a..4d6978845 100644 --- a/test/js/idl-treatnullas-emptystring.html +++ b/test/js/idl-treatnullas-emptystring.html @@ -7,6 +7,7 @@

Ensure that [TreatNullAs=EmptyString] works correctly

+ diff --git a/test/js/inline-doc-write.html b/test/js/inline-doc-write.html index 290256d20..19044aac8 100644 --- a/test/js/inline-doc-write.html +++ b/test/js/inline-doc-write.html @@ -6,6 +6,7 @@

Inline Document Write Test

Before

+

Afterwards

diff --git a/test/js/inline-innerhtml.html b/test/js/inline-innerhtml.html index 6bfd6608b..f9277db03 100644 --- a/test/js/inline-innerhtml.html +++ b/test/js/inline-innerhtml.html @@ -7,6 +7,7 @@

Inline Script innerHTML Test

Before

some text you should never see

+ diff --git a/test/js/js-fractal.html b/test/js/js-fractal.html index d9947e326..40a5a3158 100644 --- a/test/js/js-fractal.html +++ b/test/js/js-fractal.html @@ -6,6 +6,7 @@

JavaScript generated mandelbrot set

+ diff --git a/test/js/location-enumerate.html b/test/js/location-enumerate.html index d455c7535..71f146adf 100644 --- a/test/js/location-enumerate.html +++ b/test/js/location-enumerate.html @@ -6,6 +6,7 @@

location interface enumeration

+ diff --git a/test/js/location-putforwards.html b/test/js/location-putforwards.html index 2b493d07b..f02ec70ca 100644 --- a/test/js/location-putforwards.html +++ b/test/js/location-putforwards.html @@ -6,6 +6,7 @@

location interface putforwards

+ diff --git a/test/js/location-replace.html b/test/js/location-replace.html index 047cfd467..790a5ef2d 100644 --- a/test/js/location-replace.html +++ b/test/js/location-replace.html @@ -6,6 +6,7 @@

location interface replace

+ diff --git a/test/js/navigator-enumerate.html b/test/js/navigator-enumerate.html index d3203ac16..1b1f1296e 100644 --- a/test/js/navigator-enumerate.html +++ b/test/js/navigator-enumerate.html @@ -6,6 +6,7 @@

navigator interface enumeration

+ -

Afterwards

diff --git a/test/js/parameter-error.html b/test/js/parameter-error.html index 02cc33db8..23ae933b9 100644 --- a/test/js/parameter-error.html +++ b/test/js/parameter-error.html @@ -3,6 +3,7 @@

Insuficient parameters error

Before

+ diff --git a/test/js/sync-script-css.html b/test/js/sync-script-css.html index ecba5be0f..34e616774 100644 --- a/test/js/sync-script-css.html +++ b/test/js/sync-script-css.html @@ -6,6 +6,7 @@

Sync script Test (css)

Before

+

Afterwards

diff --git a/test/js/sync-script-err.html b/test/js/sync-script-err.html index 68e77baea..56a14d424 100644 --- a/test/js/sync-script-err.html +++ b/test/js/sync-script-err.html @@ -5,6 +5,7 @@

Sync script Test with bad src

Before

+

Afterwards

diff --git a/test/js/sync-script.html b/test/js/sync-script.html index 9692631f7..3e112220e 100644 --- a/test/js/sync-script.html +++ b/test/js/sync-script.html @@ -5,6 +5,7 @@

Sync script Test

Before

+

Afterwards

diff --git a/test/js/verify-instanceofness.html b/test/js/verify-instanceofness.html index 631dc99c4..5062c831a 100644 --- a/test/js/verify-instanceofness.html +++ b/test/js/verify-instanceofness.html @@ -4,6 +4,7 @@

Check instanceof behaviour

+ diff --git a/test/js/window-enumerate.html b/test/js/window-enumerate.html index 92a3111ae..daa6b54c4 100644 --- a/test/js/window-enumerate.html +++ b/test/js/window-enumerate.html @@ -6,6 +6,7 @@

window interface enumeration

+

location.protocol:

equivalence -- cgit v1.2.3

AinstanceofB?Correct?