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

Unified Diff: Source/web/tests/data/brand_color_test.html

Issue 329943004: Implementation of brand-color (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/web/tests/data/brand_color_test.html
diff --git a/Source/web/tests/data/brand_color_test.html b/Source/web/tests/data/brand_color_test.html
new file mode 100644
index 0000000000000000000000000000000000000000..b15146e85abdcd81f4846367fd81eba6746b0472
--- /dev/null
+++ b/Source/web/tests/data/brand_color_test.html
@@ -0,0 +1,8 @@
+ <html>
esprehn 2014/06/19 10:37:04 missing doctype
michaelbai 2014/06/19 16:42:51 I am not aware the test html doc has strict rule,
+ <head>
+ <title>Original Title</title>
esprehn 2014/06/19 10:37:04 What is "Original title"? We usually leave html, h
michaelbai 2014/06/19 16:42:51 I will have another patch to remove this. On 201
+ <meta name="brand-color" content=" blue ">
esprehn 2014/06/19 10:37:04 You really need more tests, what if I change this
michaelbai 2014/06/19 16:42:51 I just test the main feature, as to notification o
esprehn 2014/06/19 18:02:21 You don't test dynamic insertions, or having multi
+ <head>
+ <body>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698