Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Issue 2045183002: [DO NOT SUBMIT] [OBSOLETE] Add layout tests for ResourceTiming sizes. (Closed)

Created:
4 years, 6 months ago by Adam Rice
Modified:
4 years, 4 months ago
Reviewers:
CC:
chromium-reviews, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add layout tests for ResourceTiming sizes. Test the transferSize, encodedBodySize and decodedBodySize fields of the PerformanceResourceTiming object. BUG=467945

Patch Set 1 #

Patch Set 2 : Add tests for programmatic fetches and cache behaviour. #

Patch Set 3 : Add more tests. #

Patch Set 4 : Add more tests. #

Patch Set 5 : Add expectations. Work around caching of media files in tags test. #

Patch Set 6 : Add redirect-img test to cover simple request case. #

Patch Set 7 : Use testharness.js, they said. It'll be great, they said. #

Patch Set 8 : Move PHP files to /misc/resources and factor out and rename runLoop(). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+576 lines, -0 lines) Patch
A third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-cache.html View 1 2 3 4 5 6 7 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-content-encoding.html View 1 2 3 4 5 6 7 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-cors-preflight.html View 1 2 3 4 5 6 7 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-redirect.html View 1 2 3 4 5 6 7 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-redirect-img.html View 1 2 3 4 5 6 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-tags.html View 1 2 3 4 5 6 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-xhr-fetch.html View 1 2 3 4 5 6 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resources/cors-preflight.php View 1 2 3 4 5 6 7 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resources/gzip-content-encoding.php View 1 2 3 4 5 6 7 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resources/run-async-tasks-promise.js View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 1 (1 generated)
Adam Rice
4 years, 6 months ago (2016-06-08 09:56:47 UTC) #1
Description was changed from

==========
Add layout tests for ResourceTiming sizes.

Test the transferSize, encodedBodySize and decodedBodySize fields of the
PerformanceResourceTiming object.

BUG=467945
==========

to

==========
Add layout tests for ResourceTiming sizes.

Test the transferSize, encodedBodySize and decodedBodySize fields of the
PerformanceResourceTiming object.

BUG=467945
==========

Powered by Google App Engine
This is Rietveld 408576698