Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css3-text / css3-text-align-last / getComputedStyle / getComputedStyle-text-align-last-inherited.html
blob51271100b264f4d162fdd8f4964172576b88d9a9
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../../../../resources/js-test.js"></script>
5 </head>
6 <body>
7 <div id="ancestor"><div id="child">hello world</div></div>
8 <script src="script-tests/getComputedStyle-text-align-last-inherited.js"></script>
9 </body>
10 </html>