OLD | NEW |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
2 "http://www.w3.org/TR/html4/loose.dtd"> | 2 "http://www.w3.org/TR/html4/loose.dtd"> |
3 | 3 |
4 <html lang="en"> | 4 <html lang="en"> |
5 <head> | 5 <head> |
6 <title>Test hit testing of transform property while animating</title> | 6 <title>Test hit testing of transform property while animating</title> |
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
8 <style> | 8 <style> |
9 #target { | 9 #target { |
10 position: absolute; | 10 position: absolute; |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 This test starts an animation of the 'transform' property and then does
elementFromPoint calls | 80 This test starts an animation of the 'transform' property and then does
elementFromPoint calls |
81 at the shown yellow dots to see if hit testing works | 81 at the shown yellow dots to see if hit testing works |
82 </div> | 82 </div> |
83 <div id="target"></div> | 83 <div id="target"></div> |
84 <div class="dot" style="left:150px"></div> | 84 <div class="dot" style="left:150px"></div> |
85 <div class="dot" style="left:300px"></div> | 85 <div class="dot" style="left:300px"></div> |
86 <div class="dot" style="left:450px"></div> | 86 <div class="dot" style="left:450px"></div> |
87 <div id="result" style="position:absolute; top:250px"></div> | 87 <div id="result" style="position:absolute; top:250px"></div> |
88 </body> | 88 </body> |
89 </html> | 89 </html> |
OLD | NEW |