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

Side by Side Diff: LayoutTests/fast/dom/inner-text-first-letter.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 <style> 4 <style>
5 .first:first-letter { 5 .first:first-letter {
6 font-weight: bold; 6 font-weight: bold;
7 visibility: visible; 7 visibility: visible;
8 } 8 }
9 .visible { 9 .visible {
10 visiblity: visible; 10 visiblity: visible;
11 } 11 }
12 .invisible { 12 .invisible {
13 visibility: hidden; 13 visibility: hidden;
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 shouldBe("document.getElementById('collapsedSpacePunctDivFirst').innerText", "'f oo\\n| abc\\n'"); 87 shouldBe("document.getElementById('collapsedSpacePunctDivFirst').innerText", "'f oo\\n| abc\\n'");
88 shouldBe("document.getElementById('divSpanFirst').innerText", "document.getEleme ntById('divSpanNormal').innerText"); 88 shouldBe("document.getElementById('divSpanFirst').innerText", "document.getEleme ntById('divSpanNormal').innerText");
89 shouldBe("document.getElementById('invisiblePre').innerText", "''"); 89 shouldBe("document.getElementById('invisiblePre').innerText", "''");
90 shouldBe("document.getElementById('invisiblePreFirst').innerText", "'t\\n'"); 90 shouldBe("document.getElementById('invisiblePreFirst').innerText", "'t\\n'");
91 shouldBe("document.getElementById('invisible').innerText", "'test\\n'"); 91 shouldBe("document.getElementById('invisible').innerText", "'test\\n'");
92 shouldBe("document.getElementById('floatDt').innerText", "'Ab Cd E'"); 92 shouldBe("document.getElementById('floatDt').innerText", "'Ab Cd E'");
93 document.getElementById('tests').innerHTML = ""; 93 document.getElementById('tests').innerHTML = "";
94 </script> 94 </script>
95 </body> 95 </body>
96 </html> 96 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/inline-event-attributes-release.html ('k') | LayoutTests/fast/dom/interface-object-proto.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698