Move outline_offset_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 20:33:43 -04:00
parent 9c26694601
commit e6b95571de
4 changed files with 25 additions and 1 deletions

View file

@ -212,7 +212,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
!= octicons_a.html octicons_ref.html != octicons_a.html octicons_ref.html
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html == ol_japanese_iroha_a.html ol_japanese_iroha_ref.html
!= ol_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.html != ol_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.html
== outline_offset_a.html outline_offset_ref.html
!= outset_blackborder.html blackborder_ref.html != outset_blackborder.html blackborder_ref.html
# Should be == with expected failure. See #2797 # Should be == with expected failure. See #2797
!= overconstrained_block.html overconstrained_block_ref.html != overconstrained_block.html overconstrained_block_ref.html

View file

@ -755,6 +755,18 @@
"url": "/_mozilla/css/opacity_stacking_context_a.html" "url": "/_mozilla/css/opacity_stacking_context_a.html"
} }
], ],
"css/outline_offset_a.html": [
{
"path": "css/outline_offset_a.html",
"references": [
[
"/_mozilla/css/outline_offset_ref.html",
"=="
]
],
"url": "/_mozilla/css/outline_offset_a.html"
}
],
"css/outlines_simple_a.html": [ "css/outlines_simple_a.html": [
{ {
"path": "css/outlines_simple_a.html", "path": "css/outlines_simple_a.html",
@ -3588,6 +3600,18 @@
"url": "/_mozilla/css/opacity_stacking_context_a.html" "url": "/_mozilla/css/opacity_stacking_context_a.html"
} }
], ],
"css/outline_offset_a.html": [
{
"path": "css/outline_offset_a.html",
"references": [
[
"/_mozilla/css/outline_offset_ref.html",
"=="
]
],
"url": "/_mozilla/css/outline_offset_a.html"
}
],
"css/outlines_simple_a.html": [ "css/outlines_simple_a.html": [
{ {
"path": "css/outlines_simple_a.html", "path": "css/outlines_simple_a.html",

View file

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel='match' href='outline_offset_ref.html'>
<style> <style>
html, body { html, body {
margin: 0; margin: 0;