Sign in
webkit
/
WebKit
/
1ae32ffaa60e07410e8accdc0af3b31feaa74e3a
/
.
/
LayoutTests
/
fast
/
repaint
/
outline-with-overflow-hidden-ancestor-expected.html
blob: e11a36923cdfd995deae026ed3d78d2d8f9cc38c [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<html>
<head>
<title>
This tests that outline is clipped properly.
</title>
<style>
div
{
width
:
100px
;
height
:
100px
;
border
:
1px
solid green
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>