gecko-dev/layout/reftests/fonts/graphite/grtest-simple.gdl

14 lines
170 B
Plaintext

#include "stddef.gdh"
table(glyph)
clsFail = codepoint("FAIL");
clsPass = codepoint("PaSs");
endtable
table(substitution)
pass(1)
clsFail > clsPass;
endpass;
endtable