Cleanup after SK_SUPPORT_LEGACY_COLOR32_MATH rebaseline
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / plugins / null-npp-getvalue-pointer.html
blob7acdc8d177a8ded5d1314714e396c499bdf1f0e4
1 <html>
2 <head>
3 <body>
4 <embed id="testPlugin" type="application/x-webkit-test-netscape" src="data:text/plain," test="null-npp-getvalue-pointer">
5 </embed>
7 <div>
8 This tests that we don't crash when the plugin passes 0 for its NPP_GetValue pointer.
9 </div>
10 <script>
11 if (window.testRunner)
12 testRunner.dumpAsText();
13 </script>
14 </body>
15 </html>