Sign in
chromium
/
chromium
/
src
/
e56ee73b51a20cb3aed067ff2693b8703d577400
/
.
/
third_party
/
blink
/
web_tests
/
fast
/
css
/
style-for-math-with-class.html
blob: f06a4d5023e8ecd1d2c8ddfe72fd02841a2a00d6 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
math
{
background
:
red
}
math
.
x
{
background
:
green
}
</style>
<math
class
=
"x"
>
Text
</math>