Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(336)

Side by Side Diff: LayoutTests/fast/css/font-shorthand-from-longhands.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 @font-face { 5 @font-face {
6 font-family: "foobar"; 6 font-family: "foobar";
7 src: local("foobar"); 7 src: local("foobar");
8 } 8 }
9 div { 9 div {
10 font-family: "foobar"; 10 font-family: "foobar";
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 style.fontFamily = "sans-serif"; 87 style.fontFamily = "sans-serif";
88 style.fontWeight = "bold"; 88 style.fontWeight = "bold";
89 shouldBe("style.font", "'bold 40px sans-serif'"); 89 shouldBe("style.font", "'bold 40px sans-serif'");
90 shouldBe("computedStyle.font", "'normal normal bold 40px/normal sans-serif'"); 90 shouldBe("computedStyle.font", "'normal normal bold 40px/normal sans-serif'");
91 shouldBe("computedStyle.fontSize", "'40px'"); 91 shouldBe("computedStyle.fontSize", "'40px'");
92 shouldBe("computedStyle.fontFamily", "'sans-serif'"); 92 shouldBe("computedStyle.fontFamily", "'sans-serif'");
93 shouldBe("checkFontStyleValue()", "true"); 93 shouldBe("checkFontStyleValue()", "true");
94 94
95 document.body.removeChild(testContainer); 95 document.body.removeChild(testContainer);
96 </script> 96 </script>
97 <script src="../js/resources/js-test-post.js"></script>
98 </body> 97 </body>
99 </html> 98 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/font-family-trailing-bracket-gunk.html ('k') | LayoutTests/fast/css/font-shorthand-mix-inherit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698