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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/selection/extend-40.html

Issue 2642393002: Import wpt@40665266227e475bc4a56884247d8c09d78dfb6a (Closed)
Patch Set: rebaseline-cl Created 3 years, 11 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
OLDNEW
(Empty)
1 <!doctype html>
2 <title>Selection extend() tests</title>
3 <meta charset=utf-8>
4 <meta name=timeout content=long>
5 <body>
6 <script src=/resources/testharness.js></script>
7 <script src=/resources/testharnessreport.js></script>
8 <script src=common.js></script>
9 <script src=extend.js></script>
10 <div id=log></div>
11 <script>
12 "use strict";
13
14 testExtendSubSet(40);
15 testDiv.style.display = "none";
16 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698