tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / font-face-in-shadow-DOM.html-disabled
1 <style>
2     /* a descendant rule */
3     p > p { }
4     @font-face {
5         font-family: 'remote';
6         src: url(../../resources/Ahem.ttf);
7     }
8 </style>
9 <textarea style="width: 108px; height: 102px; font-family: remote; font-size: 100px; color: green; background-color: red; padding: 0;">A</textarea>
10 <script>
11     document.body.offsetTop;
12 </script>