Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.52
/
.
/
LayoutTests
/
fast
/
css
/
nested-media-print-expected.html
blob: 0b6d3e4073dad17359e279ec6902ff3eda7f61b6 [
file
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<script>
if
(
window
.
testRunner
)
testRunner
.
setPrinting
();
</script>
<style>
.
square
{
width
:
100px
;
height
:
100px
;
background-color
:
green
;
}
</style>
</head>
<body>
<div
class
=
"square"
></div>
</body>
</html>