Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / percent-character-as-value.html
blob75282f1d2ebb89521e2bbeee14c5bf439948f372
1 <p>
2 Test for <a href="rdar://problem/6916082">rdar://problem/6916082</a> Incorrect handling of percent sign in a CSS property value.
3 </p>
4 <p>
5 Parsing the color attributes in this test should not crash.
6 </p>
7 <UL><FONT COLOR="&-1089647509;"></UL><FONT COLOR=%>
8 <script>
9 if (window.testRunner)
10 testRunner.dumpAsText();
11 </script>