git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Dynamic background color changes do not update until a layout is forced
[WebKit-https.git]
/
LayoutTests
/
svg
/
repaint
/
add-background-property-on-root-expected.html
1
<!DOCTYPE html>
2
<div style="width: 100px; height: 100px; background: red">
3
<svg width="100" height="100" style="background: green"></svg>
4
</div>