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

Unified Diff: docs/testing/writing_layout_tests.md

Issue 2579953002: Minor fixes for layout test writing documentation. (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/testing/writing_layout_tests.md
diff --git a/docs/testing/writing_layout_tests.md b/docs/testing/writing_layout_tests.md
index 7067687c380383d9cd5c35ae616b2a0769935ed6..f2767c206dedb34307ae5b5972ed16a7271b5d22 100644
--- a/docs/testing/writing_layout_tests.md
+++ b/docs/testing/writing_layout_tests.md
@@ -270,8 +270,9 @@ discussed on
### Character Encoding
-Tests should use the UTF-8 **character encoding**, which should be declared by
-`<meta charset=utf-8>`. This does not apply when specifically testing encodings.
+&#x1F6A7; Tests should use the UTF-8 **character encoding**, which should be
+declared by `<meta charset=utf-8>`. This does not apply when specifically
+testing encodings.
The `<meta>` tag must be the first child of the document's `<head>` element. In
documents that do not have an explicit `<head>`, the `<meta>` tag must follow
@@ -653,7 +654,7 @@ or the Task Manager on Windows, and `killall` or Activity Monitor on MacOS.
The test server sets up an alias to the `LayoutTests/resources` directory. In
HTTP tests, you can access the testing framework at e.g.
-`src="/js-test-resources/testharness.js"`.
+`src="/resources/testharness.js"`.
TODO: Document [wptserve](http://wptserve.readthedocs.io/) when we are in a
position to use it to run layout tests.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698