mirror of
https://github.com/servo/servo.git
synced 2025-10-16 16:29:18 +01:00
Update web-platform-tests to revision 7ec633bbfbc01de4972e65f81f593983d9cdc17d
This commit is contained in:
parent
24674687ac
commit
36e52003a7
107 changed files with 1452 additions and 646 deletions
|
@ -52,7 +52,7 @@
|
|||
// to the new value; if the new value is the string "auto",
|
||||
// then it must be interpreted as the special value auto.
|
||||
assert_equals(textCue.line, "auto");
|
||||
assert_throws(new TypeError, function() { textCue.line = "gazonk"; });
|
||||
assert_throws_js(TypeError, function() { textCue.line = "gazonk"; });
|
||||
assert_equals(textCue.line, "auto");
|
||||
textCue.line = 42;
|
||||
assert_equals(textCue.line, 42);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue