mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Update web-platform-tests to revision bda2059150dca8ab47f088b4cc619fcdc1f262fa
This commit is contained in:
parent
3535f3f6c2
commit
7c4281f3da
182 changed files with 7692 additions and 1042 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue