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

Unified Diff: LayoutTests/fast/css/parsing-css-number-types-expected.txt

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
Index: LayoutTests/fast/css/parsing-css-number-types-expected.txt
diff --git a/LayoutTests/fast/css/parsing-css-number-types-expected.txt b/LayoutTests/fast/css/parsing-css-number-types-expected.txt
index 2b9a7e267a699059a3f07ebdcc6e7057b3f3076c..43aecdb38b36be039222558dc7b62a9eb5a28d8f 100644
--- a/LayoutTests/fast/css/parsing-css-number-types-expected.txt
+++ b/LayoutTests/fast/css/parsing-css-number-types-expected.txt
@@ -1,25 +1,25 @@
Test parsing of CSS number types.
-FAILURE
+SUCCESS
Rules from the stylesheet:
#a { font-size: 1em; }
-#b { }
-#c { }
-#d { }
+#b { font-size: 1em; }
+#c { font-size: 1em; }
+#d { font-size: 1em; }
#e { font-size: 1rem; }
-#f { }
+#f { font-size: 1ex; }
#g { font-size: 16px; }
#h { font-size: 16px; }
-#i { }
-#j { }
+#i { font-size: 16px; }
+#j { font-size: 16px; }
#k { font-size: 1cm; }
-#l { }
+#l { font-size: 1mm; }
#m { font-size: 1in; }
#n { font-size: 12pt; }
-#o { }
-#p { }
+#o { font-size: 16px; }
+#p { font-size: 1pc; }
#q { font-size: 100%; }
Expected result:
« no previous file with comments | « LayoutTests/fast/css/parsing-css-nth-child-expected.txt ('k') | LayoutTests/fast/css/parsing-css-wrap-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698