Commit e17facb8 authored by Ali Juma's avatar Ali Juma Committed by Commit Bot

Fix typo in IntersectionObserver test observer-exceptions.html

This fixes a typo in the description of a test case.

TBR=szager@chromium.org

Change-Id: I485f41c68bfa747c794ef9add2b96b296cfdf73e
Reviewed-on: https://chromium-review.googlesource.com/1173151Reviewed-by: default avatarAli Juma <ajuma@chromium.org>
Commit-Queue: Ali Juma <ajuma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582686}
parent 861a8b26
...@@ -19,7 +19,7 @@ test(function () { ...@@ -19,7 +19,7 @@ test(function () {
assert_throws("SYNTAX_ERR", function() { assert_throws("SYNTAX_ERR", function() {
new IntersectionObserver(e => {}, {rootMargin: "1"}) new IntersectionObserver(e => {}, {rootMargin: "1"})
}) })
}, 'IntersectionObserver constructor witth { rootMargin: "1" }'); }, 'IntersectionObserver constructor with { rootMargin: "1" }');
test(function () { test(function () {
assert_throws("SYNTAX_ERR", function() { assert_throws("SYNTAX_ERR", function() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment