Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / transform-function-lowercase-assert.html
1 <style>
2     #dummy { transform: translateX(0) translateY(0) scaleX(1) scaleY(1) skewX(0) skewY(0); }
3 </style>
4 <script>
5     if (window.testRunner)
6         testRunner.dumpAsText();
7 </script>
8 <p>
9     This is a test for an assertion failure in CSSParser.cpp&rsquo;s equalIgnoringCase() when
10     parsing transform functions whose canonical form is mixed-case (e.g. translateX).
11 </p>
12 <p>
13     No assertion failure means PASS.
14 </p>