Changeset 179936 in webkit
- Timestamp:
- Feb 11, 2015, 10:33:14 AM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 5 added
- 1 edited
-
ChangeLog (modified) (1 diff)
-
fast/performance/performance-now-crash-on-navigated-window-expected.txt (added)
-
fast/performance/performance-now-crash-on-navigated-window.html (added)
-
fast/performance/resources (added)
-
fast/performance/resources/initialFrame.html (added)
-
fast/performance/resources/secondFrame.html (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r179933 r179936 1 2015-02-11 Sam Weinig <sam@webkit.org> 2 3 performance.now can crash if accessed from a window that has navigated 4 <rdar://problem/16892506> 5 https://bugs.webkit.org/show_bug.cgi?id=141478 6 7 Reviewed by Alexey Proskuryakov. 8 9 * fast/performance/performance-now-crash-on-navigated-window-expected.txt: Added. 10 * fast/performance/performance-now-crash-on-navigated-window.html: Added. 11 * fast/performance/resources: Added. 12 * fast/performance/resources/initialFrame.html: Added. 13 * fast/performance/resources/secondFrame.html: Added. 14 Add test for calling performance.now() on from a navigated window. 15 1 16 2015-02-10 Alexey Proskuryakov <ap@apple.com> 2 17
Note:
See TracChangeset
for help on using the changeset viewer.