diff options
author | askeing <askeing@gmail.com> | 2016-04-14 15:55:25 +0800 |
---|---|---|
committer | askeing <askeing@gmail.com> | 2016-04-14 15:55:25 +0800 |
commit | bfe460de9e482bdd40b6ec6f702d612d1bb5b43b (patch) | |
tree | 4c76c32f4daf067bd7046f6fe337fe3934d14de6 /python/tidy/servo_tidy_tests/whatwg_link.rs | |
parent | 41b86870fa02cb5865308513f811899c5a6e1c0a (diff) | |
download | servo-bfe460de9e482bdd40b6ec6f702d612d1bb5b43b.tar.gz servo-bfe460de9e482bdd40b6ec6f702d612d1bb5b43b.zip |
Package tidy
- Modified the testing commands
- Added the requirements
- Moved python/tidy/tests to python/tidy/servo_tidy_tests for self tidy tests
Diffstat (limited to 'python/tidy/servo_tidy_tests/whatwg_link.rs')
-rw-r--r-- | python/tidy/servo_tidy_tests/whatwg_link.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy_tests/whatwg_link.rs b/python/tidy/servo_tidy_tests/whatwg_link.rs new file mode 100644 index 00000000000..e8edfbace49 --- /dev/null +++ b/python/tidy/servo_tidy_tests/whatwg_link.rs @@ -0,0 +1,6 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +// https://html.spec.whatwg.org/multipage/scripting.html#dom-context-2d-putimagedata +// https://html.spec.whatwg.org/#typographic-conventions |