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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/dom/reflection-misc.html

Issue 2645553002: Import wpt@fd6560f225668e933bfb147ee0e20d5971a0d21f (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. 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>HTML5 reflection tests: miscellaneous elements</title>
3 <meta name=timeout content=long>
4 <p>Implementers looking to fix bugs might want to use the <a
5 href=reflection-original.html>original version</a> of this suite's test
6 framework, which conveniently aggregates similar errors and only reports
7 failures. This file is (part of) the authoritative conformance test suite, and
8 is suitable for incorporation into automated test suites.
9
10 <div id=log></div>
11
12 <script src="/resources/testharness.js"></script>
13 <script src=/resources/testharnessreport.js></script>
14 <script src=original-harness.js></script>
15 <script src=new-harness.js></script>
16 <script src=elements-misc.js></script>
17 <script src=reflection.js></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698