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

Unified Diff: LayoutTests/fast/css/variables/invalid-font-reference.html

Issue 16183002: Unprefix CSS Variables (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and updated prefix test Created 7 years, 6 months 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css/variables/invalid-font-reference.html
diff --git a/LayoutTests/fast/css/variables/invalid-font-reference.html b/LayoutTests/fast/css/variables/invalid-font-reference.html
index 11dde0a659539d77921fcc324bbdb4e252c5ba04..00aa0f95b5f931e00de131840bdd3d2731c3ce10 100644
--- a/LayoutTests/fast/css/variables/invalid-font-reference.html
+++ b/LayoutTests/fast/css/variables/invalid-font-reference.html
@@ -7,7 +7,7 @@ if (window.testRunner) {
</script>
<style>
body {
- font: -webkit-var(var6) hangul mongolian;
+ font: var(var6) hangul mongolian;
}
</style>
This test is successful if it does not crash.
« no previous file with comments | « LayoutTests/fast/css/variables/inline-styles.html ('k') | LayoutTests/fast/css/variables/invalid-shorthand.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698