Skip to content

Commit

Permalink
Fix typos in the names of two css-transforms tests
Browse files Browse the repository at this point in the history
Change-Id: Idc6c29ebf843396f130bdf2900063d9f5ae67c3f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3112518
Commit-Queue: David Baron <dbaron@chromium.org>
Auto-Submit: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: David Baron <dbaron@chromium.org>
Cr-Commit-Position: refs/heads/main@{#914394}
  • Loading branch information
wangxianzhu authored and chromium-wpt-export-bot committed Aug 23, 2021
1 parent 6638bc3 commit 4f637c5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<link rel="author" title="Seokho Song" href="mailto:0xdevssh@gmail.com">
<link rel="help" href="https://www.w3.org/TR/css-transforms-2/#3d-transform-rendering/">
<link rel="match" href="scrolalble-hidden-3d-transform-z-ref.html">
<link rel="match" href="scrollable-hidden-3d-transform-z-ref.html">
<style>
#container {
width: 100px;
Expand All @@ -23,4 +23,4 @@
<div id="scroller">
<div style="height: 300px"></div>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<link rel="author" title="Seokho Song" href="mailto:0xdevssh@gmail.com">
<link rel="help" href="https://www.w3.org/TR/css-transforms-2/#3d-transform-rendering/">
<link rel="match" href="scrolalble-scroll-3d-transform-z-ref.html">
<link rel="match" href="scrollable-scroll-3d-transform-z-ref.html">
<style>
#container {
width: 100px;
Expand Down

0 comments on commit 4f637c5

Please sign in to comment.