Chromium Code Reviews| 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'), |