fune/testing/web-platform/tests/css/css-writing-modes/wm-propagation-body-dynamic-change-003-ref.html
Rune Lillesveen 46753348b0 Bug 1711227 [wpt PR 28999] - Propagate used writing-mode from html root to text children, a=testonly
Automatic update from web-platform-tests
Propagate used writing-mode from html root to text children

The writing-mode and direction is propagated to the html root from the
body element if they differ in computed values. On initial layout tree
attachment that already worked, but we also need to need to propagate
the changed used styles down to text children on style changes when we
don't reattach the layout tree.

Bug: 1209144
Change-Id: Id16d026da49e86a73ebacfb927938896fc4d84b8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2897286
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/master@{#883978}

--

wpt-commits: c7a51825af8dfc7961d97f59225362fe10890819
wpt-pr: 28999
2021-05-20 03:45:38 +00:00

4 lines
133 B
HTML

<!doctype html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<body style="margin:0">This text must be horizontal.</body>