Skip to content

Commit cf5a562

Browse files
committed
Made styles visible
1 parent ca7c3fe commit cf5a562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firefox-font-tab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Font Tab testing</title><style type="text/css" media="all">body {font-family: Times, serlf;}div {margin: 1em; background-color: red;}div.d01 {font-family: Arial, sans-serif;}span {background-color: lime; font-family: Arial, sans-serif;}span + span {background-color: cyan; font-family: Impact, serif;}</style></head><body><div class="d01"><span>foo</span></div><div class="d02"><span>foo</span></div><div class="d03"><span>foo</span><span>foo</span></div></body></html>
1+
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><title>Font Tab testing</title><style type="text/css" media="all" id="tests">body {font-family: Times, serlf;}div {margin: 1em; background-color: red;}div.d01 {font-family: Arial, sans-serif;}span {background-color: lime; font-family: Arial, sans-serif;}span + span {background-color: cyan; font-family: Impact, serif;}</style><link rel="stylesheet" type="text/css" href="c/style-insert-tests.css"></head><body><div class="d01"><span>foo</span></div><div class="d02"><span>foo</span></div><div class="d03"><span>foo</span><span>foo</span></div></body></html>

0 commit comments

Comments
 (0)