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

Side by Side Diff: LayoutTests/fast/selectors/cousin-stylesharing-adjacent-selector.html

Issue 12209019: Merge 141093 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 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/selectors/cousin-stylesharing-adjacent-selector-expected.html » ('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 lang="en"> 2 <html lang="en">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Bug #105672 - direct adjcent</title> 5 <title>Bug #105672 - direct adjcent</title>
6 <meta name="viewport" content="width=device-width"> 6 <meta name="viewport" content="width=device-width">
7 <style type="text/css"> 7 <style type="text/css">
8 8
9 9
10 table { 10 table {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 <tr> 43 <tr>
44 <td>cell</td> 44 <td>cell</td>
45 <td>other cell</td><td>more cell</td></tr> 45 <td>other cell</td><td>more cell</td></tr>
46 <tr> 46 <tr>
47 <td>cell</td><td>other cell</td><td>more cell</td></tr> 47 <td>cell</td><td>other cell</td><td>more cell</td></tr>
48 </tbody> 48 </tbody>
49 </table> 49 </table>
50 50
51 </body> 51 </body>
52 </html> 52 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/selectors/cousin-stylesharing-adjacent-selector-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698