mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
d7dbe841b4
TestExpectations file to skip the ones that fail or crash. It also updates the TestExpectations parser to support URLs pointing to the mojo repo's issue tracker. R=abarth@chromium.org Review URL: https://codereview.chromium.org/685593006
23 lines
522 B
Plaintext
23 lines
522 B
Plaintext
<html>
|
|
<link rel="import" href="../resources/dump-as-markup.sky"></link>
|
|
<body>
|
|
|
|
<p/> a </p>
|
|
<p /> a </p>
|
|
<p test/> a </p>
|
|
<p test /> a </p>
|
|
<p test=/> a </p>
|
|
<p test= /> a </p>
|
|
<p test=a/> a </p>
|
|
<p test=a /> a </p>
|
|
<p test='a'/> a </p>
|
|
<p test='a' /> a </p>
|
|
<p test="a"/> a </p>
|
|
<p test="a" /> a </p>
|
|
<p test=&/> a </p>
|
|
<p test=& /> a </p>
|
|
<p test=a/> a </p>
|
|
<p test=a /> a </p>
|
|
|
|
</body>
|