Sign in
webkit
/
WebKit
/
15e4da4b5ce83fcfe6de6863df44c60571019d5f
/
.
/
LayoutTests
/
fast
/
css
/
is-specificity-2-expected.html
blob: 1c19d49d79363b61442d1e411620a88661df1cda [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<head>
<style>
*
{
border
:
none
;
}
</style>
</head>
<body>
<target
style
=
"
color
:
blue
;
"
>
Target
</target>
</body>
</html>