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

Side by Side Diff: LayoutTests/css-parser/color-escape-parsing.html

Issue 1169983004: Move fast-path color parsing from CSSPropertyParser to CSSParserFastPaths (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <script src="../resources/testharness.js"></script>
3 <script src="../resources/testharnessreport.js"></script>
4 <script src="resources/property-parsing-test.js"></script>
5 <script>
6 assert_valid_value("color", "\\rgb(10, 20, 30)", "rgb(10, 20, 30)");
7 assert_invalid_value("border-color", "\\#ff0000");
8 assert_invalid_value("background-color", "rgb\\(255\\,0\\,0\\)");
9 </script>
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/parser/CSSParser.cpp » ('j') | Source/core/css/parser/CSSParserFastPaths.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698