Side by Side Diff: third_party/WebKit/LayoutTests/resources/intersection-observer-subframe.html
Issue 1449623002 :
IntersectionObserver: second cut. (Closed)
Patch Set: Add RuntimeEnabled flags to all idl's, fix test expectations.
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
third_party/WebKit/LayoutTests/intersection-observer/helper-functions.js
third_party/WebKit/LayoutTests/intersection-observer/iframe-no-root.html
third_party/WebKit/LayoutTests/intersection-observer/iframe-no-root-expected.txt
third_party/WebKit/LayoutTests/intersection-observer/iframe-root.html
third_party/WebKit/LayoutTests/intersection-observer/iframe-root-expected.txt
third_party/WebKit/LayoutTests/intersection-observer/multiple-thresholds.html
third_party/WebKit/LayoutTests/intersection-observer/multiple-thresholds-expected.txt
third_party/WebKit/LayoutTests/intersection-observer/same-document-no-root.html
third_party/WebKit/LayoutTests/intersection-observer/same-document-no-root-expected.txt
third_party/WebKit/LayoutTests/intersection-observer/same-document-root.html
third_party/WebKit/LayoutTests/intersection-observer/same-document-root-expected.txt
third_party/WebKit/LayoutTests/resources/intersection-observer-subframe.html
third_party/WebKit/LayoutTests/resources/js-test.js
third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h
third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.cpp
third_party/WebKit/Source/bindings/core/v8/custom/V8IntersectionObserverCustom.cpp
third_party/WebKit/Source/bindings/core/v8/custom/custom.gypi
third_party/WebKit/Source/bindings/core/v8/v8.gypi
third_party/WebKit/Source/core/core.gypi
third_party/WebKit/Source/core/dom/Document.h
third_party/WebKit/Source/core/dom/Document.cpp
third_party/WebKit/Source/core/dom/Element.h
third_party/WebKit/Source/core/dom/Element.cpp
third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.h
third_party/WebKit/Source/core/dom/ElementIntersectionObserverData.cpp
third_party/WebKit/Source/core/dom/ElementRareData.h
third_party/WebKit/Source/core/dom/ElementRareData.cpp
third_party/WebKit/Source/core/dom/IntersectionObservation.h
third_party/WebKit/Source/core/dom/IntersectionObservation.cpp
third_party/WebKit/Source/core/dom/IntersectionObserver.h
third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
third_party/WebKit/Source/core/dom/IntersectionObserver.idl
third_party/WebKit/Source/core/dom/IntersectionObserverCallback.h
third_party/WebKit/Source/core/dom/IntersectionObserverController.h
third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp
third_party/WebKit/Source/core/dom/IntersectionObserverEntry.h
third_party/WebKit/Source/core/dom/IntersectionObserverEntry.cpp
third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl
third_party/WebKit/Source/core/dom/IntersectionObserverInit.idl
third_party/WebKit/Source/core/frame/FrameView.h
third_party/WebKit/Source/core/frame/FrameView.cpp
third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in