Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / webgl / array-buffer-crash.html
blob0f54500633c30eba425bf5939eff3a0832377998
1 <html>
2 <head>
3 <script src="../../../resources/js-test.js"></script>
4 <script src="resources/webgl-test.js"></script>
5 </head>
6 <body>
7 <div id="description"></div>
8 <div id="console"></div>
10 <script>
12 description('Test ArrayBuffer.byteLength');
14 <!-- The following used to cause a crash in Chrome -->
15 new ArrayBuffer().byteLength;
17 testPassed("new ArrayBuffer().byteLength did not crash");
19 </script>
21 <script>
22 </script>
24 </body>
25 </html>