Bug 1465936 - Follow-up: Fix reftests to have LF line endings and to end with a newline. r=dholbert
MozReview-Commit-ID: HvndvEbyjJg
--- a/layout/reftests/w3c-css/submitted/contain/contain-paint-ignored-cases-internal-table-001-ref.html
+++ b/layout/reftests/w3c-css/submitted/contain/contain-paint-ignored-cases-internal-table-001-ref.html
@@ -1,30 +1,30 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset=utf-8>
- <title>CSS Reftest Reference</title>
- <link rel="author" title="Yusuf Sermet" href="mailto:ysermet@mozilla.com">
- <style>
- tr {
- z-index: 10;
- }
- th {
- background-color: blue;
- padding-left: 50px;
- }
- caption {
- position: fixed;
- background-color: yellow;
- z-index: 2;
- }
- </style>
- </head>
- <body>
- <table>
- <caption>PASS</caption>
- <tr>
- <th> </th>
- </tr>
- </table>
- </body>
-</html>
\ No newline at end of file
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset=utf-8>
+ <title>CSS Reftest Reference</title>
+ <link rel="author" title="Yusuf Sermet" href="mailto:ysermet@mozilla.com">
+ <style>
+ tr {
+ z-index: 10;
+ }
+ th {
+ background-color: blue;
+ padding-left: 50px;
+ }
+ caption {
+ position: fixed;
+ background-color: yellow;
+ z-index: 2;
+ }
+ </style>
+ </head>
+ <body>
+ <table>
+ <caption>PASS</caption>
+ <tr>
+ <th> </th>
+ </tr>
+ </table>
+ </body>
+</html>
--- a/layout/reftests/w3c-css/submitted/contain/contain-paint-ignored-cases-internal-table-001a.html
+++ b/layout/reftests/w3c-css/submitted/contain/contain-paint-ignored-cases-internal-table-001a.html
@@ -1,34 +1,34 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset=utf-8>
- <title>CSS-contain test: paint containment on internal table elements except table-cell.</title>
- <link rel="author" title="Yusuf Sermet" href="mailto:ysermet@mozilla.com">
- <link rel="help" href="http://www.w3.org/TR/css-containment-1/#containment-paint">
- <link rel="match" href="contain-paint-ignored-cases-internal-table-001-ref.html">
- <meta name="assert" content="Paint containment should not apply to internal table elements except table-cell. This test testes only the tr element, and confirms contain:paint does not create a stacking context.">
- <style>
- tr {
- contain: paint;
- z-index: 10;
- }
- th {
- background-color: blue;
- padding-left: 50px;
- }
- caption {
- position: fixed;
- background-color: yellow;
- z-index: 2;
- }
- </style>
- </head>
- <body>
- <table>
- <caption>PASS</caption>
- <tr>
- <th> </th>
- </tr>
- </table>
- </body>
-</html>
\ No newline at end of file
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset=utf-8>
+ <title>CSS-contain test: paint containment on internal table elements except table-cell.</title>
+ <link rel="author" title="Yusuf Sermet" href="mailto:ysermet@mozilla.com">
+ <link rel="help" href="http://www.w3.org/TR/css-containment-1/#containment-paint">
+ <link rel="match" href="contain-paint-ignored-cases-internal-table-001-ref.html">
+ <meta name="assert" content="Paint containment should not apply to internal table elements except table-cell. This test testes only the tr element, and confirms contain:paint does not create a stacking context.">
+ <style>
+ tr {
+ contain: paint;
+ z-index: 10;
+ }
+ th {
+ background-color: blue;
+ padding-left: 50px;
+ }
+ caption {
+ position: fixed;
+ background-color: yellow;
+ z-index: 2;
+ }
+ </style>
+ </head>
+ <body>
+ <table>
+ <caption>PASS</caption>
+ <tr>
+ <th> </th>
+ </tr>
+ </table>
+ </body>
+</html>
--- a/layout/reftests/w3c-css/submitted/contain/contain-paint-ignored-cases-internal-table-001b.html
+++ b/layout/reftests/w3c-css/submitted/contain/contain-paint-ignored-cases-internal-table-001b.html
@@ -1,36 +1,36 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset=utf-8>
- <title>CSS-contain test: paint containment on internal table elements except table-cell.</title>
- <link rel="author" title="Yusuf Sermet" href="mailto:ysermet@mozilla.com">
- <link rel="help" href="http://www.w3.org/TR/css-containment-1/#containment-paint">
- <link rel="match" href="contain-paint-ignored-cases-internal-table-001-ref.html">
- <meta name="assert" content="Paint containment should not apply to internal table elements except table-cell. This test testes only the tbody element, and confirms contain:paint does not create a stacking context.">
- <style>
- tbody {
- contain: paint;
- z-index: 10;
- }
- th {
- background-color: blue;
- padding-left: 50px;
- }
- caption {
- position: fixed;
- background-color: yellow;
- z-index: 2;
- }
- </style>
- </head>
- <body>
- <table>
- <caption>PASS</caption>
- <tbody>
- <tr>
- <th> </th>
- </tr>
- </tbody>
- </table>
- </body>
-</html>
\ No newline at end of file
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset=utf-8>
+ <title>CSS-contain test: paint containment on internal table elements except table-cell.</title>
+ <link rel="author" title="Yusuf Sermet" href="mailto:ysermet@mozilla.com">
+ <link rel="help" href="http://www.w3.org/TR/css-containment-1/#containment-paint">
+ <link rel="match" href="contain-paint-ignored-cases-internal-table-001-ref.html">
+ <meta name="assert" content="Paint containment should not apply to internal table elements except table-cell. This test testes only the tbody element, and confirms contain:paint does not create a stacking context.">
+ <style>
+ tbody {
+ contain: paint;
+ z-index: 10;
+ }
+ th {
+ background-color: blue;
+ padding-left: 50px;
+ }
+ caption {
+ position: fixed;
+ background-color: yellow;
+ z-index: 2;
+ }
+ </style>
+ </head>
+ <body>
+ <table>
+ <caption>PASS</caption>
+ <tbody>
+ <tr>
+ <th> </th>
+ </tr>
+ </tbody>
+ </table>
+ </body>
+</html>
--- a/layout/reftests/w3c-css/submitted/contain/contain-paint-ignored-cases-no-principal-box-001-ref.html
+++ b/layout/reftests/w3c-css/submitted/contain/contain-paint-ignored-cases-no-principal-box-001-ref.html
@@ -49,9 +49,9 @@
<div id="div2">
<div id="div2_1"></div>
<div id="div2_2"></div>
</div>
<div id="div3"></div>
</body>
-</html>
\ No newline at end of file
+</html>
--- a/layout/reftests/w3c-css/submitted/contain/contain-paint-ignored-cases-no-principal-box-001.html
+++ b/layout/reftests/w3c-css/submitted/contain/contain-paint-ignored-cases-no-principal-box-001.html
@@ -53,9 +53,9 @@
<div id="div2">
<div id="div2_1"></div>
<div id="div2_2"></div>
</div>
<div id="div3"></div>
</body>
-</html>
\ No newline at end of file
+</html>