| 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 a88ff826869e155c665b8ba6c73a1b5af25dcbe4..09806a0ae3f3d9ba83e9f3b3f984b5d9e788e036 100644
|
| --- a/third_party/WebKit/LayoutTests/intersection-observer/root-margin-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/intersection-observer/root-margin-expected.txt
|
| @@ -6,7 +6,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
| PASS new IntersectionObserver(c => {}, { rootMargin: '1.4px' }) did not throw exception.
|
| PASS new IntersectionObserver(c => {}, { rootMargin: '1.4px 2px' }) did not throw exception.
|
| PASS new IntersectionObserver(c => {}, { rootMargin: '1.4px 2px 3%' }) did not throw exception.
|
| -PASS new IntersectionObserver(c => {}, { rootMargin: '1.4px 2px 3% 40px junk junk junk' }) did not throw exception.
|
| PASS entries.length is 0
|
| PASS entries.length is 0
|
| PASS entries.length is 1
|
|
|