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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/checkbox.html

Issue 2439153002: Script for exporting WPT (Closed)
Patch Set: Add more cases to check for in local/remote WPT branches Created 4 years, 2 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: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/checkbox.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/checkbox.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/checkbox.html
index b1ccc64c1673dfe2d448bb6c2131bc102898f042..ffe8bbe6796aae6ff3f75867c30e15a24cd4d75a 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/checkbox.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/checkbox.html
@@ -14,6 +14,8 @@
<input type=checkbox id=checkbox5>
<input type=checkbox id=checkbox6>
<script>
+ // Test change for Chromium exporter
foolip 2016/10/25 19:31:40 If you need a large supply of real changes that ca
jeffcarp 2016/10/26 20:19:17 Great, thanks!
+
var checkbox1 = document.getElementById('checkbox1'),
checkbox2 = document.getElementById('checkbox2'),
checkbox3 = document.getElementById('checkbox3'),
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/sync-w3c-tests » ('j') | third_party/WebKit/Tools/Scripts/webkitpy/w3c/sync.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698