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