3 <meta http-equiv=
"Content-type" content=
"text/html; charset=utf-8">
4 <title>Testing hittest on a layer with null transform
</title>
5 <style type=
"text/css" media=
"screen">
12 background-color: #ddf;
13 -webkit-perspective:
800;
17 background-color: #dff;
25 <script type=
"text/javascript" charset=
"utf-8">
28 var x = document.elementFromPoint(
150,
150);
29 var results = document.getElementById(
"results");
32 results.innerText =
"Pass.";
35 if (window.testRunner)
36 testRunner.dumpAsText();
41 <body onload=
"runTest()">
42 <h1>Testing hittest on a layer with null transform
</h1>
43 <p>https://bugs.webkit.org/show_bug.cgi?id=
24252</p>
45 <p id=
"x">transformed element
</p><br>
47 <p id=
"results">Fail!
</p>