fune/testing/web-platform/tests/css/css-transforms/transform3d-scale-001-ref.html
Kevin Ellis e3f910ae0c Bug 1542417 [wpt PR 16263] - Fix anti-aliasing artifacts in scale tests., a=testonly
Automatic update from web-platform-tests
Fix anti-aliasing artifacts in scale tests.

Update test pattern for transform3d scale tests to address test failures due to font anti-aliasing.

Bug: 753080
Change-Id: Ic0afcd60fd0fdb740049043d38e45c631f7a2f5f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1553305
Reviewed-by: Stephen Chenney <schenney@chromium.org>
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#647879}

--

wpt-commits: 055bf244474e8b0f0302555f41d9723e34dfde19
wpt-pr: 16263
2019-06-05 10:25:24 +01:00

14 lines
538 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Matt Woodrow" href="mailto:mwoodrow@mozilla.com">
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
</head>
<body>
<div style="transform: scaleX(2) scaleY(2); transform-origin: 0 0; width: 100px; height: 100px;">
<div style="background: blue; width: 50px; height: 50px;"></div>
<div style="background: lime; width: 50px; height: 50px; margin-left: 50px;"></div>
</div>
</body>
</html>