OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script src="../../resources/testharness.js"></script> | |
3 <script src="../../resources/testharnessreport.js"></script> | |
4 <svg> | |
5 <view></view> | |
6 </svg> | |
7 <script> | |
8 test(function () { | |
9 var view = document.querySelector("view"); | |
10 view.viewTarget; | |
foolip
2016/09/06 10:28:14
This works, but I'd also suggest adding an histori
Shanmuga Pandi
2016/09/06 11:44:38
Thanks foolip@.
Currently I don't have permission
| |
11 }, "view.viewTarget should throw deprecation warning"); | |
12 </script> | |
OLD | NEW |