Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317

This commit is contained in:
Josh Matthews 2018-01-04 13:44:24 -05:00
parent aa199307c8
commit 2b6f573eb5
3440 changed files with 109438 additions and 41750 deletions

View file

@ -15,7 +15,7 @@
After the onload event completes a child DOM text node is added to the element with
the aria-live attribute.</p>
<script type="text/javascript">
<script>
function addTextNode() {
var node = document.getElementById('TEST_ID');

View file

@ -15,7 +15,7 @@
After the onload event completes a child DOM text node is added to the element
with the aria-live attribute.</p>
<script type="text/javascript">
<script>
function addTextNode() {
var node = document.getElementById('TEST_ID');

View file

@ -16,7 +16,7 @@
value 'assertive' is added to the element and a child DOM text
node is added to the element.</p>
<script type="text/javascript">
<script>
function addLiveRegion() {
var node = document.getElementById('TEST_ID');

View file

@ -16,7 +16,7 @@
value 'assertive' is added to the document and a child element and text
node is added to the element with the aria-live attribute.</p>
<script type="text/javascript">
<script>
function addElement() {
var node = document.getElementById('TEST_ID');

View file

@ -17,7 +17,7 @@
After the onload event completes a child DOM element node with text content has the
CSS dsiplay property changed to display="block".</p>
<script type="text/javascript">
<script>
function showElement() {
var node = document.getElementById('TEST_ID');

View file

@ -18,7 +18,7 @@
a child DOM element node with text content has the CSS dsiplay property
changed to display="block".</p>
<script type="text/javascript">
<script>
function showElement() {
var node = document.getElementById('TEST_ID');

View file

@ -20,7 +20,7 @@
After the onload event completes a child DOM element node with text content has the
CSS dsiplay property changed to visibility="visible".</p>
<script type="text/javascript">
<script>
function showElement() {
var node = document.getElementById('TEST_ID');

View file

@ -19,7 +19,7 @@
After the onload event completes a child DOM element node with text content has the CSS dsiplay
property changed to visibility="visible".</p>
<script type="text/javascript">
<script>
function showElement() {
var node = document.getElementById('TEST_ID');

View file

@ -15,7 +15,7 @@
event with the value="polite". After the onload event completes a child DOM text node is added
to the element with the aria-live attribute.</p>
<script type="text/javascript">
<script>
function addChildTextNode() {
var node = document.getElementById('TEST_ID');

View file

@ -15,7 +15,7 @@
event with the value="assertive". After the onload event completes a child DOM text node is
added to the element with the aria-live attribute.</p>
<script type="text/javascript">
<script>
function addChildTextNode() {
var node = document.getElementById('TEST_ID_2');

View file

@ -15,7 +15,7 @@
event with the value="polite". After the onload event completes a child DOM element node is
added to the element with the aria-live attribute.</p>
<script type="text/javascript">
<script>
function addChildElementNode() {
var node = document.getElementById('TEST_ID_2');

View file

@ -15,7 +15,7 @@
the onload event with the value="assertive". After the onload event completes a
child DOM element node is added to the element with the aria-live attribute.</p>
<script type="text/javascript">
<script>
function addChildElementNode() {
var node = document.getElementById('TEST_ID_2');

View file

@ -16,7 +16,7 @@
that is hidden using CSS display="none". After the onload event completes a child DOM element
node with text content has the CSS display property changed to display="block".</p>
<script type="text/javascript">
<script>
function showElement() {
var node = document.getElementById('TEST_ID_3');

View file

@ -16,7 +16,7 @@
that is hidden using CSS display="none". After the onload event completes a child DOM element
node with text content has the CSS display property changed to display="block".</p>
<script type="text/javascript">
<script>
function showElement() {
var node = document.getElementById('TEST_ID_3');

View file

@ -17,7 +17,7 @@
event completes a child DOM element node with text content has the CSS display property
changed to visibility="visible".</p>
<script type="text/javascript">
<script>
function showElement() {
var node = document.getElementById('TEST_ID_3');

View file

@ -17,7 +17,7 @@
After the onload event completes a child DOM element node with text content
has the CSS display property changed to visibility="visible".</p>
<script type="text/javascript">
<script>
function showElement() {
var node = document.getElementById('TEST_ID_3');

View file

@ -15,7 +15,7 @@
onload event completes with the value="polite". After the aria-live attribute is added,
a child DOM text node is added to the element with the aria-live attribute.</p>
<script type="text/javascript">
<script>
function addChildTextNode() {
var node = document.getElementById('TEST_ID_2');

View file

@ -15,7 +15,7 @@
the onload event completes with the value="assertive". After the aria-live attribute
is added, a child DOM text node is added to the element with the aria-live attribute.</p>
<script type="text/javascript">
<script>
function addChildTextNode() {
var node = document.getElementById('TEST_ID_2');

View file

@ -16,7 +16,7 @@
attribute is added, a child DOM element node is added to the element with
the aria-live attribute.</p>
<script type="text/javascript">
<script>
function addChildElementNode() {
var node = document.getElementById('TEST_ID_2');

View file

@ -15,7 +15,7 @@
the onload event completes with the value="assertive". After the aria-live attribute
is added, a child DOM element node is added to the element with the aria-live attribute.</p>
<script type="text/javascript">
<script>
function addChildElementNode() {
var node = document.getElementById('TEST_ID_2');

View file

@ -17,7 +17,7 @@
aria-live attribute is added, the child DOM element node with text content has the
CSS display property changed to display="block".</p>
<script type="text/javascript">
<script>
function showElement() {
var node = document.getElementById('TEST_ID_2');

View file

@ -17,7 +17,7 @@
the aria-live attribute is added, the child DOM element node with text content has
the CSS display property changed to display="block".</p>
<script type="text/javascript">
<script>
function showElement() {
var node = document.getElementById('TEST_ID_3');

View file

@ -17,7 +17,7 @@
visibility="hidden". After the aria-live attribute is added, the child DOM
element node with text content has the CSS display property changed to visibility="visible".</p>
<script type="text/javascript">
<script>
function showElement() {
var node = document.getElementById('TEST_ID_3');

View file

@ -18,7 +18,7 @@
the aria-live attribute is added, the child DOM element node with text content has
the CSS display property changed to visibility="visible".</p>
<script type="text/javascript">
<script>
function showElement() {
var node = document.getElementById('TEST_ID_2');

View file

@ -16,7 +16,7 @@
has a child DOM text node with content. After the onload event completes the child
DOM text node is deleted.</p>
<script type="text/javascript">
<script>
function deleteChildNodes() {
var node = document.getElementById('TEST_ID_1');

View file

@ -16,7 +16,7 @@
has a child DOM text node with content. After the onload event completes the child DOM
text node is deleted.</p>
<script type="text/javascript">
<script>
function deleteChildNodes() {
var node = document.getElementById('TEST_ID_1');

View file

@ -16,7 +16,7 @@
has a child DOM element node that contains text content. After the onload event completes
the child DOM element node is deleted.</p>
<script type="text/javascript">
<script>
function deleteChildNodes() {
var node = document.getElementById('TEST_ID_1');

View file

@ -16,7 +16,7 @@
value="assertive" has a child DOM element node that contains text content.
After the onload event completes the child DOM element node is deleted.</p>
<script type="text/javascript">
<script>
function deleteChildNodes() {
var node = document.getElementById('TEST_ID_1');

View file

@ -17,7 +17,7 @@
content. After the onload event completes the CSS 'display' property
of the child DOM element node is changed to display="none".</p>
<script type="text/javascript">
<script>
function hideElement() {
var node = document.getElementById('TEST_ID_1');

View file

@ -16,7 +16,7 @@
has a child DOM element node that contains text content. After the onload event completes
the CSS 'display' property of the child DOM element node is changed to display="none".</p>
<script type="text/javascript">
<script>
function hideElement() {
var node = document.getElementById('TEST_ID_1');

View file

@ -17,7 +17,7 @@
completes the CSS 'visibility' property of the child DOM element node is changed
to visibility="hidden".</p>
<script type="text/javascript">
<script>
function hideElement() {
var node = document.getElementById('TEST_ID_1');

View file

@ -16,7 +16,7 @@
has a child DOM element node that contains text content. After the onload event completes
the CSS 'visibility' property of the child DOM element node is changed to visibility="hidden".</p>
<script type="text/javascript">
<script>
function hideElement() {
var node = document.getElementById('TEST_ID_1');

View file

@ -16,7 +16,7 @@
text node with content. After the onload event completes the child DOM text
node is deleted.</p>
<script type="text/javascript">
<script>
function deleteChildNodes() {
var node = document.getElementById('TEST_ID_2');

View file

@ -15,7 +15,7 @@
event with the value="assertive" and the element has a child DOM text node with content. After
the onload event completes the child DOM text node is deleted.</p>
<script type="text/javascript">
<script>
function deleteChildNodes() {
var node = document.getElementById('TEST_ID_2');

View file

@ -16,7 +16,7 @@
DOM element node that contains text content. After the onload event completes
the child DOM element node is deleted.</p>
<script type="text/javascript">
<script>
function deleteChildNodes() {
var node = document.getElementById('TEST_ID_2');

View file

@ -16,7 +16,7 @@
node that contains text content. After the onload event completes the child DOM
element node is deleted.</p>
<script type="text/javascript">
<script>
function deleteChildNodes() {

View file

@ -16,7 +16,7 @@
that contains text content. After the onload event completes the CSS 'display'
property of the child DOM element node is changed to display="none".</p>
<script type="text/javascript">
<script>
function hideElement() {

View file

@ -16,7 +16,7 @@
node that contains text content. After the onload event completes the CSS 'display'
property of the child DOM element node is changed to display="none".</p>
<script type="text/javascript">
<script>
function hideElement() {

View file

@ -17,7 +17,7 @@
the CSS 'visibility' property of the child DOM element node is changed
to visibility="hidden".</p>
<script type="text/javascript">
<script>
function hideElement() {

View file

@ -17,7 +17,7 @@
event completes the CSS 'visibility' property of the child DOM element
node is changed to visibility="hidden".</p>
<script type="text/javascript">
<script>
function hideElement() {

View file

@ -16,7 +16,7 @@
the element has a child DOM text node with content. After the
aria-live attribute is added, the child DOM text node is deleted.</p>
<script type="text/javascript">
<script>
function deleteChildNodes() {

View file

@ -16,7 +16,7 @@
and the element has a child DOM text node with content. After the
aria-live attribute is added, the child DOM text node is deleted.</p>
<script type="text/javascript">
<script>
function deleteChildNodes() {
var node = document.getElementById('TEST_ID_2');

View file

@ -16,7 +16,7 @@
a child DOM element node that contains text content. After the aria-live
attribute is added, the child DOM element node is deleted.</p>
<script type="text/javascript">
<script>
function deleteChildNodes() {
var node = document.getElementById('TEST_ID_1');

View file

@ -17,7 +17,7 @@
a child DOM element node that contains text content. After the aria-live
attribute is added, the child DOM element node is deleted.</p>
<script type="text/javascript">
<script>
function deleteChildNodes() {
var node = document.getElementById('TEST_ID_1');

View file

@ -17,7 +17,7 @@
attribute is added, the CSS 'display' property of the child DOM element
node is changed to display="none".</p>
<script type="text/javascript">
<script>
function hideElement() {
var node = document.getElementById('TEST_ID_2');

View file

@ -17,7 +17,7 @@
attribute is added, the CSS 'display' property of the child DOM element
node is changed to display="none".</p>
<script type="text/javascript">
<script>
function hideElement() {
var node = document.getElementById('TEST_ID_2');

View file

@ -17,7 +17,7 @@
After the aria-live attribute is added, the CSS 'visibility' property
of the child DOM element node is changed to visibility="hidden".</p>
<script type="text/javascript">
<script>
function hideElement() {
var node = document.getElementById('TEST_ID_2');

View file

@ -17,7 +17,7 @@
After the aria-live attribute is added, the CSS 'visibility' property
of the child DOM element node is changed to visibility="hidden".</p>
<script type="text/javascript">
<script>
function hideElement() {
var node = document.getElementById('TEST_ID_2');