blob: 02c8d5fe08e9ce06b83ea4bf68c58a66919c6184 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body onLoad="runTest();">
<iframe id="targetFrame" src="resources/1-frame-noncomposited-expected.html" style="position: relative; left: 10px; top: 10px; width: 400px; height: 150px;"></iframe>
<div style="position: relative; left: 10px; top: 20px; transform: translateZ(0);">
This test is successful if "Target Link" is covered by a green box with square corners.
</div>
<script>
function runTest() {
if (window.testRunner)
testRunner.dumpAsTextWithPixelResults();
}
</script>
</body>
</html>
|