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

Issue 2667303004: Move tests for DOMParser and XMLSerializer to dom/domparsing/. (Closed)

Created:
3 years, 10 months ago by tkent
Modified:
3 years, 10 months ago
Reviewers:
kochi
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move tests for DOMParser and XMLSerializer to dom/domparsing/. This CL also adds dom/domparsing/README.md. This CL has no behaivor changes. fast/dom/DOMParser-marquee-crash.html is removed. It's for Blink-in-JS MARQUEE implementation, which we removed. BUG=685886 TBR=kochi@chromium.org Review-Url: https://codereview.chromium.org/2667303004 Cr-Commit-Position: refs/heads/master@{#447949} Committed: https://chromium.googlesource.com/chromium/src/+/3ee4869818e9ef4da49d21018707c2aae820a0db

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+-38 lines, -1263 lines) Patch
M third_party/WebKit/LayoutTests/SmokeTests View 2 chunks +1 line, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/dom/domparsing/README.md View 1 chunk +3 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/dom-parse-serialize.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/dom-parse-serialize-display.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/dom-parse-serialize-display-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/dom-parse-serialize-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/dom-parse-serialize-xmldecl.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/dom-parse-serialize-xmldecl-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/domparser-assign-variable.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/domparser-assign-variable-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/domparser-detached-no-crash.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/domparser-document-origin.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/domparser-parsefromstring-mimetype-support.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/domparser-parsefromstring-mimetype-support-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/namespaces-1.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/namespaces-1-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/serialize-cdata.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/serialize-cdata-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xhtml-serialize.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xhtml-serialize-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-attribute-entities.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-attribute-entities-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-attribute-namespace.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-attribute-namespace-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-attribute-ns-prefix.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-attribute-ns-prefix-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-attribute-special-namespaces.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-attribute-special-namespaces-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-doctype.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-doctype-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-doctype2.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-doctype2-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-double-xmlns.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-double-xmlns-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-element-ns-no-reemit.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-entities.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-entities-2.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-entities-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-prebound-xml-prefix.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-serialize-to-string-exception.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-serialize-to-string-exception-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-xml-namespace.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/LayoutTests/dom/domparsing/xmlserializer-xml-namespace-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/DOMParser-assign-variable.html View 1 chunk +0 lines, -25 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/DOMParser-assign-variable-expected.txt View 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/DOMParser-detached-no-crash.html View 1 chunk +0 lines, -19 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/DOMParser-marquee-crash.html View 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/DOMParser-marquee-crash-expected.txt View 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer.html View 1 chunk +0 lines, -54 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-attribute-entities.html View 1 chunk +0 lines, -23 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-attribute-entities-expected.txt View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-attribute-namespaces.html View 1 chunk +0 lines, -54 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-attribute-namespaces-expected.txt View 1 chunk +0 lines, -31 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-attribute-ns-prefix.html View 1 chunk +0 lines, -21 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-attribute-ns-prefix-expected.txt View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-attribute-special-namespaces.html View 1 chunk +0 lines, -45 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-attribute-special-namespaces-expected.txt View 1 chunk +0 lines, -24 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-doctype.html View 1 chunk +0 lines, -33 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-doctype-expected.txt View 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-doctype2.html View 1 chunk +0 lines, -18 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-doctype2-expected.txt View 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-double-xmlns.html View 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-double-xmlns-expected.txt View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-element-ns-no-reemit.html View 1 chunk +0 lines, -28 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-entities.html View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-entities-2.html View 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-entities-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-prebound-xml-prefix.html View 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-xml-namespace.html View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/XMLSerializer-xml-namespace-expected.txt View 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize.html View 1 chunk +0 lines, -73 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-display.html View 1 chunk +0 lines, -73 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-display-expected.txt View 1 chunk +0 lines, -25 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-expected.txt View 1 chunk +0 lines, -24 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-xmldecl.html View 1 chunk +0 lines, -37 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-xmldecl-expected.txt View 1 chunk +0 lines, -15 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/dom-parser-document-origin.html View 1 chunk +0 lines, -8 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/domparser-parsefromstring-mimetype-support.html View 1 chunk +0 lines, -158 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/domparser-parsefromstring-mimetype-support-expected.txt View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/namespaces-1.html View 1 chunk +0 lines, -39 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/namespaces-1-expected.txt View 1 chunk +0 lines, -19 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/serialize-cdata.html View 1 chunk +0 lines, -15 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/serialize-cdata-expected.txt View 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/xmlserializer-serialize-to-string-exception.html View 1 chunk +0 lines, -106 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/dom/xmlserializer-serialize-to-string-exception-expected.txt View 1 chunk +0 lines, -51 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/html/xhtml-serialize.html View 1 chunk +0 lines, -39 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/html/xhtml-serialize-expected.txt View 1 chunk +0 lines, -7 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/fast/html/xhtml-serialize-expected.png View Binary file 0 comments Download

Messages

Total messages: 12 (8 generated)
tkent
3 years, 10 months ago (2017-02-03 05:19:39 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2667303004/1
3 years, 10 months ago (2017-02-03 05:20:09 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/3ee4869818e9ef4da49d21018707c2aae820a0db
3 years, 10 months ago (2017-02-03 05:27:22 UTC) #11
kochi
3 years, 10 months ago (2017-02-03 08:11:10 UTC) #12
Message was sent while issue was closed.
rs lgtm

Powered by Google App Engine
This is Rietveld 408576698