Skip to content

Commit

Permalink
Rename -expected.html files to -ref.html in css/ (#39767)
Browse files Browse the repository at this point in the history
  • Loading branch information
nt1m authored May 1, 2023
1 parent 71aca13 commit e4f565a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<title>Test if percentage height of table's child element with box-sizing: border-box is calculated correctly</title>
<link rel="help" href="https://drafts.csswg.org/css-sizing/#box-sizing">
<link rel="match" href="table-child-percentage-height-with-border-box-expected.html">
<link rel="match" href="table-child-percentage-height-with-border-box-ref.html">
<style>
html {
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion css/filter-effects/background-image-blur-repaint.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#FilterProperty">
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#background-image">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=415106">
<link rel="match" href="reference/background-image-blur-repaint-expected.html">
<link rel="match" href="reference/background-image-blur-repaint-ref.html">
<meta name="assert" content="An element with background-image and a filter should be rendered correctly after other elements on the page change size. You should see a 50x50 green box over a blurred background."/>

<script src="/common/reftest-wait.js"></script>
Expand Down

0 comments on commit e4f565a

Please sign in to comment.