aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/html/semantics/forms/the-progress-element/progress.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/web-platform-tests/html/semantics/forms/the-progress-element/progress.html')
-rw-r--r--tests/wpt/web-platform-tests/html/semantics/forms/the-progress-element/progress.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wpt/web-platform-tests/html/semantics/forms/the-progress-element/progress.html b/tests/wpt/web-platform-tests/html/semantics/forms/the-progress-element/progress.html
index 0c176d8ea6e..00d63c372f7 100644
--- a/tests/wpt/web-platform-tests/html/semantics/forms/the-progress-element/progress.html
+++ b/tests/wpt/web-platform-tests/html/semantics/forms/the-progress-element/progress.html
@@ -42,7 +42,7 @@
}, "Indeterminate progress bar should have value 0");
test(function() {
- assert_array_equals(largerthanmax.value, 1);
+ assert_equals(largerthanmax.value, 1);
}, "Value must equal max if the parsed value is larger than max");
test(function() {
@@ -50,7 +50,7 @@
}, "Max must be 1 by default");
test(function() {
- assert_array_equals(largerthanmax.max, 1);
+ assert_equals(largerthanmax.max, 1);
}, "Max must be 1 by default, even if value is specified");
test(function() {