Skip to content

Commit

Permalink
Prevent support file being interpreted as test,
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: FFVMAQlXQZl

Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1381845 [ci skip]
jgraham committed Aug 2, 2017
1 parent 2f3afa5 commit 447d9ef
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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:[email protected]">
<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">

2 changes: 1 addition & 1 deletion css/css-values-3/vh_not_refreshing_on_chrome.html
Original file line number Diff line number Diff line change
@@ -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 lint.whitelist
Original file line number Diff line number Diff line change
@@ -466,7 +466,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

0 comments on commit 447d9ef

Please sign in to comment.