gtk/testsuite/reftests/glarea-gl-only.css
Benjamin Otte f200e8b132 reftests: Add a testcase for GtkGLArea::allowed-apis
See code comments for how it uses GL commands that should fail with GLES.

Related: !6520
2024-01-05 07:30:38 +01:00

7 lines
144 B
CSS

.orange {
/* The color of the mipmap'ed image */
background-color: #ff7000;
/* So the error label doesn't show */
color: transparent;
}