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

Side by Side Diff: LayoutTests/inspector/styles/paste-property.html

Issue 13719002: Merge 147094 "Web Inspector: [REGRESSION] [Styles] Pasting a pro..." (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1453/
Patch Set: Created 7 years, 8 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/inspector/styles/paste-property-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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../http/tests/inspector/inspector-test.js"></script> 3 <script src="../../http/tests/inspector/inspector-test.js"></script>
4 <script src="../../http/tests/inspector/elements-test.js"></script> 4 <script src="../../http/tests/inspector/elements-test.js"></script>
5 <script> 5 <script>
6 6
7 function test() 7 function test()
8 { 8 {
9 WebInspector.showPanel("elements"); 9 WebInspector.showPanel("elements");
10 InspectorTest.selectNodeAndWaitForStyles("inspected", pasteFirstProperty); 10 InspectorTest.selectNodeAndWaitForStyles("inspected", pasteFirstProperty);
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 <body onload="runTest()"> 74 <body onload="runTest()">
75 <p> 75 <p>
76 Tests that splitting properties when pasting works. 76 Tests that splitting properties when pasting works.
77 </p> 77 </p>
78 78
79 <div id="inspected" style="font-size: 12px">Text</div> 79 <div id="inspected" style="font-size: 12px">Text</div>
80 <div id="other"></div> 80 <div id="other"></div>
81 81
82 </body> 82 </body>
83 </html> 83 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/styles/paste-property-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698