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

Unified Diff: LayoutTests/fast/css/variables/variable-unparseable-value-crash.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/variable-unparseable-value-crash.html
diff --git a/LayoutTests/fast/css/variables/variable-unparseable-value-crash.html b/LayoutTests/fast/css/variables/variable-unparseable-value-crash.html
index 29f74f0519189dd524ac12006efd5f609b8c8d56..153e737829a2a6945fa02db9bab7512fa301c2c3 100644
--- a/LayoutTests/fast/css/variables/variable-unparseable-value-crash.html
+++ b/LayoutTests/fast/css/variables/variable-unparseable-value-crash.html
@@ -4,7 +4,7 @@ if (window.testRunner)
</script>
<style>
div {
- -webkit-var-b: 1pxpx;
+ var-b: 1pxpx;
}
</style>
This test is successful if it does not crash.
« no previous file with comments | « LayoutTests/fast/css/variables/variable-chain.html ('k') | LayoutTests/inspector/styles/variables/css-variables.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698