Update web-platform-tests to revision bda2059150dca8ab47f088b4cc619fcdc1f262fa

This commit is contained in:
Ms2ger 2016-05-30 09:58:25 +02:00
parent 3535f3f6c2
commit 7c4281f3da
182 changed files with 7692 additions and 1042 deletions

View file

@ -19,7 +19,7 @@
assert_equals(typeof lineno, 'number', 'third arg');
});
t_col.step(function() {
assert_equals(typeof column, 'number', 'fourth arg');
assert_equals(typeof colno, 'number', 'fourth arg');
});
">
<div id=log></div>
@ -34,4 +34,4 @@
});
</script>
</body>
</html>
</html>

View file

@ -19,7 +19,7 @@
assert_equals(typeof lineno, 'number', 'third arg');
});
t_col.step(function() {
assert_equals(typeof column, 'number', 'fourth arg');
assert_equals(typeof colno, 'number', 'fourth arg');
});
">
<div id=log></div>
@ -36,4 +36,4 @@
});
</script>
</body>
</html>
</html>

View file

@ -19,7 +19,7 @@
assert_equals(typeof lineno, 'number', 'third arg');
});
t_col.step(function(){
assert_equals(typeof column, 'number', 'fourth arg');
assert_equals(typeof colno, 'number', 'fourth arg');
});
">
<div id=log></div>
@ -36,4 +36,4 @@
});
</script>
</body>
</html>
</html>

View file

@ -17,11 +17,11 @@
ran = true;
col_value = d;
assert_equals(typeof a, 'string', 'first arg');
assert_equals(b, 'data:text/javascript,for(;) {}', 'second arg');
assert_equals(b, 'data:text/javascript,for(;){}', 'second arg');
assert_equals(typeof c, 'number', 'third arg');
});
</script>
<script src="data:text/javascript,for(;) {}"></script>
<script src="data:text/javascript,for(;){}"></script>
<script>
t.step(function(){
assert_true(ran, 'ran');
@ -33,4 +33,4 @@
});
</script>
</body>
</html>
</html>

View file

@ -28,9 +28,9 @@
t.done();
});
t_col.step(function(){
assert_equals(typeof col_value, number, 'fourth arg');
assert_equals(typeof col_value, 'number', 'fourth arg');
t_col.done();
});
</script>
</body>
</html>
</html>