Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / webgl / shaders / implicit / less_than.vert
blobb9212b711547ba6bc0636af3ee4e0ccba2444337
1 // implicit cast of int to float with less than should fail
2 void main()
4     bool b = 1.0 < 1;