summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/syntax/support/core-syntax-009.css
blob: 7fe2fe1b4d37c94163c500eac005e32ded7f3d86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* This file contains significant white space below this line. Edit carefully. */
* { color: red; }
	
div
	
p
	
{
	
color
	
:
	
green
	
;
	
}

divp { color: red; }