test_basic.css 474 Bytes
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#test-9 img.prevent-image-flash {
  visibility: hidden;
}

#test-9 svg.prevent-image-flash {
  visibility: hidden;
}

#test-13-1 .stop1 { stop-color: red; }
#test-13-1 .stop2 { stop-color: red; }
#test-13-2 .stop1 { stop-color: green; }
#test-13-2 .stop2 { stop-color: green; }
#test-13-3 .stop1 { stop-color: blue; }
#test-13-3 .stop2 { stop-color: blue; }
#test-13-4 .stop1 { stop-color: yellow; }
#test-13-4 .stop2 { stop-color: yellow; }

#test-17 .test { color: #fff; }