| Index: third_party/WebKit/LayoutTests/intersection-observer/root-margin-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/intersection-observer/root-margin-expected.txt b/third_party/WebKit/LayoutTests/intersection-observer/root-margin-expected.txt
|
| index 40ef5e66d8acad19b82618e6d323d64977a5d34d..910c2781be9ef396ec3efbc0ebade2c76ec7720d 100644
|
| --- a/third_party/WebKit/LayoutTests/intersection-observer/root-margin-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/intersection-observer/root-margin-expected.txt
|
| @@ -3,9 +3,6 @@ Intersection observer test with root margin and implicit root.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS new IntersectionObserver(observer_callback, { rootMargin: '1' }) threw exception Error: rootMargin must be specified in pixels or percent..
|
| -PASS new IntersectionObserver(observer_callback, { rootMargin: '1em' }) threw exception Error: rootMargin must be specified in pixels or percent..
|
| -PASS new IntersectionObserver(observer_callback, { rootMargin: 'auto' }) threw exception Error: rootMargin must be specified in pixels or percent..
|
| PASS new IntersectionObserver(observer_callback, { rootMargin: '1.4px' }) did not throw exception.
|
| PASS new IntersectionObserver(observer_callback, { rootMargin: '1.4px 2px' }) did not throw exception.
|
| PASS new IntersectionObserver(observer_callback, { rootMargin: '1.4px 2px 3%' }) did not throw exception.
|
|
|