| Index: third_party/WebKit/LayoutTests/intersection-observer/root-margin.html
|
| diff --git a/third_party/WebKit/LayoutTests/intersection-observer/root-margin.html b/third_party/WebKit/LayoutTests/intersection-observer/root-margin.html
|
| index 60f0741b5ef639176b8b53ced163c9ce92746718..c5dd9433cd2effcacf160c4fcc6a0aa25e56ee66 100644
|
| --- a/third_party/WebKit/LayoutTests/intersection-observer/root-margin.html
|
| +++ b/third_party/WebKit/LayoutTests/intersection-observer/root-margin.html
|
| @@ -26,9 +26,6 @@
|
|
|
| function step0() {
|
| setTimeout(function() {
|
| - shouldThrow("new IntersectionObserver(observer_callback, { rootMargin: '1' })");
|
| - shouldThrow("new IntersectionObserver(observer_callback, { rootMargin: '1em' })");
|
| - shouldThrow("new IntersectionObserver(observer_callback, { rootMargin: 'auto' })");
|
| shouldNotThrow("new IntersectionObserver(observer_callback, { rootMargin: '1.4px' })");
|
| shouldNotThrow("new IntersectionObserver(observer_callback, { rootMargin: '1.4px 2px' })");
|
| shouldNotThrow("new IntersectionObserver(observer_callback, { rootMargin: '1.4px 2px 3%' })");
|
|
|