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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css-grid-layout
/
grid-item-order-paint-order-expected.html
blob
761af6053ecebb1b8badc2636ab4ceca629fd91c
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
.grid {
6
width:
100
px;
7
height:
100
px;
8
background-color: green;
9
}
10
</style>
11
</head>
12
<body>
13
<p>
This test checks that 'order' changes the paint ordering.
</p>
14
<p>
There should be
2
green squares below.
</p>
15
<div
class
=
"grid"
></div>
16
17
<div
class
=
"grid"
></div>
18
</body>
19
</html>