Skip to content

Use 'pixelated' as fallback of 'crisp-edges' in object-position tests #53930

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions css/css-images/object-fit-contain-png-001-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
background-image: url("support/colors-16x8.png");
background-size: contain;
background-repeat: no-repeat;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
}
.bigWide {
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-contain-png-001c.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: contain;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-contain-png-001e.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: contain;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-contain-png-001i.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: contain;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-contain-png-001o.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: contain;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-contain-png-001p.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: contain;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-contain-png-002-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
background-image: url("support/colors-8x16.png");
background-size: contain;
background-repeat: no-repeat;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
}
.bigWide {
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-contain-png-002c.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: contain;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-contain-png-002e.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: contain;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-contain-png-002i.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: contain;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-contain-png-002o.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: contain;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-contain-png-002p.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: contain;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-cover-png-001-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
background-image: url("support/colors-16x8.png");
background-size: cover;
background-repeat: no-repeat;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
}
.bigWide {
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-cover-png-001c.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: cover;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-cover-png-001e.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: cover;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-cover-png-001i.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: cover;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-cover-png-001o.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: cover;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-cover-png-001p.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: cover;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-cover-png-002-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
background-image: url("support/colors-8x16.png");
background-size: cover;
background-repeat: no-repeat;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
}
.bigWide {
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-cover-png-002c.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: cover;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-cover-png-002e.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: cover;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-cover-png-002i.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: cover;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-cover-png-002o.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: cover;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-cover-png-002p.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: cover;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-fill-png-001-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
background-image: url("support/colors-16x8.png");
background-size: 100% 100%;
background-repeat: no-repeat;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
}
.bigWide {
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-fill-png-001c.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: fill;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-fill-png-001e.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: fill;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-fill-png-001i.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: fill;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-fill-png-001o.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: fill;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-fill-png-001p.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: fill;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-fill-png-002-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
background-image: url("support/colors-8x16.png");
background-size: 100% 100%;
background-repeat: no-repeat;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
}
.bigWide {
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-fill-png-002c.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: fill;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-fill-png-002e.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: fill;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-fill-png-002i.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: fill;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-fill-png-002o.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: fill;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-fill-png-002p.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: fill;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-none-png-001-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
background-image: url("support/colors-16x8.png");
background-size: auto auto;
background-repeat: no-repeat;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
}
.bigWide {
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-none-png-001c.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: none;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-none-png-001e.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: none;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-none-png-001i.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: none;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-none-png-001o.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: none;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-none-png-001p.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: none;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-none-png-002-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
background-image: url("support/colors-8x16.png");
background-size: auto auto;
background-repeat: no-repeat;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
}
.bigWide {
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-none-png-002c.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: none;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-none-png-002e.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: none;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-none-png-002i.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: none;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-none-png-002o.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: none;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-none-png-002p.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: none;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-scale-down-png-001-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
background-image: url("support/colors-16x8.png");
background-size: auto auto;
background-repeat: no-repeat;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
}
.objectOuter > .small { background-size: contain; }
Expand Down
1 change: 1 addition & 0 deletions css/css-images/object-fit-scale-down-png-001c.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border: 1px dashed gray;
padding: 1px;
object-fit: scale-down;
image-rendering: pixelated; /* for UAs that don't support crisp-edges */
image-rendering: crisp-edges;
float: left;
}
Expand Down
Loading