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

Side by Side Diff: LayoutTests/fast/forms/label/labels-owner-node-adopted.html

Issue 10696159: Merge 121003 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/forms/label/labels-owner-node-adopted-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <form> 4 <form>
5 <label id="label1" for="input">label1</label> 5 <label id="label1" for="input">label1</label>
6 <label id="label2" for="input">label2</label> 6 <label id="label2" for="input">label2</label>
7 <input id="input" type="text"> 7 <input id="input" type="text">
8 </form> 8 </form>
9 <script src="../../../fast/js/resources/js-test-pre.js"></script> 9 <script src="../../../fast/js/resources/js-test-pre.js"></script>
10 <script> 10 <script>
(...skipping 16 matching lines...) Expand all
27 shouldBe("labels[0]", "label0"); 27 shouldBe("labels[0]", "label0");
28 shouldBe("labels[1]", "label1"); 28 shouldBe("labels[1]", "label1");
29 29
30 form.style.display = 'none'; 30 form.style.display = 'none';
31 31
32 var successfullyParsed = true; 32 var successfullyParsed = true;
33 33
34 </script> 34 </script>
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/forms/label/labels-owner-node-adopted-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698