Bug 1468268 - Remove & simplify unnecessary CSS in contain:paint reftests. r=dholbert

MozReview-Commit-ID: 8m7FTdwEeS7

--HG--
extra : rebase_source : 23460e9661a48d6f0087f71f5a2a42bfe816ba25
This commit is contained in:
Yusuf Sermet 2018-06-14 10:59:47 -07:00
parent 83dd9d0f68
commit 56541de400
19 changed files with 1 additions and 62 deletions

View File

@ -5,9 +5,6 @@
<title>CSS Reftest Reference</title>
<link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com">
<style>
body {
margin: 0;
}
#a {
width: 150px;
height: 150px;

View File

@ -7,9 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/css-containment-1/#containment-paint">
<link rel="match" href="contain-paint-clip-001-ref.html">
<style>
body {
margin: 0;
}
.root {
contain: paint;
width: 100px;
@ -31,11 +28,6 @@
top: -25px;
left: -25px;
}
.c {
width: 100px;
height: 100px;
background: red;
}
.background {
position: absolute;
top: 0;

View File

@ -6,9 +6,6 @@
<link rel="author" title="Yusuf Sermet" href="mailto:ysermet@mozilla.com">
<link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com">
<style>
body {
margin: 0;
}
.root {
overflow: hidden;
width: 100px;

View File

@ -8,9 +8,6 @@
<link rel="help" href="http://www.w3.org/TR/css-containment-1/#containment-paint">
<link rel="match" href="contain-paint-clip-002-ref.html">
<style>
body {
margin: 0;
}
.root {
contain: paint;
width: 100px;

View File

@ -5,9 +5,6 @@
<title>CSS Reftest Reference</title>
<link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com">
<style>
body {
margin: 0;
}
.root {
overflow-x: scroll;
overflow-y: scroll;

View File

@ -7,9 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/css-containment-1/#containment-paint">
<link rel="match" href="contain-paint-clip-003-ref.html">
<style>
body {
margin: 0;
}
.root {
contain: paint;
overflow-y: scroll;

View File

@ -5,9 +5,6 @@
<title>CSS Reftest Reference</title>
<link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com">
<style>
body {
margin: 0;
}
.root {
overflow-y: scroll;
overflow-x: scroll;

View File

@ -7,9 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/css-containment-1/#containment-paint">
<link rel="match" href="contain-paint-clip-004-ref.html">
<style>
body {
margin: 0;
}
.root {
contain: paint;
overflow-x: scroll;

View File

@ -8,11 +8,9 @@
<link rel="help" href="http://www.w3.org/TR/css-containment-1/#containment-paint">
<link rel="match" href="contain-paint-clip-003-ref.html">
<style>
body {
margin: 0;
}
ul {
padding: 0;
margin: 0;
}
.root {
contain: paint;

View File

@ -6,9 +6,6 @@
<link rel="author" title="Yusuf Sermet" href="mailto:ysermet@mozilla.com">
<link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com">
<style>
body {
margin: 0;
}
.root {
width: 100px;
height: 100px;

View File

@ -8,9 +8,6 @@
<link rel="help" href="http://www.w3.org/TR/css-containment-1/#containment-paint">
<link rel="match" href="contain-paint-clip-006-ref.html">
<style>
body {
margin: 0;
}
.root {
contain: paint;
width: 100px;

View File

@ -5,9 +5,6 @@
<title>CSS Reftest Reference</title>
<link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com">
<style>
body {
margin: 0;
}
#a {
width: 100px;
height: 100px;

View File

@ -7,9 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/css-containment-1/#containment-paint">
<link rel="match" href="contain-paint-containing-block-absolute-001-ref.html">
<style>
body {
margin: 0;
}
#a {
contain: paint;
width: 100px;

View File

@ -5,9 +5,6 @@
<title>CSS Reftest Reference</title>
<link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com">
<style>
body {
margin: 0;
}
#a {
width: 100px;
height: 100px;

View File

@ -7,9 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/css-containment-1/#containment-paint">
<link rel="match" href="contain-paint-containing-block-fixed-001-ref.html">
<style>
body {
margin: 0;
}
#a {
contain: paint;
width: 100px;

View File

@ -5,9 +5,6 @@
<title>CSS Reftest Reference</title>
<link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com">
<style>
body {
margin: 0;
}
#left {
float: left;
height: 50px;

View File

@ -7,9 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/css-containment-1/#containment-paint">
<link rel="match" href="contain-paint-formatting-context-float-001-ref.html">
<style>
body {
margin: 0;
}
#left {
float: left;
height: 50px;

View File

@ -5,9 +5,6 @@
<title>CSS Reftest Test</title>
<link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com">
<style>
body {
margin: 0;
}
#a {
background: blue;
margin: 10px;

View File

@ -7,9 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/css-containment-1/#containment-paint">
<link rel="match" href="contain-paint-formatting-context-margin-001-ref.html">
<style>
body {
margin: 0;
}
#a {
contain: paint;
background: blue;