Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(864)

Delta Between Two Patch Sets: LayoutTests/imported/w3c/ChangeLog

Issue 359780043: WIP for IO
Left Patch Set: Cleaned up root parsing Created 5 years, 8 months ago
Right Patch Set: 22 tests pass Created 5 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 2018-07-12 Ali Juma <ajuma@chromium.org>
2
3 Implement IntersectionObserver
4 https://bugs.webkit.org/show_bug.cgi?id=159475
5
6 Reviewed by NOBODY (OOPS!).
7
8 * web-platform-tests/intersection-observer/bounding-box-expected.txt: Ad ded.
9 * web-platform-tests/intersection-observer/bounding-box.html: Added.
10 * web-platform-tests/intersection-observer/client-rect-expected.txt: Add ed.
11 * web-platform-tests/intersection-observer/client-rect.html: Added.
12 * web-platform-tests/intersection-observer/containing-block-expected.txt : Added.
13 * web-platform-tests/intersection-observer/containing-block.html: Added.
14 * web-platform-tests/intersection-observer/cross-origin-iframe-expected. txt: Added.
15 * web-platform-tests/intersection-observer/cross-origin-iframe.html: Add ed.
16 * web-platform-tests/intersection-observer/disconnect-expected.txt: Adde d.
17 * web-platform-tests/intersection-observer/disconnect.html: Added.
18 * web-platform-tests/intersection-observer/display-none-expected.txt: Ad ded.
19 * web-platform-tests/intersection-observer/display-none.html: Added.
20 * web-platform-tests/intersection-observer/edge-inclusive-intersection-e xpected.txt: Added.
21 * web-platform-tests/intersection-observer/edge-inclusive-intersection.h tml: Added.
22 * web-platform-tests/intersection-observer/iframe-no-root-expected.txt: Added.
23 * web-platform-tests/intersection-observer/iframe-no-root.html: Added.
24 * web-platform-tests/intersection-observer/isIntersecting-change-events- expected.txt: Added.
25 * web-platform-tests/intersection-observer/isIntersecting-change-events. html: Added.
26 * web-platform-tests/intersection-observer/multiple-targets-expected.txt : Added.
27 * web-platform-tests/intersection-observer/multiple-targets.html: Added.
28 * web-platform-tests/intersection-observer/multiple-thresholds-expected. txt: Added.
29 * web-platform-tests/intersection-observer/multiple-thresholds.html: Add ed.
30 * web-platform-tests/intersection-observer/observer-attributes-expected. txt: Added.
31 * web-platform-tests/intersection-observer/observer-attributes.html: Add ed.
32 * web-platform-tests/intersection-observer/observer-exceptions-expected. txt: Added.
33 * web-platform-tests/intersection-observer/observer-exceptions.html: Add ed.
34 * web-platform-tests/intersection-observer/observer-in-iframe.html: Adde d.
35 * web-platform-tests/intersection-observer/observer-without-js-reference -expected.txt: Added.
36 * web-platform-tests/intersection-observer/observer-without-js-reference .html: Added.
37 * web-platform-tests/intersection-observer/remove-element-expected.txt: Added.
38 * web-platform-tests/intersection-observer/remove-element.html: Added.
39 * web-platform-tests/intersection-observer/resources/cross-origin-subfra me.html: Added.
40 * web-platform-tests/intersection-observer/resources/iframe-no-root-subf rame.html: Added.
41 * web-platform-tests/intersection-observer/resources/intersection-observ er-test-utils.js: Added.
42 (waitForNotification):
43 (runTestCycle):
44 (contentBounds):
45 (borderBoxBounds):
46 (clientBounds):
47 (rectArea):
48 (checkRect):
49 (checkLastEntry):
50 (checkJsonEntry):
51 (checkJsonEntries):
52 * web-platform-tests/intersection-observer/resources/observer-in-iframe- subframe.html: Added.
53 * web-platform-tests/intersection-observer/resources/timestamp-subframe. html: Added.
54 * web-platform-tests/intersection-observer/root-margin-expected.txt: Add ed.
55 * web-platform-tests/intersection-observer/root-margin.html: Added.
56 * web-platform-tests/intersection-observer/same-document-no-root-expecte d.txt: Added.
57 * web-platform-tests/intersection-observer/same-document-no-root.html: A dded.
58 * web-platform-tests/intersection-observer/same-document-root-expected.t xt: Added.
59 * web-platform-tests/intersection-observer/same-document-root.html: Adde d.
60 * web-platform-tests/intersection-observer/same-document-zero-size-targe t-expected.txt: Added.
61 * web-platform-tests/intersection-observer/same-document-zero-size-targe t.html: Added.
62 * web-platform-tests/intersection-observer/shadow-content-expected.txt: Added.
63 * web-platform-tests/intersection-observer/shadow-content.html: Added.
64 * web-platform-tests/intersection-observer/timestamp-expected.txt: Added .
65 * web-platform-tests/intersection-observer/timestamp.html: Added.
66 * web-platform-tests/intersection-observer/unclipped-root-expected.txt: Added.
67 * web-platform-tests/intersection-observer/unclipped-root.html: Added.
68 * web-platform-tests/intersection-observer/zero-area-element-hidden-expe cted.txt: Added.
69 * web-platform-tests/intersection-observer/zero-area-element-hidden.html : Added.
70 * web-platform-tests/intersection-observer/zero-area-element-visible-exp ected.txt: Added.
71 * web-platform-tests/intersection-observer/zero-area-element-visible.htm l: Added.
72
1 2018-07-03 Antoine Quint <graouts@apple.com> 73 2018-07-03 Antoine Quint <graouts@apple.com>
2 74
3 [Web Animations] Make WPT test at timing-model/timelines/timelines.html pass reliably 75 [Web Animations] Make WPT test at timing-model/timelines/timelines.html pass reliably
4 https://bugs.webkit.org/show_bug.cgi?id=186508 76 https://bugs.webkit.org/show_bug.cgi?id=186508
5 <rdar://problem/41000260> 77 <rdar://problem/41000260>
6 78
7 Reviewed by Dean Jackson. 79 Reviewed by Dean Jackson.
8 80
9 Record WPT test progressions. 81 Record WPT test progressions.
10 82
(...skipping 10767 matching lines...) Expand 10 before | Expand all | Expand 10 after
10778 10850
10779 Update imported/w3c/web-platform-tests/html/browsers/windows/browsing-co ntext.html from upstream wpt. 10851 Update imported/w3c/web-platform-tests/html/browsers/windows/browsing-co ntext.html from upstream wpt.
10780 https://bugs.webkit.org/show_bug.cgi?id=172255 10852 https://bugs.webkit.org/show_bug.cgi?id=172255
10781 10853
10782 Unreviewed test gardening. 10854 Unreviewed test gardening.
10783 10855
10784 * web-platform-tests/html/browsers/windows/browsing-context-expected.txt : rebaseline. 10856 * web-platform-tests/html/browsers/windows/browsing-context-expected.txt : rebaseline.
10785 * web-platform-tests/html/browsers/windows/browsing-context.html: update . 10857 * web-platform-tests/html/browsers/windows/browsing-context.html: update .
10786 10858
10787 == Rolled over to ChangeLog-2018-01-01 == 10859 == Rolled over to ChangeLog-2018-01-01 ==
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b