Bug 46952
| Summary: | [Chromium] URL parsing tests fail since r 68854 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | abarth, eric, tkent |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | All | ||
Hajime Morrita
http://trac.webkit.org/changeset/68854 gave a large change around HTML parsing
and test on chromium is broken.
I suspect this is due to difference around GURL. but i'm not sure.
Here is list of failures:
Regressions: Unexpected text diff mismatch : (15)
fast/url/segments-from-data-url.html = TEXT
fast/url/segments.html = TEXT
http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom.html = TEXT
http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value.html = TEXT
http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom.html = TEXT
http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute.html = TEXT
http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS.html = TEXT
http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode.html = TEXT
http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html = TEXT
http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value.html = TEXT
http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom.html = TEXT
http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html = TEXT
http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html = TEXT
http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html = TEXT
http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html = TEXT
I'll skip these at this time but they need an immediate investigation.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kent Tamura
(In reply to comment #0)
> http://trac.webkit.org/changeset/68854 gave a large change around HTML parsing
> and test on chromium is broken.
> I suspect this is due to difference around GURL. but i'm not sure.
> I'll skip these at this time but they need an immediate investigation.
Do not skip them. You should add expectations with =TEXT in such case.
If the current result diffs in Chromium are the same as the expectation changes in r68854, we should just do rebaseline.
Hajime Morrita
>Do not skip them. You should add expectations with =TEXT in such case.
>If the current result diffs in Chromium are the same as the expectation changes in r68854, we should just do rebaseline.
Thank you for pointing this out.
They got a care anyway:
http://trac.webkit.org/changeset/68859
https://bugs.webkit.org/show_bug.cgi?id=46951
Hajime Morrita
*** This bug has been marked as a duplicate of bug 46951 ***