mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 21:00:42 +02:00
Automatic update from web-platform-tests [css-layout-api] Move tests into various sub-directories. Tests-only. Moves tests into logically grouped sub-directories. This speeds up (local) test runs as parallelization happens on a per directory basis. Bug: 726125 Change-Id: I963184ea74675a4c662ec4779afafa085c33ea0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757890 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Auto-Submit: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#687807} -- wpt-commits: f10378fa073caba1a793c28801a5231aeab95279 wpt-pr: 18503 --HG-- rename : testing/web-platform/tests/css/css-layout-api/auto-block-size-absolute-ref.html => testing/web-platform/tests/css/css-layout-api/auto-block-size/absolute-ref.html rename : testing/web-platform/tests/css/css-layout-api/auto-block-size-flex-ref.html => testing/web-platform/tests/css/css-layout-api/auto-block-size/flex-ref.html rename : testing/web-platform/tests/css/css-layout-api/auto-block-size-floats-ref.html => testing/web-platform/tests/css/css-layout-api/auto-block-size/floats-ref.html rename : testing/web-platform/tests/css/css-layout-api/auto-block-size-inflow-ref.html => testing/web-platform/tests/css/css-layout-api/auto-block-size/inflow-ref.html rename : testing/web-platform/tests/css/css-layout-api/auto-block-size-negative-ref.html => testing/web-platform/tests/css/css-layout-api/auto-block-size/negative-ref.html rename : testing/web-platform/tests/css/css-layout-api/support/layout-child-sizes-worklet.js => testing/web-platform/tests/css/css-layout-api/child-constraints/support/layout-child-sizes-worklet.js rename : testing/web-platform/tests/css/css-layout-api/constraints-fixed-inline-size-ref.html => testing/web-platform/tests/css/css-layout-api/constraints/fixed-inline-size-ref.html rename : testing/web-platform/tests/css/css-layout-api/support/constraints-fixed-block-size-quirky-body-iframe.html => testing/web-platform/tests/css/css-layout-api/constraints/support/constraints-fixed-block-size-quirky-body-iframe.html rename : testing/web-platform/tests/css/css-layout-api/support/constraints-fixed-block-size.js => testing/web-platform/tests/css/css-layout-api/constraints/support/constraints-fixed-block-size.js rename : testing/web-platform/tests/css/css-layout-api/support/constraints-fixed-inline-size.js => testing/web-platform/tests/css/css-layout-api/constraints/support/constraints-fixed-inline-size.js rename : testing/web-platform/tests/css/css-layout-api/fallback-layout-return.https.html => testing/web-platform/tests/css/css-layout-api/fallback-layout/bad-return.https.html rename : testing/web-platform/tests/css/css-layout-api/fallback-constructor-error.https.html => testing/web-platform/tests/css/css-layout-api/fallback-layout/constructor-error.https.html rename : testing/web-platform/tests/css/css-layout-api/fallback-layout-error.https.html => testing/web-platform/tests/css/css-layout-api/fallback-layout/error.https.html rename : testing/web-platform/tests/css/css-layout-api/fallback-ref.html => testing/web-platform/tests/css/css-layout-api/fallback-layout/fallback-ref.html rename : testing/web-platform/tests/css/css-layout-api/fallback-layout-invalid-child.https.html => testing/web-platform/tests/css/css-layout-api/fallback-layout/invalid-child.https.html rename : testing/web-platform/tests/css/css-layout-api/fallback-layout-invalid-fragment.https.html => testing/web-platform/tests/css/css-layout-api/fallback-layout/invalid-fragment.https.html rename : testing/web-platform/tests/css/css-layout-api/fallback-layout-no-promise.https.html => testing/web-platform/tests/css/css-layout-api/fallback-layout/no-promise.https.html rename : testing/web-platform/tests/css/css-layout-api/fallback-layout-unresolved-promise.https.html => testing/web-platform/tests/css/css-layout-api/fallback-layout/unresolved-promise.https.html rename : testing/web-platform/tests/css/css-layout-api/layout-child-inlines-dynamic.https.html => testing/web-platform/tests/css/css-layout-api/layout-child/inlines-dynamic.https.html rename : testing/web-platform/tests/css/css-layout-api/support/layout-child-worklet.js => testing/web-platform/tests/css/css-layout-api/layout-child/support/layout-child-worklet.js rename : testing/web-platform/tests/css/css-layout-api/position-fragment-ref.html => testing/web-platform/tests/css/css-layout-api/position-fragment/ref.html rename : testing/web-platform/tests/css/css-layout-api/support/layout-position-child-worklet.js => testing/web-platform/tests/css/css-layout-api/position-fragment/support/layout-position-child-worklet.js
39 lines
1.4 KiB
HTML
39 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Layout API: Dynamic blockification of inline children</title>
|
|
<link rel="author" href="mailto:obrufau@igalia.com" title="Oriol Brufau">
|
|
<link rel="help" href="https://drafts.css-houdini.org/css-layout-api/#layout-children" title="4.1. Layout Children">
|
|
<meta name="assert" content="This test checks that inline children are correctly blockified or unblockified when the display of the parent changes dynamically." />
|
|
|
|
<style>
|
|
#wrapper {
|
|
display: layout(foo);
|
|
}
|
|
#test {
|
|
display: inline;
|
|
}
|
|
</style>
|
|
|
|
<div id="wrapper">
|
|
<div id="test">Lorem ipsum</div>
|
|
</div>
|
|
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<script src="/common/worklet-reftest.js"></script>
|
|
<script>
|
|
promise_test(async function() {
|
|
await importWorklet(CSS.layoutWorklet, {url: 'support/layout-child-worklet.js'});
|
|
|
|
const wrapper = document.getElementById("wrapper");
|
|
const test = document.getElementById("test");
|
|
|
|
assert_equals(getComputedStyle(test).display, "block", "The child should have been blockified by the custom layout");
|
|
|
|
wrapper.style.display = "block";
|
|
assert_equals(getComputedStyle(test).display, "inline", "The child should no longer be blockified in block layout");
|
|
|
|
wrapper.style.display = "";
|
|
assert_equals(getComputedStyle(test).display, "block", "The child should have been blockified again");
|
|
});
|
|
</script>
|