Sign in
webkit
/
WebKit
/
f8230b849132286edfd2bfda8da7c29f299d8bd8
/
LayoutTests
/
html5lib
0dab995
LayoutTests/imported/w3c:
by simon.fraser@apple.com
· 6 years ago
70acd2e
[python] Replace print operator with print() function for python3 compatibility
by annulen@yandex.ru
· 7 years ago
8040752
Drop support for <isindex> https://bugs.webkit.org/show_bug.cgi?id=7139
by cdumez@apple.com
· 8 years ago
086431b
ASSERTION FAILED: m_templateInsertionModes.isEmpty() in WebCore::HTMLTreeBuilder::finished
by rniwa@webkit.org
· 9 years ago
721a4c7
Web Inspector and regular console use different source code locations for messages
by ap@apple.com
· 10 years ago
b80efcd
New ruby parsing rule breaks some real web sites.
by commit-queue@webkit.org
· 11 years ago
135c1f2
Catch up ruby and its tag omission rule changes in HTML5 CR Feb 2014
by commit-queue@webkit.org
· 11 years ago
7c0ba7e
Update html5lib test data to latest version
by commit-queue@webkit.org
· 11 years ago
38f0a65
Remove display:run-in support.
by akling@apple.com
· 11 years ago
b21553c
Hoist <template> to head when found between </head> and <body> for consistency with <script>
by rniwa@webkit.org
· 11 years ago
f4c8ca3
Test a template element appearing after a closing body tag in html5lib
by rniwa@webkit.org
· 11 years ago
303749d
[HTML parser] reset insertion mode appropriate must check for "in select in table" mode
by rniwa@webkit.org
· 11 years ago
64f8dd4
HTML parser should consistently inspect the namespace of elements on the stack of open elements
by adamk@chromium.org
· 12 years ago
fd287db
[HTMLTemplateElement] <template> should be able to be a foster parent
by rafaelw@chromium.org
· 12 years ago
7fb5e70
Remove stray newline. This newline is messing up mozilla's test harness
by rafaelw@chromium.org
· 12 years ago
16bce4e
HTMLStackItem should include <template> as a special tag
by rafaelw@chromium.org
· 12 years ago
d6b9e84
[HTMLTemplateElement] prevent </template> from matching "template" in a non-HTML tags on the stack of open elements
by rafaelw@chromium.org
· 12 years ago
4c89ac4
[HTMLTemplateElement] processTemplateEndTag() needs to check for template in html scope
by rafaelw@chromium.org
· 12 years ago
6ae4291
One more unreviewed fix after r144032 and r144051.
by ossy@webkit.org
· 12 years ago
407dd94
Parsing of HTML tags in MathML Text Insertion Points leads to bogus parser behavior
by adamk@chromium.org
· 12 years ago
e567a7b
Unreviewed fix after r144032. https://bugs.webkit.org/show_bug.cgi?id=110734
by ossy@webkit.org
· 12 years ago
ea007c2
Layout Test Multiple html5lib/ tests are too slow and should be split.
by eric@webkit.org
· 12 years ago
6a10d37
Move html5lib/run-test* into html5lib/generated in preparation for generating these harnesses
by eric@webkit.org
· 12 years ago
d195c93
More rebaselines after http://trac.webkit.org/changeset/143804.
by rniwa@webkit.org
· 12 years ago
c0a12c1
Teach the html5lib tests how to test the threaded HTML parser
by eric@webkit.org
· 12 years ago
f4cd886
Fix svg/in-html/script-write.html with threaded HTML parser
by tonyg@chromium.org
· 12 years ago
8fdd04a
[HTMLTemplateElement] Change template.dat serialization format
by rafaelw@chromium.org
· 12 years ago
8bbfb20
[HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
by rafaelw@chromium.org
· 12 years ago
66d01f0
Unreviewed, rolling out r142531.
by commit-queue@webkit.org
· 12 years ago
d8de00a
[HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit
by rafaelw@chromium.org
· 12 years ago
9ccad07
[HTMLTemplateElement] Non </template> end tags should be ignored in "template contents" insertion mode.
by rafaelw@chromium.org
· 12 years ago
ca117b5
[HTMLTemplateElement] prevent the parser from removing nodes from the content when the foster agency is processing formatting elements
by rafaelw@chromium.org
· 12 years ago
6a85714
[Templates]: Fix assert in colgroup parse handling
by rafaelw@chromium.org
· 12 years ago
a31a1d5
Heap-use-after-free in WebCore::HTMLConstructionSite::mergeAttributesFromTokenIntoElement
by rafaelw@chromium.org
· 12 years ago
605987e
Properly process <template> end tags when in TemplateContentsMode
by adamk@chromium.org
· 12 years ago
25d8825
[HTMLTemplateElement] Prevent first-level recursive <template> from resetting the implied context
by adamk@chromium.org
· 12 years ago
d2e0adc
Web Inspector: Autogenerate stack traces and line numbers when possible.
by mkwst@chromium.org
· 12 years ago
7448b57
Implement HTMLTemplateElement https://bugs.webkit.org/show_bug.cgi?id=86031
by rafaelw@chromium.org
· 12 years ago
9c2ae3a
Unreviewed, rolling out r136377.
by commit-queue@webkit.org
· 12 years ago
8579b0b
Web Inspector: Autogenerate stack traces and line numbers when possible.
by mkwst@chromium.org
· 12 years ago
94ee727
HTML parser fails to propertly close 4 identical nested formatting elements
by eric@webkit.org
· 12 years ago
899f670
Sync html5lib tests with latest sources (and sort the tests alphabetically in runner.html)
by eric@webkit.org
· 12 years ago
60a49c8
Use the original token to create an element in "reconstruct the active formatting elements" and "call the adoption agency"
by kseo@webkit.org
· 13 years ago
9f3bdaa
Fonts, fullscreen, gamepad, and html5lib tests should use testRunner instead of layoutTestController
by rniwa@webkit.org
· 13 years ago
f3fcb4e
Æ doesn't get rendered as U+00C6
by peter@chromium.org
· 13 years ago
4a96910
Ensure HTMLElementStack fails gracefully if it has a non-Element.
by simonjam@chromium.org
· 13 years ago
b0e3f19
Invalid cast in WebCore::toElement / WebCore::HTMLElementStack::ElementRecord::element
by abarth@webkit.org
· 13 years ago
e7253a3
Fix assert when foster parenting self-closing elements
by abarth@webkit.org
· 13 years ago
2662f8d
Shard html5lib/runner.html into many separate tests
by abarth@webkit.org
· 13 years ago
503fa60
We don't pass all of the html5lib unsafe-text.dat tests
by abarth@webkit.org
· 13 years ago
d960328
WebKit should support HTML entities that expand to more than one character
by abarth@webkit.org
· 13 years ago
22b1b0a
The HTML parser doesn't enforce the "Noah's Ark condition" from the HTML5 spec
by abarth@webkit.org
· 13 years ago
b9daf77
Adoption agency iteration limits in HTML parser don't match HTML5 spec
by abarth@webkit.org
· 13 years ago
09acfd4
<option><span><option> doesn't parse correctly
by abarth@webkit.org
· 13 years ago
b3515e0
<!doctype html><div><body><frameset> doesn't parse correctly
by abarth@webkit.org
· 13 years ago
0169086
<!DOCTYPE html><pre>

A</pre> doesn't parse correctly
by abarth@webkit.org
· 13 years ago
3e2a227
Unreviewed expectations update.
by morrita@google.com
· 13 years ago
2b7bfb8
Unreviewed, rolling out r103000.
by kbr@google.com
· 13 years ago
985b361
<ruby><div><p><rp> parses incorrectly
by abarth@webkit.org
· 13 years ago
e67c1cf
<!DOCTYPE html><pre>

A</pre> doesn't parse correctly
by abarth@webkit.org
· 13 years ago
2b37301
<table><tr><td><svg><desc><td> parses incorrectly
by abarth@webkit.org
· 13 years ago
9991a71
Update html5lib test data to latest version
by abarth@webkit.org
· 13 years ago
c286114
Multiple foreign objects not rendered
by commit-queue@webkit.org
· 13 years ago
0c9b0ee
2011-09-16 James Simonsen <simonjam@chromium.org>
by simonjam@chromium.org
· 13 years ago
54d1f17
XMLDocumentParserQt.cpp incorrectly converts 0-based number into 1-based number
by commit-queue@webkit.org
· 13 years ago
1b61eb0
2011-06-20 Juan C. Montemayor <jmont@apple.com>
by oliver@apple.com
· 14 years ago
a81cbb2
2011-06-13 Nate Chapin <japhet@chromium.org>
by japhet@chromium.org
· 14 years ago
6036340
2011-06-10 James Simonsen <simonjam@chromium.org>
by simonjam@chromium.org
· 14 years ago
b9eaddd
2011-05-24 Julien Chaffraix <jchaffraix@codeaurora.org>
by commit-queue@webkit.org
· 14 years ago
dfc43a7
2011-02-26 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 14 years ago
9a75681
2011-02-06 Dominic Cooney <dominicc@google.com>
by morrita@google.com
· 14 years ago
524140e
2011-01-12 Tony Chang <tony@chromium.org>
by tony@chromium.org
· 14 years ago
dd06a69
2011-01-06 Tony Gentilcore <tonyg@chromium.org>
by tonyg@chromium.org
· 14 years ago
bd0efac
2010-11-02 James Simonsen <simonjam@chromium.org>
by commit-queue@webkit.org
· 14 years ago
9981f26
2010-10-21 James Simonsen <simonjam@chromium.org>
by commit-queue@webkit.org
· 14 years ago
fb8d90a
2010-10-13 James Simonsen <simonjam@chromium.org>
by commit-queue@webkit.org
· 14 years ago
f3cd2bc
2010-10-05 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 14 years ago
b57f451
2010-09-23 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 14 years ago
c88296d
2010-09-21 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 14 years ago
b61a809
2010-09-21 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 14 years ago
d546480
2010-09-20 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 14 years ago
d048e00
2010-09-13 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 14 years ago
6d1121c
2010-09-13 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 14 years ago
8abc3bc
2010-09-12 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 14 years ago
2b87cd4
2010-09-12 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 14 years ago
586c745
2010-09-10 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 14 years ago
8275626
2010-08-30 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 14 years ago
d4d5849
2010-08-30 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 14 years ago
c847519
2010-08-30 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 14 years ago
671ea2e
2010-08-24 Eric Seidel <eric@webkit.org>
by eric@webkit.org
· 15 years ago
24f75d9
2010-08-24 Dumitru Daniliuc <dumi@chromium.org>
by eric@webkit.org
· 15 years ago
34e9033
2010-08-24 Eric Seidel <eric@webkit.org>
by eric@webkit.org
· 15 years ago
8d2e7e7
2010-08-23 Eric Seidel <eric@webkit.org>
by abarth@webkit.org
· 15 years ago
16694de
2010-08-22 Eric Seidel <eric@webkit.org>
by eric@webkit.org
· 15 years ago
0fad8ab
2010-08-20 Tony Gentilcore <tonyg@chromium.org>
by tonyg@chromium.org
· 15 years ago
68b0376
2010-08-12 Adam Barth <abarth@webkit.org>
by eric@webkit.org
· 15 years ago
035a0e0
2010-08-11 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 15 years ago
d14148d
2010-08-11 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 15 years ago
8f74823
2010-08-09 Eric Seidel <eric@webkit.org>
by eric@webkit.org
· 15 years ago
9afd17c
2010-08-07 Adam Barth <abarth@webkit.org>
by abarth@webkit.org
· 15 years ago
Next »