| 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 3a62f53245f418b3741a5d8865086fed9431f783..c11458c3d5fa3316a307a5dfe9c1e8acb574ece7 100644
|
| --- a/third_party/WebKit/LayoutTests/intersection-observer/root-margin.html
|
| +++ b/third_party/WebKit/LayoutTests/intersection-observer/root-margin.html
|
| @@ -21,7 +21,6 @@ var observer = new IntersectionObserver(
|
| shouldNotThrow("new IntersectionObserver(c => {}, { rootMargin: '1.4px' })");
|
| shouldNotThrow("new IntersectionObserver(c => {}, { rootMargin: '1.4px 2px' })");
|
| shouldNotThrow("new IntersectionObserver(c => {}, { rootMargin: '1.4px 2px 3%' })");
|
| -shouldNotThrow("new IntersectionObserver(c => {}, { rootMargin: '1.4px 2px 3% 40px junk junk junk' })");
|
|
|
| onload = function() {
|
| observer.observe(target);
|
|
|