From d8db750e15fe957b7a2672b2974781cfb5347d95 Mon Sep 17 00:00:00 2001 From: Xianzhu Wang Date: Mon, 20 May 2019 12:59:36 +0000 Subject: [PATCH] Bug 1550328 [wpt PR 16629] - Always use physical coordinates for visual rects, a=testonly Automatic update from web-platform-tests Always use physical coordinates for visual rects - Let MapToVisualRectInAncestorSpace() always treat the input rect as in pure physical coordinates. Previously the input was inconsistent: pure physical for boxes, and flipped for inlines. - This makes it clear that all visual rects, regardless of their coordinates spaces, are in physical coordinates. - This reduces unnecessary back and forth flipping in LayoutNG which is already using physical coordinates in inline layout. Bug: 941228 Change-Id: I10e16c5e7833e94a615e4dd18aa3141512b8e9e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1568619 Reviewed-by: Chris Harrelson Reviewed-by: Koji Ishii Reviewed-by: Stefan Zager Commit-Queue: Xianzhu Wang Cr-Commit-Position: refs/heads/master@{#656051} -- wpt-commits: 5e447de33a3c3c0de7cb96513e8318ca673f182e wpt-pr: 16629 --- .../v2/drop-shadow-filter-vertical-rl.html | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 testing/web-platform/tests/intersection-observer/v2/drop-shadow-filter-vertical-rl.html diff --git a/testing/web-platform/tests/intersection-observer/v2/drop-shadow-filter-vertical-rl.html b/testing/web-platform/tests/intersection-observer/v2/drop-shadow-filter-vertical-rl.html new file mode 100644 index 000000000000..fc5b145e1fb4 --- /dev/null +++ b/testing/web-platform/tests/intersection-observer/v2/drop-shadow-filter-vertical-rl.html @@ -0,0 +1,66 @@ + + + + + + + +
+
+ +