Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some tentative WPT tests for render-blocking stylesheets #32553

Merged
merged 1 commit into from
Jan 27, 2022

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Jan 26, 2022

This patch adds a minimal test suite required by the HTML spec PR for
render-blocking: whatwg/html#7474

Current browsers should already pass these tests.

Since the Blink test runner forced frame updates, this patch also adds
a NoForcedFrameUpdates flag to allow the tests to be run in a virtual
test suite that doesn't force frame updates.

Bug: 1271296
Change-Id: I66f9c13d461fc4838a26ee3d1a66db9d21289ef6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3417175
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: Domenic Denicola <domenic@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/main@{#963779}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Chromium project.

This patch adds a minimal test suite required by the HTML spec PR for
render-blocking: whatwg/html#7474

Current browsers should already pass these tests.

Since the Blink test runner forced frame updates, this patch also adds
a NoForcedFrameUpdates flag to allow the tests to be run in a virtual
test suite that doesn't force frame updates.

Bug: 1271296
Change-Id: I66f9c13d461fc4838a26ee3d1a66db9d21289ef6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3417175
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: Domenic Denicola <domenic@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/main@{#963779}
@chromium-wpt-export-bot chromium-wpt-export-bot merged commit 85ed979 into master Jan 27, 2022
@chromium-wpt-export-bot chromium-wpt-export-bot deleted the chromium-export-cl-3417175 branch January 27, 2022 00:08
foolip added a commit that referenced this pull request Nov 14, 2023
These tests were added in these PRs:
#32553
#32669
#32703
#32809
#33291
#33798

These were developed against HTML PRs which are now merged:
whatwg/html#7474
whatwg/html#7603
whatwg/html#7857
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Nov 22, 2023
…r tentative, a=testonly

Automatic update from web-platform-tests
Mark most render-blocking tests no longer tentative (#43113)

These tests were added in these PRs:
web-platform-tests/wpt#32553
web-platform-tests/wpt#32669
web-platform-tests/wpt#32703
web-platform-tests/wpt#32809
web-platform-tests/wpt#33291
web-platform-tests/wpt#33798

These were developed against HTML PRs which are now merged:
whatwg/html#7474
whatwg/html#7603
whatwg/html#7857
--

wpt-commits: aa6bdcbb00f30914b87794cf82b015fc02d4cc5b
wpt-pr: 43113
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Nov 22, 2023
…r tentative, a=testonly

Automatic update from web-platform-tests
Mark most render-blocking tests no longer tentative (#43113)

These tests were added in these PRs:
web-platform-tests/wpt#32553
web-platform-tests/wpt#32669
web-platform-tests/wpt#32703
web-platform-tests/wpt#32809
web-platform-tests/wpt#33291
web-platform-tests/wpt#33798

These were developed against HTML PRs which are now merged:
whatwg/html#7474
whatwg/html#7603
whatwg/html#7857
--

wpt-commits: aa6bdcbb00f30914b87794cf82b015fc02d4cc5b
wpt-pr: 43113
vinnydiehl pushed a commit to vinnydiehl/mozilla-unified that referenced this pull request Nov 24, 2023
…r tentative, a=testonly

Automatic update from web-platform-tests
Mark most render-blocking tests no longer tentative (#43113)

These tests were added in these PRs:
web-platform-tests/wpt#32553
web-platform-tests/wpt#32669
web-platform-tests/wpt#32703
web-platform-tests/wpt#32809
web-platform-tests/wpt#33291
web-platform-tests/wpt#33798

These were developed against HTML PRs which are now merged:
whatwg/html#7474
whatwg/html#7603
whatwg/html#7857
--

wpt-commits: aa6bdcbb00f30914b87794cf82b015fc02d4cc5b
wpt-pr: 43113
vinnydiehl pushed a commit to vinnydiehl/mozilla-unified that referenced this pull request Nov 24, 2023
…r tentative, a=testonly

Automatic update from web-platform-tests
Mark most render-blocking tests no longer tentative (#43113)

These tests were added in these PRs:
web-platform-tests/wpt#32553
web-platform-tests/wpt#32669
web-platform-tests/wpt#32703
web-platform-tests/wpt#32809
web-platform-tests/wpt#33291
web-platform-tests/wpt#33798

These were developed against HTML PRs which are now merged:
whatwg/html#7474
whatwg/html#7603
whatwg/html#7857
--

wpt-commits: aa6bdcbb00f30914b87794cf82b015fc02d4cc5b
wpt-pr: 43113
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Nov 30, 2023
…r tentative, a=testonly

Automatic update from web-platform-tests
Mark most render-blocking tests no longer tentative (#43113)

These tests were added in these PRs:
web-platform-tests/wpt#32553
web-platform-tests/wpt#32669
web-platform-tests/wpt#32703
web-platform-tests/wpt#32809
web-platform-tests/wpt#33291
web-platform-tests/wpt#33798

These were developed against HTML PRs which are now merged:
whatwg/html#7474
whatwg/html#7603
whatwg/html#7857
--

wpt-commits: aa6bdcbb00f30914b87794cf82b015fc02d4cc5b
wpt-pr: 43113

UltraBlame original commit: 58cb91eda01d9227e0e02791aa6562da04967a42
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Nov 30, 2023
…r tentative, a=testonly

Automatic update from web-platform-tests
Mark most render-blocking tests no longer tentative (#43113)

These tests were added in these PRs:
web-platform-tests/wpt#32553
web-platform-tests/wpt#32669
web-platform-tests/wpt#32703
web-platform-tests/wpt#32809
web-platform-tests/wpt#33291
web-platform-tests/wpt#33798

These were developed against HTML PRs which are now merged:
whatwg/html#7474
whatwg/html#7603
whatwg/html#7857
--

wpt-commits: aa6bdcbb00f30914b87794cf82b015fc02d4cc5b
wpt-pr: 43113

UltraBlame original commit: 58cb91eda01d9227e0e02791aa6562da04967a42
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Nov 30, 2023
…r tentative, a=testonly

Automatic update from web-platform-tests
Mark most render-blocking tests no longer tentative (#43113)

These tests were added in these PRs:
web-platform-tests/wpt#32553
web-platform-tests/wpt#32669
web-platform-tests/wpt#32703
web-platform-tests/wpt#32809
web-platform-tests/wpt#33291
web-platform-tests/wpt#33798

These were developed against HTML PRs which are now merged:
whatwg/html#7474
whatwg/html#7603
whatwg/html#7857
--

wpt-commits: aa6bdcbb00f30914b87794cf82b015fc02d4cc5b
wpt-pr: 43113

UltraBlame original commit: 58cb91eda01d9227e0e02791aa6562da04967a42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants