repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
images
/
pixelated-composited-expected.html
blob
ead485b1480a5d97c81d321d440ec055e9266961
1
<!DOCTYPE
html
>
2
<style>
3
img {
4
width:
110
px;
5
height:
110
px;
6
image-rendering: pixelated;
7
}
8
</style>
9
<body>
10
<!-- Draw a normal pixelated image. -->
11
<img
src
=
"resources/grid-small.png"
>
12
</body>
13
<script>
14
// Ignore the render tree.
15
if
(
window
.
testRunner
)
16
window
.
testRunner
.
dumpAsTextWithPixelResults
();
17
</script>