Skip to content

Commit

Permalink
Bug 1381845 - Prevent support file being interpreted as test, r=annevk
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: FFVMAQlXQZl
  • Loading branch information
jgraham committed Jul 20, 2017
1 parent be868e7 commit e9c75ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
<head>

<title>CSS Values and Units Test: vh-based dimension doesn't change when the element other dimension doesn't change.</title>
<meta name="assert" content="vh-based dimension doesn't change when the element other dimension doesn't change. Bug for Chrome 19.0.1084.56 / Mac OS X 10.6.8">
<link rel="author" title="Marc Bourlon" href="mailto:marc@bourlon.com">
<link rel="help" href="http://www.w3.org/TR/css3-values/#viewport-relative-lengths" title="5.1.2. Viewport-percentage lengths: the 'vw', 'vh', 'vmin', 'vmax' units">
<link rel="match" href="reference/vh_not_refreshing_on_chrome-ref.html">

<style type="text/css">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</head>
<body>

<iframe id="frameTest" src="vh_not_refreshing_on_chrome_iframe.html" frameborder="0"></iframe>
<iframe id="frameTest" src="support/vh_not_refreshing_on_chrome_iframe.html" frameborder="0"></iframe>

</body>
</html>
2 changes: 1 addition & 1 deletion testing/web-platform/tests/lint.whitelist
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ SET TIMEOUT: css/css-transitions-2/transitioncancel-001.html
SET TIMEOUT: css/css-values-3/reference/vh_not_refreshing_on_chrome-ref.html
SET TIMEOUT: css/css-values-3/reference/vh_not_refreshing_on_chrome_iframe-ref.html
SET TIMEOUT: css/css-values-3/vh_not_refreshing_on_chrome.html
SET TIMEOUT: css/css-values-3/vh_not_refreshing_on_chrome_iframe.html
SET TIMEOUT: css/css-values-3/support/vh_not_refreshing_on_chrome_iframe.html
SET TIMEOUT: css/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001.html
SET TIMEOUT: css/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001a.html
SET TIMEOUT: css/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001b.html
Expand Down

0 comments on commit e9c75ca

Please sign in to comment.