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

Unified Diff: LayoutTests/fast/css/font_property_normal.html

Issue 1015303002: Promote new CSS parser to experimental (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « LayoutTests/css3/supports-expected.txt ('k') | LayoutTests/fast/css/parsing-css-nth-child.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/font_property_normal.html
diff --git a/LayoutTests/fast/css/font_property_normal.html b/LayoutTests/fast/css/font_property_normal.html
index 2cfb347e2e4be76edaf6ec4fb7c55eb1ba552e70..c47febe8d723569aa45264deaf843af0de3bd064 100644
--- a/LayoutTests/fast/css/font_property_normal.html
+++ b/LayoutTests/fast/css/font_property_normal.html
@@ -3,11 +3,11 @@
<HEAD>
<TITLE>Testing valid font property specification</TITLE>
<STYLE type="text/css">
-.one {font: 24pt italic;"}
+.one {font: 24pt italic;}
.two {font: 24pt italic Arial;}
.three {font: 24pt italic 'Arial';}
.four {font: italic 24pt;}
-.five {font: italic 24pt Arial;"}
+.five {font: italic 24pt Arial;}
.six {font: italic 24pt 'Arial';}
.seven {font: Arial 24pt italic;}
.eight {font: 'Arial' 24pt italic;}
« no previous file with comments | « LayoutTests/css3/supports-expected.txt ('k') | LayoutTests/fast/css/parsing-css-nth-child.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698