Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <style> | |
| 2 @import url(a)</style> | |
| 3 <script> | |
| 4 function f() { | |
| 5 window.parent.postMessage(1, '*'); | |
| 6 var t = document.documentElement.outerHTML; | |
| 7 document.writeln(t); | |
| 8 } | |
| 9 </script> | |
| 10 <style onload="f()"></style> | |
| 11 <iframe></iframe> | |
|
kouhei (in TOK)
2016/06/24 09:02:54
Please format.
Would it be possible to create a t
| |
| OLD | NEW |