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> |