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
/
dialog
/
backdrop-dynamic-style-change-expected.html
blob
01cb93d2abc9de4a8824904f57b5ef4bf5c93a4a
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
.backdrop {
6
position: absolute;
7
top:
100
px;
8
left:
100
px;
9
height:
100
px;
10
width:
100
px;
11
background-color: green;
12
}
13
</style>
14
</head>
15
<body>
16
Test dynamic changes to ::backdrop style. The test passes if there is a green box below.
17
<div
class
=
"backdrop"
></div>
18
</body>
19
</html>